Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pst-utils pst-utils: Update to 0.6.75



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd241bbc8625
branches:  trunk
changeset: 428674:cd241bbc8625
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 09 14:05:31 2020 +0000

description:
pst-utils: Update to 0.6.75

Changelog:
0.6.75  2020-03-22 Markus Schnalke - fix from Debian for vcard version format.
0.6.74  2020-01-12 Paul Wise - many changes for Debian.
0.6.73  2019-07-25 Tim Dufrane - fix segfault in pst_close()

diffstat:

 mail/pst-utils/Makefile                   |   5 ++---
 mail/pst-utils/distinfo                   |  11 +++++------
 mail/pst-utils/patches/patch-src_libpst.c |  20 --------------------
 3 files changed, 7 insertions(+), 29 deletions(-)

diffs (56 lines):

diff -r 0367f0f4af37 -r cd241bbc8625 mail/pst-utils/Makefile
--- a/mail/pst-utils/Makefile   Thu Apr 09 14:02:35 2020 +0000
+++ b/mail/pst-utils/Makefile   Thu Apr 09 14:05:31 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 16:50:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/09 14:05:31 ryoon Exp $
 
-DISTNAME=              libpst-0.6.72
+DISTNAME=              libpst-0.6.75
 PKGNAME=               ${DISTNAME:S/libpst/pst-utils/}
-PKGREVISION=           2
 CATEGORIES=            mail
 MASTER_SITES=          https://www.five-ten-sg.com/libpst/packages/
 
diff -r 0367f0f4af37 -r cd241bbc8625 mail/pst-utils/distinfo
--- a/mail/pst-utils/distinfo   Thu Apr 09 14:02:35 2020 +0000
+++ b/mail/pst-utils/distinfo   Thu Apr 09 14:05:31 2020 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.1 2019/11/15 11:09:15 sborrill Exp $
+$NetBSD: distinfo,v 1.2 2020/04/09 14:05:31 ryoon Exp $
 
-SHA1 (libpst-0.6.72.tar.gz) = 520b555de8efadc251ce4d81bdde65f402003b16
-RMD160 (libpst-0.6.72.tar.gz) = 3b1010e410de21cf3d9e8cc238165ca072e51e0e
-SHA512 (libpst-0.6.72.tar.gz) = f2aeb2dc1b9d3e4e33bfddffac6dc3484e8bede432fdaf05a2250d375872db9514a16ff3e19aa823c674fc5ac82d03e257dc06b76e00195439077fd63657b5a5
-Size (libpst-0.6.72.tar.gz) = 14025331 bytes
+SHA1 (libpst-0.6.75.tar.gz) = 9edf3a611115c94472d831b6ac400fca3264d8f2
+RMD160 (libpst-0.6.75.tar.gz) = 87eb9d1bd09d96241afc709859fbb96235eb3aab
+SHA512 (libpst-0.6.75.tar.gz) = 74618bc51f57445fbd4a0f9d95f1e5417034a5098003fbef596cba7100d8f6c990437afed59c994d76c08af3c1339548faaac6f6438824b82dcb1f342b3f7821
+Size (libpst-0.6.75.tar.gz) = 14118814 bytes
 SHA1 (patch-configure) = 7c6eef14a77dd683b1c9afb3d631fed90a47a46c
 SHA1 (patch-man_Makefile.in) = 7217bbcc6476e2d99d87d7df8003d6328d99fdef
-SHA1 (patch-src_libpst.c) = dd43530de2c1117838aabc759ad90f9391390ae6
diff -r 0367f0f4af37 -r cd241bbc8625 mail/pst-utils/patches/patch-src_libpst.c
--- a/mail/pst-utils/patches/patch-src_libpst.c Thu Apr 09 14:02:35 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-src_libpst.c,v 1.1 2019/11/15 11:09:15 sborrill Exp $
-
-Fix segfault as per:
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875894#25
-
-Fix will be in next release
-
---- src/libpst.c.orig  2019-11-14 16:48:41.000000000 +0000
-+++ src/libpst.c       2019-11-14 16:49:24.000000000 +0000
-@@ -409,6 +409,10 @@
- 
- int pst_close(pst_file *pf) {
-     DEBUG_ENT("pst_close");
-+    if (!pf) {
-+        DEBUG_RET();
-+        return 0;
-+    }
-     if (!pf->fp) {
-         DEBUG_RET();
-         return 0;



Home | Main Index | Thread Index | Old Index