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:           Sun Apr 26 20:18:56 UTC 2020

Modified Files:
        pkgsrc/mail/neomutt: Makefile distinfo
Removed Files:
        pkgsrc/mail/neomutt/patches: patch-opcodes.h

Log Message:
neomutt: update to 20200424.

2020-04-24  Richard Russon  <rich%flatcap.org@localhost>
* Bug Fixes
  -Fix history corruption
  -Handle pretty much anything in a URL query part
  -Correctly parse escaped characters in header phrases
  -Fix crash reading received header
  -Fix sidebar indentation
  -Avoid crashing on failure to parse an IMAP mailbox
  -Maildir: handle deleted emails correctly
  -Ensure OP_NULL is always first
* Translations
  -100% Czech
* Build
  -cirrus: enable pcre2, make pkgconf a special case
  -Fix finding pcre2 w/o pkgconf
  -build: tdb.h needs size_t, bring it in with stddef.h


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/neomutt/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/mail/neomutt/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/neomutt/patches/patch-opcodes.h

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.57 pkgsrc/mail/neomutt/Makefile:1.58
--- pkgsrc/mail/neomutt/Makefile:1.57   Fri Apr 17 18:01:34 2020
+++ pkgsrc/mail/neomutt/Makefile        Sun Apr 26 20:18:56 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2020/04/17 18:01:34 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2020/04/26 20:18:56 wiz Exp $
 
-DISTNAME=              neomutt-20200417
+DISTNAME=              neomutt-20200424
 CATEGORIES=            mail
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=neomutt/}
 GITHUB_TAG=            ${PKGVERSION_NOREV}

Index: pkgsrc/mail/neomutt/distinfo
diff -u pkgsrc/mail/neomutt/distinfo:1.42 pkgsrc/mail/neomutt/distinfo:1.43
--- pkgsrc/mail/neomutt/distinfo:1.42   Fri Apr 17 18:01:34 2020
+++ pkgsrc/mail/neomutt/distinfo        Sun Apr 26 20:18:56 2020
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.42 2020/04/17 18:01:34 wiz Exp $
+$NetBSD: distinfo,v 1.43 2020/04/26 20:18:56 wiz Exp $
 
-SHA1 (neomutt-20200417-20200417.tar.gz) = cefa7bdcacce0f38674f92c5f6aa3faad18f34c8
-RMD160 (neomutt-20200417-20200417.tar.gz) = 2fdd21070f63fa3f5b1e8e1ea392562cc6faba31
-SHA512 (neomutt-20200417-20200417.tar.gz) = d23c2d72b6c783246e799fb14f9d2c6484580123766a33784fee065bdb23066a1178fd1ab0e1cc8d7f90d39a2a04950dcc70ed1a1d405676472fdc6e819dac17
-Size (neomutt-20200417-20200417.tar.gz) = 3322435 bytes
-SHA1 (patch-opcodes.h) = 06299d4cfe14ea370cd3d18f1ae597e3e195da56
+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 (patch-resize.c) = b747f878459950462d56e01bada2d01b49fca088



Home | Main Index | Thread Index | Old Index