89be67
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
89be67
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
89be67
%global __libtoolize :
89be67
89be67
Summary: A utility for determining file types
89be67
Name: file
89be67
Version: 5.11
f292e0
Release: 37%{?dist}
89be67
License: BSD
89be67
Group: Applications/File
89be67
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
89be67
# Upstream says it's up to distributions to add a way to support local-magic.
89be67
Patch0: file-localmagic.patch
89be67
# sent upstream - should be included in next upstream release
89be67
Patch1: file-tnef.patch
89be67
Patch2: file-5.10-strength.patch
89be67
Patch3: file-5.10-sticky-bit.patch
89be67
Patch4: file-python-func.patch
89be67
Patch5: file-qed-vdi-image.patch
89be67
Patch6: file-5.11-ia64-swap.patch
89be67
Patch7: file-4.17-rpm-name.patch
89be67
Patch8: file-5.11-magicmgc-home.patch
89be67
Patch9: file-5.11-compress.patch
89be67
Patch10: file-5.11-dump-twice.patch
89be67
Patch11: file-5.04-volume_key.patch
89be67
Patch12: file-5.04-man-return-code.patch
89be67
Patch13: file-5.04-generic-msdos.patch
89be67
Patch14: file-5.14-netpbm.patch
89be67
Patch15: file-5.11-rrdtool.patch
89be67
Patch16: file-5.11-exit-code.patch
89be67
Patch17: file-5.11-perl-shebang.patch
89be67
Patch18: file-5.11-qcow3.patch
89be67
Patch20: file-5.11-CVE-2014-1943.patch
89be67
Patch21: file-5.11-CVE-2014-2270.patch
89be67
Patch22: file-5.11-CVE-2013-7345.patch
89be67
Patch30: file-5.11-add-aarch64.patch
89be67
Patch31: file-5.04-minix.patch
89be67
Patch32: file-5.04-trim.patch
89be67
Patch33: file-5.11-ppc64.patch
89be67
Patch34: file-5.04-ppc32core.patch
89be67
Patch35: file-5.11-stripped.patch
89be67
Patch36: file-5.11-softmagic-read.patch
89be67
Patch37: file-5.11-offset-oob.patch
89be67
Patch38: file-5.11-swap-info.patch
89be67
Patch39: file-5.11-CVE-2014-0207.patch
89be67
Patch40: file-5.11-CVE-2014-0237.patch
89be67
Patch41: file-5.11-CVE-2014-0238.patch
89be67
Patch42: file-5.11-CVE-2014-3478.patch
89be67
Patch43: file-5.11-CVE-2014-3479.patch
89be67
Patch44: file-5.11-CVE-2014-3480.patch
89be67
Patch45: file-5.11-CVE-2014-3487.patch
89be67
Patch46: file-5.11-CVE-2014-3538.patch
89be67
Patch47: file-5.11-CVE-2014-3587.patch
89be67
Patch48: file-5.11-CVE-2014-3710.patch
89be67
Patch49: file-5.11-CVE-2014-8116.patch
89be67
Patch50: file-5.11-CVE-2014-8117.patch
89be67
Patch51: file-5.11-CVE-2014-9652.patch
89be67
Patch52: file-5.11-CVE-2014-9653.patch
89be67
Patch53: file-5.11-xml.patch
89be67
Patch54: file-5.11-buildid.patch
89be67
Patch55: file-5.11-java1718.patch
89be67
Patch56: file-5.11-auxv.patch
89be67
Patch57: file-5.11-newpython.patch
89be67
Patch58: file-5.11-pascal.patch
89be67
89be67
# fix #1246385 - 'file --version' now exits successfully
89be67
Patch59: file-5.11-version.patch
89be67
89be67
# fix #1488898 - bump the strength of gzip
89be67
Patch60: file-5.11-gzip-strength.patch
89be67
89be67
# fix #1562135 - do not classify groovy script as python code
89be67
Patch61: file-5.11-python-comment.patch
89be67
89be67
# fix out-of-bounds read via a crafted ELF file (CVE-2018-10360)
89be67
Patch62: file-5.11-CVE-2018-10360.patch
89be67
f292e0
# remove wrong magic for JFFS file system (#1773477)
f292e0
Patch63: file-5.37-jffs-magic.patch
f292e0
89be67
URL: http://www.darwinsys.com/file/
89be67
Requires: file-libs = %{version}-%{release}
89be67
BuildRequires: zlib-devel
89be67
89be67
%description
89be67
The file command is used to identify a particular file according to the
89be67
type of data contained by the file.  File can identify many different
89be67
file types, including ELF binaries, system libraries, RPM packages, and
89be67
different graphics formats.
89be67
89be67
%package libs
89be67
Summary: Libraries for applications using libmagic
89be67
Group:   Applications/File
89be67
License: BSD
89be67
89be67
%description libs
89be67
89be67
Libraries for applications using libmagic.
89be67
89be67
%package devel
89be67
Summary:  Libraries and header files for file development
89be67
Group:    Applications/File
89be67
Requires: %{name} = %{version}-%{release}
89be67
89be67
%description devel
89be67
The file-devel package contains the header files and libmagic library
89be67
necessary for developing programs using libmagic.
89be67
89be67
%package static
89be67
Summary: Static library for file development
89be67
Group:    Applications/File
89be67
Requires: %{name} = %{version}-%{release}
89be67
89be67
%description static
89be67
The file-static package contains the static version of
89be67
the libmagic library.
89be67
89be67
%package -n python-magic
89be67
Summary: Python bindings for the libmagic API
89be67
Group:   Development/Libraries
89be67
BuildArch: noarch
89be67
BuildRequires: python2-devel
89be67
Requires: %{name} = %{version}-%{release}
89be67
89be67
%description -n python-magic
89be67
This package contains the Python bindings to allow access to the
89be67
libmagic API. The libmagic library is also used by the familiar
89be67
file(1) command.
89be67
89be67
%prep
89be67
89be67
# Don't use -b -- it will lead to problems when compiling magic file!
89be67
%setup -q
89be67
%patch0 -p1
89be67
%patch1 -p1
89be67
%patch2 -p1
89be67
%patch3 -p1
89be67
%patch4 -p1
89be67
%patch5 -p1
89be67
%patch6 -p1
89be67
%patch7 -p1
89be67
%patch8 -p1
89be67
%patch9 -p1
89be67
%patch10 -p1
89be67
%patch11 -p1
89be67
%patch12 -p1
89be67
%patch13 -p1
89be67
%patch14 -p1
89be67
%patch15 -p1
89be67
%patch16 -p1
89be67
%patch17 -p1
89be67
%patch18 -p1
89be67
%patch20 -p1
89be67
%patch21 -p1
89be67
%patch22 -p1
89be67
%patch30 -p1
89be67
%patch31 -p1
89be67
%patch32 -p1
89be67
%patch33 -p1
89be67
%patch34 -p1
89be67
%patch35 -p1
89be67
%patch36 -p1
89be67
%patch37 -p1
89be67
%patch38 -p1
89be67
%patch39 -p1
89be67
%patch40 -p1
89be67
%patch41 -p1
89be67
%patch42 -p1
89be67
%patch43 -p1
89be67
%patch44 -p1
89be67
%patch45 -p1
89be67
%patch46 -p1
89be67
%patch47 -p1
89be67
%patch48 -p1
89be67
%patch49 -p1
89be67
%patch50 -p1
89be67
%patch51 -p1
89be67
%patch52 -p1
89be67
%patch53 -p1
89be67
%patch54 -p1
89be67
%patch55 -p1
89be67
%patch56 -p1
89be67
%patch57 -p1
89be67
%patch58 -p1
89be67
%patch59 -p1
89be67
%patch60 -p1
89be67
%patch61 -p1
89be67
%patch62 -p1
f292e0
%patch63 -p1
89be67
89be67
# Patches can generate *.orig files, which can't stay in the magic dir,
89be67
# otherwise there will be problems when compiling magic file!
89be67
rm -fv magic/Magdir/*.orig
89be67
89be67
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
89be67
touch -r doc/libmagic.man doc/libmagic.man_
89be67
mv doc/libmagic.man_ doc/libmagic.man
89be67
89be67
%build
89be67
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
89be67
%configure --enable-fsect-man5 --disable-rpath
89be67
# remove hardcoded library paths from local libtool
89be67
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
89be67
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
89be67
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs
89be67
make
89be67
cd python
89be67
CFLAGS="%{optflags}" %{__python} setup.py build
89be67
89be67
%install
89be67
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
89be67
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
89be67
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
89be67
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/misc
89be67
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/file
89be67
89be67
make DESTDIR=${RPM_BUILD_ROOT} install
89be67
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
89be67
89be67
# local magic in /etc/magic
89be67
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
89be67
cp -a ./magic/magic.local ${RPM_BUILD_ROOT}%{_sysconfdir}/magic
89be67
89be67
cat magic/Magdir/* > ${RPM_BUILD_ROOT}%{_datadir}/misc/magic
89be67
ln -s misc/magic ${RPM_BUILD_ROOT}%{_datadir}/magic
89be67
#ln -s file/magic.mime ${RPM_BUILD_ROOT}%{_datadir}/magic.mime
89be67
ln -s ../magic ${RPM_BUILD_ROOT}%{_datadir}/file/magic
89be67
89be67
cd python
89be67
%{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
89be67
%{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/%{name}
89be67
89be67
%post libs -p /sbin/ldconfig
89be67
89be67
%postun libs -p /sbin/ldconfig
89be67
89be67
%files
89be67
%doc COPYING ChangeLog README
89be67
%{_bindir}/*
89be67
%{_mandir}/man1/*
89be67
%config(noreplace) %{_sysconfdir}/magic
89be67
89be67
%files libs
89be67
%doc COPYING ChangeLog README
89be67
%{_libdir}/*so.*
89be67
%{_datadir}/magic*
89be67
%{_mandir}/man5/*
89be67
%{_datadir}/file
89be67
%{_datadir}/misc/*
89be67
89be67
%files devel
89be67
%{_libdir}/*.so
89be67
%{_includedir}/magic.h
89be67
%{_mandir}/man3/*
89be67
89be67
%files static
89be67
%{_libdir}/*.a
89be67
89be67
%files -n python-magic
89be67
%doc python/README COPYING python/example.py
89be67
%{python_sitelib}/magic.py
89be67
%{python_sitelib}/magic.pyc
89be67
%{python_sitelib}/magic.pyo
89be67
%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
89be67
%{python_sitelib}/*egg-info
89be67
%endif
89be67
89be67
%changelog
f292e0
* Mon Nov 18 2019 Kamil Dudka <kdudka@redhat.com> - 5.11-37
f292e0
- remove wrong magic for JFFS file system (#1773477)
f292e0
89be67
* Tue Aug 06 2019 Kamil Dudka <kdudka@redhat.com> - 5.11-36
89be67
- fix out-of-bounds read via a crafted ELF file (CVE-2018-10360)
89be67
89be67
* Wed Jun 06 2018 Kamil Dudka <kdudka@redhat.com> 5.11-35
89be67
- fix #1562135 - do not classify groovy script as python code
89be67
89be67
* Thu Sep 07 2017 Kamil Dudka <kdudka@redhat.com> 5.11-34
89be67
- fix #1488898 - bump the strength of gzip
89be67
89be67
* Mon Jun 27 2016 Kamil Dudka <kdudka@redhat.com> 5.11-33
89be67
- fix #1246385 - 'file --version' now exits successfully
89be67
89be67
* Wed Mar 09 2016 Jan Kaluza <jkaluza@redhat.com> 5.11-32
89be67
- fix #1278737 - add support for Java 1.7 and 1.8
89be67
- fix #1281723 - show full executable name for core
89be67
- fix #1271636 - add support for detection of Python 2.7 byte-compiled files
89be67
- fix #1278768 - comment out too-sensitive Pascal magic
89be67
89be67
* Mon Sep 07 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-31
89be67
- fix #1255396 - Make the build ID output consistent with other tools
89be67
89be67
* Fri Aug 28 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-30
89be67
- fix CVE-2014-8116 - bump the acceptable ELF program headers count to 2048
89be67
89be67
* Mon Jul 13 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-29
89be67
- fix #839229 - fix detection of version of XML files
89be67
89be67
* Mon Jul 13 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-28
89be67
- fix #839229 - fix detection of version of XML files
89be67
89be67
* Tue Jul 07 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-27
89be67
- fix CVE-2014-0207 - cdf_read_short_sector insufficient boundary check
89be67
- fix CVE-2014-0237 - cdf_unpack_summary_info() excessive looping DoS
89be67
- fix CVE-2014-0238 - CDF property info parsing nelements infinite loop
89be67
- fix CVE-2014-3478 - mconvert incorrect handling of truncated pascal string
89be67
- fix CVE-2014-3479 - fix extensive backtracking in regular expression
89be67
- fix CVE-2014-3480 - cdf_count_chain insufficient boundary check
89be67
- fix CVE-2014-3487 - cdf_read_property_info insufficient boundary check
89be67
- fix CVE-2014-3538 - unrestricted regular expression matching
89be67
- fix CVE-2014-3587 - fix cdf_read_property_info
89be67
- fix CVE-2014-3710 - out-of-bounds read in elf note headers
89be67
- fix CVE-2014-8116 - multiple denial of service issues (resource consumption)
89be67
- fix CVE-2014-8117 - denial of service issue (resource consumption)
89be67
- fix CVE-2014-9652 - out of bounds read in mconvert()
89be67
- fix CVE-2014-9653 - malformed elf file causes access to uninitialized memory
89be67
89be67
* Tue Jun 09 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-26
89be67
- fix #1080452 - remove .orig files from magic directory
89be67
89be67
* Tue Jun 02 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-25
89be67
- fix #1224667, #1224668 - show additional info for Linux swap files
89be67
89be67
* Mon May 11 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-24
89be67
- fix #1064268 - fix stray return -1
89be67
89be67
* Wed Apr 22 2015 Jan Kaluza <jkaluza@redhat.com> - 5.11-23
89be67
- fix #1094648 - improve Minix detection pattern to fix false positives
89be67
- fix #1161912 - trim white-spaces during ISO9660 detection
89be67
- fix #1157850 - fix detection of ppc64le ELF binaries
89be67
- fix #1161911 - display "from" field on 32bit ppc core
89be67
- fix #1064167 - revert MAXMIME patch
89be67
- fix #1064268 - detect Dwarf debuginfo as "not stripped"
89be67
- fix #1082689 - fix invalid read when matched pattern is the last one tried
89be67
- fix #1080362 - remove deadcode and OFFSET_OOB redefinition
89be67
89be67
* Tue Jul 15 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-22
89be67
- fix #1067688 - add support for aarch64 ELF binaries
89be67
89be67
* Tue Mar 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-21
89be67
- fix #1079848 - fix potential regression in Perl detection caused
89be67
  by previous fix
89be67
89be67
* Mon Mar 24 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-20
89be67
- fix #1079848 - fix for CVE-2013-7345
89be67
89be67
* Fri Mar 07 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-19
89be67
- fix #1073554 - fix for CVE-2014-2270
89be67
89be67
* Wed Feb 19 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-18
89be67
- fix #1066563 - fix for CVE-2014-1943
89be67
89be67
* Wed Feb 12 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-17
89be67
- Increase MAXMIME size to 80 bytes (#1064167)
89be67
89be67
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 5.11-16
89be67
- Mass rebuild 2014-01-24
89be67
89be67
* Fri Jan 10 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-15
89be67
- fix #1048910 - detect perl scripts even with arguments in shebang
89be67
89be67
* Tue Jan 07 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-14
89be67
- fix #1048910 - increase perl scripts magic strength
89be67
- fix #1048082 - add support for QCOW3 images detection
89be67
89be67
* Thu Jan 02 2014 Jan Kaluza <jkaluza@redhat.com> - 5.11-13
89be67
- fix #1038025 - improve perl scripts detection according to perl shebang
89be67
89be67
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 5.11-12
89be67
- Mass rebuild 2013-12-27
89be67
89be67
* Fri Nov 08 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-11
89be67
- fix #1022967 - improve RRD Tool database detection
89be67
- fix #1026852 - exit with 0 exit code when input file does not exist
89be67
89be67
* Mon Jun 17 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-10
89be67
- build python-magic as noarch
89be67
- fix netpbm detection
89be67
89be67
* Mon Mar 11 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-9
89be67
- fix #919466 - fix memory leak in get_default_magic
89be67
89be67
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-8
89be67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
89be67
89be67
* Tue Dec 04 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-7
89be67
- removed duplicated patterns for backups generated by "dump" tool
89be67
- recognize volume_key escrow packets
89be67
- mention exit code in manpage
89be67
- remove weak msdos patterns
89be67
89be67
* Wed Nov 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-6
89be67
- clean up the spec file
89be67
89be67
* Tue Aug 14 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-5
89be67
- fix #847936 - decompress bzip2 properly when using -z param
89be67
- fix #847937 - read magic patterns also from ~/.magic.mgc
89be67
89be67
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-4
89be67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
89be67
89be67
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-3
89be67
- removed buildroot, defattr
89be67
89be67
* Tue Jun 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-2
89be67
- detect names of RPM packages
89be67
- detect swap on ia64 architecture
89be67
89be67
* Mon Feb 27 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-1
89be67
- fix #796130 - update to file-5.11
89be67
- fix #796209 - recognize VDI images
89be67
- fix #795709 - recognize QED images
89be67
89be67
* Wed Jan 18 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-5
89be67
- fix detection of ASCII text files with setuid, setgid, or sticky bits
89be67
89be67
* Tue Jan 10 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-4
89be67
- fix #772651 - decrease strength of newly added "C source" patterns
89be67
89be67
* Tue Jan 03 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-3
89be67
- fix #771292 - do not show 'using regular magic file' warning for /etc/magic,
89be67
  because this file is not supposed to be compiled
89be67
89be67
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-2
89be67
- fix #770006 - detect tnef files
89be67
89be67
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-1
89be67
- fix #771030 - update to file-5.10
89be67
89be67
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.09-3
89be67
- fix #720321 - added /etc/magic config file to let users define their local
89be67
  magic patterns
89be67
89be67
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.09-2
89be67
- Rebuilt for glibc bug#747377
89be67
89be67
* Thu Sep 29 2011 Jan Kaluza <jkaluza@redhat.com> - 5.09-1
89be67
- fix #739286 - update to file-5.09
89be67
89be67
* Thu Aug 04 2011 Jan Kaluza <jkaluza@redhat.com> - 5.08-1
89be67
- fix #728181 - update to file-5.08
89be67
- remove unused patches
89be67
89be67
* Tue Jun 14 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-5
89be67
- fix #712991 - include RPM noarch in /usr/share/magic
89be67
89be67
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-4
89be67
- fix #711843 - fix postscript detection
89be67
89be67
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-3
89be67
- fix #709953 - add support for BIOS version detection
89be67
89be67
* Mon May 23 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-2
89be67
- backported patches to fix 5.07 regressions
89be67
- fix #706231 - fixed ZIP detection
89be67
- fix #705183, #705499 - removed weak DOS device driver pattern
89be67
89be67
* Wed May 11 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-1
89be67
- update to new upstream version 5.07
89be67
- remove unused patches
89be67
89be67
* Tue Mar 01 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-4
89be67
- fix #678458 - support for Python 3.2 compiled files
89be67
89be67
* Thu Feb 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-3
89be67
- fix #676543 - improved TeX and LaTeX recognition
89be67
- fix #676041 - detect all supported RPM architectures
89be67
89be67
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.05-2
89be67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
89be67
89be67
* Tue Jan 18 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-1
89be67
- fix #670319 - update to new upstream release 5.05
89be67
- removed useless patches
89be67
89be67
* Mon Jan 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.04-18
89be67
- fix #668304 - support for com32r programs
89be67
- distinguish between GFS2 and GFS1 filesystems
89be67
89be67
* Wed Nov 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-17
89be67
- fix #656395 - "string" magic directive supports longer strings
89be67
89be67
* Wed Aug 29 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-16
89be67
- fix #637785 - support for zip64 format
89be67
89be67
* Tue Aug 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-15
89be67
- fix #626591 - support for WebM format
89be67
89be67
* Thu Aug 12 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-14
89be67
- fix #623602 - support for Python 2.7 compiled files
89be67
89be67
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 5.04-13
89be67
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
89be67
89be67
* Thu Jul 19 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-12
89be67
- fix #599695 - try to get "from" attribute for ELF binaries
89be67
  only from core dumps.
89be67
89be67
* Thu Jul 08 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-11
89be67
- added docs for file-libs
89be67
89be67
* Tue Jun 29 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-10
89be67
- fix #608922 - updated z-machine magic
89be67
89be67
* Fri Jun 11 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-9
89be67
- removed excessive HTML/SGML "magic patterns" (#603040)
89be67
89be67
* Wed Apr 14 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-8
89be67
- fix #580046 - the file command returns zero exit code 
89be67
                even in case of unexisting file being tested
89be67
89be67
* Wed Apr 07 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-7
89be67
- fix #566305 - "file" may trim too much of command line from core file
89be67
89be67
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-6
89be67
- fix #550212 - 'file' gives bad meta-data for squashfs-4.0 
89be67
89be67
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-5
89be67
- fix #575184 - file command does not print separator 
89be67
  when --print0 option is used
89be67
89be67
* Thu Mar 11 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-4
89be67
- fix #570785 - "file" misidentifies filesystem type
89be67
89be67
* Tue Feb 09 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-3
89be67
- fix #562840 -  [PATCH] Add matches for ruby modules
89be67
89be67
* Thu Jan 28 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-2
89be67
- fix #533245 -  segfaults on star.ulaw
89be67
89be67
* Mon Jan 25 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-1
89be67
- update to new upstream release 5.04
89be67
89be67
* Mon Jan 18 2010 Daniel Novotny <dnovotny@redhat.com> 5.03-18
89be67
- static library moved to new "-static" subpackage (#556048)
89be67
89be67
* Fri Dec 25 2009 Robert Scheck <robert@fedoraproject.org> 5.03-17
89be67
- removed broken install of example.py (%%doc is much enough)
89be67
89be67
* Mon Nov 30 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-16
89be67
- fixed the patch for multilib (#515767)
89be67
89be67
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-15
89be67
- BuildRequires: autoconf, automake
89be67
89be67
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-14
89be67
- BuildRequires: automake because of the Makefile.am patch
89be67
89be67
* Fri Nov 13 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-13
89be67
- fix #537324 -  update spec conditional for rhel
89be67
89be67
* Thu Nov 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-12
89be67
- fix #533151 -  file command doesn't recognize deltaisos or rpm-only deltarpms
89be67
89be67
* Tue Oct 27 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-11
89be67
- fix #531082 -  RFE: add detection of Python 3 bytecode
89be67
- fix #531127 -  `file' command does not recognize mime type `image/vnd.djvu'
89be67
89be67
* Wed Oct 21 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-10
89be67
- fix #530083 -  file -s is not able to detect swap signature on ppc
89be67
89be67
* Tue Aug 25 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-9
89be67
- fix #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
89be67
89be67
* Thu Aug 06 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-8
89be67
- rebuild for #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
89be67
89be67
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.03-7
89be67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
89be67
89be67
* Thu Jul 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-6
89be67
- fix #510429 -  file is confused by string "/* (if any) */" 
89be67
       in C header and claims it "Lisp/Scheme program text"
