diff options
author | wiz <wiz@pkgsrc.org> | 2020-06-22 06:08:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-06-22 06:08:35 +0000 |
commit | 855999e1ac5c9d8e9847e972616de824aad0d2a7 (patch) | |
tree | 2747dd9f0cc545f537d9439bb125aaa6075c0aae /mail | |
parent | e52b569817495040feaa557c6f7c5a8c6bc5853b (diff) | |
download | pkgsrc-855999e1ac5c9d8e9847e972616de824aad0d2a7.tar.gz |
neomutt: update to 20200619.
2020-06-19 Richard Russon <rich@flatcap.org>
* Security
- Abort GnuTLS certificate check if a cert in the chain is rejected
- TLS: clear data after a starttls acknowledgement
- Prevent possible IMAP MITM via PREAUTH response
* Features
- add config operations +=/-= for number,long
- Address book has a comment field
- Query menu has a comment field
* Contrib
- sample.neomuttrc-starter: Do not echo promted password
* Bug Fixes
- make "news://" and "nntp://" schemes interchangeable
- Fix CRLF to LF conversion in base64 decoding
- Double comma in query
- compose: fix redraw after history
- Crash inside empty query menu
- mmdf: fix creating new mailbox
- mh: fix creating new mailbox
- mbox: error out when an mbox/mmdf is a pipe
- Fix list-reply by correct parsing of List-Post headers
- Decode references according to RFC2047
- fix tagged message count
- hcache: fix keylen not being considered when building the full key
- sidebar: fix path comparison
- Don't mess with the original pattern when running IMAP searches
- Handle IMAP "NO" resps by issuing a msg instead of failing badly
- imap: use the connection delimiter if provided
- Memory leaks
* Changed Config
- `$alias_format` default changed to include `%c` comment
- `$query_format` default changed to include `%e` extra info
* Translations
- 100% Lithuanian
- 84% French
- Log the translation in use
* Docs
- Add missing commands unbind, unmacro to man pages
* Build
- Check size of long using `LONG_MAX` instead of `__WORDSIZE`
- Allow ./configure to not record cflags
- fix out-of-tree build
- Avoid locating gdbm symbols in qdbm library
* Code
- Refactor unsafe TAILQ returns
- add window notifications
- flip negative ifs
- Update to latest acutest.h
- test: add store tests
- test: add compression tests
- graphviz: email
- make more opcode info available
- refactor: `main_change_folder()`
- refactor: `mutt_mailbox_next()`
- refactor: `generate_body()`
- compress: add `{min,max}_level` to ComprOps
- emphasise empty loops: "// do nothing"
- prex: convert `is_from()` to use regex
- Refactor IMAP's search routines
2020-05-01 Richard Russon <rich@flatcap.org>
* Bug Fixes
- Make sure buffers are initialized on error
- fix(sidebar): use abbreviated path if possible
* Translations
- 100% Lithuanian
* Docs
- make header cache config more explicit
Diffstat (limited to 'mail')
-rw-r--r-- | mail/neomutt/Makefile | 6 | ||||
-rw-r--r-- | mail/neomutt/PLIST | 4 | ||||
-rw-r--r-- | mail/neomutt/distinfo | 10 | ||||
-rw-r--r-- | mail/neomutt/options.mk | 3 |
4 files changed, 11 insertions, 12 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 47cde5edffb..52ba34b5f36 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2020/04/26 20:18:56 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2020/06/22 06:08:35 wiz Exp $ -DISTNAME= neomutt-20200424 +DISTNAME= neomutt-20200619 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${PKGVERSION_NOREV} @@ -10,7 +10,7 @@ HOMEPAGE= https://www.neomutt.org/ COMMENT= Fork of mutt with integrated community patches LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer -USE_TOOLS+= msgfmt gmake +USE_TOOLS+= msgfmt gmake perl:build BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt diff --git a/mail/neomutt/PLIST b/mail/neomutt/PLIST index de1a95bb946..e6715a443ba 100644 --- a/mail/neomutt/PLIST +++ b/mail/neomutt/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.20 2020/04/17 18:01:34 wiz Exp $ +@comment $NetBSD: PLIST,v 1.21 2020/06/22 06:08:35 wiz Exp $ bin/neomutt libexec/neomutt/pgpewrap -libexec/neomutt/smime_keys +${PLIST.smime}libexec/neomutt/smime_keys man/man1/neomutt.1 man/man1/pgpewrap_neomutt.1 man/man1/smime_keys_neomutt.1 diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index f31581171ba..671da4faab2 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.43 2020/04/26 20:18:56 wiz Exp $ +$NetBSD: distinfo,v 1.44 2020/06/22 06:08:35 wiz Exp $ -SHA1 (neomutt-20200424-20200424.tar.gz) = c22cdd0361c628b42809d651883692c7c783665e -RMD160 (neomutt-20200424-20200424.tar.gz) = e7ea0488858b0809f7b69c7f63dcc8c2ee08302a -SHA512 (neomutt-20200424-20200424.tar.gz) = 83569b304faf851a2efff332d237b0a35dc11b204740dbf828bfa662e157850b975536f25fd2a25057f16c128e9c9f0ca883df9c1d26e45c0608b424ec8d2ef9 -Size (neomutt-20200424-20200424.tar.gz) = 3323821 bytes +SHA1 (neomutt-20200619-20200619.tar.gz) = 0bedb1ff0af1faa676a03c14dc1c2b81a7bf6d3b +RMD160 (neomutt-20200619-20200619.tar.gz) = 3c740c1454c9428ea8254959cd53776207a6a630 +SHA512 (neomutt-20200619-20200619.tar.gz) = 75d8f878776c57551f7b5fbbaaeb6bb671afe79f7f02a2e44deae40d4bb8a2db4520ae1b18f8e137ad574f401b591fdee5a1e8b2d78cfb71fa428c49418360f4 +Size (neomutt-20200619-20200619.tar.gz) = 3347610 bytes SHA1 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088 diff --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk index adf1d9c3edb..2dc18892a13 100644 --- a/mail/neomutt/options.mk +++ b/mail/neomutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2019/11/11 16:26:43 ng0 Exp $ +# $NetBSD: options.mk,v 1.16 2020/06/22 06:08:35 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.neomutt PKG_OPTIONS_REQUIRED_GROUPS= display @@ -157,7 +157,6 @@ CONFIGURE_ARGS+= --disable-notmuch .if !empty(PKG_OPTIONS:Mlua) .include "../../lang/lua/buildlink3.mk" .include "../../lang/lua/tool.mk" -USE_TOOLS+= lua CONFIGURE_ARGS+= --lua CONFIGURE_ARGS+= --with-lua=${BUILDLINK_PREFIX.lua} .else |