|
@@ -5,7 +5,7 @@ Summary: A file compression utility.
|
|
Summary(ja): ファイル圧縮ユーティリティ
|
|
Summary(ja): ファイル圧縮ユーティリティ
|
|
Name: bzip2
|
|
Name: bzip2
|
|
Version: 1.0.6
|
|
Version: 1.0.6
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
URL: http://www.bzip.org/
|
|
URL: http://www.bzip.org/
|
|
@@ -20,6 +20,9 @@ Patch3: bzip2-1.0.4-bzip2recover.patch
|
|
# URL: http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz
|
|
# URL: http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz
|
|
Patch10: bzip2-1.0.2.diff.bz2
|
|
Patch10: bzip2-1.0.2.diff.bz2
|
|
|
|
|
|
|
|
+# security patch(es)
|
|
|
|
+Patch1000: CVE-2016-3189.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
%if %buildpdf
|
|
%if %buildpdf
|
|
@@ -91,6 +94,8 @@ which will use the library.
|
|
|
|
|
|
%patch10 -p1
|
|
%patch10 -p1
|
|
|
|
|
|
|
|
+%patch1000 -p1 -b .CVE-2016-3189
|
|
|
|
+
|
|
cp CHANGES ChangeLog
|
|
cp CHANGES ChangeLog
|
|
mv CHANGES NEWS
|
|
mv CHANGES NEWS
|
|
mv LICENSE COPYING
|
|
mv LICENSE COPYING
|
|
@@ -133,7 +138,8 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc AUTHORS COPYING README README.COMPILATION.PROBLEMS NEWS ChangeLog
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc AUTHORS README README.COMPILATION.PROBLEMS NEWS ChangeLog
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
%{_libdir}/*so.*
|
|
%{_libdir}/*so.*
|
|
@@ -155,6 +161,9 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.6-3
|
|
|
|
+- added Patch1000 to fix CVE-2016-3189.
|
|
|
|
+
|
|
* Wed Jan 1 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.6-2
|
|
* Wed Jan 1 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.6-2
|
|
- rebuilt with new vineseed toolchain
|
|
- rebuilt with new vineseed toolchain
|
|
|
|
|