new upstream release 1.6.19 (#1282193)
Signed-off-by: Petr Hracek <phracek@redhat.com>
This commit is contained in:
parent
6ce4092697
commit
2fa74258be
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/libpng-1.6.16.tar.gz
|
/libpng-1.6.16.tar.gz
|
||||||
/libpng-1.6.17.tar.gz
|
/libpng-1.6.17.tar.gz
|
||||||
/libpng-1.6.18.tar.gz
|
/libpng-1.6.18.tar.gz
|
||||||
|
/libpng-1.6.19.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
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.6.18
|
Version: 1.6.19
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: zlib
|
License: zlib
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.libpng.org/pub/png/
|
URL: http://www.libpng.org/pub/png/
|
||||||
@ -13,7 +13,6 @@ Source0: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-%{
|
|||||||
Source1: pngusr.dfa
|
Source1: pngusr.dfa
|
||||||
Patch0: libpng-multilib.patch
|
Patch0: libpng-multilib.patch
|
||||||
Patch1: libpng-fix-arm-neon.patch
|
Patch1: libpng-fix-arm-neon.patch
|
||||||
Patch2: libpng-CVE-2015-8126.patch
|
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -68,7 +67,6 @@ cp -p %{SOURCE1} .
|
|||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1 -b .arm
|
%patch1 -p1 -b .arm
|
||||||
%patch2 -p1 -b .CVE-2015-8126
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -112,6 +110,9 @@ make check
|
|||||||
%{_bindir}/pngfix
|
%{_bindir}/pngfix
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 19 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.19-1
|
||||||
|
- new upstream release 1.6.19 (#1282193)
|
||||||
|
|
||||||
* Wed Nov 18 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.18-3
|
* Wed Nov 18 2015 Petr Hracek <phracek@redhat.com> - 2:1.6.18-3
|
||||||
- fix for CVE-2015-8126 (#1281756, #1281757)
|
- fix for CVE-2015-8126 (#1281756, #1281757)
|
||||||
- correct patch
|
- correct patch
|
||||||
|
Loading…
Reference in New Issue
Block a user