Changelog for
file-devel-5.03-2.2.i586.rpm :
Tue Jun 9 14:00:00 2009 wernerAATTsuse.de
- Do _not_ touch change log of python-magic
- Update to file version 5.03
* Avoid null dereference in cdf code (Drew Yao)
* More cdf bounds checks and overflow checks
Tue Jun 2 14:00:00 2009 cooloAATTnovell.com
- sync Version using pre_checkin.sh
Thu May 7 14:00:00 2009 wernerAATTsuse.de
- Add support for special zip archives (bnc#500511)
Wed May 6 14:00:00 2009 wernerAATTsuse.de
- Update to file version 5.02
* Read ~/.magic in addition to the default magic file not instead
of, as documented in the man page.
* filesystem and msdos patches (Joerg Jenderek)
* Added CDF parsing
* Add text/x-lua MIME type for Lua scripts.
* >= <= is not supported, so fix the magic and warn about it.
reported by: Thien-Thi Nguyen
* use memchr instead of strchr because the string
might not be NUL terminated (Scott MacVicar)
* Fix --mime, --mime-type and --mime-encoding under new scheme.
* add loop limits to avoid DoS attacks by constructing
looping sector references.
* Allow escaping of relation characters, so that we can say \\^[A-Z]
and the ^ is not eaten as a relation char.
Mon Jan 26 13:00:00 2009 crrodriguezAATTsuse.de
- remove \"la\" files and static libraries
Wed Dec 10 13:00:00 2008 olhAATTsuse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
Thu Nov 27 13:00:00 2008 wernerAATTsuse.de
- Add libsatsolver file magic
- Re-enable detection of old LZW (.Z) format (bnc#448984)
Thu Oct 30 13:00:00 2008 olhAATTsuse.de
- obsolete old -XXbit packages (bnc#437293)
Tue Aug 19 14:00:00 2008 roAATTsuse.de
- fix detection for java bytecode
Tue May 6 14:00:00 2008 ajAATTsuse.de
- Do not return random data.
Thu Apr 24 14:00:00 2008 wernerAATTsuse.de
- Don\'t slip into Mp3 channel for ext file systems (bnc#383431)
Mon Apr 14 14:00:00 2008 wernerAATTsuse.de
- Add CROM File System to Localstuff (bnc#379027)
- Update to file bugfix version 4.24
* ELF core file command name/line bug fixes and enhancements
* Change strength of ! from MULT to 0, as it matches almost anything (Reuben Thomas)
* Clarify UTF-8 BOM message (Reuben Thomas)
* Add HTML comment to token list in names.h
* !:mime annotations in magic files (Reuben Thomas)
* zero out utime/utimes structs (Gavin Atkinson)
* reduce writable data from Diego \"Flameeyes\" Petten
* strtof detection
* remove bogus regex magic that could cause a DoS
* better mismatch version message
* bring back some fixes from OpenBSD
* treat ELF dynamic objects as executables
* fix gcc warnings
* make sure we have zlib.h and libz to compile the builtin
decompress code
* float and double magic support (Behan Webster)
* Convert fortran to a soft test (Reuben Thomas)
* Add --with-filename, and --no-filename (Reuben Thomas)
* Rest of the mime split (Reuben Thomas)
* Make usage message generated from the flags so that
they stay consistent (Reuben Thomas)
* typo in comment, missing ifdef QUICK, remove unneeded code
* Fix problem printing -\\012 in some entries
* Separate magic type and encoding flags (Reuben Thomas)
* configure fix for int64 and strndup (Reuben Thomas)
* Add magic_descriptor() function.
* Fix regression in elf reading code where the core name was
not being printed.
* Don\'t convert NUL\'s to spaces in {l,b}estring16 (Daniel Dawson)
* Make mime format consistent so that it can
Remove 7/8bit classifications, since they were arbitrary
and not based on the file data.
Thu Apr 10 14:00:00 2008 roAATTsuse.de
- added baselibs.conf file to build xxbit packages
for multilib support
Thu Mar 13 13:00:00 2008 wernerAATTsuse.de
- Remember ReiserFS V3.6.19 (bnc#370535)
Mon Jan 28 13:00:00 2008 rguentherAATTsuse.de
- Split python-magic off to separate spec file to avoid pulling
python into the base build cycle
Tue Jan 15 13:00:00 2008 wernerAATTsuse.de
- Move python-base to python
Wed Dec 5 13:00:00 2007 wernerAATTsuse.de
- Add X11 cursor magic to Localstuff (bug #346132)
- New package python-magic, the python API for the libmagic
Fri Aug 31 14:00:00 2007 wernerAATTsuse.de
- Make regex for awk more robust to avoid conflict with PostScript,
thanks goes to Werner Lemberg for the report
Wed Aug 29 14:00:00 2007 wernerAATTsuse.de
- Add Scribus to local magic (bug #298009)
Wed Jun 6 14:00:00 2007 wernerAATTsuse.de
- Update to file version 4.21 including the last three bug fixes
Thu May 24 14:00:00 2007 wernerAATTsuse.de
- Fix of the fix for bug #256290 with CVE-2007-2799
Mon May 21 14:00:00 2007 wernerAATTsuse.de
- Expand search area used before regex (also bug #263754)
Mon May 14 14:00:00 2007 wernerAATTsuse.de
- More on DoS attack with regex (bug #263754)
- Avoid crash on unknown option and enable option `-e\'
Mon Apr 16 14:00:00 2007 wernerAATTsuse.de
- Avoid DoS attack with regex (bug #263754)
Thu Apr 5 14:00:00 2007 wernerAATTsuse.de
- Avoid trouble with variable/macro on ppc64
Mon Mar 26 14:00:00 2007 rguentherAATTsuse.de
- Add zlib-devel BuildRequires
Wed Mar 21 13:00:00 2007 wernerAATTsuse.de
- Update to file 4.20 due security reason CVE-2007-1536 (#256290)
Wed Mar 7 13:00:00 2007 rguentherAATTsuse.de
- Fix order of changelog entries
Thu Nov 23 13:00:00 2006 wernerAATTsuse.de
- Initialize variable in elf patch
Wed Nov 22 13:00:00 2006 wernerAATTsuse.de
- Update to new file 4.18
* Includes most of our extensions (elf, fifo, softmagic)