89be67
89be67
* Wed Jul 22 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-5
89be67
- #513079 -  RFE: file - recognize xfs metadump images
89be67
89be67
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 5.03-4
89be67
- Clean up %%description.
89be67
89be67
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-4
89be67
- one more PostScript font magic added (#505762),
89be67
  updated font patch
89be67
89be67
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-3
89be67
- added magic for three font issues (PostScript fonts)
89be67
  (#505758, #505759, #505765)
89be67
89be67
* Thu May 14 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-2
89be67
- fix #500739 - Disorganized magic* file locations in file-libs
89be67
89be67
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-1
89be67
- new upstream version
89be67
89be67
* Tue May 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.02-1
89be67
- new upstream version; drop upstreamed patches; this fixes #497913
89be67
89be67
* Wed Apr 29 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-8
89be67
- fix #498036 - Elang JAM file definition breaks detection of postscript-files
89be67
89be67
* Mon Apr 20 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-7
89be67
- fix previous patch:
89be67
  the name of the format is a bit different (MDUMP -> MDMP)
89be67
89be67
* Fri Apr 17 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-6
89be67
- fix #485835 (MDUMP files)
89be67
89be67
* Mon Mar 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-5
89be67
- added two font definitions (#491594, #491595)
89be67
  and a fix for file descriptor leak when MAGIC_COMPRESS used (#491596)
89be67
89be67
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.00-4
89be67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89be67
89be67
* Mon Feb 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-3
89be67
- fix #486105 -  file-5.00-2.fc11 fails to recognise a file 
89be67
  (and makes rpmbuild fail)
89be67
89be67
* Mon Feb 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-2
89be67
- fix #485141 -  rpm failed while checking a French Word file
89be67
89be67
* Mon Feb 09 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-1
89be67
- upgrade to 5.00
89be67
- drop upstreamed patches, rebase remaining patch
89be67
89be67
* Wed Jan 14 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-9
89be67
- fix #476655 detect JPEG-2000 Code Stream Bitmap
89be67
89be67
* Mon Jan 12 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-8
89be67
- fix #479300 - add btrfs filesystem magic
89be67
89be67
* Mon Dec 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-7
89be67
- fix the LaTex issue in bz#474156
89be67
89be67
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-6
89be67
- Rebuild for Python 2.6
89be67
89be67
* Thu Dec 04 2008 Daniel Novotny <dnovotny@redhat.com> - 4.26-5
89be67
- fix #470811 - Spurious perl auto-requires
89be67
89be67
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-4
89be67
- Rebuild for Python 2.6
89be67
89be67
* Thu Oct 16 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-3
89be67
- fix #465994 file --mime-encoding seems broken
89be67
89be67
* Tue Oct 07 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-2
89be67
- fix #463809: rpmbuild rpmfcClassify: Assertion fails on some binary files
89be67
  (false positive test on "DOS device driver" crashed file(1)
89be67
   and rpmbuild(8) failed)  
89be67
89be67
* Mon Sep 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-1
89be67
- new upstream version: fixes #462064
89be67
89be67
* Mon Jul 21 2008 Tomas Smetana <tsmetana@redhat.com> - 4.25-1
89be67
- new upstream version; drop upstreamed patches
89be67
89be67
* Fri Jun 06 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-4
89be67
- add GFS2 filesystem magic; thanks to Eric Sandeen
89be67
- add LVM snapshots magic (#449755); thanks to Jason Farrell
89be67
89be67
* Wed Jun 04 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-3
89be67
- drop patches that do nothing in recent build system
89be67
- create the text magic file during installation
89be67
89be67
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-2
89be67
- rebuild because of egg-info
89be67
89be67
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-1
89be67
- new upstream version
89be67
89be67
* Tue Mar 11 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-5
89be67
- fix EFI detection patch
89be67
89be67
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-4
89be67
- fix mismatching gzip files and text files as animations
89be67
89be67
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-3
89be67
- fix #430927 - detect ext4 filesystems
89be67
89be67
* Thu Jan 31 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-2
89be67
- fix #430952 - wrong handling of ELF binaries
89be67
89be67
* Tue Jan 29 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-1
89be67
- new upstream version; update patches; drop unused patches
89be67
89be67
* Thu Jan 24 2008 Tomas Smetana <tsmetana@redhat.com> - 4.21-5
89be67
- build a separate python-magic package; thanks to Terje Rosten
89be67
89be67
* Thu Dec 06 2007 Tomas Smetana <tsmetana@redhat.com> - 4.21-4
89be67
- add PE32/PE32+ magic
89be67
89be67
* Wed Aug 15 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-3
89be67
- resolves: #172015: no longer reports filename of crashed app when run on core files.
89be67
- resolves: #249578: Weird output from "file -i"
89be67
- resolves: #234817: file reports wrong filetype for microsoft word file
89be67
89be67
* Wed Jul  4 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-2
89be67
- resolves: #246700: RPM description isn't related to product
89be67
- resolves: #238789: file-devel depends on %%{version}
89be67
  but not on %%{version}-%%{release}
89be67
- resolves: #235267: for core files, file doesn't display the executable name
89be67
89be67
* Tue May 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-1
89be67
- upgrade to new upstream 4.21
89be67
- resolves: #241034: CVE-2007-2799 file integer overflow
89be67
89be67
* Wed Mar  7 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.20-1
89be67
- upgrade to new upstream 4.20
89be67
89be67
* Tue Feb 20 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-4
89be67
- rpath in file removal
89be67
89be67
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-3
89be67
- Resolves: #225750 - Merge Review: file
89be67
89be67
* Thu Jan 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-2
89be67
- Resolves: #223297 - file does not recognize OpenOffice "native" formats
89be67
- Resolves: #224344 - Magic rules should be in file-libs
89be67
89be67
* Tue Jan  9 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-1
89be67
- Resolves: #208880 - Pointless file(1) error message while detecting ELF 64-bit file
89be67
    thanks to <jakub@redhat.com> for patch
89be67
- Resolves: #214992 - file-devel should own %%_includedir/* %%_libdir/lib*.so
89be67
- Resolves: #203548 - a -devel package should be split out for libmagic
89be67
- upgrade to new upstream 4.19
89be67
- patch revision and cleaning
89be67
- split package to file, file-devel and file-libs
89be67
89be67
* Wed Aug 23 2006 Martin Bacovsky <mbacovsky@redhat.com> - 4.17-8
89be67
- fix recognition of perl script with embed awk (#203610) 
89be67
89be67
* Fri Aug 18 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-7
89be67
- fix recognition of bash script with embed awk (#202185)
89be67
89be67
* Thu Aug 03 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-6
89be67
- fix gziped empty file (#72986)
89be67
89be67
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.17-5.1
89be67
- rebuild
89be67
89be67
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> 4.17-5
89be67
- fix powerpoint mine (#190373) <vonsch@gmail.com>
89be67
89be67
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 4.17-4
89be67
- /usr/share/file is owned by package (#192858)
89be67
- fix magic for Clamav files (#192406)
89be67
89be67
* Fri Apr 21 2006 Radek Vokal <rvokal@redhat.com> 4.17-3
89be67
- add support for OCFS or ASM (#189017)
89be67
89be67
* Tue Mar 14 2006 Radek Vokal <rvokal@redhat.com> 4.17-2
89be67
- fix segfault when compiling magic
89be67
- add check for wctype.h
89be67
- fix for flac and mp3 files
89be67
89be67
* Mon Mar 13 2006 Radek Vokal <rvokal@redhat.com> 4.17-1
89be67
- upgrade to file-4.17, patch clean-up
89be67
89be67
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.2
89be67
- bump again for double-long bug on ppc(64)
89be67
89be67
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.1
89be67
- rebuilt for new gcc4.1 snapshot and glibc changes
89be67
89be67
* Sun Feb 04 2006 Radek Vokal <rvokal@redhat.com> 4.16-6
89be67
- xen patch, recognizes Xen saved domain
89be67
89be67
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 4.16-5
89be67
- fix for 64bit arrays
89be67
89be67
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
89be67
- rebuilt
89be67
89be67
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 4.16-4
89be67
- printf utf8 filenames and don't use isprint() (#174348)
89be67
89be67
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 4.16-3
89be67
- remove .la files (#172633)
89be67
89be67
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> - 4.16-2
89be67
- fix core files output, show "from" (#172015)
89be67
89be67
* Tue Oct 18 2005 Radek Vokal <rvokal@redhat.com> - 4.16-1
89be67
- upgrade to upstream
89be67
89be67
* Mon Oct 03 2005 Radek Vokal <rvokal@redhat.com> - 4.15-4
89be67
- file output for Berkeley DB gains Cracklib (#168917)
89be67
89be67
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-3
89be67
- small fix in previously added patch, now it works for multiple params
89be67
89be67
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-2
89be67
- print xxx-style only once (#168617)
89be67
89be67
* Thu Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.15-1
89be67
- upgrade to upstream 
89be67
89be67
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.14-4
89be67
- mime for mpeg and aac files fixed (#165323)
89be67
89be67
* Fri Aug 05 2005 Radek Vokal <rvokal@redhat.com> - 4.14-3
89be67
- mime for 3ds files removed, conflicts with text files (#165165)
89be67
89be67
* Fri Jul 22 2005 Radek Vokal <rvokal@redhat.com> - 4.14-2
89be67
- fixed mime types recognition (#163866) <mandriva.org>
89be67
89be67
* Thu Jul 14 2005 Radek Vokal <rvokal@redhat.com> - 4.14-1
89be67
- sync with upstream, patch clean-up
89be67
89be67
* Mon Jul 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-5
89be67
- fixed reiserfs check (#162378)
89be67
89be67
* Mon Apr 11 2005 Radek Vokal <rvokal@redhat.com> - 4.13-4
89be67
- check Cyrus files before Apple Quicktime movies (#154342) 
89be67
89be67
* Mon Mar 07 2005 Radek Vokal <rvokal@redhat.com> - 4.13-3
89be67
- check for shared libs before fs dump files (#149868)
89be67
89be67
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-2
89be67
- gcc4 rebuilt
89be67
89be67
* Tue Feb 15 2005 Radek Vokal <rvokal@redhat.com> - 4.13-1
89be67
- new version, fixing few bugs, patch clean-up
89be67
- consistent output for bzip files (#147440)
89be67
89be67
* Mon Jan 24 2005 Radek Vokal <rvokal@redhat.com> - 4.12-3
89be67
- core64 patch fixing output on core files (#145354) <kzak@redhat.com>
89be67
- minor change in magic patch
89be67
89be67
* Mon Jan 03 2005 Radek Vokal <rvokal@redhat.com> - 4.12-2
89be67
- fixed crashes in threaded environment (#143871) <arjanv@redhat.com>
89be67
89be67
* Thu Dec 02 2004 Radek Vokal <rvokal@redhat.com> - 4.12-1
89be67
- upgrade to file-4.12
89be67
- removed Tim's patch, tuned magic patch
89be67
89be67
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 4.10-4
89be67
- Convert libmagic.3 to UTF-8
89be67
89be67
* Thu Nov 18 2004 Radek Vokal <rvokal@redhat.com> 4.10-3
89be67
- set of patches from debian.org
89be67
- new magic types (#128763)
89be67
- zlib added to BuildReq (#125294)
89be67
89be67
* Tue Oct 12 2004 Tim Waugh <twaugh@redhat.com> 4.10-2
89be67
- Fixed occasional segfault (bug #131892).
89be67
89be67
* Wed Aug 11 2004 Radek Vokal <rvokal@redhat.com>
89be67
- zlib patch deleted, note patch deleted, rh patch updated, debian patch updated
89be67
- upgrade to file-4.10
89be67
89be67
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
89be67
- rebuilt
89be67
89be67
* Mon May 10 2004 Jakub Jelinek <jakub@redhat.com>
89be67
- fix ELF note handling (#109495)
89be67
89be67
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 4.07-3 
89be67
- add docs (#115966)
89be67
89be67
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
89be67
- rebuilt
89be67
89be67
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
89be67
- rebuilt
89be67
89be67
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1
89be67
- upgrade to 4.07.
89be67
- deal gracefully with unreadable files (#113207).
89be67
- detect PO files (from Debian).
89be67
89be67
* Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1
89be67
- upgrade to file-4.06.
89be67
89be67
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4
89be67
- Minimal fix for busy loop problem (bug #109495).
89be67
89be67
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1
89be67
- upgrade to 4.05.
89be67
89be67
* Thu Oct  9 2003 Jeff Johnson <jbj@jbj.org> 4.02-3
89be67
- use zlib rather than exec'ing gzip.
89be67
89be67
-* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com>
89be67
-- Add Selinux support.
89be67
89be67
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
89be67
- rebuilt
89be67
89be67
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
89be67
- add ldconfig to post/postun
89be67
89be67
* Mon Apr 21 2003 Jeff Johnson <jbj@redhat.com> 4.02-1
89be67
- upgrade to file-4.02.
89be67
89be67
* Thu Feb 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-9
89be67
- check size read from elf header (#85297).
89be67
89be67
* Tue Feb 18 2003 Matt Wilson <msw@redhat.com> 3.39-8
89be67
- add FHS compatibility symlink from /usr/share/misc/magic -> ../magic
89be67
  (#84509)
89be67
89be67
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 3.39-7
89be67
- the "real" fix to the vorbis/ogg magic details (#82810).
89be67
89be67
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-6
89be67
- avoid vorbis/ogg magic details (#82810).
89be67
89be67
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.39-5
89be67
- rebuilt
89be67
89be67
* Sun Jan 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-4
89be67
- PT_NOTE, take 3
89be67
89be67
* Fri Jan 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-3
89be67
- don't barf in ELF headers with align = 0
89be67
89be67
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-2
89be67
- don't get lost when looking at PT_NOTE sections
89be67
89be67
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 3.39-1
89be67
- update to 3.39.
89be67
89be67
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
89be67
- automated rebuild
89be67
89be67
* Thu May 23 2002 Tim Powers <timp@redhat.com>
89be67
- automated rebuild
89be67
89be67
* Mon May  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-6
89be67
- Don't use an old magic.mime 
89be67
- Add mng detection (#64229)
89be67
89be67
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-5
89be67
- Rebuild
89be67
89be67
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-4
89be67
- Fix missing include of <stdint.h> (#58209)
89be67
89be67
* Tue Dec 11 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-2
89be67
- Add CFLAGS to handle large files (#53576)
89be67
89be67
* Mon Dec 10 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-1
89be67
- 3.37
89be67
- s/Copyright/License/
89be67
- build with --enable-fsect-man5, drop patch
89be67
- disable two old patches
89be67
89be67
* Fri Jul 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
89be67
- revert a patch to Magdir/elf, which breaks many libtool scripts
89be67
  in several rpm packages
89be67
89be67
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
89be67
- iterate to 3.35
89be67
89be67
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
89be67
- Bump release + rebuild.
89be67
89be67
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
89be67
- update to 3.33.
89be67
89be67
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
89be67
- Bill made the patch but didn't apply it. :)
89be67
89be67
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
89be67
- 'ASCII text', not 'ASCII test' (#16168)
89be67
89be67
* Mon Jul 31 2000 Jeff Johnson <jbj@redhat.com>
89be67
- fix off-by-1 error when creating filename for use with -i.
89be67
- include a copy of GNOME /etc/mime-types in %%{_datadir}/magic.mime (#14741).
89be67
89be67
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
89be67
- install magic as man5/magic.5 with other formats (#11172).
89be67
89be67
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
89be67
- automatic rebuild
89be67
89be67
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
89be67
- FHS packaging.
89be67
89be67
* Tue Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
89be67
- 3.30
89be67
89be67
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
89be67
- add ia64 patch from rth
89be67
89be67
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
89be67
- handle compressed manpages
89be67
- update to 3.28
89be67
89be67
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
89be67
- identify ELF stripped files correctly (#4665).
89be67
- use SPARC (not sparc) consistently throughout (#4665).
89be67
- add entries for MS Office files (#4665).
89be67
89be67
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
89be67
- diddle magic so that *.tfm files are identified correctly.
89be67
89be67
* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
89be67
- update to 3.27.
89be67
89be67
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
89be67
- experimental support for realmedia files added
89be67
89be67
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
89be67
- auto rebuild in the new build environment (release 5)
89be67
89be67
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
89be67
- strip binary.
89be67
89be67
* Fri Nov 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
89be67
- add SPARC V9 magic.
89be67
89be67
* Tue Nov 10 1998 Jeff Johnson <jbj@redhat.com>
89be67
- update to 3.26.
89be67
89be67
* Mon Aug 24 1998 Jeff Johnson <jbj@redhat.com>
89be67
- update to 3.25.
89be67
- detect gimp XCF versions.
89be67
89be67
* Thu May 07 1998 Prospector System <bugs@redhat.com>
89be67
- translations modified for de, fr, tr
89be67
89be67
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
89be67
- updated to 3.24
89be67
- buildrooted
89be67
89be67
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
89be67
- built against glibc
89be67
89be67
* Mon Mar 31 1997 Erik Troan <ewt@redhat.com>
89be67
- Fixed problems caused by 64 bit time_t.
89be67
89be67
* Thu Mar 06 1997 Michael K. Johnson <johnsonm@redhat.com>
89be67
- Improved recognition of Linux kernel images.