Jan Kaluza c04f0e7
%global __libtoolize :
10eeced
%global with_python3 0%{?fedora} || 0%{?rhel} >= 7
cvsdist b071927
bbd3261
6b93567
Summary: A utility for determining file types
cvsdist df0d3de
Name: file
3b75ecf
Version: 5.25
224a525
Release: 5%{?dist}
4112f94
License: BSD
cvsdist df0d3de
Group: Applications/File
cvsdist df0d3de
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
Jan Kaluza 8acb935
# Upstream says it's up to distributions to add a way to support local-magic.
Jan Kaluza 8acb935
Patch0: file-localmagic.patch
2148279
# sent upstream - should be included in next upstream release.
Jan Kaluza a5b3f76
Patch1: file-5.10-strength.patch
Jan Kaluza a5b3f76
Patch3: file-4.17-rpm-name.patch
Jan Kaluza a5b3f76
Patch4: file-5.04-volume_key.patch
Jan Kaluza a5b3f76
Patch5: file-5.04-man-return-code.patch
Jan Kaluza a5b3f76
Patch6: file-5.04-generic-msdos.patch
Jan Kaluza a5b3f76
Patch7: file-5.14-x86boot.patch
Jan Kaluza a5b3f76
Patch8: file-5.14-perl.patch
7da30d3
Patch14: file-5.19-cafebabe.patch
ed2b61f
Patch15: file-5.22-awk-perl.patch
ef4b8e9
Patch17: file-5.24-varied.patch
06c05e7
Patch18: file-trunk-msx-binary.patch
224a525
Patch19: file-5.25-minix.patch
4112f94
URL: http://www.darwinsys.com/file/
d0adb6a
Requires: file-libs = %{version}-%{release}
3316f98
BuildRequires: zlib-devel
Jan Kaluza 90a7129
BuildRequires: autoconf automake libtool
cvsdist df0d3de
cvsdist df0d3de
%description
cvsdist df0d3de
The file command is used to identify a particular file according to the
cvsdist df0d3de
type of data contained by the file.  File can identify many different
cvsdist df0d3de
file types, including ELF binaries, system libraries, RPM packages, and
cvsdist df0d3de
different graphics formats.
cvsdist df0d3de
ed9eb9f
%package libs
ed9eb9f
Summary: Libraries for applications using libmagic
ed9eb9f
Group:   Applications/File
de40b3b
License: BSD
ed9eb9f
ed9eb9f
%description libs
ed9eb9f
d0adb6a
Libraries for applications using libmagic.
d0adb6a
ed9eb9f
%package devel
ed9eb9f
Summary:  Libraries and header files for file development
ed9eb9f
Group:    Applications/File
d0adb6a
Requires: %{name} = %{version}-%{release}
ed9eb9f
ed9eb9f
%description devel
ed9eb9f
The file-devel package contains the header files and libmagic library
ed9eb9f
necessary for developing programs using libmagic.
ed9eb9f
4112f94
%package -n python-magic
10eeced
Summary: Python 2 bindings for the libmagic API
4112f94
Group:   Development/Libraries
Jan Kaluza c04f0e7
BuildRequires: python2-devel
Jan Kaluza b2cae1b
BuildArch: noarch
4112f94
Requires: %{name} = %{version}-%{release}
4112f94
4112f94
%description -n python-magic
10eeced
This package contains the Python 2 bindings to allow access to the
4112f94
libmagic API. The libmagic library is also used by the familiar
4112f94
file(1) command.
ed9eb9f
10eeced
%if %{with_python3}
10eeced
%package -n python3-magic
10eeced
Summary: Python 3 bindings for the libmagic API
10eeced
Group:   Development/Libraries
10eeced
BuildRequires: python3-devel
10eeced
BuildArch: noarch
10eeced
Requires: %{name} = %{version}-%{release}
10eeced
10eeced
%description -n python3-magic
10eeced
This package contains the Python 3 bindings to allow access to the
10eeced
libmagic API. The libmagic library is also used by the familiar
10eeced
file(1) command.
10eeced
%endif
10eeced
cvsdist df0d3de
%prep
Daniel Novotny 3686640
Jan Kaluza 8acb935
# Don't use -b -- it will lead to poblems when compiling magic file!
cvsdist df0d3de
%setup -q
Jan Kaluza a5b3f76
Jan Kaluza 8acb935
%patch0 -p1
Jan Kaluza f66cec1
%patch1 -p1
Jan Kaluza 9b68897
%patch3 -p1
Jan Kaluza b5950f2
%patch4 -p1
Jan Kaluza b5950f2
%patch5 -p1
Jan Kaluza df874cf
%patch6 -p1
Jan Kaluza df874cf
%patch7 -p1
Jan Kaluza 00331f3
%patch8 -p1
7da30d3
%patch14 -p1
d88099c
%patch15 -p1
801858b
%patch17 -p1
06c05e7
%patch18 -p1
224a525
%patch19 -p1
cvsdist df0d3de
e4bdcd7
# Patches can generate *.orig files, which can't stay in the magic dir,
e4bdcd7
# otherwise there will be problems with compiling magic file!
e4bdcd7
rm -fv magic/Magdir/*.orig
e4bdcd7
64c4be9
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
4112f94
touch -r doc/libmagic.man doc/libmagic.man_
64c4be9
mv doc/libmagic.man_ doc/libmagic.man
64c4be9
10eeced
%if %{with_python3}
10eeced
rm -rf %{py3dir}
10eeced
cp -a python %{py3dir}
10eeced
%endif
10eeced
cvsdist df0d3de
%build
Jan Kaluza 6412cbf
# Fix config.guess to find aarch64 - #925339
Jan Kaluza 6412cbf
autoreconf -fi
Jan Kaluza 6412cbf
cvsdist efd1c4c
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
594abaa
%configure --enable-fsect-man5 --disable-rpath
f57a182
# remove hardcoded library paths from local libtool
f57a182
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
f57a182
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
b72a446
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs
cvsdist df0d3de
make
4112f94
cd python
4112f94
CFLAGS="%{optflags}" %{__python} setup.py build
10eeced
%if %{with_python3}
10eeced
cd %{py3dir}
10eeced
CFLAGS="%{optflags}" %{__python3} setup.py build
10eeced
%endif
cvsdist 3f69a6b
cvsdist df0d3de
%install
cvsdist df0d3de
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
cvsdist df0d3de
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
cvsdist df0d3de
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
cvsdist efd1c4c
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/misc
Daniel Novotny 195cdc8
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/file
cvsdist df0d3de
4112f94
make DESTDIR=${RPM_BUILD_ROOT} install
3cfbfa5
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
3cfbfa5
Jan Kaluza 8acb935
# local magic in /etc/magic
Jan Kaluza 8acb935
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
Jan Kaluza 8acb935
cp -a ./magic/magic.local ${RPM_BUILD_ROOT}%{_sysconfdir}/magic
Jan Kaluza 8acb935
Daniel Novotny ceb92a9
cat magic/Magdir/* > ${RPM_BUILD_ROOT}%{_datadir}/misc/magic
Daniel Novotny ceb92a9
ln -s misc/magic ${RPM_BUILD_ROOT}%{_datadir}/magic
Daniel Novotny ceb92a9
ln -s ../magic ${RPM_BUILD_ROOT}%{_datadir}/file/magic
cvsdist df0d3de
4112f94
cd python
Jan Kaluza 20ce5f4
%{__python} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
10eeced
%if %{with_python3}
10eeced
cd %{py3dir}
10eeced
%{__python3} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
10eeced
%endif
4112f94
%{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/%{name}
4112f94
6b93567
%post libs -p /sbin/ldconfig
cvsdist 5d3a0f6
6b93567
%postun libs -p /sbin/ldconfig
cvsdist 5d3a0f6
cvsdist df0d3de
%files
9585be7
%{!?_licensedir:%global license %%doc}
9585be7
%license COPYING
9585be7
%doc ChangeLog README
cvsdist df0d3de
%{_bindir}/*
cc9d6ed
%{_mandir}/man1/*
Jan Kaluza 8acb935
%config(noreplace) %{_sysconfdir}/magic
cvsdist 5d3a0f6
ed9eb9f
%files libs
9585be7
%{!?_licensedir:%global license %%doc}
9585be7
%license COPYING
9585be7
%doc ChangeLog README
ed9eb9f
%{_libdir}/*so.*
cc9d6ed
%{_datadir}/magic*
6b93567
%{_mandir}/man5/*
cc9d6ed
%{_datadir}/file
cc9d6ed
%{_datadir}/misc/*
ed9eb9f
ed9eb9f
%files devel
6b93567
%{_libdir}/*.so
ed9eb9f
%{_includedir}/magic.h
6b93567
%{_mandir}/man3/*
ed9eb9f
4112f94
%files -n python-magic
9585be7
%{!?_licensedir:%global license %%doc}
9585be7
%license COPYING
9585be7
%doc python/README python/example.py
Jan Kaluza 20ce5f4
%{python_sitelib}/magic.py
Jan Kaluza 20ce5f4
%{python_sitelib}/magic.pyc
Jan Kaluza 20ce5f4
%{python_sitelib}/magic.pyo
10eeced
%if 0%{?fedora} || 0%{?rhel} >= 6
Jan Kaluza 20ce5f4
%{python_sitelib}/*egg-info
4112f94
%endif
cvsdist df0d3de
10eeced
%if %{with_python3}
10eeced
%files -n python3-magic
9585be7
%{!?_licensedir:%global license %%doc}
9585be7
%license COPYING
9585be7
%doc python/README python/example.py
10eeced
%{python3_sitelib}/magic.py
10eeced
%{python3_sitelib}/*egg-info
Robert Kuska 652ca6b
%{python3_sitelib}/__pycache__/*
10eeced
%endif
10eeced
cvsdist df0d3de
%changelog
224a525
* Thu Jan 28 2016 Jan Kaluza <jkaluza@redhat.com> - 5.25-5
224a525
- fix #1302297 - fix misdetection of some Perl scripts as Minix filesystem
224a525
06c05e7
* Wed Jan 06 2016 Jan Kaluza <jkaluza@redhat.com> - 5.25-4
06c05e7
- fix #1291903 - fix misdetection of some text files as MSX binary files
06c05e7
40514a4
* Fri Nov 20 2015 Jan kaluza <jkaluza@redhat.com> - 5.25-3
40514a4
- fix #1279401 - change the order of Perl patterns to try "Perl script"
40514a4
  patterns before "Perl Module"
40514a4
Robert Kuska 652ca6b
* Thu Nov 05 2015 Robert Kuska <rkuska@redhat.com> - 5.25-2
Robert Kuska 652ca6b
- Rebuilt for Python3.5 rebuild
Robert Kuska 652ca6b
3b75ecf
* Fri Sep 18 2015 Jan Kaluza <jkaluza@redhat.com> - 5.25-1
3b75ecf
- update to new version 5.25
3b75ecf
ef4b8e9
* Thu Jul 16 2015 Jan Kaluza <jkaluza@redhat.com> - 5.24-1
ef4b8e9
- update to new version 5.24
ef4b8e9
801858b
* Mon Jun 22 2015 Jan Kaluza <jkaluza@redhat.com> - 5.22-5
801858b
- fix #1201630 - fix recursion in JPEG magic pattern
801858b
5de4714
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.22-4
5de4714
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5de4714
a91005c
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.22-3
a91005c
- Rebuilt for Fedora 23 Change
a91005c
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
a91005c
4591926
* Mon Feb 16 2015 Jan Kaluza <jkaluza@redhat.com> - 5.22-2
4591926
- remove weak zlib pattern
4591926
f5cf01a
* Wed Feb 04 2015 Jan Kaluza <jkaluza@redhat.com> - 5.22-1
f5cf01a
- update to new version 5.22
f5cf01a
d88099c
* Thu Oct 23 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-7
d88099c
- fix #1155464 - fix for CVE-2014-3710
d88099c
7da30d3
* Wed Sep 03 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-6
7da30d3
- fix #1134580 - detect Mach-O universal binary
7da30d3
cf93dca
* Wed Sep 03 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-5
cf93dca
- fix #1101404 - remove weak Pascal patterns
cf93dca
- fix #1107995 - detect locale-archive
cf93dca
- fix #1130693, #1115111 - fix detection of MSOOXML, OOXML and ZIP
cf93dca
- fix #1124940 - detect Python 3.4 byte-compiled files
cf93dca
d25a33e
* Fri Aug 22 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-4
1548366
- fix #1132787 - CVE-2014-3587
1548366
30a7e5d
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.19-3
30a7e5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
30a7e5d
9585be7
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 5.19-2
9585be7
- fix license handling
9585be7
3ddc694
* Wed Jun 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-1
3ddc694
- fix #1011789 - update to version 5.19
3ddc694
25dc43a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.14-22
25dc43a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
25dc43a
a22f776
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 5.14-21
a22f776
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
a22f776
0ab13b2
* Tue Mar 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-20
0ab13b2
- fix #1079847 - fix potential regression in Perl detection caused
0ab13b2
  by original patch for CVE-2013-7345
0ab13b2
7eb85bd
* Mon Mar 24 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-19
7eb85bd
- fix redefinition of OFFSET_OOB in CVE-2014-2270 patch
7eb85bd
1a255d2
* Mon Mar 24 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-18
1a255d2
- fix #1079847 - fix for CVE-2013-7345
e4bdcd7
- fix #1080450 - remove *.orig files before compiling magic/Magdir
e4bdcd7
9d44988
* Fri Mar 07 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-17
9d44988
- fix #1073555 - fix for CVE-2014-2270
9d44988
bae1022
* Tue Feb 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-16
bae1022
- fix potential memory leak introduced in previous commit
bae1022
ed1f0b1
* Tue Feb 18 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-15
ed1f0b1
- fix #1065837 - fix for CVE-2014-1943
ed1f0b1
1b637fa
* Wed Jan 15 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-14
1b637fa
- fix #1051598 - reverse the order of shebang vs. package keyword detection
1b637fa
  in Perl by increasing strength of all Perl patterns
1b637fa
c1884ed
* Mon Sep 09 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-13
c1884ed
- fix #1001689 - fix segfault when calling magic_load twice
c1884ed
b57396f
* Thu Aug 22 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-12
b57396f
- fix #985072 - add support for journald files
b57396f
10eeced
* Thu Aug  8 2013 Ville Skyttä <ville.skytta@iki.fi> - 5.14-11
10eeced
- Build python-magic for python3 where applicable.
10eeced
bd15eca
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.14-10
bd15eca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bd15eca
Jan Kaluza 52d4cf9
* Tue Jul 02 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-9
Jan Kaluza 52d4cf9
- fix #980446 - do not segfault when no magic is loaded
Jan Kaluza 52d4cf9
Jan Kaluza 20ce5f4
* Mon Jun 17 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-8
Jan Kaluza 20ce5f4
- replace sitearch with sitelib
Jan Kaluza 20ce5f4
Jan Kaluza b2cae1b
* Mon Jun 17 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-7
Jan Kaluza b2cae1b
- build python-magic as noarch
Jan Kaluza b2cae1b
Jan Kaluza 62141db
* Wed May 15 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-6
Jan Kaluza 62141db
- fix #962678 - do not exit if no magic file is loaded, we can still provide
Jan Kaluza 62141db
  useful info without magic file
Jan Kaluza 62141db
Jan Kaluza 6412cbf
* Mon May 13 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-5
Jan Kaluza 6412cbf
- fix #925339 - support aarch64
Jan Kaluza 6412cbf
Jan Kaluza 4b2786b
* Mon Apr 08 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-4
Jan Kaluza 4b2786b
- fix #948255 - print white-space in fsmagic, but only when
Jan Kaluza 4b2786b
  we know there will be some more output
Jan Kaluza 4b2786b
HanzZ a632597
* Fri Mar 29 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-3
HanzZ a632597
- fix #928995 - do not print white-space in the end of fsmagic
HanzZ a632597
Jan Kaluza 7ee7ba4
* Mon Mar 25 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-2
Jan Kaluza 7ee7ba4
- fix useless space in ELF output which could break libtool
Jan Kaluza 7ee7ba4
Jan Kaluza a5b3f76
* Fri Mar 22 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-1
Jan Kaluza a5b3f76
- fix #891856 - update to file-5.14
Jan Kaluza a5b3f76
- fix #909754 - magic number for Python-3.3
Jan Kaluza a5b3f76
- fix #912271 - do not report dwarf debug info packages as 'stripped'
Jan Kaluza a5b3f76
- fix #882321 - do not print 'unknown capability' for ELF capabilities for
Jan Kaluza a5b3f76
  architectures which File does not support
Jan Kaluza a5b3f76
- fix #866000 - show proper build id for ELF binaries
Jan Kaluza a5b3f76
- fix #860139 - better dump file recognition on big endian architectures
Jan Kaluza a5b3f76
- remove file-static subpackage
Jan Kaluza a5b3f76
- move python-magic .py files to python_sitearch
Jan Kaluza a5b3f76
Jan Kaluza 79ee98f
* Mon Mar 11 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-9
Jan Kaluza 79ee98f
- fix #919466 - fix memory leak in get_default_magic
Jan Kaluza 79ee98f
fdd3da2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-8
fdd3da2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fdd3da2
Jan Kaluza 6d3f070
* Tue Dec 04 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-7
Jan Kaluza 6d3f070
- removed duplicated patterns for backups generated by "dump" tool
Jan Kaluza 6d3f070
- recognize volume_key escrow packets
Jan Kaluza 6d3f070
- mention exit code in manpage
Jan Kaluza 6d3f070
- remove weak msdos patterns
Jan Kaluza 6d3f070
Jan Kaluza c04f0e7
* Wed Nov 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-6
Jan Kaluza c04f0e7
- clean up the spec file
Jan Kaluza c04f0e7
Jan Kaluza 00331f3
* Tue Aug 14 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-5
Jan Kaluza 00331f3
- fix #847936 - decompress bzip2 properly when using -z param
Jan Kaluza 00331f3
- fix #847937 - read magic patterns also from ~/.magic.mgc
Jan Kaluza 00331f3
12c410d
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-4
12c410d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
12c410d
Jan Kaluza cf91a65
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-3
Jan Kaluza cf91a65
- removed buildroot, defattr
Jan Kaluza cf91a65
b57396f
* Thu Jun 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-2
Jan Kaluza df874cf
- detect names of RPM packages
Jan Kaluza df874cf
- detect swap on ia64 architecture
Jan Kaluza df874cf
Jan Kaluza b5950f2
* Mon Feb 27 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-1
Jan Kaluza b5950f2
- fix #796130 - update to file-5.11
Jan Kaluza b5950f2
- fix #796209 - recognize VDI images
Jan Kaluza b5950f2
- fix #795709 - recognize QED images
Jan Kaluza b5950f2
Jan Kaluza 9b68897
* Wed Jan 18 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-5
Jan Kaluza 9b68897
- fix detection of ASCII text files with setuid, setgid, or sticky bits
Jan Kaluza 9b68897
Jan Kaluza 7c6382d
* Tue Jan 10 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-4
Jan Kaluza 7c6382d
- fix #772651 - decrease strength of newly added "C source" patterns
Jan Kaluza 7c6382d
Jan Kaluza 5ad4a2e
* Tue Jan 03 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-3
Jan Kaluza 5ad4a2e
- fix #771292 - do not show 'using regular magic file' warning for /etc/magic,
Jan Kaluza 5ad4a2e
  because this file is not supposed to be compiled
Jan Kaluza 5ad4a2e
Jan Kaluza f66cec1
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-2
Jan Kaluza f66cec1
- fix #770006 - detect tnef files
Jan Kaluza f66cec1
Jan Kaluza 54b8a31
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-1
Jan Kaluza 54b8a31
- fix #771030 - update to file-5.10
Jan Kaluza 54b8a31
Jan Kaluza be6e5a5
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.09-3
Jan Kaluza 8acb935
- fix #720321 - added /etc/magic config file to let users define their local
Jan Kaluza 8acb935
  magic patterns
Jan Kaluza 8acb935
d22caba
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.09-2
d22caba
- Rebuilt for glibc bug#747377
d22caba
Jan Kaluza 9153aa9
* Thu Sep 29 2011 Jan Kaluza <jkaluza@redhat.com> - 5.09-1
Jan Kaluza 9153aa9
- fix #739286 - update to file-5.09
Jan Kaluza 9153aa9
Jan Kaluza ceffba8
* Thu Aug 04 2011 Jan Kaluza <jkaluza@redhat.com> - 5.08-1
Jan Kaluza ceffba8
- fix #728181 - update to file-5.08
Jan Kaluza ceffba8
- remove unused patches
Jan Kaluza ceffba8
Jan Kaluza 945b7a9
* Tue Jun 14 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-5
Jan Kaluza 945b7a9
- fix #712991 - include RPM noarch in /usr/share/magic
Jan Kaluza 945b7a9
Jan Kaluza 98bb7aa
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-4
Jan Kaluza 98bb7aa
- fix #711843 - fix postscript detection
Jan Kaluza 98bb7aa
Jan Kaluza 7e391c1
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-3
Jan Kaluza 7e391c1
- fix #709953 - add support for BIOS version detection
Jan Kaluza 7e391c1
Jan Kaluza cedcb6d
* Mon May 23 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-2
Jan Kaluza cedcb6d
- backported patches to fix 5.07 regressions
Jan Kaluza cedcb6d
- fix #706231 - fixed ZIP detection
Jan Kaluza cedcb6d
- fix #705183, #705499 - removed weak DOS device driver pattern
Jan Kaluza cedcb6d
Jan Kaluza dbcb0b8
* Wed May 11 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-1
Jan Kaluza dbcb0b8
- update to new upstream version 5.07
Jan Kaluza dbcb0b8
- remove unused patches
Jan Kaluza dbcb0b8
Jan Kaluza 834f7f8
* Tue Mar 01 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-4
Jan Kaluza 834f7f8
- fix #678458 - support for Python 3.2 compiled files
Jan Kaluza 834f7f8
Jan Kaluza f16ffc2
* Thu Feb 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-3
Jan Kaluza 2097b7d
- fix #676543 - improved TeX and LaTeX recognition
Jan Kaluza 2097b7d
- fix #676041 - detect all supported RPM architectures
Jan Kaluza 2097b7d
0406fa3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.05-2
0406fa3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0406fa3
Jan Kaluza 8319e9c
* Tue Jan 18 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-1
Jan Kaluza 8319e9c
- fix #670319 - update to new upstream release 5.05
Jan Kaluza 8319e9c
- removed useless patches
Jan Kaluza 8319e9c
Jan Kaluza 2c3491d
* Mon Jan 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.04-18
Jan Kaluza 2c3491d
- fix #668304 - support for com32r programs
Jan Kaluza 2c3491d
- distinguish between GFS2 and GFS1 filesystems
Jan Kaluza 2c3491d
Jan Kaluza 7a5a11f
* Wed Nov 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-17
Jan Kaluza 7a5a11f
- fix #656395 - "string" magic directive supports longer strings
Jan Kaluza 7a5a11f
b57396f
* Wed Aug 25 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-16
Jan Kaluza c332c32
- fix #637785 - support for zip64 format
Jan Kaluza c332c32
Jan Kaluza c332c32
* Tue Aug 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-15
Jan Kaluza 1ed8db4
- fix #626591 - support for WebM format
Jan Kaluza 1ed8db4
Jan Kaluza 81cc9bb
* Thu Aug 12 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-14
Jan Kaluza 81cc9bb
- fix #623602 - support for Python 2.7 compiled files
Jan Kaluza 81cc9bb
817cfe4
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 5.04-13
817cfe4
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
817cfe4
b57396f
* Thu Jul 15 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-12
d225ab0
- fix #599695 - try to get "from" attribute for ELF binaries
d225ab0
  only from core dumps.
d225ab0
de40b3b
* Thu Jul 08 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-11
de40b3b
- added docs for file-libs
de40b3b
fb15f17
* Tue Jun 29 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-10
fb15f17
- fix #608922 - updated z-machine magic
fb15f17
02dc1e4
* Fri Jun 11 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-9
02dc1e4
- removed excessive HTML/SGML "magic patterns" (#603040)
02dc1e4
Daniel Novotny af58b03
* Wed Apr 14 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-8
Daniel Novotny af58b03
- fix #580046 - the file command returns zero exit code 
Daniel Novotny af58b03
                even in case of unexisting file being tested
Daniel Novotny af58b03
Daniel Novotny 9ea7a67
* Wed Apr 07 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-7
Daniel Novotny 9ea7a67
- fix #566305 - "file" may trim too much of command line from core file
Daniel Novotny 9ea7a67
Daniel Novotny 9f57b64
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-6
Daniel Novotny 9f57b64
- fix #550212 - 'file' gives bad meta-data for squashfs-4.0 
Daniel Novotny 9f57b64
Daniel Novotny e8e8817
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-5
Daniel Novotny e8e8817
- fix #575184 - file command does not print separator 
Daniel Novotny e8e8817
  when --print0 option is used
Daniel Novotny e8e8817
Daniel Novotny 4890a1b
* Thu Mar 11 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-4
Daniel Novotny 4890a1b
- fix #570785 - "file" misidentifies filesystem type
Daniel Novotny 4890a1b
Daniel Novotny 60d6edf
* Tue Feb 09 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-3
Daniel Novotny 60d6edf
- fix #562840 -  [PATCH] Add matches for ruby modules
Daniel Novotny 60d6edf
Daniel Novotny 88b11f9
* Thu Jan 28 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-2
Daniel Novotny 88b11f9
- fix #533245 -  segfaults on star.ulaw
Daniel Novotny 88b11f9
Daniel Novotny 3686640
* Mon Jan 25 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-1
Daniel Novotny 3686640
- update to new upstream release 5.04
Daniel Novotny 3686640
Daniel Novotny 9d14c1d
* Mon Jan 18 2010 Daniel Novotny <dnovotny@redhat.com> 5.03-18
Daniel Novotny 9d14c1d
- static library moved to new "-static" subpackage (#556048)
Daniel Novotny 9d14c1d
4ebef48
* Fri Dec 25 2009 Robert Scheck <robert@fedoraproject.org> 5.03-17
4ebef48
- removed broken install of example.py (%%doc is much enough)
4ebef48
Daniel Novotny 9c33b03
* Mon Nov 30 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-16
Daniel Novotny 9c33b03
- fixed the patch for multilib (#515767)
Daniel Novotny 9c33b03
Daniel Novotny 1d43906
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-15
Daniel Novotny 1d43906
- BuildRequires: autoconf, automake
Daniel Novotny 1d43906
Daniel Novotny 9de548a
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-14
Daniel Novotny 9de548a
- BuildRequires: automake because of the Makefile.am patch
Daniel Novotny 9de548a
Daniel Novotny 00f668b
* Fri Nov 13 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-13
Daniel Novotny 00f668b
- fix #537324 -  update spec conditional for rhel
Daniel Novotny 00f668b
Daniel Novotny 18b8342
* Thu Nov 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-12
Daniel Novotny 18b8342
- fix #533151 -  file command doesn't recognize deltaisos or rpm-only deltarpms
Daniel Novotny 18b8342
Daniel Novotny f0a2dd8
* Tue Oct 27 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-11
Daniel Novotny f0a2dd8
- fix #531082 -  RFE: add detection of Python 3 bytecode
Daniel Novotny f0a2dd8
- fix #531127 -  `file' command does not recognize mime type `image/vnd.djvu'
Daniel Novotny f0a2dd8
Daniel Novotny 5cccfe7
* Wed Oct 21 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-10
Daniel Novotny 5cccfe7
- fix #530083 -  file -s is not able to detect swap signature on ppc
Daniel Novotny 5cccfe7
Daniel Novotny 155d979
* Tue Aug 25 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-9
Daniel Novotny 155d979
- fix #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
Daniel Novotny 155d979
Daniel Novotny 0e56082
* Thu Aug 06 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-8
Daniel Novotny 0e56082
- rebuild for #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
Daniel Novotny 0e56082
33984f6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.03-7
33984f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
33984f6
Daniel Novotny fcc6529
* Thu Jul 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-6
Daniel Novotny fcc6529
- fix #510429 -  file is confused by string "/* (if any) */" 
Daniel Novotny fcc6529
       in C header and claims it "Lisp/Scheme program text"
