Author: qboosh Date: Tue Jun 21 09:56:28 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added toctou patch from Debian (fixes CAN-2005-0953) - added changelog note that update to 1.0.3 fixed CAN-2005-1260 - release 3
---- Files affected: SPECS: bzip2.spec (1.100 -> 1.101) ---- Diffs: ================================================================ Index: SPECS/bzip2.spec diff -u SPECS/bzip2.spec:1.100 SPECS/bzip2.spec:1.101 --- SPECS/bzip2.spec:1.100 Tue Jun 21 09:14:40 2005 +++ SPECS/bzip2.spec Tue Jun 21 11:56:23 2005 @@ -12,7 +12,7 @@ Summary(ru): ëĎÍĐŇĹÓÓĎŇ ĆÁĘĚĎ× ÎÁ ĎÓÎĎ×Ĺ ÁĚÇĎŇÉÔÍÁ ÂĚĎŢÎĎĘ ÓĎŇÔÉŇĎ×ËÉ Name: bzip2 Version: 1.0.3 -Release: 2 +Release: 3 Epoch: 0 License: BSD-like Group: Applications/Archiving @@ -21,8 +21,9 @@ Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 5ffc3dbdd40080a8c22c3b4c3143cdd7 Patch0: %{name}-libtoolizeautoconf.patch +Patch1: %{name}-toctou.patch # Modified from http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz -Patch1: %{name}-progress-counter-1.0.2.patch +Patch2: %{name}-progress-counter-1.0.2.patch URL: http://www.bzip.org/ BuildRequires: autoconf BuildRequires: automake @@ -167,7 +168,8 @@ %prep %setup -q %patch0 -p1 -%{?with_progress:%patch1 -p1} +%patch1 -p1 +%{?with_progress:%patch2 -p1} %build %{__aclocal} @@ -243,6 +245,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.101 2005/06/21 09:56:23 qboosh +- added toctou patch from Debian (fixes CAN-2005-0953) +- added changelog note that update to 1.0.3 fixed CAN-2005-1260 +- release 3 + Revision 1.100 2005/06/21 07:14:40 qboosh - release 2 @@ -256,6 +263,7 @@ Revision 1.97 2005/06/20 16:29:00 blekot - up to 1.0.3 +[fixes CAN-2005-1260] - TODO done - cosmetocs, SOURCE0 changed, patch0 reverted ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/bzip2.spec?r1=1.100&r2=1.101&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
