From 1106d83e734f02581199e8731a7aeeca1bc330e5 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 17 2013 13:45:17 +0000 Subject: import libpng-1.5.13-2.el7.src.rpm --- diff --git a/.libpng.metadata b/.libpng.metadata new file mode 100644 index 0000000..7ae1b1e --- /dev/null +++ b/.libpng.metadata @@ -0,0 +1 @@ +dfca34fa8281299a13cad87099f613ba639626e1 SOURCES/libpng-1.5.13.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/libpng-multilib.patch b/SOURCES/libpng-multilib.patch new file mode 100644 index 0000000..c99c765 --- /dev/null +++ b/SOURCES/libpng-multilib.patch @@ -0,0 +1,23 @@ +Use pkg-config to report libpng version and installation directories. + + +diff -Naur libpng-1.5.5.orig/libpng-config.in libpng-1.5.5/libpng-config.in +--- libpng-1.5.5.orig/libpng-config.in 2011-09-22 09:40:23.000000000 -0400 ++++ libpng-1.5.5/libpng-config.in 2011-10-05 01:03:32.335435187 -0400 +@@ -11,11 +11,11 @@ + + # Modeled after libxml-config. + +-version="@PNGLIB_VERSION@" +-prefix="@prefix@" +-exec_prefix="@exec_prefix@" +-libdir="@libdir@" +-includedir="@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@" ++version=`pkg-config --modversion libpng` ++prefix=`pkg-config --variable prefix libpng` ++exec_prefix=`pkg-config --variable exec_prefix libpng` ++libdir=`pkg-config --variable libdir libpng` ++includedir=`pkg-config --variable includedir libpng` + libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@" + all_libs="-lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@ @LIBS@" + I_opts="-I${includedir}" diff --git a/SOURCES/pngusr.dfa b/SOURCES/pngusr.dfa new file mode 100644 index 0000000..2eca9f6 --- /dev/null +++ b/SOURCES/pngusr.dfa @@ -0,0 +1,6 @@ +# Enable use of "safe" default limits on image size and chunk size. +option SAFE_LIMITS on +# However, the default defaults seem a tad too restrictive for general +# purpose use, so back them off a little. +setting USER_CHUNK_CACHE_MAX default 1000 +setting USER_CHUNK_MALLOC_MAX default 1000000000 diff --git a/SPECS/libpng.spec b/SPECS/libpng.spec new file mode 100644 index 0000000..fd315bd --- /dev/null +++ b/SPECS/libpng.spec @@ -0,0 +1,482 @@ +Summary: A library of functions for manipulating PNG image format files +Name: libpng +Epoch: 2 +Version: 1.5.13 +Release: 2%{?dist} +License: zlib +Group: System Environment/Libraries +URL: http://www.libpng.org/pub/png/ + +# Note: non-current tarballs get moved to the history/ subdirectory, +# so look there if you fail to retrieve the version you want +Source0: ftp://ftp.simplesystems.org/pub/png/src/libpng-%{version}.tar.bz2 + +Source1: pngusr.dfa + +Patch0: libpng-multilib.patch + +BuildRequires: zlib-devel, pkgconfig + +%description +The libpng package contains a library of functions for creating and +manipulating PNG (Portable Network Graphics) image format files. PNG +is a bit-mapped graphics format similar to the GIF format. PNG was +created to replace the GIF format, since GIF uses a patented data +compression algorithm. + +Libpng should be installed if you need to manipulate PNG format image +files. + +%package devel +Summary: Development tools for programs to manipulate PNG image format files +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} +Requires: zlib-devel%{?_isa} pkgconfig%{?_isa} + +%description devel +The libpng-devel package contains header files and documentation necessary +for developing programs using the PNG (Portable Network Graphics) library. + +If you want to develop programs which will manipulate PNG image format +files, you should install libpng-devel. You'll also need to install +the libpng package. + +%package static +Summary: Static PNG image format file library +Group: Development/Libraries +Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release} + +%description static +The libpng-static package contains the statically linkable version of libpng. +Linking to static libraries is discouraged for most applications, but it is +necessary for some boot packages. + +%prep +%setup -q + +# Provide pngusr.dfa for build. +cp -p %{SOURCE1} . + +%patch0 -p1 + +%build +%configure +make %{?_smp_mflags} DFA_XTRA=pngusr.dfa + +%install +make DESTDIR=$RPM_BUILD_ROOT install + +# We don't ship .la files. +rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%doc libpng-manual.txt example.c README TODO CHANGES LICENSE +%{_libdir}/libpng15.so.* +%{_mandir}/man5/* + +%files devel +%{_bindir}/* +%{_includedir}/* +%{_libdir}/libpng*.so +%{_libdir}/pkgconfig/libpng*.pc +%{_mandir}/man3/* + +%files static +%{_libdir}/libpng*.a + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 2:1.5.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Sep 27 2012 Tom Lane 2:1.5.13-1 +- Update to libpng 1.5.13 for minor bug fixes + +* Sat Aug 4 2012 Tom Lane 2:1.5.12-1 +- Update to libpng 1.5.12 for minor bug fixes +- Activate chunk size limits by default, with a very generous default limit + +* Wed Aug 1 2012 Tom Lane 2:1.5.10-3 +- Remove compat subpackage (it's now a separate package "libpng12") +- Minor specfile cleanup per suggestions from Tom Callaway +Related: #845110 + +* Thu Jul 19 2012 Fedora Release Engineering - 2:1.5.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Apr 7 2012 Tom Lane 2:1.5.10-1 +- Update to libpng 1.5.10 and 1.2.49, for minor security issues (CVE-2011-3048) +Resolves: #809597 + +* Sun Mar 11 2012 Tom Lane 2:1.5.9-1 +- Update to libpng 1.5.9 and 1.2.48, for minor security issues (CVE-2011-3045) +Resolves: #801667 + +* Thu Feb 16 2012 Tom Lane 2:1.5.8-2 +- Fix CVE-2011-3026 +Resolves: #791183 + +* Fri Feb 3 2012 Tom Lane 2:1.5.8-1 +- Update to libpng 1.5.8, for minor security issue (CVE-2011-3464) + +* Fri Jan 13 2012 Fedora Release Engineering - 2:1.5.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sun Dec 18 2011 Tom Lane 2:1.5.7-1 +- Update to libpng 1.5.7, for assorted minor fixes + +* Mon Nov 21 2011 Tom Lane 2:1.5.6-2 +- Don't include libpng12.pc in the compat subpackage; instead just offer a + phony Provides: for it in the devel subpackage + +* Sat Nov 5 2011 Tom Lane 2:1.5.6-1 +- Update to new major release series 1.5.x; includes source-code-incompatible + API changes and a soname version bump +- Temporarily package 1.2.46 shared library (only) in libpng-compat subpackage + so that dependent packages won't be broken while rebuilding proceeds + +* Thu Jul 14 2011 Tom Lane 2:1.2.46-1 +- Update to libpng 1.2.46, includes fixes for CVE-2011-2501, CVE-2011-2690, + CVE-2011-2691, CVE-2011-2692 +Resolves: #717509 +Resolves: #721307 + +* Tue Feb 08 2011 Fedora Release Engineering - 2:1.2.44-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sat Jan 29 2011 Ville Skyttä - 2:1.2.44-2 +- Use xz compressed source tarball +Resolves: #647282 + +* Tue Jun 29 2010 Tom Lane 2:1.2.44-1 +- Update to libpng 1.2.44, includes fixes for CVE-2010-1205 and CVE-2010-2249 +Resolves: #609161 + +* Mon Mar 15 2010 Tom Lane 2:1.2.43-1 +- Update to libpng 1.2.43, includes fix for CVE-2010-0205 +Related: #566234 + +* Wed Jan 20 2010 Tom Lane 2:1.2.42-1 +- Update to libpng 1.2.42 + +* Thu Aug 20 2009 Tom Lane 2:1.2.39-1 +- Update to libpng 1.2.39 + +* Fri Jul 24 2009 Fedora Release Engineering - 2:1.2.37-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jun 13 2009 Tom Lane 2:1.2.37-1 +- Update to libpng 1.2.37, to fix CVE-2009-2042 +Related: #504782 + +* Wed Feb 25 2009 Tom Lane 2:1.2.35-1 +- Update to libpng 1.2.35, to fix CVE-2009-0040 + +* Wed Feb 25 2009 Fedora Release Engineering - 2:1.2.34-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Jan 9 2009 Tom Lane 2:1.2.34-1 +- Update to libpng 1.2.34 + +* Thu Dec 11 2008 Caolán McNamara 2:1.2.33-2 +- rebuild to get provides pkgconfig(libpng) + +* Sun Nov 2 2008 Tom Lane 2:1.2.33-1 +- Update to libpng 1.2.33 + +* Tue Sep 9 2008 Tom Lane 2:1.2.31-2 +- Apply upstream patch for zTXT buffer overrun (CVE-2008-3964) +Related: #461599 + +* Sat Aug 23 2008 Tom Lane 2:1.2.31-1 +- Update to libpng 1.2.31 + +* Sat May 31 2008 Tom Lane 2:1.2.29-1 +- Update to libpng 1.2.29 (fixes low-priority security issue CVE-2008-1382) +Related: #441839 + +* Tue Feb 12 2008 Tom Lane 2:1.2.24-1 +- Update to libpng 1.2.24 + +* Thu Oct 18 2007 Tom Lane 2:1.2.22-1 +- Update to libpng 1.2.22, primarily to fix CVE-2007-5269 +Related: #324771 + +* Wed Aug 22 2007 Tom Lane 2:1.2.16-3 +- Update License tag +- Rebuild to fix Fedora toolchain issues + +* Wed May 23 2007 Tom Lane 2:1.2.16-2 +- Add patch to fix CVE-2007-2445 +Related: #239542 + +* Mon Feb 12 2007 Tom Lane 2:1.2.16-1 +- Update to libpng 1.2.16 +Resolves: #211705, #216706, #227334 +- Separate libpng.a into a -static subpackage +- Other minor packaging fixes per Fedora merge review +Resolves: #226038 + +* Mon Oct 02 2006 Jesse Keating - 2:1.2.10-7 +- Require pkgconfig in the -devel subpackage as it gets called by + /usr/bin/libpng-config + +* Thu Jul 27 2006 Matthias Clasen - 2:1.2.10-6 +- Disable asm on arches other than i386 (#196580) + +* Wed Jul 12 2006 Jesse Keating - 2:1.2.10-5.1 +- rebuild + +* Thu May 25 2006 Matthias Clasen - 2:1.2.10-5 +- Fix some paths in the -config script + +* Tue May 23 2006 Matthias Clasen - 2:1.2.10-4 +- fix multilib conflicts + +* Mon May 22 2006 Matthias Clasen - 2:1.2.10-3 +- Add a comment about the need to keep static libraries + +* Mon May 22 2006 Matthias Clasen - 2:1.2.10-2 +- Re-add static libraries + +* Thu May 4 2006 Matthias Clasen - 2:1.2.10-1 +- Update to 1.2.10 +- Drop static libraries + +* Fri Feb 10 2006 Jesse Keating - 2:1.2.8-2.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 2:1.2.8-2.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Mar 2 2005 Matthias Clasen - 2:1.2.8-2 +- Rebuild with gcc4 + +* Mon Dec 06 2004 Matthias Clasen - 2:1.2.8-1 +- Update to 1.2.8 + +* Wed Sep 15 2004 Matthias Clasen - 2:1.2.7-1 +- Update to 1.2.7 + +* Tue Aug 17 2004 Matthias Clasen - 2:1.2.6-1 +- Update to 1.2.6 +- Combine patches + +* Wed Aug 4 2004 Matthias Clasen 2:1.2.5-9 +- Build for FC3 + +* Fri Jul 30 2004 Matthias Clasen +- Include LICENSE. + +* Fri Jul 23 2004 Matthias Clasen 2:1.2.5-8 +- Build for FC2 + +* Fri Jul 23 2004 Matthias Clasen 2:1.2.5-7 +- Replace the patches for individual security problems with the + cumulative patch issued by the png developers. +- Build for FC1 + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Mon Jun 14 2004 Matthias Clasen - 2:1.2.5-5 +- Rebuild for FC2 + +* Mon Jun 14 2004 Matthias Clasen - 2:1.2.5-4 +- Rebuild for FC1 + +* Mon Jun 14 2004 Matthias Clasen - 2:1.2.5-3 +- Reinstate and improve the transfix patch which got lost sometime ago, + but is still needed for CAN-2002-1363 (#125934) + +* Mon May 24 2004 Than Ngo 2:1.2.5-2 +- add patch to link libm automatically +- get rid of rpath + +* Wed May 19 2004 Matthias Clasen 2:1.2.5-1 +- 1.2.5 + +* Mon May 3 2004 Matthias Clasen 2:1.2.2-22 +- Redo the out-of-bounds fix in a slightly better way. + +* Wed Apr 21 2004 Matthias Clasen +- Bump release number to disambiguate n-v-rs. + +* Mon Apr 19 2004 Matthias Clasen +- fix a possible out-of-bounds read in the error message + handler. #121229 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 27 2004 Mark McLoughlin 2:1.2.2-19 +- rebuild with changed bits/setjmp.h on ppc + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Tue Jun 3 2003 Jeff Johnson +- add explicit epoch's where needed. + +* Mon Feb 24 2003 Jonathan Blandford 2:1.2.2-15 +- change pkg-config to use libdir instead of hardcoding /usr/lib + +* Mon Feb 24 2003 Elliot Lee +- rebuilt + +* Thu Feb 20 2003 Jonathan Blandford 2:1.2.2-12 +- add Provides: libpng.so.3, #67007 + +* Fri Jan 24 2003 Jonathan Blandford +- change requires to include the Epoch + +* Thu Jan 23 2003 Karsten Hopp 2:1.2.2-11 +- Bump & rebuild + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Jan 15 2003 Elliot Lee 2:1.2.2-9 +- Bump & rebuild + +* Thu Dec 12 2002 Tim Powers 2:1.2.2-7 +- merge changes in from -6hammer + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Tue May 7 2002 Bernhard Rosenkraenzer 1.2.2-4 +- Don't own {_libdir}/pkgconfig +- Don't strip library, that's up to rpm + +* Tue May 7 2002 Bernhard Rosenkraenzer 1.2.2-3 +- Forgot png.h + +* Mon May 6 2002 Bernhard Rosenkraenzer 1.2.2-2 +- Fix compatibility with everyone else. + +* Thu May 2 2002 Havoc Pennington +- 1.2.2 plus makefile patches tarball +- update file list to contain versioned libpng only + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Mon Dec 17 2001 Bernhard Rosenkraenzer 1.2.1-1 +- 1.2.1 + +* Wed Sep 19 2001 Bernhard Rosenkraenzer 1.2.0-1 +- 1.2.0 + +* Mon Jul 16 2001 Trond Eivind Glomsrd +- s/Copyright/License/ +- fix weird versioning system (epoch was set to "2" in the main + package, serial to "1" in the devel package. Huh?) + +* Wed Jun 20 2001 Than Ngo 1.0.12-1 +- update to 1.0.12 +- add missing libpng symlink + +* Thu May 3 2001 Bernhard Rosenkraenzer 1.0.11-2 +- libpng-devel requires zlib-devel (since png.h includes zlib.h) + (#38883) + +* Wed May 2 2001 Bernhard Rosenkraenzer 1.0.11-1 +- 1.0.11 + +* Sun Apr 15 2001 Bernhard Rosenkraenzer +- 1.0.10 + +* Tue Feb 6 2001 Bernhard Rosenkraenzer +- 1.0.9, fixes Mozilla problems + +* Tue Dec 12 2000 Bernhard Rosenkraenzer +- Rebuild to get rid of 0777 dirs + +* Wed Nov 15 2000 Bernhard Rosenkraenzer +- Remove the workaround for Bug #20018 (from Oct 30). + Qt 2.2.2 fixes the problem the workaround addressed. + +* Mon Oct 30 2000 Bernhard Rosenkraenzer +- Work around a problem causing konqueror to segfault in image preview + mode (Bug #20018) +- Copy SuSE 7.0's patch to handle bad chunks + +* Sun Sep 3 2000 Florian La Roche +- only include the man5 man-pages once in the main rpm + +* Thu Jul 28 2000 Preston Brown +- upgrade to 1.0.8 - fixes small memory leak, other bugs + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Bernhard Rosenkraenzer +- patchlevel c +- FHSify + +* Tue Mar 21 2000 Nalin Dahyabhai +- update to 1.0.6 + +* Mon Mar 13 2000 Nalin Dahyabhai +- change serial to Epoch to get dependencies working correctly + +* Fri Feb 11 2000 Nalin Dahyabhai +- move buildroot and add URL + +* Sat Feb 5 2000 Bernhard Rosenkraenzer +- strip library +- rebuild to compress man pages + +* Sun Nov 21 1999 Bernhard Rosenkraenzer +- 1.0.5 +- some tweaks to spec file to make updating easier +- handle RPM_OPT_FLAGS + +* Mon Sep 20 1999 Matt Wilson +- changed requires in libpng-devel to include serial +- corrected typo + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 2) + +* Sun Feb 07 1999 Michael Johnson +- rev to 1.0.3 + +* Thu Dec 17 1998 Cristian Gafton +- build for 6.0 + +* Wed Sep 23 1998 Cristian Gafton +- we are Serial: 1 now because we are reverting the 1.0.2 version from 5.2 + beta to this prior one +- install man pages; set defattr defaults + +* Thu May 07 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Apr 30 1998 Cristian Gafton +- devel subpackage moved to Development/Libraries + +* Wed Apr 08 1998 Cristian Gafton +- upgraded to 1.0.1 +- added buildroot + +* Tue Oct 14 1997 Donnie Barnes +- updated to new version +- spec file cleanups + +* Thu Jul 10 1997 Erik Troan +- built against glibc +