Update to libpng 1.5.10 and 1.2.49
This commit is contained in:
parent
fab31ee76c
commit
643a73122e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/libpng-1.5.9.tar.bz2
|
/libpng-1.5.10.tar.bz2
|
||||||
/libpng-1.2.48.tar.bz2
|
/libpng-1.2.49.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A library of functions for manipulating PNG image format files
|
Summary: A library of functions for manipulating PNG image format files
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.5.9
|
Version: 1.5.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -12,7 +12,7 @@ URL: http://www.libpng.org/pub/png/
|
|||||||
# be recompiled. The compatibility library is placed in a separate
|
# be recompiled. The compatibility library is placed in a separate
|
||||||
# sub-RPM, libpng-compat. There is no support for recompiling source code
|
# sub-RPM, libpng-compat. There is no support for recompiling source code
|
||||||
# against the old version.
|
# against the old version.
|
||||||
%global prevversion 1.2.48
|
%global prevversion 1.2.49
|
||||||
|
|
||||||
# Note: non-current tarballs get moved to the history/ subdirectory,
|
# Note: non-current tarballs get moved to the history/ subdirectory,
|
||||||
# so look there if you fail to retrieve the version you want
|
# so look there if you fail to retrieve the version you want
|
||||||
@ -140,6 +140,10 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 7 2012 Tom Lane <tgl@redhat.com> 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 <tgl@redhat.com> 2:1.5.9-1
|
* Sun Mar 11 2012 Tom Lane <tgl@redhat.com> 2:1.5.9-1
|
||||||
- Update to libpng 1.5.9 and 1.2.48, for minor security issues (CVE-2011-3045)
|
- Update to libpng 1.5.9 and 1.2.48, for minor security issues (CVE-2011-3045)
|
||||||
Resolves: #801667
|
Resolves: #801667
|
||||||
|
Loading…
Reference in New Issue
Block a user