aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-11-21 07:40:34 +0000
committerMilan P. Stanić <mps@arvanta.net>2020-11-21 07:40:34 +0000
commit4549c76c84104bbf468d473af219f1df8121e3eb (patch)
treee55cf76cac964e219f9a47fec007b82794864890
parentee308ee825e06dfd4d8d11db01d7fd1f9f7e8692 (diff)
community/mutt: security upgrade to 2.0.2
security fix CVE-2020-28896
-rw-r--r--community/mutt/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/mutt/APKBUILD b/community/mutt/APKBUILD
index c1f307c6ffc..522a4c7ca74 100644
--- a/community/mutt/APKBUILD
+++ b/community/mutt/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Manison <amanison@anselsystems.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mutt
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=0
pkgdesc="Small and very powerful text-mode email client"
url="http://www.mutt.org"
@@ -15,6 +15,8 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://bitbucket.org/mutt/mutt/downloads/mutt-$pkgver.tar.gz"
# secfixes:
+# 2.0.2-r0:
+# - CVE-2020-28896
# 1.14.4-r0:
# - CVE-2020-14093
@@ -56,4 +58,4 @@ package() {
"$pkgdir"/etc/Muttrc.gpg.dist
}
-sha512sums="1930c1470972f74a422d3f609263a5eac1e29938de8eb1bb33b89d4f0aff8757610f155d7dddd1e5ddf769f14132027720523b25a5a513b68c849288e9b21e0b mutt-2.0.1.tar.gz"
+sha512sums="5dea02edf60b33e4873806481aa4256f91d90b05de99a9eccc620c459bd924197b656f85eb5a31757a61675389e6c4d76571128a757cfda255240934e82eec29 mutt-2.0.2.tar.gz"