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 Feb 24 10:13:56 UTC 2018
Modified Files:
pkgsrc/mail/neomutt: Makefile distinfo
Log Message:
neomutt: update to 20180223.
2018-02-23 Richard Russon <rich%flatcap.org@localhost>
* Features
- browser: `<goto-parent>` function bound to "p"
- editor: `<history-search>` function bound to "Ctrl-r"
- Cygwin support: https://www.neomutt.org/distro/cygwin
- OpenSUSE support: https://www.neomutt.org/distro/suse
- Upstream Homebrew support: Very soon - https://www.neomutt.org/distro/homebrew
* Bug Fixes
- gmail server-size search
- nested-if: correctly handle "<" and ">" with %?
- display of special chars
- lua: enable myvars
- for pgpewrap in default gpg.rc
- reply_regexp which wasn't formatted correctly.
- parsing of urls containing '?'
- out-of-bounds read in mutt_str_lws_len
* Translations
- Review fuzzy lt translations
- Updated French translation
* Website
- Installation guide for Cygwin
- Installation guide for OpenSUSE
- Installation guide for CRUX
* Build
- check that DTDs are installed
- autosetup improvements
- option for which version of bdb to use
- drop test for resizeterm -- it's always present
* Code
- split if's containing assignments
- doxygen: add/improve comments
- rename functions / parameters for consistency
- add missing {}s for clarity
- move functions to library
- reduce scope of variables
- boolify more variables
- iwyu: remove unnecessary headers
- name unicode chars
- tailq: migrate parameter api
- md5: refactor and tidy
- rfc2047: refactor and tidy
- buffer: improvements
- create unit test framework
- fix several coverity defects
* Upstream
- Fix s/mime certificate deletion bug
- Disable message security if the backend is not available
- Fix improper signed int conversion of IMAP uid and msn values
- Change imap literal counts to parse and store unsigned ints
- Fix imap status count range check
- cmd_handle_fatal: make error message a bit more descriptive
- Create pgp and s/mime default and sign_as key vars
- Add missing setup calls when resuming encrypted drafts
- mutt_pretty_size: show real number for small files
- examine_directory: set directory/symlink size to zero
- Add history-search function, bound to ctrl-r
- Avoid a potential integer overflow if a Content-Length value is huge
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.30 -r1.31 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.40 pkgsrc/mail/neomutt/Makefile:1.41
--- pkgsrc/mail/neomutt/Makefile:1.40 Thu Dec 21 12:22:13 2017
+++ pkgsrc/mail/neomutt/Makefile Sat Feb 24 10:13:56 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2017/12/21 12:22:13 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/02/24 10:13:56 wiz Exp $
-DISTNAME= neomutt-20171215
+DISTNAME= neomutt-20180223
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/}
GITHUB_TAG= ${DISTNAME}
Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.30 pkgsrc/mail/neomutt/distinfo:1.31
--- pkgsrc/mail/neomutt/distinfo:1.30 Thu Dec 21 12:22:13 2017
+++ pkgsrc/mail/neomutt/distinfo Sat Feb 24 10:13:56 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/12/21 12:22:13 wiz Exp $
+$NetBSD: distinfo,v 1.31 2018/02/24 10:13:56 wiz Exp $
-SHA1 (neomutt-20171215.tar.gz) = b3af4009df8c2db74ccfb46b75a4823f40e75cfa
-RMD160 (neomutt-20171215.tar.gz) = 66ea10f7af91136b709f62d8b83a6fc6b8981739
-SHA512 (neomutt-20171215.tar.gz) = 8098f537e8ef7d3f7aa87fc875c0dc079b996285b786fe6fc6bdf18154c1282b03a4e19dd6902a110616443ca2b23008c8c1f5c4a615c53b620b537c50dfb658
-Size (neomutt-20171215.tar.gz) = 2680191 bytes
+SHA1 (neomutt-20180223.tar.gz) = 159f75282d4d831beda85d97f4f6304532a77e13
+RMD160 (neomutt-20180223.tar.gz) = 03b43ff119d33d5b3b76a41d62ea80a97b2f4869
+SHA512 (neomutt-20180223.tar.gz) = 6fbbea9e182d087d8fe90094dfcbadaaca2878fa71e024e504999d1a54d853dcd346ea7aa32f421ed9dfdf90c42307f2796518dc43748805c4e36fd5755d4adc
+Size (neomutt-20180223.tar.gz) = 2695087 bytes
Home |
Main Index |
Thread Index |
Old Index