summaryrefslogtreecommitdiff
path: root/user/mutt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/mutt/APKBUILD')
-rw-r--r--user/mutt/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/user/mutt/APKBUILD b/user/mutt/APKBUILD
index 09b0f49d3..04d3efb64 100644
--- a/user/mutt/APKBUILD
+++ b/user/mutt/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=mutt
-pkgver=1.13.4
+pkgver=1.14.4
pkgrel=0
pkgdesc="Small but very powerful text-mode email client"
url="http://www.mutt.org" # No HTTPS
@@ -16,6 +16,10 @@ makedepends="cyrus-sasl-dev gdbm-dev gettext-tiny gpgme-dev
subpackages="$pkgname-doc $pkgname-lang"
source="https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz"
+# secfixes:
+# 1.14.4-r0:
+# - CVE-2020-14093
+
build() {
ISPELL=/usr/bin/hunspell \
./configure \
@@ -35,7 +39,6 @@ build() {
--with-curses \
--with-mailpath=/var/spool/mail \
--with-docdir=/usr/share/doc/$pkgname \
- --without-included-gettext \
--with-ssl \
--with-sasl
make
@@ -57,4 +60,4 @@ package() {
"$pkgdir"/etc/Muttrc.gpg.dist
}
-sha512sums="59ae13d7cef052818f38f6d52e2cb42251f393ecf622eae113bfa29218b541195471de822efbdb072c6f74a4dc385bb94fe27c37b44c62eac7e2a0a4e0c6adc3 mutt-1.13.4.tar.gz"
+sha512sums="86484f009ca8bd1e26206694e03609a16f8a4e8c83620a07a4376fe160535a838e8c918a8a30799fb3d9cf46c059d67124f7425c42093fb5e5bf8ea4ac310daa mutt-1.14.4.tar.gz"