aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-24 15:22:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-24 17:42:01 +0200
commite16a7290cad51651c51b16468159e0bb5a11f234 (patch)
treeacc91498d85dd3b0c33a096f809ee8adc237fb6f
parent49863592044bd782756ebd04d49f3cecff72316f (diff)
downloadalpine_aports-e16a7290cad51651c51b16468159e0bb5a11f234.tar.bz2
alpine_aports-e16a7290cad51651c51b16468159e0bb5a11f234.tar.xz
alpine_aports-e16a7290cad51651c51b16468159e0bb5a11f234.zip
main/mutt: security upgrade to 1.10.1
CVE-2018-14349, CVE-2018-14350, CVE-2018-14351, CVE-2018-14352, CVE-2018-14353, CVE-2018-14354, CVE-2018-14355, CVE-2018-14356, CVE-2018-14357, CVE-2018-14358, CVE-2018-14359, CVE-2018-14362 fixes #9131
-rw-r--r--main/mutt/APKBUILD21
1 files changed, 18 insertions, 3 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 39e556f148..658deab60c 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -2,9 +2,9 @@
2# Contributor: Andrew Manison<amanison@anselsystems.com> 2# Contributor: Andrew Manison<amanison@anselsystems.com>
3# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 3# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
4pkgname=mutt 4pkgname=mutt
5pkgver=1.8.3 5pkgver=1.10.1
6pkgrel=0 6pkgrel=0
7pkgdesc="a small but very powerful text-mode email client" 7pkgdesc="Small and very powerful text-mode email client"
8url="http://www.mutt.org" 8url="http://www.mutt.org"
9arch="all" 9arch="all"
10license="GPL-2.0+" 10license="GPL-2.0+"
@@ -15,6 +15,21 @@ subpackages="$pkgname-doc $pkgname-lang"
15source="https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz" 15source="https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz"
16builddir="$srcdir"/$pkgname-$pkgver 16builddir="$srcdir"/$pkgname-$pkgver
17 17
18# secfixes:
19# 1.10.1-r0:
20# - CVE-2018-14349
21# - CVE-2018-14350
22# - CVE-2018-14351
23# - CVE-2018-14352
24# - CVE-2018-14353
25# - CVE-2018-14354
26# - CVE-2018-14355
27# - CVE-2018-14356
28# - CVE-2018-14357
29# - CVE-2018-14358
30# - CVE-2018-14359
31# - CVE-2018-14362
32
18build() { 33build() {
19 cd "$builddir" 34 cd "$builddir"
20 ISPELL=/usr/bin/hunspell \ 35 ISPELL=/usr/bin/hunspell \
@@ -57,4 +72,4 @@ package() {
57 "$pkgdir"/etc/Muttrc.gpg.dist 72 "$pkgdir"/etc/Muttrc.gpg.dist
58} 73}
59 74
60sha512sums="8cfb4b1d42add3e8b34ba140e606e57f98d98ca685538ecb159f584635c50a7b0afaf81e09361d52a39188d4bb59a7432d01d58d030a93b0d3d92f0ee4062048 mutt-1.8.3.tar.gz" 75sha512sums="13509ff159c65e23614696967b4bd8baf7b8e16c0e85cfd89e2df8201de2dc97e6c4a426f5919f05051dee2b14f847c7203e0b236931d3cdf81dbbb221551726 mutt-1.10.1.tar.gz"