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: Wed Jun 14 16:07:12 UTC 2017
Modified Files:
pkgsrc/mail/neomutt: Makefile PLIST distinfo
Log Message:
Updated neomutt to 20170609.
2017-06-09 Richard Russon <rich%flatcap.org@localhost>
* Contrib
- unbind mappings before overwriting in vim-keys
* Bug Fixes
- latest coverity issues (#624)
- don't pass colour-codes to filters
- Don't set a colour unless it's been defined.
- crash if no from is set or founds
- ifdef command
* Translations
- fix translations
- fix some remaining translation problems
* Docs
- explain binding warnings
- don't document unsupported arches
* Build
- fix make git_ver.h
- allow xsltproc and w3m calls to fail
- fix make dist
* Upstream
- Add a mutt_endwin() before invoking $sendmail
- Restore setenv function
- Fix tag-prefix to not abort on $timeout
- Change km_dokey() to return -2 on a timeout/sigwinch
- Enable TEXTDOMAINDIR override to make translation testing easier
- Fix "format string is not a string literal" warnings
2017-06-02 Richard Russon <rich%flatcap.org@localhost>
* Features
- Warn on bindkey aliasing
- Drop PATCHES, tidy 'mutt -v' output
- Add %z format strings to index_format
- Add debug_level/debug_file options
* Bug Fixes
- Fix nntp group selection
- Fix status color
- Tidy up S/MIME contrib
- Do not try to create Maildir if it is an NNTP URI
- Fix missing NONULL for mutt.set() in Lua
* Translations
- Fix German PGP shortkeys
* Docs
- Remove feature muttrc files
- Merge README.notmuch into manual
- Remove unneded scripts
- Remove README.SECURITY
- Remove BEWARE and devel-notes.txt
- Update Makefiles
- Delete TODO files
- Remove legacy files
- Don't generate vim-neomutt syntax file
- Remove LaTeX/pdf manual generation
- Add missing docs for expandos
- Fix sidebar howto examples
- Remove some upstream references
- Drop refs to patches
- Improve PR template and CONTRIBUTING.md
* Website
- Fix list items in newbie-tutorial's Mailing List Guidelines
- Remove configure options that no longer exist
- fix newbie tutorial
- document signing tags / releases
- config: drop unused paginate command
- script: split tests up into several
- convert credits page to markdown
- simpify 404 page
- improve newbie tutorial
- remove help.html and integrate its content elsewhere
- make: "graphviz" program is needed for generating diagram
- improve getting started guide // include legacy files
- dev: add list of architectures/operating systems
- numerous small fixes
* Build
- Remove typedefs and rename ~130 structs
- Add separate hcache dir
- Move crypto files to ncrypt dir
- Split up mutt.h, protos.h
- Always build: sidebar, imap, pop, smtp, compressed, nntp
- Remove --enable-mailtool configure option
- Make dotlock optional
- Change gpgme requirement back to 1.1.0
- Remove check_sec.sh
- Fix safe_calloc args
- Remove unused macros
- Remove unused option: SmimeSignOpaqueCommand
- Move configure-generated files
- Update distcheck build flags
- Drop obsolete iconv check
- Unused prototypes - unsupported systems
- Drop many configure tests for things defined in POSIX:2001
- Kill useless crypthash.h file
- Run clang-format on the code
- Fail early if ncursesw cannot be found
- Add names prototype arguments
- Abbreviate pointer tests against NULL
- Initialise pointers to NULL
- Reduce the scope of for loop variables
- Coverity: fix defects
* Upstream
- Convert all exec calls to use mutt_envlist(), remove setenv function
- Note that mbox-hooks are dependent on $move
- Refresh header color when updating label
- Remove glibc-specific execvpe() call in sendlib.c
- Add color commands for the compose menu headers and security status
- Fix sidebar count updates when closing mailbox
- Don't modify LastFolder/CurrentFolder upon aborting a change folder operation
- Change message modifying operations to additively set redraw flags
- Improve maildir and mh to report flag changes in mx_check_mailbox()
- Add $header_color_partial to allow partial coloring of headers
- Rename REDRAW_SIGWINCH to REDRAW_FLOW
- Create R_PAGER_FLOW config variable flag
- Turn IMAP_EXPUNGE_EXPECTED back off when syncing
- Add $history_remove_dups option to remove dups from history ring
- Also remove duplicates from the history file
- Don't filter new entries when compacting history save file
- Move the IMAP msn field to IMAP_HEADER_DATA
- Fix imap expunge to match msn and fix index
- Fix cmd_parse_fetch() to match against MSN
- Start fixing imap_read_headers() to account for MSN gaps
- Add msn_index and max_msn to find and check boundaries by MSN
- Properly adjust fetch ranges when handling new mail
- Small imap fetch fixes
- Don't abort header cache evaluation when there is a hole
- Fix mfc overflow check and uninitialized variable
- Fix potential segv if mx_open_mailbox is passed an empty string
- Don't clean up idata when closing an open-append mailbox
- Don't clean up msn idata when closing an open-append mailbox
- Fix memory leak when closing mailbox and using the sidebar
- Change imap body cache cleanup to use the uid_hash
- Convert classic s/mime to space delimit findKeys output
- Add self-encrypt options for PGP and S/MIME
- Change $postpone_encrypt to use self-encrypt variables first
- Automatic post-release commit for mutt-1.8.3
- Add note about message scoring and thread patterns
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/neomutt/PLIST
cvs rdiff -u -r1.20 -r1.21 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.27 pkgsrc/mail/neomutt/Makefile:1.28
--- pkgsrc/mail/neomutt/Makefile:1.27 Tue May 2 09:39:56 2017
+++ pkgsrc/mail/neomutt/Makefile Wed Jun 14 16:07:12 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/05/02 09:39:56 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/06/14 16:07:12 wiz Exp $
-DISTNAME= neomutt-20170428
+DISTNAME= neomutt-20170609
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${DISTNAME}
Index: pkgsrc/mail/neomutt/PLIST
diff -u pkgsrc/mail/neomutt/PLIST:1.9 pkgsrc/mail/neomutt/PLIST:1.10
--- pkgsrc/mail/neomutt/PLIST:1.9 Thu Apr 27 12:25:13 2017
+++ pkgsrc/mail/neomutt/PLIST Wed Jun 14 16:07:12 2017
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2017/04/27 12:25:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/06/14 16:07:12 wiz Exp $
bin/mutt
-bin/mutt_dotlock
bin/pgpewrap
bin/pgpring
bin/smime_keys
man/man1/mutt.1
-man/man1/mutt_dotlock.1
man/man1/pgpewrap.1
man/man1/pgpring.1
man/man1/smime_keys.1
@@ -17,19 +15,15 @@ share/doc/mutt/ChangeLog
share/doc/mutt/ChangeLog.neomutt
share/doc/mutt/INSTALL
share/doc/mutt/LICENSE.md
-share/doc/mutt/NEWS
share/doc/mutt/PGP-Notes.txt
-share/doc/mutt/README
-share/doc/mutt/README.SECURITY
share/doc/mutt/README.SSL
-share/doc/mutt/README.neomutt
-share/doc/mutt/README.notmuch
-share/doc/mutt/TODO
+share/doc/mutt/README.md
share/doc/mutt/advancedusage.html
-share/doc/mutt/applying-patches.txt
share/doc/mutt/configuration.html
-share/doc/mutt/devel-notes.txt
share/doc/mutt/gettingstarted.html
+share/doc/mutt/hcache-bench/README.md
+share/doc/mutt/hcache-bench/muttrc
+share/doc/mutt/hcache-bench/neomutt-hcache-bench.sh
share/doc/mutt/index.html
share/doc/mutt/intro.html
share/doc/mutt/keybase/LICENSE
@@ -43,39 +37,18 @@ share/doc/mutt/keybase/pagerMode.png
share/doc/mutt/keybase/pgpdecrypt.sh
share/doc/mutt/keybase/pgpverify.sh
share/doc/mutt/keybase/verify.sh
+share/doc/mutt/lua/test_lua-api_runner.muttrc
+share/doc/mutt/lua/test_lua-api_spec.lua
share/doc/mutt/manual.html
share/doc/mutt/manual.txt
share/doc/mutt/mimesupport.html
share/doc/mutt/miscellany.html
-share/doc/mutt/muttrc.attach-headers-color
-share/doc/mutt/muttrc.compress
-share/doc/mutt/muttrc.cond-date
-share/doc/mutt/muttrc.encrypt-to-self
-share/doc/mutt/muttrc.forgotten-attachment
-share/doc/mutt/muttrc.ifdef
-share/doc/mutt/muttrc.index-color
-share/doc/mutt/muttrc.initials
-share/doc/mutt/muttrc.keywords
-share/doc/mutt/muttrc.limit-current-thread
-share/doc/mutt/muttrc.nested-if
-share/doc/mutt/muttrc.new-mail
-share/doc/mutt/muttrc.nntp
-share/doc/mutt/muttrc.notmuch
-share/doc/mutt/muttrc.progress
-share/doc/mutt/muttrc.quasi-delete
-share/doc/mutt/muttrc.reply-with-xorig
-share/doc/mutt/muttrc.sidebar
-share/doc/mutt/muttrc.skip-quoted
-share/doc/mutt/muttrc.status-color
-share/doc/mutt/muttrc.timeout
share/doc/mutt/neomutt-syntax.vim
share/doc/mutt/optionalfeatures.html
-share/doc/mutt/patch-notes.txt
share/doc/mutt/reference.html
share/doc/mutt/samples/Mush.rc
share/doc/mutt/samples/Pine.rc
share/doc/mutt/samples/Tin.rc
-share/doc/mutt/samples/ca-bundle.crt
share/doc/mutt/samples/colors.default
share/doc/mutt/samples/colors.linux
share/doc/mutt/samples/gpg.rc
@@ -97,7 +70,6 @@ share/doc/mutt/samples/iconv/iconv.solar
share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc
share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc
share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc
-share/doc/mutt/samples/mutt_xtitle
share/doc/mutt/samples/pgp2.rc
share/doc/mutt/samples/pgp5.rc
share/doc/mutt/samples/pgp6.rc
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.20 pkgsrc/mail/neomutt/distinfo:1.21
--- pkgsrc/mail/neomutt/distinfo:1.20 Tue May 2 09:39:56 2017
+++ pkgsrc/mail/neomutt/distinfo Wed Jun 14 16:07:12 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/05/02 09:39:56 wiz Exp $
+$NetBSD: distinfo,v 1.21 2017/06/14 16:07:12 wiz Exp $
-SHA1 (neomutt-20170428.tar.gz) = 225d7b75ea22a159b6a4dfddecd0d49e81363cf1
-RMD160 (neomutt-20170428.tar.gz) = a2fc7ab8d9706c775cb80e9cb4a893b98c77a462
-SHA512 (neomutt-20170428.tar.gz) = d64306dce722066e5337ba49485d1368b8ee370e55143434c839d6092bf33330af035f196dd5c90fedd17f4f91e2658ab957c81694997a06a3565698020f420c
-Size (neomutt-20170428.tar.gz) = 2733684 bytes
+SHA1 (neomutt-20170609.tar.gz) = fd0e07e95c4a5dc6b21df02ea1c0355acf1fcc17
+RMD160 (neomutt-20170609.tar.gz) = 3b2b696bd48e6a0b846c20b6621fe92dd996d6b3
+SHA512 (neomutt-20170609.tar.gz) = e5ced8e2d5890e828a1603a0c1c8072bbb84499e87b45b55029b4644e6b70efb0ece00f600d9a942cb033a7b62d6b60a91ef17523fb34e8ef3d3abbe35905c9e
+Size (neomutt-20170609.tar.gz) = 2637349 bytes
Home |
Main Index |
Thread Index |
Old Index