aboutsummaryrefslogtreecommitdiffstats
path: root/main
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:43:46 +0200
commit8096bf545fbce05d5535cb01173187a08a4e7f14 (patch)
tree34d2b65f26ee9a5973b3f875711c9da6296cd357 /main
parent6689003b0a95903557dffefc87ec017d43986365 (diff)
downloadaports-8096bf545fbce05d5535cb01173187a08a4e7f14.tar.bz2
aports-8096bf545fbce05d5535cb01173187a08a4e7f14.tar.xz
main/mutt: security upgrade to 1.10.1
Diffstat (limited to 'main')
-rw-r--r--main/mutt/APKBUILD25
1 files changed, 20 insertions, 5 deletions
diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD
index 3de7f36632..d185f159d9 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.7.2
+pkgver=1.10.1
pkgrel=0
-pkgdesc="a small but very powerful text-mode email client"
+pkgdesc="Small and very powerful text-mode email client"
url="http://www.mutt.org"
arch="all"
license="GPL"
@@ -16,6 +16,21 @@ source="https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.g
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 \
@@ -60,6 +75,6 @@ package() {
"$pkgdir"/etc/Muttrc.gpg.dist || return 1
}
-md5sums="15425c4c9946d58c22ccb44901544e6d mutt-1.7.2.tar.gz"
-sha256sums="1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9 mutt-1.7.2.tar.gz"
-sha512sums="5f13cbdf802bca80668b2f54bc66201d01bfe34c7f377b1bad88f8fa0e0c695264ff0bf6b64ae9bb6f5a3e22b6f096d2dd99fa36724937609f6f46e6a74da74e mutt-1.7.2.tar.gz"
+md5sums="f1564f81ed5f8bacb7e041edc71d5347 mutt-1.10.1.tar.gz"
+sha256sums="734a3883158ec3d180cf6538d8bd7f685ce641d2cdef657aa0038f76e79a54a0 mutt-1.10.1.tar.gz"
+sha512sums="13509ff159c65e23614696967b4bd8baf7b8e16c0e85cfd89e2df8201de2dc97e6c4a426f5919f05051dee2b14f847c7203e0b236931d3cdf81dbbb221551726 mutt-1.10.1.tar.gz"