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:           Fri Apr 29 13:47:42 UTC 2022

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo

Log Message:
neomutt: update to 20220429.

2022-04-29  Richard Russon  <rich%flatcap.org@localhost>
* Bug Fixes
  - Do not crash on an invalid use_threads/sort combination
  - Fix: stuck browser cursor
  - Resolve (move) the cursor after <edit-label>
  - Index: fix menu size on new mail
  - Don't overlimit LMDB mmap size
  - OpenBSD y/n translation fix
  - Generic: split out OP_EXIT binding
  - Fix parsing of sendmail cmd
  - Fix: crash with menu_move_off=no
  - Newsrc: bugfix; nntp_user and nntp_pass ignored
  - Menu: ensure config changes cause a repaint
  - Mbox: fix sync duplicates
  - Make sure the index redraws all that's needed
* Translations
  - 100% Chinese (Simplified)
  - 100% Czech
  - 100% German
  - 100% Hungarian
  - 100% Lithuanian
  - 100% Serbian
  - 100% Turkish
* Docs
  - add missing pattern modifier ~I for external_search_command
* Code
  - menu: eliminate custom_redraw()
  - modernise mixmaster
  - Kill global and Propagate display attach status through State


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.59 -r1.60 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.77 pkgsrc/mail/neomutt/Makefile:1.78
--- pkgsrc/mail/neomutt/Makefile:1.77   Fri Apr 15 14:30:04 2022
+++ pkgsrc/mail/neomutt/Makefile        Fri Apr 29 13:47:42 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2022/04/15 14:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2022/04/29 13:47:42 wiz Exp $
 
-DISTNAME=              neomutt-20220415
+DISTNAME=              neomutt-20220429
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.59 pkgsrc/mail/neomutt/distinfo:1.60
--- pkgsrc/mail/neomutt/distinfo:1.59   Fri Apr 15 14:30:04 2022
+++ pkgsrc/mail/neomutt/distinfo        Fri Apr 29 13:47:42 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2022/04/15 14:30:04 wiz Exp $
+$NetBSD: distinfo,v 1.60 2022/04/29 13:47:42 wiz Exp $
 
-BLAKE2s (neomutt-20220415-20220415.tar.gz) = 1e4e4298cb7370e04cf81e727163a63c0d1d56b05f2165d3f7270552f367c8e9
-SHA512 (neomutt-20220415-20220415.tar.gz) = 8723416fe0ed325d8f0e49f6a77f2724e23e0e81c5786f15005cb05b47c0fc7f722f61a58fe0250dd5a2dac6f40b155b6bac202e6316662a1855265670affc92
-Size (neomutt-20220415-20220415.tar.gz) = 3770700 bytes
+BLAKE2s (neomutt-20220429-20220429.tar.gz) = c049d271b5c4083b3f7b1e12dfd2d3c879f02acb2767fb9942c4825ac6a411e3
+SHA512 (neomutt-20220429-20220429.tar.gz) = ce151cabe9fe0c45f379dd7a71790f600faa9283c79a486c1421b5fe3b19b7f12d71dc36ec330e1b28b26ed83bf4c47b656ca823c484105ea3f80ef9166e7f0b
+Size (neomutt-20220429-20220429.tar.gz) = 3774374 bytes



Home | Main Index | Thread Index | Old Index