aboutsummaryrefslogtreecommitdiffstats
path: root/main/mutt/APKBUILD
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:33:35 +0200
commit7b76ef5a44a34f2aa0ab6dcbd05653a7f384d5cd (patch)
treecaafdf105f1c1f87123037856bce135387d3529c /main/mutt/APKBUILD
parent398c3a729f91a1f28a760d0ae52e073d7a8316ba (diff)
main/mutt: security upgrade to 1.10.1
Diffstat (limited to 'main/mutt/APKBUILD')
-rw-r--r--main/mutt/APKBUILD23
1 files changed, 19 insertions, 4 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 1f0b7f2995e..488548cbc00 100644
--- a/main/mutt/APKBUILD
+++ b/main/mutt/APKBUILD
@@ -2,9 +2,9 @@
# Contributor: Andrew Manison<amanison@anselsystems.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mutt
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="a small but very powerful text-mode email client"
+pkgver=1.10.1
+pkgrel=0
+pkgdesc="Small and very powerful text-mode email client"
url="http://www.mutt.org"
arch="all"
license="GPL"
@@ -15,6 +15,21 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
+# secfixes:
+# 1.10.1-r0:
+# - 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
+
build() {
cd "$builddir"
ISPELL=/usr/bin/hunspell \
@@ -57,4 +72,4 @@ package() {
"$pkgdir"/etc/Muttrc.gpg.dist
}
-sha512sums="1a6871eb8499c60ae18b03d56b81e64de1643c68f8fbe05bbe114085b20098be58175e5bd6d2515e8332a824cbed75640744a261d4f10654c56625f903224095 mutt-1.9.1.tar.gz"
+sha512sums="13509ff159c65e23614696967b4bd8baf7b8e16c0e85cfd89e2df8201de2dc97e6c4a426f5919f05051dee2b14f847c7203e0b236931d3cdf81dbbb221551726 mutt-1.10.1.tar.gz"