pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/gmime20 (pkgsrc) remove patch-aa (fix applied)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8378705c49b0
branches:  trunk
changeset: 641970:8378705c49b0
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 22 03:52:52 2014 +0000

description:
(pkgsrc)   remove patch-aa (fix applied)
(upstream) update 2.2.25 to 2.2.27
2011-03-07  Jeffrey Stedfast  <fejj%novell.com@localhost>
        * configure.in: Bumped version to 2.2.27

        * gmime/gmime-gpg-context.c (gpg_ctx_parse_status): Treat EXPSIG,
        EXPKEYSIG, and REVKEYSIG the same as GOODSIG/BADSIG status
        messages in that all of them denote a new signer info.

        * gmime/gmime-stream-mem.c (stream_write): Correctly calculate the
        end boundary of the stream when bound_end is -1.

        * gmime/gmime-utils.h (GMIME_QP_ENCODE_LEN): Fixed to take into
        acount the possibility of having to force-wrap lines at 72+
        characters.
        (GMIME_UUENCODE_LEN): Fixed to prevent possible buffer overflows.

2010-03-26  Jeffrey Stedfast  <fejj%novell.com@localhost>
        * configure.in: Bumped version to 2.2.26

2010-03-26  Jeffrey Stedfast  <fejj%novell.com@localhost>
        Fixes for bug #613653

        * gmime/gmime.c (g_mime_init): Initialize GMimeObject's type
        registry.
        (g_mime_shutdown): Shut it down here.

        * gmime/gmime-object.c (g_mime_object_type_registry_init): Renamed
        a bit and fixed to not use g_atexit(). Also made internal-public.
        (g_mime_object_type_registry_shutdown): Renamed and made
        internal-public.
        (g_mime_object_register_type): Don't init the type system anymore.
        (g_mime_object_new_type): Same here.

diffstat:

 mail/gmime20/Makefile         |   4 ++--
 mail/gmime20/distinfo         |   9 ++++-----
 mail/gmime20/patches/patch-aa |  16 ----------------
 3 files changed, 6 insertions(+), 23 deletions(-)

diffs (50 lines):

diff -r 23c33cba70a4 -r 8378705c49b0 mail/gmime20/Makefile
--- a/mail/gmime20/Makefile     Sat Nov 22 03:47:41 2014 +0000
+++ b/mail/gmime20/Makefile     Sat Nov 22 03:52:52 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/09/21 13:21:29 obache Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/22 03:52:52 mef Exp $
 #
 
-DISTNAME=      gmime-2.2.25
+DISTNAME=      gmime-2.2.27
 PKGNAME=       ${DISTNAME:S/gmime/gmime20/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gmime/2.2/}
diff -r 23c33cba70a4 -r 8378705c49b0 mail/gmime20/distinfo
--- a/mail/gmime20/distinfo     Sat Nov 22 03:47:41 2014 +0000
+++ b/mail/gmime20/distinfo     Sat Nov 22 03:52:52 2014 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.1 2013/09/21 13:21:29 obache Exp $
+$NetBSD: distinfo,v 1.2 2014/11/22 03:52:52 mef Exp $
 
-SHA1 (gmime-2.2.25.tar.gz) = 4087d72ca61af2fd8823cb47de7d6fdfbd3c7168
-RMD160 (gmime-2.2.25.tar.gz) = 29f111fc428d55263d53e795e2bcc7cdfd62ca2e
-Size (gmime-2.2.25.tar.gz) = 1038414 bytes
-SHA1 (patch-aa) = ac810bb85a8cfebf2588862a2f8f220bbaa26277
+SHA1 (gmime-2.2.27.tar.gz) = 32af2e540de924561354c92886d5e3d96e199a64
+RMD160 (gmime-2.2.27.tar.gz) = d7c90938db8013e8e55f8d8ee934ba3dcc32892c
+Size (gmime-2.2.27.tar.gz) = 1040421 bytes
 SHA1 (patch-ab) = c43140d5b845cffbf1c13da694be0b67be619f5e
 SHA1 (patch-gmime_Makefile.in) = bb9dbd2f4d48bb27e27cbd655123d4c2913c857d
 SHA1 (patch-tests_Makefile.in) = 700fa331c66c0bcc41c78d0cf3ccf6260b04e868
diff -r 23c33cba70a4 -r 8378705c49b0 mail/gmime20/patches/patch-aa
--- a/mail/gmime20/patches/patch-aa     Sat Nov 22 03:47:41 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2013/09/21 13:21:29 obache Exp $
-
-Fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0409
-from Fedora.
-
---- gmime/gmime-utils.h.orig   2009-08-12 22:42:55.000000000 +0000
-+++ gmime/gmime-utils.h
-@@ -106,7 +106,7 @@ struct _GMimeReferences {
-  * Returns the number of output bytes needed to uuencode an input
-  * buffer of size @x.
-  **/
--#define GMIME_UUENCODE_LEN(x)      ((size_t) (((((x) + 2) / 45) * 62) + 62))
-+#define GMIME_UUENCODE_LEN(x)      ((size_t) (((((x) + 2) / 45) * 62) + 64))
- 
- 
- /**



Home | Main Index | Thread Index | Old Index