summaryrefslogtreecommitdiff
path: root/user/mutt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/mutt/APKBUILD')
-rw-r--r--user/mutt/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/user/mutt/APKBUILD b/user/mutt/APKBUILD
index c58ebd06d..18b8f6dc3 100644
--- a/user/mutt/APKBUILD
+++ b/user/mutt/APKBUILD
@@ -1,20 +1,25 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: Andrew Manison <amanison@anselsystems.com>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Max Rees <maxcrees@me.com>
+# Maintainer: Zach van Rijn <me@zv.io>
pkgname=mutt
-pkgver=1.12.1
+pkgver=2.2.10
pkgrel=0
pkgdesc="Small but very powerful text-mode email client"
url="http://www.mutt.org" # No HTTPS
arch="all"
options="suid !check" # No test suite.
license="GPL-2.0+ AND LGPL-2.0+ AND LGPL-2.1+ AND Public-Domain"
+depends=""
makedepends="cyrus-sasl-dev gdbm-dev gettext-tiny gpgme-dev
libidn-dev ncurses-dev openssl-dev perl"
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 \
@@ -34,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
@@ -56,4 +60,4 @@ package() {
"$pkgdir"/etc/Muttrc.gpg.dist
}
-sha512sums="0101120ad2acab89552be210725bae1a903f0b2c48be7207750589d141236537823f27c39e8d700eee16eb6b978058d056180b3d51e45e0242546f176b971538 mutt-1.12.1.tar.gz"
+sha512sums="6db0009163b31425dafe7b6e38374a623f1fd057daf57baaebe18be6d42e5a0ce7087a41bc5e2411f4fbe144497a43682c480754b51108952c7dd16b9294192f mutt-2.2.10.tar.gz"