rpms/netpbm/devel netpbm-10.23-security.patch, 1.17, 1.18 netpbm.spec, 1.98, 1.99

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Nov 26 13:47:56 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/netpbm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28648

Modified Files:
	netpbm-10.23-security.patch netpbm.spec 
Log Message:
- update to 10.35.34
- sync security patch and fix typos


netpbm-10.23-security.patch:

Index: netpbm-10.23-security.patch
===================================================================
RCS file: /cvs/extras/rpms/netpbm/devel/netpbm-10.23-security.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- netpbm-10.23-security.patch	19 Dec 2006 13:47:12 -0000	1.17
+++ netpbm-10.23-security.patch	26 Nov 2007 13:47:53 -0000	1.18
@@ -1128,20 +1128,6 @@
          *padrightP =
              ( ( h10P->pixmap_width + 15 ) / 16 ) * 16 - h10P->pixmap_width;
          *bits_per_itemP = 16;
-@@ -223,9 +226,13 @@
-         *formatP = PGM_TYPE;
-         *visualclassP = StaticGray;
-         *maxvalP = ( 1 << h10P->display_planes ) - 1;
-+        overflow_add(*maxvalP, 1);
-         *colorsP = pnm_allocrow( *maxvalP + 1 );
-         for ( i = 0; i <= *maxvalP; ++i )
-             PNM_ASSIGN1( (*colorsP)[i], i );
-+        overflow_add(h10P->pixmap_width, 15);
-+        if(h10P->pixmap_width < 0)
-+            pm_error("assert: negative width");
-         *padrightP =
-             ( ( h10P->pixmap_width + 15 ) / 16 ) * 16 - h10P->pixmap_width;
-         *bits_per_itemP = 16;
 @@ -544,6 +551,7 @@
  
      *colsP = h11FixedP->pixmap_width;


Index: netpbm.spec
===================================================================
RCS file: /cvs/extras/rpms/netpbm/devel/netpbm.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- netpbm.spec	14 Nov 2007 13:01:45 -0000	1.98
+++ netpbm.spec	26 Nov 2007 13:47:53 -0000	1.99
@@ -1,13 +1,13 @@
 Summary: A library for handling different graphics file formats
 Name: netpbm
-Version: 10.35.33
+Version: 10.35.34
 Release: 1%{?dist}
 License: Assorted licenses, see %{_docdir}/%{name}-%{version}/copyright_summary
 Group: System Environment/Libraries
 URL: http://netpbm.sourceforge.net/
 # Source0 is prepared by 
-# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/stable netpbm-%{nersion}
-# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide netpbm-%{nersion}/userguide
+# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/stable netpbm-%{version}
+# svn checkout https://netpbm.svn.sourceforge.net/svnroot/netpbm/userguide netpbm-%{version}/userguide
 # and removing the .svn directories
 Source0: netpbm-%{version}.tar.bz2
 Patch1: netpbm-10.17-time.patch
@@ -209,6 +209,10 @@
 %{_datadir}/netpbm/
 
 %changelog
+* Wed Nov 26 2007 Jindrich Novy <jnovy at redhat.com> 10.35.34-1
+- update to 10.35.34
+- sync security patch and fix typos
+
 * Wed Nov 14 2007 Jindrich Novy <jnovy at redhat.com> 10.35.33-1
 - update to 10.35.33
 




More information about the fedora-extras-commits mailing list