SHA256
1
0
forked from pool/file
OBS User unknown 2007-05-21 10:44:12 +00:00 committed by Git OBS Bridge
parent 65d4672eb5
commit bfeeb16e55
3 changed files with 10 additions and 3 deletions

View File

@ -8,9 +8,9 @@
-100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
+#100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
+#100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
+100 search/0x200 rxfuncadd
+100 search/0xffff rxfuncadd
+>100 regex/c =^\\s{0,255}call\\s{1,99}rxfuncadd OS/2 REXX batch file text
+100 search/0x200 say
+100 search/0xffff say
+>100 regex/c =^\\s{0,255}say\ ['"] OS/2 REXX batch file text
0 leshort 0x14c MS Windows COFF Intel 80386 object file

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 21 11:49:45 CEST 2007 - werner@suse.de
- Expand search area used before regex (also bug #263754)
-------------------------------------------------------------------
Mon May 14 13:19:00 CEST 2007 - werner@suse.de

View File

@ -17,7 +17,7 @@ License: Other uncritical OpenSource License
Group: Productivity/File utilities
Autoreqprov: on
Version: 4.20
Release: 13
Release: 15
Summary: A Tool to Determine File Types
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
Patch: file-%{version}.dif
@ -147,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
%changelog
* Mon May 21 2007 - werner@suse.de
- Expand search area used before regex (also bug #263754)
* Mon May 14 2007 - werner@suse.de
- More on DoS attack with regex (bug #263754)
- Avoid crash on unknown option and enable option `-e'