rpms/libpng10/F-8 libpng-1.0.38-soname.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 libpng10.spec, 1.13, 1.14 sources, 1.10, 1.11 libpng-1.0.26-soname.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Fri Oct 31 17:07:24 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/libpng10/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4711

Modified Files:
	.cvsignore libpng10.spec sources 
Added Files:
	libpng-1.0.38-soname.patch 
Removed Files:
	libpng-1.0.26-soname.patch 
Log Message:
update to 1.0.41 (addresses #468990, memory leak after reading a malformed tEXt chunk)

libpng-1.0.38-soname.patch:

--- NEW FILE libpng-1.0.38-soname.patch ---
--- libpng-1.0.38/ltmain.sh	2008-05-02 04:51:25.000000000 +0100
+++ libpng-1.0.38/ltmain.sh	2008-08-16 23:52:43.000000000 +0100
@@ -5700,7 +5700,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]) ;;
 	*)
 	  func_error "REVISION \`$revision' must be a nonnegative integer"
 	  func_fatal_error "\`$vinfo' is not valid version information"
--- libpng-1.0.38/Makefile.am	2008-08-13 18:16:27.000000000 +0100
+++ libpng-1.0.38/Makefile.am	2008-08-16 23:52:43.000000000 +0100
@@ -45,7 +45,7 @@
 	-version-number 0:@PNGLIB_RELEASE@:0
 # -rpath is needed as automake doesn't know the directory
 libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \
-	-version-number 2:@PNGLIB_RELEASE@:0
+	-version-number 2:1:0. at PNGLIB_RELEASE@
 
 if HAVE_LD_VERSION_SCRIPT
   # Versioned symbols and restricted exports
--- libpng-1.0.38/Makefile.in	2008-08-13 18:16:36.000000000 +0100
+++ libpng-1.0.38/Makefile.in	2008-08-16 23:52:43.000000000 +0100
@@ -304,7 +304,7 @@
 	0:@PNGLIB_RELEASE@: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_RELEASE@:0
+	-version-number 2:1:0. at PNGLIB_RELEASE@
 
 @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/pkgs/rpms/libpng10/F-8/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	9 May 2008 23:17:36 -0000	1.10
+++ .cvsignore	31 Oct 2008 17:06:54 -0000	1.11
@@ -1 +1 @@
-libpng-1.0.37.tar.bz2
+libpng-1.0.41.tar.bz2


Index: libpng10.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/F-8/libpng10.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libpng10.spec	9 May 2008 23:17:36 -0000	1.13
+++ libpng10.spec	31 Oct 2008 17:06:54 -0000	1.14
@@ -1,12 +1,12 @@
 Summary:	Old version of libpng, needed to run old binaries
 Name:		libpng10
-Version:	1.0.37
+Version:	1.0.41
 Release:	1%{?dist}
 License:	zlib
 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.26-soname.patch
+Patch0:		libpng-1.0.38-soname.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	zlib-devel
 Conflicts:	libpng < 2:1.2.0
@@ -111,6 +111,20 @@
 %{_libdir}/pkgconfig/libpng10.pc
 
 %changelog
+* Fri Oct 31 2008 Paul Howarth <paul at city-fan.org> 1.0.41-1
+- update to 1.0.41 (addresses #468990, memory leak after reading a malformed
+  tEXt chunk)
+
+* Fri Sep 19 2008 Paul Howarth <paul at city-fan.org> 1.0.40-1
+- update to 1.0.40
+
+* Thu Aug 21 2008 Paul Howarth <paul at city-fan.org> 1.0.39-1
+- update to 1.0.39
+
+* Sun Aug 17 2008 Paul Howarth <paul at city-fan.org> 1.0.38-1
+- update to 1.0.38
+- update soname patch to apply without fuzz
+
 * Fri May  9 2008 Paul Howarth <paul at city-fan.org> 1.0.37-1
 - update to 1.0.37
 - autotools patch no longer needed


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/F-8/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	9 May 2008 23:17:36 -0000	1.10
+++ sources	31 Oct 2008 17:06:54 -0000	1.11
@@ -1 +1 @@
-517d4751e29b32c3f218bc8a51930bae  libpng-1.0.37.tar.bz2
+1d7238f7f24bc1f5ca51eb474051175a  libpng-1.0.41.tar.bz2


--- libpng-1.0.26-soname.patch DELETED ---




More information about the scm-commits mailing list