r24924 - in /packages/unstable/gmime2.2/debian: changelog patches/00list patches/CVE-2010-0409.dpatch patches/pass_off_t_as_Int64.dpatch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jul 30 08:55:53 UTC 2010


Author: joss
Date: Fri Jul 30 08:55:52 2010
New Revision: 24924

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24924
Log:
* Non-maintainer upload
* Fix CVE-2010-0409 (Closes: #568291)

Added:
    packages/unstable/gmime2.2/debian/patches/CVE-2010-0409.dpatch
Removed:
    packages/unstable/gmime2.2/debian/patches/pass_off_t_as_Int64.dpatch
Modified:
    packages/unstable/gmime2.2/debian/changelog
    packages/unstable/gmime2.2/debian/patches/00list

Modified: packages/unstable/gmime2.2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.2/debian/changelog?rev=24924&op=diff
==============================================================================
--- packages/unstable/gmime2.2/debian/changelog [utf-8] (original)
+++ packages/unstable/gmime2.2/debian/changelog [utf-8] Fri Jul 30 08:55:52 2010
@@ -3,6 +3,13 @@
   * Drop libgmime2.2a-cil.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 21 May 2010 16:10:54 +0200
+
+gmime2.2 (2.2.25-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Fix CVE-2010-0409 (Closes: #568291)
+
+ -- Moritz Muehlenhoff <jmm at debian.org>  Fri, 16 Jul 2010 23:22:19 +0200
 
 gmime2.2 (2.2.25-1) unstable; urgency=high
 

Modified: packages/unstable/gmime2.2/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.2/debian/patches/00list?rev=24924&op=diff
==============================================================================
--- packages/unstable/gmime2.2/debian/patches/00list [utf-8] (original)
+++ packages/unstable/gmime2.2/debian/patches/00list [utf-8] Fri Jul 30 08:55:52 2010
@@ -1,0 +1,1 @@
+CVE-2010-0409.dpatch

Added: packages/unstable/gmime2.2/debian/patches/CVE-2010-0409.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.2/debian/patches/CVE-2010-0409.dpatch?rev=24924&op=file
==============================================================================
--- packages/unstable/gmime2.2/debian/patches/CVE-2010-0409.dpatch (added)
+++ packages/unstable/gmime2.2/debian/patches/CVE-2010-0409.dpatch [utf-8] Fri Jul 30 08:55:52 2010
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## CVE-2010-0409
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -Naur gmime2.2-2.2.22.orig/gmime/gmime-utils.h gmime2.2-2.2.22/gmime/gmime-utils.h
+--- gmime2.2-2.2.22.orig/gmime/gmime-utils.h	2008-06-12 06:29:28.000000000 -0600
++++ gmime2.2-2.2.22/gmime/gmime-utils.h	2010-02-03 19:01:18.145483975 -0700
+@@ -106,7 +106,7 @@
+  * 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))
+ 
+ 
+ /**




More information about the pkg-gnome-commits mailing list