SPECS: file.spec - rel 3; one patch from upstream + disable proble...
arekm
arekm at pld-linux.org
Mon Apr 30 21:27:56 CEST 2007
Author: arekm Date: Mon Apr 30 19:27:56 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 3; one patch from upstream + disable problematic regexps instead of working around them
---- Files affected:
SPECS:
file.spec (1.130 -> 1.131)
---- Diffs:
================================================================
Index: SPECS/file.spec
diff -u SPECS/file.spec:1.130 SPECS/file.spec:1.131
--- SPECS/file.spec:1.130 Fri Apr 20 10:37:39 2007
+++ SPECS/file.spec Mon Apr 30 21:27:51 2007
@@ -29,7 +29,7 @@
Summary(zh_TW.UTF-8): 用於決定檔案類型的一個工具程式。
Name: file
Version: 4.20
-Release: 2
+Release: 3
License: distributable
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
@@ -46,6 +46,7 @@
Patch5: %{name}-selinux.patch
Patch6: %{name}-msdos.patch
Patch7: %{name}-DoS.patch
+Patch8: ftp://ftp.astron.com/pub/file/patch-4.20-REG_STARTEND
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -252,7 +253,9 @@
%patch4 -p1
%patch5 -p1
%patch6 -p1
-%patch7 -p1
+%patch7 -p0
+cd src
+%patch8 -p0
%build
%{__libtoolize}
@@ -361,6 +364,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.131 2007/04/30 19:27:51 arekm
+- rel 3; one patch from upstream + disable problematic regexps instead of working around them
+
Revision 1.130 2007/04/20 08:37:39 zawadaa
- fix for [CVE-2007-2026]
- from AMaViS user list
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/file.spec?r1=1.130&r2=1.131&f=u
More information about the pld-cvs-commit
mailing list