summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-10-08 14:36:40 +0000
committerryoon <ryoon@pkgsrc.org>2019-10-08 14:36:40 +0000
commita12507c760f96ee67c31011b13ef274ab1e4667e (patch)
tree2c6579c69b603794833164bdbdc7e6b63646f5e1 /mail
parentbfb0002e97354d7fef6b18339498b74f7c81da67 (diff)
downloadpkgsrc-a12507c760f96ee67c31011b13ef274ab1e4667e.tar.gz
Update to 3.2.4
Changelog: ### GMime 3.2.4 * Replaced calls to g_memmove with memmove. It seems that the latest versions of glib have deprecated g_memmove in favor of having developers use libc's memmove() function directly. This change reduces the number of compiler warnings during the gmime build process. * Added a new GMIME_DECRYPT_NO_VERIFY flag that disables signature verification. For cases where it is not necessary to verify the signatures (or it is known that there are no signatures), making use of this flag can significantly improve the performance of decrypting OpenPGP content. * Modified GMimeParser to not set the OpenPGP state for base64/uuencoded content. While the GMimeParser is parsing a MIME message (or other MIME entity), it will normally attempt to identify OpenPGP markers in the content of GMimeParts. However, when the content is base64 or uu-encoded, the parser is unable to accurately detect these markers and so in previous versions, it was falsely claiming that such MIME parts had no OpenPGP content even though it was possible, after decoding their content, that they did in fact have OpenPGP content. For more details about this bug, see issue #60. * Added reporting of RFC 5322 addr-spec syntax violations to the GMimeParserWarning API. * Fixed a stack underflow error in the uudecode.c sample. * Improved Vala bindings. - Use correct symbol prefixes which avoid loads of cname attributes. - Unhide FilterBest.charset() method which conflicts with charset field. - Object.write_to_stream conflicts with function pointer with the same name but with a different signature. Fixes https://gitlab.gnome.org/GNOME/gmime/issues/2 Fixes https://gitlab.gnome.org/GNOME/gmime/issues/3
Diffstat (limited to 'mail')
-rw-r--r--mail/gmime3/Makefile4
-rw-r--r--mail/gmime3/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/gmime3/Makefile b/mail/gmime3/Makefile
index 76b04fa51ea..b7c02acf712 100644
--- a/mail/gmime3/Makefile
+++ b/mail/gmime3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/12/03 11:12:44 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/08 14:36:40 ryoon Exp $
-DISTNAME= gmime-3.2.3
+DISTNAME= gmime-3.2.4
PKGNAME= ${DISTNAME:S/gmime/gmime3/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/3.2/}
diff --git a/mail/gmime3/distinfo b/mail/gmime3/distinfo
index 08247e98783..dcaae661e7c 100644
--- a/mail/gmime3/distinfo
+++ b/mail/gmime3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/12/03 11:12:44 wiz Exp $
+$NetBSD: distinfo,v 1.6 2019/10/08 14:36:40 ryoon Exp $
-SHA1 (gmime-3.2.3.tar.xz) = d97a1e926f9702761c40bbb963c98424900b6dde
-RMD160 (gmime-3.2.3.tar.xz) = adffc2bdeb1f18c48cd4acc433791f5e368e376f
-SHA512 (gmime-3.2.3.tar.xz) = abaf9059baf0c045d5b62757953ee2fa0779462eb32142bb41be40c376fc7ac2b3e4a56fd66177fbbe1dca35c6168a251542b14a844125c2cfcc9a99888179b4
-Size (gmime-3.2.3.tar.xz) = 2217320 bytes
+SHA1 (gmime-3.2.4.tar.xz) = c7f2fbb50e123ba34348ae52c073e1f97e7a8502
+RMD160 (gmime-3.2.4.tar.xz) = 54219b04dcbfbf9e0ac8a10a54adbb4313bf3309
+SHA512 (gmime-3.2.4.tar.xz) = 34592e89a2f923dacc37ac535da785918c2c0d6a63b0f2ec1d86393264aace44d1060e8ef4a77e60fd57e97475435f8e79d87e46b269ae332db9b9aaf98bf61b
+Size (gmime-3.2.4.tar.xz) = 2219876 bytes