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