diff options
-rw-r--r-- | metadata/repository_mask.conf | 7 | ||||
-rw-r--r-- | packages/mail-client/mutt/mutt-1.14.7.exheres-0 (renamed from packages/mail-client/mutt/mutt-1.13.5.exheres-0) | 6 |
2 files changed, 12 insertions, 1 deletions
diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 03e3a69ee..58d1ea34e 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -1158,3 +1158,10 @@ sys-apps/sysstat[<12.4.0] [[ token = security description = [ CVE-2019-19725 ] ]] + +mail-client/mutt[<1.14.7] [[ + author = [ Timo Gurr <tgurr@exherbo.org> ] + date = [ 26 Oct 2020 ] + token = security + description = [ CVE-2020-14954 ] +]] diff --git a/packages/mail-client/mutt/mutt-1.13.5.exheres-0 b/packages/mail-client/mutt/mutt-1.14.7.exheres-0 index 949d5f6e0..2bdfc167e 100644 --- a/packages/mail-client/mutt/mutt-1.13.5.exheres-0 +++ b/packages/mail-client/mutt/mutt-1.14.7.exheres-0 @@ -3,7 +3,6 @@ SUMMARY="A text-based email client" HOMEPAGE="http://www.mutt.org/" - DOWNLOADS="ftp://ftp.mutt.org/pub/mutt/${PNV}.tar.gz" LICENCES="GPL-2" @@ -21,6 +20,8 @@ MYOPTIONS="autocrypt debug doc gpgme idn sasl debug [[ description = [ Add debugging support and -d switch ] ]] gpgme [[ description = [ Enable support for gpgme ] ]] ( providers: libressl openssl ) [[ number-selected = exactly-one ]] + ( linguas: bg ca cs da de el eo es et eu fi fr ga gl hu id it ja ko lt nl pl pt_BR ru sk sv tr + uk zh_CN zh_TW ) " DEPENDENCIES=" @@ -34,6 +35,7 @@ DEPENDENCIES=" app-text/docbook-xml-dtd:4.2 ) build+run: + sys-libs/zlib autocrypt? ( dev-db/sqlite:3 ) gdbm? ( sys-libs/gdbm ) gpgme? ( app-crypt/gpgme[>=1.4.0] ) @@ -75,6 +77,7 @@ DEFAULT_SRC_CONFIGURE_PARAMS=( --without-bdb --without-qdbm + --with-zlib --without-gnutls --without-idn ) @@ -82,3 +85,4 @@ DEFAULT_SRC_CONFIGURE_PARAMS=( DEFAULT_SRC_CONFIGURE_OPTIONS=( 'ncurses --with-curses' 'slang --with-slang' ) DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( autocrypt debug doc 'doc full-doc' gpgme ) DEFAULT_SRC_CONFIGURE_OPTION_WITHS=( 'autocrypt sqlite3' gdbm sasl 'idn idn2' tokyocabinet ) + |