SHA256
6
0
forked from pool/file
OBS User unknown
2007-05-17 09:31:52 +00:00
committed by Git OBS Bridge
parent 56c079edb0
commit 29361b997f
5 changed files with 75 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ License: Other uncritical OpenSource License
Group: Productivity/File utilities
Autoreqprov: on
Version: 4.20
Release: 7
Release: 13
Summary: A Tool to Determine File Types
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
Patch: file-%{version}.dif
@@ -34,6 +34,7 @@ Patch10: file-4.18-printf.dif
Patch11: file-4.20-reg_startend.dif
Patch12: file-4.20-unused.dif
Patch13: file-4.20-reg_dos.dif
Patch14: file-4.20-option.dif
Patch20: file-4.16-mips.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -83,6 +84,7 @@ Authors:
%patch11 -p0 -b .rse
%patch12 -p0 -b .unused
%patch13 -p0 -b .reg
%patch14 -p0 -b .opt
%ifarch mips
%patch20 -p0 -b .mips
%endif
@@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
%changelog
* Mon May 14 2007 - werner@suse.de
- More on DoS attack with regex (bug #263754)
- Avoid crash on unknown option and enable option `-e'
* Mon Apr 16 2007 - werner@suse.de
- Avoid DoS attack with regex (bug #263754)
* Thu Apr 05 2007 - werner@suse.de