Revisions of file

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 205819 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 76)
- Set RPM groups (forwarded request 205655 from jengelh)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201588 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 75)
- Add changes of Andreas Stieger 

- Update to file version 5.15 (bug fix release, no new featuress)
  * Don't mix errors and regular output if there was an error
  * in magic_descriptor() don't close the file and try to restore
    its position
  * Don't treat magic as an error if offset was past EOF (Christoph Biedl)
  * Fix spacing issues in softmagic and elf (Jan Kaluza)
  * Fix segmentation fault with multiple magic_load commands.
  * The way "default" was implemented was not very useful because
    the "if something was printed at that level" was not easily
    controlled by the user, and the format was bound to a string
    which is too restrictive. Add a "clear" for that level keyword
    and make "default" void.
  * disallow strength setting in "name" entries
- Adjust for upstream changes:
  * file-5.14-tex.dif
  * file-5.07-elf.dif
  * file-5.12-ocloexec.patch
  * file-5.12-nitpick.dif
  * file-5.13.dif
- Drop patches, applied upstream:
  * file-5.13-whitespace.patch
  * elf-invalid-byte-order.patch

 
- add file-5.15-clear-invalid.patch to fix an invalid format

- Make if ready for file 5.15
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 74)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 176637 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 73)
- elf-invalid-byte-order.patch: remove bogus "invalid byte order" from elf
  magic (forwarded request 176595 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 162084 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 72)
- Refresh patches and remove the visibility patch that I
 upstreamed few releases ago in a different form. (forwarded request 161841 from WernerFink)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 160568 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 71)
- Update to file version 5.14 (also mainly bug fixes)
  * fix recursive magic separator printing
  * limit recursion level for mget
  * fix pread() related breakage in cdf
  * handle offsets properly in recursive "use" 
- Remove patch file-5.13-return.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 158645 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 70)
- Run pre_checkin.sh
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 156456 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 69)
- Add patch file-5.13-return.patch: avoid doubled return

- Update to file version 5.13 (mainly bug fixes)
  * add elf reading of debug info to determine if file is stripped
  * use pread()
  * change mime description size from 64 to 80 to accommodate OOXML.
  * Warn about inconsistent continuation levels.
  * Change fsmagic to add a space after it prints.
  * Make getline public so that file can link against it.
    Perhaps it is better to rename it, or hide it differently.
    Fixes builds on platforms that do not provide it.
  * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
    what long, int, short, etc is (Guy Harris)
  * add magic_version function and constant
  * Redo memory allocation and de-allocation.
    (prevents double frees on non mmap platforms)
  * Fix bug with name/use having to do with passing
    found state from the parent to the child and back.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 155787 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 68)
- Use %libname macro and make that file-magic obsoletes libmagic-data
  compare with bnc# 804323 to avoid trouble with interim package name
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 149700 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 67)
- Make if build on ppc64, that is re-add the configure check for
  sizeof long long otherwise readelf will fail on ppc64

- Update to file version 5.12
  * Warn about inconsistent continuation levels.
  * Change fsmagic to add a space after it prints.
  * Make getline public so that file can link against it.
    Perhaps it is better to rename it, or hide it differently.
    Fixes builds on platforms that do not provide it.
  * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document
    what long, int, short, etc is (Guy Harris)
  * add magic_version function and constant
  * Redo memory allocation and de-allocation.
    (prevents double frees on non mmap platforms)
  * Fix bug with name/use having to do with passing
    found state from the parent to the child and back.
  * Only print elf capabilities for archs we know (Jan Kaluza)
  * Add "name" and "use" file types in order to look
    inside mach-o files.
  * add string/T (Jan Kaluza)
  * search for $HOME/.magic.mgc if it is there first
  * fix reads from a pipe, and preserve errno
  * use ctime_r, asctime_r
  * Fixes for indirect offsets to handle apple disk formats
- Also includes our extfs-minix patch
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 66)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 143281 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 65)
- Add file-5.11-extfs-minix.dif: Change detection order of ext2/3/4
  fs and minix to avoid the for the free inode numbers 4991,5007,
  9320,9336 and multiple of 65536 the ext2/3/4 fs will be detected
  as minix fs (bnc#788435)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 64)
revert again
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 63)
disable mkbaselibs for the moment
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139772 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 62)
!!!! MAKE SURE TO CHANGE PREINSTALL AFTER ACCEPTING !!!

- implement shared library policy for libmagic1 (forwarded request 139753 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 134825 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 61)
- Add small patch to make clear if file follows symbloc links or not
  as tihs depend on the environment variable POSIXLY_CORRECT
- Remove the README file as this is for packagers and not for users
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 131364 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 60)
add documentation (bnc#776532) (forwarded request 131178 from yecril71pl)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126168 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 59)
license update: BSD-2-Clause
SPDX format (forwarded request 126065 from babelworx)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 58)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 111389 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 57)
Fix build - run pre_checkin.sh (forwarded request 111313 from a_jaeger)
Displaying revisions 61 - 80 of 136
openSUSE Build Service is sponsored by