rpms/libpng10/devel libpng-1.0.21-soname.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libpng10.spec, 1.4, 1.5 sources, 1.2, 1.3 libpng-1.0.20-soname.patch, 1.1, NONE

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Nov 21 08:33:32 UTC 2006


Author: pghmcfc

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

Modified Files:
	.cvsignore libpng10.spec sources 
Added Files:
	libpng-1.0.21-soname.patch 
Removed Files:
	libpng-1.0.20-soname.patch 
Log Message:
update to 1.0.21 to address DoS issue (#216263, CVE-2006-5793)
update soname patch


libpng-1.0.21-soname.patch:

--- NEW FILE libpng-1.0.21-soname.patch ---
--- libpng-1.0.21/ltmain.sh	2006-08-01 15:46:17.000000000 +0100
+++ libpng-1.0.21/ltmain.sh	2006-08-01 15:46:52.000000000 +0100
@@ -3270,7 +3270,7 @@
 	esac
 
 	case $revision in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
+	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]|[0-9].[0-9][0-9]) ;;
 	*)
 	  $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2
 	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
--- libpng-1.0.21/Makefile.am	2006-11-15 12:49:56.000000000 +0000
+++ libpng-1.0.21/Makefile.am	2006-11-18 10:50:43.000000000 +0000
@@ -45,7 +45,7 @@
 	-version-number 0:@PNGLIB_MINOR@:0
 # -rpath is needed as automake doesn't know the directory
 libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
-	-version-number 2:@PNGLIB_MINOR@:0
+	-version-number 2:1:0. at PNGLIB_MINOR@
 
 if HAVE_LD_VERSION_SCRIPT
   # Versioned symbols and restricted exports
--- libpng-1.0.21/Makefile.in	2006-11-15 12:50:12.000000000 +0000
+++ libpng-1.0.21/Makefile.in	2006-11-18 10:51:25.000000000 +0000
@@ -291,7 +291,7 @@
 	0:@PNGLIB_MINOR@:0 $(am__append_1) $(am__append_2)
 # -rpath is needed as automake doesn't know the directory
 libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
-	-version-number 2:@PNGLIB_MINOR@:0
+	-version-number 2:1:0. at PNGLIB_MINOR@
 
 @HAVE_LD_VERSION_SCRIPT_FALSE at libpng10_la_DEPENDENCIES = libpng.sym
 @HAVE_LD_VERSION_SCRIPT_TRUE at libpng10_la_DEPENDENCIES = libpng.vers


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libpng10/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Jul 2006 07:21:50 -0000	1.2
+++ .cvsignore	21 Nov 2006 08:33:02 -0000	1.3
@@ -1 +1 @@
-libpng-1.0.20.tar.bz2
+libpng-1.0.21.tar.bz2


Index: libpng10.spec
===================================================================
RCS file: /cvs/extras/rpms/libpng10/devel/libpng10.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpng10.spec	1 Oct 2006 13:54:52 -0000	1.4
+++ libpng10.spec	21 Nov 2006 08:33:02 -0000	1.5
@@ -1,12 +1,12 @@
 Summary:	Old version of libpng, needed to run old binaries
 Name:		libpng10
-Version:	1.0.20
-Release:	4%{?dist}
+Version:	1.0.21
+Release:	1%{?dist}
 License:	zlib License
 Group:		System Environment/Libraries
 URL:		http://www.libpng.org/pub/png/libpng.html
 Source:		ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-%{version}.tar.bz2
-Patch0:		libpng-1.0.20-soname.patch
+Patch0:		libpng-1.0.21-soname.patch
 Patch1:		libpng-1.0.20-pngconf.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	zlib-devel
@@ -108,6 +108,10 @@
 %{_libdir}/pkgconfig/libpng10.pc
 
 %changelog
+* Sat Nov 18 2006 Paul Howarth <paul at city-fan.org> 1.0.21-1
+- update to 1.0.21 to address DoS issue (#216263, CVE-2006-5793)
+- update soname patch
+
 * Sun Oct  1 2006 Paul Howarth <paul at city-fan.org> 1.0.20-4
 - rebuild with latest toolchain
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libpng10/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Jul 2006 07:21:50 -0000	1.2
+++ sources	21 Nov 2006 08:33:02 -0000	1.3
@@ -1 +1 @@
-7c2fb566d3e5e70c8a5eeb719e67f26b  libpng-1.0.20.tar.bz2
+17cca7846f8019acfb8fc1868ea99d2e  libpng-1.0.21.tar.bz2


--- libpng-1.0.20-soname.patch DELETED ---




More information about the scm-commits mailing list