pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/gmime3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 16 10:54:55 UTC 2020

Modified Files:
        pkgsrc/mail/gmime3: Makefile distinfo

Log Message:
gmime3: update to 3.2.6.

### GMime 3.2.6

* Added methods to get 64-bit timestamps for the creation-date and expiration-date of
  GMimeCertificates and GMimeSignatures. (issue #68)

* Fixed the vala abstract public constructor for GMimeObject. (issue #76)

* Fixed a bug in GMimeParser's header parser. (issue #78)

* Added build files for Visual Studio 2017 thanks to Vitaliy Didik.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/gmime3/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/gmime3/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/gmime3/Makefile
diff -u pkgsrc/mail/gmime3/Makefile:1.8 pkgsrc/mail/gmime3/Makefile:1.9
--- pkgsrc/mail/gmime3/Makefile:1.8     Sat Jan 18 23:32:47 2020
+++ pkgsrc/mail/gmime3/Makefile Sun Feb 16 10:54:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:32:47 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/16 10:54:55 wiz Exp $
 
-DISTNAME=      gmime-3.2.5
+DISTNAME=      gmime-3.2.6
 PKGNAME=       ${DISTNAME:S/gmime/gmime3/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gmime/3.2/}
@@ -18,6 +18,9 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-gtk-doc=no
 CONFIGURE_ARGS+=       --disable-mono
 PKGCONFIG_OVERRIDE+=   gmime.pc.in
+# one test failure as of 3.2.6
+# test-filters:
+# https://github.com/jstedfast/gmime/issues/81
 TEST_TARGET=           check
 
 BUILDLINK_DEPMETHOD.libgpg-error=      build

Index: pkgsrc/mail/gmime3/distinfo
diff -u pkgsrc/mail/gmime3/distinfo:1.7 pkgsrc/mail/gmime3/distinfo:1.8
--- pkgsrc/mail/gmime3/distinfo:1.7     Tue Nov 26 12:32:30 2019
+++ pkgsrc/mail/gmime3/distinfo Sun Feb 16 10:54:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/11/26 12:32:30 wiz Exp $
+$NetBSD: distinfo,v 1.8 2020/02/16 10:54:55 wiz Exp $
 
-SHA1 (gmime-3.2.5.tar.xz) = a53e9f5bd10a328128a462588b85c98fa4ec7669
-RMD160 (gmime-3.2.5.tar.xz) = d972385c06074974e453585d5ef332fc522e5f25
-SHA512 (gmime-3.2.5.tar.xz) = 37488da84f1befb37a0dff9465e9f786670dfb7248adbbc1f227dcc0e80bcd4ee7cd239abeab2b52e8ded6ea7f8aa432bcc0461b379282dacd6ee4f867aa049d
-Size (gmime-3.2.5.tar.xz) = 2220348 bytes
+SHA1 (gmime-3.2.6.tar.xz) = c987d1bbaa30951653ca7efbe3da3ec9d7e4c883
+RMD160 (gmime-3.2.6.tar.xz) = 01ae720a6fc839b1c41ca758c880e617fbebef13
+SHA512 (gmime-3.2.6.tar.xz) = a60d3f9f1aa8490865c22cd9539544e9c9f3ceb4037b9749cf9e5c279f97aa88fc4cd077bf2aff314ba0db2a1b7bbe76f9b1ca5a17fffcbd6315ecebc5414a3d
+Size (gmime-3.2.6.tar.xz) = 2225796 bytes



Home | Main Index | Thread Index | Old Index