Daniel Novotny fcc6529
Daniel Novotny 989931d
* Wed Jul 22 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-5
Daniel Novotny 989931d
- #513079 -  RFE: file - recognize xfs metadump images
Daniel Novotny 989931d
db47e1c
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 5.03-4
db47e1c
- Clean up %%description.
db47e1c
Daniel Novotny 14909fa
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-4
Daniel Novotny 14909fa
- one more PostScript font magic added (#505762),
Daniel Novotny 14909fa
  updated font patch
Daniel Novotny 14909fa
Daniel Novotny cb52735
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-3
Daniel Novotny cb52735
- added magic for three font issues (PostScript fonts)
Daniel Novotny cb52735
  (#505758, #505759, #505765)
Daniel Novotny cb52735
Daniel Novotny ceb92a9
* Thu May 14 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-2
Daniel Novotny ceb92a9
- fix #500739 - Disorganized magic* file locations in file-libs
Daniel Novotny ceb92a9
Daniel Novotny 93383d1
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-1
Daniel Novotny 93383d1
- new upstream version
Daniel Novotny 93383d1
Daniel Novotny 195cdc8
* Tue May 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.02-1
Daniel Novotny 195cdc8
- new upstream version; drop upstreamed patches; this fixes #497913
Daniel Novotny 195cdc8
Daniel Novotny d810c06
* Wed Apr 29 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-8
Daniel Novotny d810c06
- fix #498036 - Elang JAM file definition breaks detection of postscript-files
Daniel Novotny d810c06
Daniel Novotny 849efe8
* Mon Apr 20 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-7
Daniel Novotny 849efe8
- fix previous patch:
Daniel Novotny 849efe8
  the name of the format is a bit different (MDUMP -> MDMP)
Daniel Novotny 849efe8
Daniel Novotny 6156fb0
* Fri Apr 17 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-6
Daniel Novotny 6156fb0
- fix #485835 (MDUMP files)
Daniel Novotny 6156fb0
Daniel Novotny 3b0cc3c
* Mon Mar 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-5
Daniel Novotny 3b0cc3c
- added two font definitions (#491594, #491595)
Daniel Novotny 3b0cc3c
  and a fix for file descriptor leak when MAGIC_COMPRESS used (#491596)
Daniel Novotny 3b0cc3c
4274066
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.00-4
4274066
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4274066
Daniel Novotny ae2aa56
* Mon Feb 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-3
Daniel Novotny ae2aa56
- fix #486105 -  file-5.00-2.fc11 fails to recognise a file 
Daniel Novotny ae2aa56
  (and makes rpmbuild fail)
Daniel Novotny ae2aa56
Daniel Novotny 4c5f6c1
* Mon Feb 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-2
Daniel Novotny 4c5f6c1
- fix #485141 -  rpm failed while checking a French Word file
Daniel Novotny 4c5f6c1
Daniel Novotny a39afd5
* Mon Feb 09 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-1
Daniel Novotny a39afd5
- upgrade to 5.00
Daniel Novotny a39afd5
- drop upstreamed patches, rebase remaining patch
Daniel Novotny a39afd5
Daniel Novotny 263e1d2
* Wed Jan 14 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-9
Daniel Novotny 263e1d2
- fix #476655 detect JPEG-2000 Code Stream Bitmap
Daniel Novotny 263e1d2
Daniel Novotny bcae676
* Mon Jan 12 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-8
Daniel Novotny bcae676
- fix #479300 - add btrfs filesystem magic
Daniel Novotny bcae676
Daniel Novotny 7d1c04c
* Mon Dec 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-7
Daniel Novotny 7d1c04c
- fix the LaTex issue in bz#474156
Daniel Novotny 7d1c04c
95e16a7
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-6
95e16a7
- Rebuild for Python 2.6
95e16a7
Daniel Novotny cc615f4
* Thu Dec 04 2008 Daniel Novotny <dnovotny@redhat.com> - 4.26-5
Daniel Novotny cc615f4
- fix #470811 - Spurious perl auto-requires
Daniel Novotny cc615f4
b9efc11
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-4
b9efc11
- Rebuild for Python 2.6
b9efc11
Daniel Novotny 0f023a0
* Thu Oct 16 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-3
Daniel Novotny 0f023a0
- fix #465994 file --mime-encoding seems broken
Daniel Novotny 0f023a0
Daniel Novotny 8b1b06a
* Tue Oct 07 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-2
Daniel Novotny 8b1b06a
- fix #463809: rpmbuild rpmfcClassify: Assertion fails on some binary files
Daniel Novotny 8b1b06a
  (false positive test on "DOS device driver" crashed file(1)
Daniel Novotny 8b1b06a
   and rpmbuild(8) failed)  
Daniel Novotny 8b1b06a
Daniel Novotny adf5158
* Mon Sep 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-1
Daniel Novotny adf5158
- new upstream version: fixes #462064
Daniel Novotny adf5158
51b575a
* Mon Jul 21 2008 Tomas Smetana <tsmetana@redhat.com> - 4.25-1
51b575a
- new upstream version; drop upstreamed patches
51b575a
867d762
* Fri Jun 06 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-4
867d762
- add GFS2 filesystem magic; thanks to Eric Sandeen
867d762
- add LVM snapshots magic (#449755); thanks to Jason Farrell
867d762
4f1860c
* Wed Jun 04 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-3
683dc83
- drop patches that do nothing in recent build system
683dc83
- create the text magic file during installation
683dc83
0c2a120
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-2
0c2a120
- rebuild because of egg-info
0c2a120
ebad536
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-1
ebad536
- new upstream version
ebad536
497b4b6
* Tue Mar 11 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-5
497b4b6
- fix EFI detection patch
497b4b6
7dea882
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-4
7dea882
- fix mismatching gzip files and text files as animations
7dea882
52496b2
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-3
52496b2
- fix #430927 - detect ext4 filesystems
52496b2
dc1236f
* Thu Jan 31 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-2
dc1236f
- fix #430952 - wrong handling of ELF binaries
dc1236f
b72a446
* Tue Jan 29 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-1
b72a446
- new upstream version; update patches; drop unused patches
b72a446
4112f94
* Thu Jan 24 2008 Tomas Smetana <tsmetana@redhat.com> - 4.21-5
4112f94
- build a separate python-magic package; thanks to Terje Rosten
4112f94
4112f94
* Thu Dec 06 2007 Tomas Smetana <tsmetana@redhat.com> - 4.21-4
4112f94
- add PE32/PE32+ magic
4112f94
7eff559
* Wed Aug 15 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-3
7eff559
- resolves: #172015: no longer reports filename of crashed app when run on core files.
7eff559
- resolves: #249578: Weird output from "file -i"
7eff559
- resolves: #234817: file reports wrong filetype for microsoft word file
7eff559
d0adb6a
* Wed Jul  4 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-2
d0adb6a
- resolves: #246700: RPM description isn't related to product
4112f94
- resolves: #238789: file-devel depends on %%{version}
4112f94
  but not on %%{version}-%%{release}
d0adb6a
- resolves: #235267: for core files, file doesn't display the executable name
d0adb6a
0467cc7
* Tue May 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-1
0467cc7
- upgrade to new upstream 4.21
0467cc7
- resolves: #241034: CVE-2007-2799 file integer overflow
0467cc7
f777c7b
* Wed Mar  7 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.20-1
f777c7b
- upgrade to new upstream 4.20
f777c7b
f777c7b
* Tue Feb 20 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-4
594abaa
- rpath in file removal
594abaa
f777c7b
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-3
6b93567
- Resolves: #225750 - Merge Review: file
6b93567
f777c7b
* Thu Jan 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-2
cc9d6ed
- Resolves: #223297 - file does not recognize OpenOffice "native" formats
cc9d6ed
- Resolves: #224344 - Magic rules should be in file-libs
cc9d6ed
f777c7b
* Tue Jan  9 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-1
ed9eb9f
- Resolves: #208880 - Pointless file(1) error message while detecting ELF 64-bit file
ed9eb9f
    thanks to <jakub@redhat.com> for patch
6b93567
- Resolves: #214992 - file-devel should own %%_includedir/* %%_libdir/lib*.so
ed9eb9f
- Resolves: #203548 - a -devel package should be split out for libmagic
ed9eb9f
- upgrade to new upstream 4.19
ed9eb9f
- patch revision and cleaning
ed9eb9f
- split package to file, file-devel and file-libs
ed9eb9f
17b3db3
* Wed Aug 23 2006 Martin Bacovsky <mbacovsky@redhat.com> - 4.17-8
17b3db3
- fix recognition of perl script with embed awk (#203610) 
17b3db3
4f1f159
* Fri Aug 18 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-7
4f1f159
- fix recognition of bash script with embed awk (#202185)
4f1f159
5e7a8a4
* Thu Aug 03 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-6
5e7a8a4
- fix gziped empty file (#72986)
5e7a8a4
14a5eba
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.17-5.1
14a5eba
- rebuild
14a5eba
506ec26
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> 4.17-5
506ec26
- fix powerpoint mine (#190373) <vonsch@gmail.com>
506ec26
6b93567
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 4.17-4
e3a3440
- /usr/share/file is owned by package (#192858)
e3a3440
- fix magic for Clamav files (#192406)
e3a3440
6b93567
* Fri Apr 21 2006 Radek Vokal <rvokal@redhat.com> 4.17-3
3fbc355
- add support for OCFS or ASM (#189017)
3fbc355
6b93567
* Tue Mar 14 2006 Radek Vokal <rvokal@redhat.com> 4.17-2
8ee10e7
- fix segfault when compiling magic
8ee10e7
- add check for wctype.h
8ee10e7
- fix for flac and mp3 files
8ee10e7
6b93567
* Mon Mar 13 2006 Radek Vokal <rvokal@redhat.com> 4.17-1
924e31a
- upgrade to file-4.17, patch clean-up
924e31a
e859125
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.2
e859125
- bump again for double-long bug on ppc(64)
e859125
fbb8664
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.1
fbb8664
- rebuilt for new gcc4.1 snapshot and glibc changes
fbb8664
b57396f
* Sat Feb 04 2006 Radek Vokal <rvokal@redhat.com> 4.16-6
91e30ca
- xen patch, recognizes Xen saved domain
91e30ca
49a15a0
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 4.16-5
49a15a0
- fix for 64bit arrays
49a15a0
d28d764
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d28d764
- rebuilt
d28d764
2b48135
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 4.16-4
2b48135
- printf utf8 filenames and don't use isprint() (#174348)
2b48135
3cfbfa5
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 4.16-3
3cfbfa5
- remove .la files (#172633)
3cfbfa5
c89bb98
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> - 4.16-2
c89bb98
- fix core files output, show "from" (#172015)
c89bb98
ab2ecaf
* Tue Oct 18 2005 Radek Vokal <rvokal@redhat.com> - 4.16-1
ab2ecaf
- upgrade to upstream
ab2ecaf
6f81b8a
* Mon Oct 03 2005 Radek Vokal <rvokal@redhat.com> - 4.15-4
6f81b8a
- file output for Berkeley DB gains Cracklib (#168917)
6f81b8a
5afb44e
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-3
5afb44e
- small fix in previously added patch, now it works for multiple params
5afb44e
6b92476
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-2
6b92476
- print xxx-style only once (#168617)
6b92476
b57396f
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.15-1
a069fb6
- upgrade to upstream 
a069fb6
f358ee6
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.14-4
f358ee6
- mime for mpeg and aac files fixed (#165323)
f358ee6
551c4df
* Fri Aug 05 2005 Radek Vokal <rvokal@redhat.com> - 4.14-3
551c4df
- mime for 3ds files removed, conflicts with text files (#165165)
551c4df
60d3648
* Fri Jul 22 2005 Radek Vokal <rvokal@redhat.com> - 4.14-2
60d3648
- fixed mime types recognition (#163866) <mandriva.org>
60d3648
0770614
* Thu Jul 14 2005 Radek Vokal <rvokal@redhat.com> - 4.14-1
0770614
- sync with upstream, patch clean-up
0770614
0770614
* Mon Jul 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-5
b8407bd
- fixed reiserfs check (#162378)
b8407bd
0749455
* Mon Apr 11 2005 Radek Vokal <rvokal@redhat.com> - 4.13-4
0749455
- check Cyrus files before Apple Quicktime movies (#154342) 
0749455
3df1329
* Mon Mar 07 2005 Radek Vokal <rvokal@redhat.com> - 4.13-3
3df1329
- check for shared libs before fs dump files (#149868)
3df1329
c025172
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-2
c025172
- gcc4 rebuilt
c025172
917fecb
* Tue Feb 15 2005 Radek Vokal <rvokal@redhat.com> - 4.13-1
917fecb
- new version, fixing few bugs, patch clean-up
917fecb
- consistent output for bzip files (#147440)
917fecb
99254ed
* Mon Jan 24 2005 Radek Vokal <rvokal@redhat.com> - 4.12-3
99254ed
- core64 patch fixing output on core files (#145354) <kzak@redhat.com>
99254ed
- minor change in magic patch
99254ed
aceebb5
* Mon Jan 03 2005 Radek Vokal <rvokal@redhat.com> - 4.12-2
aceebb5
- fixed crashes in threaded environment (#143871) <arjanv@redhat.com>
aceebb5
b4afd29
* Thu Dec 02 2004 Radek Vokal <rvokal@redhat.com> - 4.12-1
b4afd29
- upgrade to file-4.12
b4afd29
- removed Tim's patch, tuned magic patch
b4afd29
64c4be9
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 4.10-4
64c4be9
- Convert libmagic.3 to UTF-8
64c4be9
3316f98
* Thu Nov 18 2004 Radek Vokal <rvokal@redhat.com> 4.10-3
3316f98
- set of patches from debian.org
3316f98
- new magic types (#128763)
3316f98
- zlib added to BuildReq (#125294)
3316f98
765f8c9
* Tue Oct 12 2004 Tim Waugh <twaugh@redhat.com> 4.10-2
765f8c9
- Fixed occasional segfault (bug #131892).
765f8c9
cvsdist cdf960c
* Wed Aug 11 2004 Radek Vokal <rvokal@redhat.com>
cvsdist cdf960c
- zlib patch deleted, note patch deleted, rh patch updated, debian patch updated
cvsdist cdf960c
- upgrade to file-4.10
cvsdist cdf960c
cvsdist 6a3cf33
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 6a3cf33
- rebuilt
cvsdist 6a3cf33
cvsdist f73b346
* Mon May 10 2004 Jakub Jelinek <jakub@redhat.com>
cvsdist f73b346
- fix ELF note handling (#109495)
cvsdist f73b346
cvsdist f73b346
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 4.07-3 
cvsdist f73b346
- add docs (#115966)
cvsdist f73b346
cvsdist 280d195
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 280d195
- rebuilt
cvsdist 280d195
cvsdist 280d195
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 280d195
- rebuilt
cvsdist 280d195
cvsdist 53ed254
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1
cvsdist 53ed254
- upgrade to 4.07.
cvsdist 53ed254
- deal gracefully with unreadable files (#113207).
cvsdist 53ed254
- detect PO files (from Debian).
cvsdist 53ed254
cvsdist 53ed254
* Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1
cvsdist 53ed254
- upgrade to file-4.06.
cvsdist 53ed254
cvsdist 53ed254
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4
cvsdist 53ed254
- Minimal fix for busy loop problem (bug #109495).
cvsdist 53ed254
cvsdist 53ed254
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1
cvsdist 53ed254
- upgrade to 4.05.
cvsdist 53ed254
cvsdist 53ed254
* Thu Oct  9 2003 Jeff Johnson <jbj@jbj.org> 4.02-3
cvsdist 53ed254
- use zlib rather than exec'ing gzip.
cvsdist 53ed254
cvsdist 53ed254
-* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com>
cvsdist 53ed254
-- Add Selinux support.
cvsdist 53ed254
cvsdist 5d3a0f6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 5d3a0f6
- rebuilt
cvsdist 5d3a0f6
cvsdist 5d3a0f6
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5d3a0f6
- add ldconfig to post/postun
cvsdist 5d3a0f6
cvsdist 5d3a0f6
* Mon Apr 21 2003 Jeff Johnson <jbj@redhat.com> 4.02-1
cvsdist 5d3a0f6
- upgrade to file-4.02.
cvsdist 5d3a0f6
cvsdist efd1c4c
* Thu Feb 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-9
cvsdist efd1c4c
- check size read from elf header (#85297).
cvsdist efd1c4c
cvsdist efd1c4c
* Tue Feb 18 2003 Matt Wilson <msw@redhat.com> 3.39-8
cvsdist efd1c4c
- add FHS compatibility symlink from /usr/share/misc/magic -> ../magic
cvsdist efd1c4c
  (#84509)
cvsdist efd1c4c
cvsdist efd1c4c
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 3.39-7
cvsdist efd1c4c
- the "real" fix to the vorbis/ogg magic details (#82810).
cvsdist efd1c4c
cvsdist efd1c4c
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-6
cvsdist efd1c4c
- avoid vorbis/ogg magic details (#82810).
cvsdist efd1c4c
cvsdist efd1c4c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.39-5
cvsdist efd1c4c
- rebuilt
cvsdist efd1c4c
cvsdist efd1c4c
* Sun Jan 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-4
cvsdist efd1c4c
- PT_NOTE, take 3
cvsdist efd1c4c
cvsdist efd1c4c
* Fri Jan 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-3
cvsdist efd1c4c
- don't barf in ELF headers with align = 0
cvsdist efd1c4c
cvsdist efd1c4c
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-2
cvsdist efd1c4c
- don't get lost when looking at PT_NOTE sections
cvsdist efd1c4c
cvsdist efd1c4c
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 3.39-1
cvsdist efd1c4c
- update to 3.39.
cvsdist efd1c4c
cvsdist 1111c41
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 1111c41
- automated rebuild
cvsdist 1111c41
cvsdist 3f69a6b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 3f69a6b
- automated rebuild
cvsdist 3f69a6b
6b93567
* Mon May  6 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-6
cvsdist 3f69a6b
- Don't use an old magic.mime 
cvsdist 3f69a6b
- Add mng detection (#64229)
cvsdist 3f69a6b
6b93567
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-5
cvsdist b071927
- Rebuild
cvsdist b071927
6b93567
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-4
cvsdist b071927
- Fix missing include of <stdint.h> (#58209)
cvsdist b071927
6b93567
* Tue Dec 11 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-2
cvsdist b071927
- Add CFLAGS to handle large files (#53576)
cvsdist b071927
6b93567
* Mon Dec 10 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-1
cvsdist b071927
- 3.37
cvsdist b071927
- s/Copyright/License/
cvsdist b071927
- build with --enable-fsect-man5, drop patch
cvsdist b071927
- disable two old patches
cvsdist b071927
cvsdist 698a5ae
* Fri Jul 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 698a5ae
- revert a patch to Magdir/elf, which breaks many libtool scripts
cvsdist 698a5ae
  in several rpm packages
cvsdist 698a5ae
cvsdist 27ca5fb
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
cvsdist b071927
- iterate to 3.35
cvsdist 27ca5fb
cvsdist 27ca5fb
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 27ca5fb
- Bump release + rebuild.
cvsdist 27ca5fb
cvsdist 4a8ffa3
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 4a8ffa3
- update to 3.33.
cvsdist 6add8d6
cvsdist df0d3de
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
cvsdist df0d3de
- Bill made the patch but didn't apply it. :)
cvsdist df0d3de
cvsdist df0d3de
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist df0d3de
- 'ASCII text', not 'ASCII test' (#16168)
cvsdist df0d3de
cvsdist df0d3de
* Mon Jul 31 2000 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- fix off-by-1 error when creating filename for use with -i.
6b93567
- include a copy of GNOME /etc/mime-types in %%{_datadir}/magic.mime (#14741).
cvsdist df0d3de
cvsdist df0d3de
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- install magic as man5/magic.5 with other formats (#11172).
cvsdist df0d3de
cvsdist df0d3de
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist df0d3de
- automatic rebuild
cvsdist df0d3de
cvsdist df0d3de
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- FHS packaging.
cvsdist df0d3de
b57396f
* Fri Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist df0d3de
- 3.30
cvsdist df0d3de
cvsdist df0d3de
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
cvsdist df0d3de
- add ia64 patch from rth
cvsdist df0d3de
cvsdist df0d3de
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist df0d3de
- handle compressed manpages
cvsdist df0d3de
- update to 3.28
cvsdist df0d3de
cvsdist df0d3de
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- identify ELF stripped files correctly (#4665).
cvsdist df0d3de
- use SPARC (not sparc) consistently throughout (#4665).
cvsdist df0d3de
- add entries for MS Office files (#4665).
cvsdist df0d3de
cvsdist df0d3de
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- diddle magic so that *.tfm files are identified correctly.
cvsdist df0d3de
cvsdist df0d3de
* Tue Jul  6 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- update to 3.27.
cvsdist df0d3de
cvsdist df0d3de
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
cvsdist df0d3de
- experimental support for realmedia files added
cvsdist df0d3de
cvsdist df0d3de
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist df0d3de
- auto rebuild in the new build environment (release 5)
cvsdist df0d3de
cvsdist df0d3de
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- strip binary.
cvsdist df0d3de
cvsdist df0d3de
* Fri Nov 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
cvsdist df0d3de
- add SPARC V9 magic.
cvsdist df0d3de
cvsdist df0d3de
* Tue Nov 10 1998 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- update to 3.26.
cvsdist df0d3de
cvsdist df0d3de
* Mon Aug 24 1998 Jeff Johnson <jbj@redhat.com>
cvsdist df0d3de
- update to 3.25.
cvsdist df0d3de
- detect gimp XCF versions.
cvsdist df0d3de
cvsdist df0d3de
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist df0d3de
- translations modified for de, fr, tr
cvsdist df0d3de
cvsdist df0d3de
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
cvsdist df0d3de
- updated to 3.24
cvsdist df0d3de
- buildrooted
cvsdist df0d3de
cvsdist df0d3de
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist df0d3de
- built against glibc
cvsdist df0d3de
cvsdist df0d3de
* Mon Mar 31 1997 Erik Troan <ewt@redhat.com>
cvsdist df0d3de
- Fixed problems caused by 64 bit time_t.
cvsdist df0d3de
cvsdist df0d3de
* Thu Mar 06 1997 Michael K. Johnson <johnsonm@redhat.com>
cvsdist df0d3de
- Improved recognition of Linux kernel images.