pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/gmime/patches Remove obsolete patches after 2.6 u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e53785901bd
branches:  trunk
changeset: 622079:0e53785901bd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 25 08:21:16 2013 +0000

description:
Remove obsolete patches after 2.6 update (hi joerg)

diffstat:

 mail/gmime/patches/patch-aa |  16 ----------------
 mail/gmime/patches/patch-ab |  22 ----------------------
 2 files changed, 0 insertions(+), 38 deletions(-)

diffs (46 lines):

diff -r 8b2d0b22c7c3 -r 0e53785901bd mail/gmime/patches/patch-aa
--- a/mail/gmime/patches/patch-aa       Wed Jul 24 22:16:42 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2010/09/08 11:56:24 drochner 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))
- 
- 
- /**
diff -r 8b2d0b22c7c3 -r 0e53785901bd mail/gmime/patches/patch-ab
--- a/mail/gmime/patches/patch-ab       Wed Jul 24 22:16:42 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2010/09/08 12:07:18 drochner Exp $
-
---- Makefile.in.orig   2010-01-30 17:58:38.000000000 +0000
-+++ Makefile.in
-@@ -257,7 +257,7 @@ infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
--localedir = @localedir@
-+localedir = /usr/pkg/share/locale
- localstatedir = @localstatedir@
- lt_ECHO = @lt_ECHO@
- mandir = @mandir@
-@@ -275,7 +275,7 @@ target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--SUBDIRS = util gmime src $(am__append_1) tests docs $(am__append_2) .
-+SUBDIRS = util gmime $(am__append_1) tests docs $(am__append_2) .
- bin_SCRIPTS = gmime-config
- CLEANFILES = gmimeConf.sh
- DISTCLEANFILES = iconv-detect.h



Home | Main Index | Thread Index | Old Index