r44386 - in /packages/libcgns/trunk/debian: changelog control patches/format-security.diff patches/series

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Jan 18 18:00:09 UTC 2012


Author: sylvestre
Date: Wed Jan 18 18:00:08 2012
New Revision: 44386

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44386
Log:
libcgns (2.5.5-2) unstable; urgency=low

  * Fix the format-security issue (Closes: #643418)
  * Standards-Version updated to version 3.9.2


Added:
    packages/libcgns/trunk/debian/patches/format-security.diff
Modified:
    packages/libcgns/trunk/debian/changelog
    packages/libcgns/trunk/debian/control
    packages/libcgns/trunk/debian/patches/series

Modified: packages/libcgns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/changelog?rev=44386&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/changelog (original)
+++ packages/libcgns/trunk/debian/changelog Wed Jan 18 18:00:08 2012
@@ -1,3 +1,10 @@
+libcgns (2.5.5-2) unstable; urgency=low
+
+  * Fix the format-security issue (Closes: #643418)
+  * Standards-Version updated to version 3.9.2
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 19 Nov 2011 15:11:17 +0100
+
 libcgns (2.5.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libcgns/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/control?rev=44386&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/control (original)
+++ packages/libcgns/trunk/debian/control Wed Jan 18 18:00:08 2012
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt, 
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt,
  libhdf5-serial-dev, chrpath
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://cgns.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libcgns/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libcgns/

Added: packages/libcgns/trunk/debian/patches/format-security.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/format-security.diff?rev=44386&op=file
==============================================================================
--- packages/libcgns/trunk/debian/patches/format-security.diff (added)
+++ packages/libcgns/trunk/debian/patches/format-security.diff Wed Jan 18 18:00:08 2012
@@ -1,0 +1,13 @@
+Index: libcgns-2.5.4/cgnslib.c
+===================================================================
+--- libcgns-2.5.4.orig/cgnslib.c	2009-08-22 18:58:51.000000000 +0200
++++ libcgns-2.5.4/cgnslib.c	2011-11-19 15:10:10.306973048 +0100
+@@ -5338,7 +5338,7 @@
+             if (ptset->type==PointRange)
+                 sprintf(PointSetName, "PointRange%d",set+1);
+             else
+-                sprintf(PointSetName, PointSetTypeName[ptset->type]);
++                sprintf(PointSetName, "%s", PointSetTypeName[ptset->type]);
+             if (cgi_write_ptset(hole->id, PointSetName, ptset, index_dim,
+                 (void *)((int *)pnts+2*index_dim*set))) return CG_ERROR;
+         }

Modified: packages/libcgns/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/series?rev=44386&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/patches/series (original)
+++ packages/libcgns/trunk/debian/patches/series Wed Jan 18 18:00:08 2012
@@ -2,4 +2,5 @@
 soname.diff
 version.diff
 wrongProfile.diff
+format-security.diff
 




More information about the debian-science-commits mailing list