pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/neomutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct 29 12:07:40 UTC 2016

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
Updated neomutt to 20161028.

Note

This release has more pager bug-fixes and heaps more testing.

Thanks

Many thanks to our new contributors to NeoMutt: Doug Stone-Weaver, Ismaël Bouya, Steven Ragnarök
and our regular contributors: Darshit Shah, David Sterba, Pietro Cerutti, Tobias Angele

Features

    notmuch: Add a fake “Folder” header to viewed emails Ismaël Bouya (@immae)
    sidebar: consider description when using whitelist Doug Stone-Weaver (@doweaver)
    forgotten-attachment: Ignore lines matching quote_regexp. Steven Ragnarök (@nuclearsandwich)
    forgotten-attachment: Fix checking logic. Steven Ragnarök (@nuclearsandwich)
    forgotten-attachment: Update docs regarding $quote_regexp. Steven Ragnarök (@nuclearsandwich)
    skip-quoted: skip to body David Sterba (@kdave)
    nntp: use safe_{fopen,fclose}
    nntp: fix resource leak

Bug Fixes

    “inbox” sorting function Pietro Cerutti (@gahr)
    sensible-browser/notmuch changing mailbox
    overhaul the index/pager updates
    crash in hdrline
    remove stray line introduced by pager fix
    Possible fix for random pager crashes.

Docs

    use a more expressive coverity scan badge Tobias Angele (@toogley)
    light tidying

Build

    replace the ugly strfcpy() macro with a function Darshit Shah (darnir)
    build: Look for tgetent in ncurses, fallback to tinfo only if not found Pietro Cerutti (@gahr)
    build: fix a couple of build warnings
    travis: install doc dependencies
    build: fix install/dist/distcheck targets

Upstream

    Fix POP3 SASL authentication mechanism DIGEST-MD5. (closes #3862)
    Add a few explanatory comments to pop_auth_sasl(). (see #3862)
    Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)
    Handle presence of ‘–’ delimiter in $sendmail. (closes #3168)
    Allow IPv6 literal addresses in URLs. (closes #3681)
    Fix gpgme segfault in create_recipient_set().
    Use mutt_strlen and mutt_strncmp in sidebar.c.
    Change sidebar to only match $folder prefix on a $sidebar_divider_char. (closes #3887)
    Actually fix gpgme segfault in create_recipient_set().


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/neomutt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/neomutt/Makefile
diff -u pkgsrc/mail/neomutt/Makefile:1.16 pkgsrc/mail/neomutt/Makefile:1.17
--- pkgsrc/mail/neomutt/Makefile:1.16   Mon Oct 17 10:42:20 2016
+++ pkgsrc/mail/neomutt/Makefile        Sat Oct 29 12:07:40 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/10/17 10:42:20 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/10/29 12:07:40 wiz Exp $
 
-DISTNAME=              neomutt-20161014
+DISTNAME=              neomutt-20161028
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${DISTNAME}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.12 pkgsrc/mail/neomutt/distinfo:1.13
--- pkgsrc/mail/neomutt/distinfo:1.12   Mon Oct 17 10:42:20 2016
+++ pkgsrc/mail/neomutt/distinfo        Sat Oct 29 12:07:40 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/10/17 10:42:20 wiz Exp $
+$NetBSD: distinfo,v 1.13 2016/10/29 12:07:40 wiz Exp $
 
-SHA1 (neomutt-20161014.tar.gz) = bca7cc769c93b08ba18867520ed3215c7d839b79
-RMD160 (neomutt-20161014.tar.gz) = 94b6618d6652ab91da75ef5ff2500f8e7e300bc4
-SHA512 (neomutt-20161014.tar.gz) = eb3bed8e5204001c8c2fcf630ee42873255b0cffdebcde392516a222e3f71ed5b4c8cee9f185d6a52a67cee8ccd38362f43b0e62158fd504215acdb782823de5
-Size (neomutt-20161014.tar.gz) = 2659116 bytes
+SHA1 (neomutt-20161028.tar.gz) = fd08658e64332dde7f11f364d10b14339c96beb7
+RMD160 (neomutt-20161028.tar.gz) = ec38bde192a0f1075c9a90faf07a38446ece13aa
+SHA512 (neomutt-20161028.tar.gz) = 3ba4d32f13651b2372c0d43ac3375391bf245a147bb252288954d90e288626c4b17cd0e87ad576bd39f7ccfa2bf395b4d11acc1cb86ef59f6468295eaf49dc16
+Size (neomutt-20161028.tar.gz) = 2662723 bytes



Home | Main Index | Thread Index | Old Index