rpms/libpng10/devel libpng-1.0.48-soname.patch, NONE, 1.1 .cvsignore, 1.22, 1.23 libpng10.spec, 1.32, 1.33 sources, 1.22, 1.23 libpng-1.0.38-soname.patch, 1.1, NONE

Paul Howarth pghmcfc at fedoraproject.org
Thu Aug 13 15:45:12 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/libpng10/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25995

Modified Files:
	.cvsignore libpng10.spec sources 
Added Files:
	libpng-1.0.48-soname.patch 
Removed Files:
	libpng-1.0.38-soname.patch 
Log Message:
update to 1.0.48
- avoid a possible NULL dereference in debug build, in png_set_text_2()
- reject attempt to write iCCP chunk with negative embedded profile length
rebase soname patch to remove fuzz


libpng-1.0.48-soname.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 ltmain.sh   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE libpng-1.0.48-soname.patch ---
--- libpng-1.0.48/ltmain.sh	2009-07-11 14:39:02.000000000 +0100
+++ libpng-1.0.48/ltmain.sh	2009-08-13 13:59:25.000000000 +0100
@@ -6225,7 +6225,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.48/Makefile.am	2009-08-13 12:12:18.000000000 +0100
+++ libpng-1.0.48/Makefile.am	2009-08-13 13:59:25.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.48/Makefile.in	2009-08-13 12:12:26.000000000 +0100
+++ libpng-1.0.48/Makefile.in	2009-08-13 14:04:41.000000000 +0100
@@ -325,7 +325,7 @@
 	$(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/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	17 Jul 2009 11:32:35 -0000	1.22
+++ .cvsignore	13 Aug 2009 15:45:11 -0000	1.23
@@ -1 +1 @@
-libpng-1.0.47.tar.bz2
+libpng-1.0.48.tar.bz2


Index: libpng10.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/devel/libpng10.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- libpng10.spec	25 Jul 2009 06:26:10 -0000	1.32
+++ libpng10.spec	13 Aug 2009 15:45:12 -0000	1.33
@@ -1,12 +1,12 @@
 Summary:	Old version of libpng, needed to run old binaries
 Name:		libpng10
-Version:	1.0.47
-Release:	2%{?dist}
+Version:	1.0.48
+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.38-soname.patch
+Patch0:		libpng-1.0.48-soname.patch
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	zlib-devel
 Conflicts:	libpng < 2:1.2.0
@@ -111,8 +111,14 @@ libpng10-devel.
 %{_libdir}/pkgconfig/libpng10.pc
 
 %changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.47-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Thu Aug 13 2009 Paul Howarth <paul at city-fan.org> 1.0.48-1
+- update to 1.0.48
+  - avoid a possible NULL dereference in debug build, in png_set_text_2()
+  - reject attempt to write iCCP chunk with negative embedded profile length
+- rebase soname patch to remove fuzz
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 1.0.47-2
+- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Fri Jul 17 2009 Paul Howarth <paul at city-fan.org> 1.0.47-1
 - update to 1.0.47 (changes to unknown chunk handling and documentation)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libpng10/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	17 Jul 2009 11:32:35 -0000	1.22
+++ sources	13 Aug 2009 15:45:12 -0000	1.23
@@ -1 +1 @@
-4d96b1f0c1820886ea021dd79432bca1  libpng-1.0.47.tar.bz2
+e440d8789d8ce5563d4ada7e57a8b0ac  libpng-1.0.48.tar.bz2


--- libpng-1.0.38-soname.patch DELETED ---




More information about the scm-commits mailing list