|
|
fd8bad |
# python3 is not available on RHEL <= 7
|
|
|
fd8bad |
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
fd8bad |
%bcond_without python3
|
|
|
fd8bad |
%else
|
|
|
fd8bad |
%bcond_with python3
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
# python2 is not available on RHEL > 7 and not needed on Fedora > 29
|
|
|
fd8bad |
%if 0%{?rhel} > 7 || 0%{?fedora} > 29
|
|
|
fd8bad |
%bcond_with python2
|
|
|
fd8bad |
%else
|
|
|
fd8bad |
%bcond_without python2
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
Summary: A utility for determining file types
|
|
|
fd8bad |
Name: file
|
|
|
fd8bad |
Version: 5.33
|
|
|
28fc74 |
Release: 18%{?dist}
|
|
|
fd8bad |
License: BSD
|
|
|
fd8bad |
Group: Applications/File
|
|
|
fd8bad |
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
|
|
fd8bad |
|
|
|
fd8bad |
# Upstream says it's up to distributions to add a way to support local-magic.
|
|
|
fd8bad |
Patch0: file-localmagic.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# not yet upstream
|
|
|
fd8bad |
Patch1: file-4.17-rpm-name.patch
|
|
|
fd8bad |
Patch2: file-5.04-volume_key.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# picked from upstream
|
|
|
fd8bad |
Patch3: file-5.33-gif.patch
|
|
|
fd8bad |
Patch4: file-5.33-seccomp.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# do not classify shared libraries as pie executables (#1581343)
|
|
|
fd8bad |
Patch5: file-5.33-pie-executable-revert.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# fix out-of-bounds read via a crafted ELF file (CVE-2018-10360)
|
|
|
fd8bad |
Patch6: file-5.33-CVE-2018-10360.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# support longer version strings for clamav database (#1539107)
|
|
|
fd8bad |
Patch7: file-5.33-clamav.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# show details about ppc swap partition (#1224668)
|
|
|
fd8bad |
Patch8: file-5.33-ppc-swap.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
# fix memory leak on an error path (#1602492)
|
|
|
fd8bad |
Patch9: file-5.33-covscan.patch
|
|
|
fd8bad |
|
|
|
54376c |
# add magic for eBPF objects (#1648667)
|
|
|
54376c |
Patch10: file-5.34-ebpf-magic.patch
|
|
|
54376c |
|
|
|
54376c |
# make netpbm beat DOS/MBR magic again (#1658158)
|
|
|
54376c |
Patch11: file-5.35-netpbm.patch
|
|
|
54376c |
|
|
|
54376c |
# improve parsing of ppc core files (#1658171)
|
|
|
54376c |
Patch12: file-5.35-ppc-core.patch
|
|
|
54376c |
|
|
|
54376c |
# improve documentation of --apple in file(1) man page (#1677442)
|
|
|
54376c |
Patch13: file-5.35-man-apple.patch
|
|
|
54376c |
|
|
|
54376c |
# remove wrong magic for JFFS file system (#1773477)
|
|
|
54376c |
Patch14: file-5.37-jffs-magic.patch
|
|
|
54376c |
|
|
|
09ca65 |
# increase CDROM strength to beat MBR (#1696798)
|
|
|
09ca65 |
Patch15: file-magic-filesystems.patch
|
|
|
09ca65 |
|
|
|
b4d796 |
# search deeper in the zip file (#1845169)
|
|
|
b4d796 |
Patch16: file-5.33-msooxml-magic.patch
|
|
|
b4d796 |
|
|
|
d7e7c0 |
# when ignoring whitespace compare up to the length of the string
|
|
|
d7e7c0 |
Patch17: file-5.33-whitespace-compare.patch
|
|
|
d7e7c0 |
|
|
|
d7e7c0 |
# Use \040 to make space clearer
|
|
|
d7e7c0 |
Patch18: file-5.33-python-space.patch
|
|
|
d7e7c0 |
|
|
|
d7e7c0 |
# Pass an upper bound to file_strncmp (string is not always NULL)
|
|
|
d7e7c0 |
Patch19: file-5.33-bound-file_strncmp.patch
|
|
|
d7e7c0 |
|
|
|
d7e7c0 |
# improve magic for python scripts
|
|
|
d7e7c0 |
Patch20: file-5.33-more-python.patch
|
|
|
d7e7c0 |
|
|
|
d7e7c0 |
# improve magic for Shell, Gnome Javascript and TCL scripts
|
|
|
d7e7c0 |
Patch21: file-5.33-other-languages.patch
|
|
|
d7e7c0 |
|
|
|
28fc74 |
# fix heap-based buffer overflow in cdf_read_property_info() (CVE-2019-18218)
|
|
|
28fc74 |
Patch22: file-5.37-CVE-2019-18218.patch
|
|
|
28fc74 |
|
|
|
fd8bad |
URL: http://www.darwinsys.com/file/
|
|
|
fd8bad |
Requires: file-libs = %{version}-%{release}
|
|
|
fd8bad |
BuildRequires: zlib-devel
|
|
|
fd8bad |
BuildRequires: autoconf automake libtool
|
|
|
fd8bad |
|
|
|
fd8bad |
%description
|
|
|
fd8bad |
The file command is used to identify a particular file according to the
|
|
|
fd8bad |
type of data contained by the file. File can identify many different
|
|
|
fd8bad |
file types, including ELF binaries, system libraries, RPM packages, and
|
|
|
fd8bad |
different graphics formats.
|
|
|
fd8bad |
|
|
|
fd8bad |
%package libs
|
|
|
fd8bad |
Summary: Libraries for applications using libmagic
|
|
|
fd8bad |
Group: Applications/File
|
|
|
fd8bad |
License: BSD
|
|
|
fd8bad |
|
|
|
fd8bad |
%description libs
|
|
|
fd8bad |
|
|
|
fd8bad |
Libraries for applications using libmagic.
|
|
|
fd8bad |
|
|
|
fd8bad |
%package devel
|
|
|
fd8bad |
Summary: Libraries and header files for file development
|
|
|
fd8bad |
Group: Applications/File
|
|
|
fd8bad |
Requires: %{name} = %{version}-%{release}
|
|
|
fd8bad |
|
|
|
fd8bad |
%description devel
|
|
|
fd8bad |
The file-devel package contains the header files and libmagic library
|
|
|
fd8bad |
necessary for developing programs using libmagic.
|
|
|
fd8bad |
|
|
|
fd8bad |
%if %{with python2}
|
|
|
fd8bad |
%package -n python2-magic
|
|
|
fd8bad |
Summary: Python 2 bindings for the libmagic API
|
|
|
fd8bad |
Group: Development/Libraries
|
|
|
fd8bad |
BuildRequires: python2-devel
|
|
|
fd8bad |
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
|
fd8bad |
BuildRequires: python-setuptools
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
BuildArch: noarch
|
|
|
fd8bad |
Requires: %{name} = %{version}-%{release}
|
|
|
fd8bad |
%{?python_provide:%python_provide python2-magic}
|
|
|
fd8bad |
|
|
|
fd8bad |
%description -n python2-magic
|
|
|
fd8bad |
This package contains the Python 2 bindings to allow access to the
|
|
|
fd8bad |
libmagic API. The libmagic library is also used by the familiar
|
|
|
fd8bad |
file(1) command.
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
%if %{with python3}
|
|
|
fd8bad |
%package -n python3-magic
|
|
|
fd8bad |
Summary: Python 3 bindings for the libmagic API
|
|
|
fd8bad |
Group: Development/Libraries
|
|
|
fd8bad |
BuildRequires: python3-devel
|
|
|
fd8bad |
BuildArch: noarch
|
|
|
fd8bad |
Requires: %{name} = %{version}-%{release}
|
|
|
fd8bad |
|
|
|
fd8bad |
%description -n python3-magic
|
|
|
fd8bad |
This package contains the Python 3 bindings to allow access to the
|
|
|
fd8bad |
libmagic API. The libmagic library is also used by the familiar
|
|
|
fd8bad |
file(1) command.
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
%prep
|
|
|
fd8bad |
%autosetup -p1
|
|
|
fd8bad |
|
|
|
fd8bad |
iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
|
|
|
fd8bad |
touch -r doc/libmagic.man doc/libmagic.man_
|
|
|
fd8bad |
mv doc/libmagic.man_ doc/libmagic.man
|
|
|
fd8bad |
|
|
|
fd8bad |
%if %{with python3}
|
|
|
fd8bad |
rm -rf %{py3dir}
|
|
|
fd8bad |
cp -a python %{py3dir}
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
%build
|
|
|
fd8bad |
# Fix config.guess to find aarch64 - #925339
|
|
|
fd8bad |
autoreconf -fi
|
|
|
fd8bad |
|
|
|
fd8bad |
CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
|
|
|
fd8bad |
%configure --enable-fsect-man5 --disable-rpath
|
|
|
fd8bad |
# remove hardcoded library paths from local libtool
|
|
|
fd8bad |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
fd8bad |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
fd8bad |
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/src/.libs
|
|
|
fd8bad |
make %{?_smp_mflags} V=1
|
|
|
fd8bad |
%if %{with python2}
|
|
|
fd8bad |
cd python
|
|
|
fd8bad |
CFLAGS="%{optflags}" %{__python2} setup.py build
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
%if %{with python3}
|
|
|
fd8bad |
cd %{py3dir}
|
|
|
fd8bad |
CFLAGS="%{optflags}" %{__python3} setup.py build
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
%install
|
|
|
fd8bad |
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
|
fd8bad |
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
|
|
fd8bad |
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
|
|
|
fd8bad |
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/misc
|
|
|
fd8bad |
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/file
|
|
|
fd8bad |
|
|
|
fd8bad |
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
fd8bad |
rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
|
|
|
fd8bad |
|
|
|
fd8bad |
# local magic in /etc/magic
|
|
|
fd8bad |
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}
|
|
|
fd8bad |
cp -a ./magic/magic.local ${RPM_BUILD_ROOT}%{_sysconfdir}/magic
|
|
|
fd8bad |
|
|
|
fd8bad |
cat magic/Magdir/* > ${RPM_BUILD_ROOT}%{_datadir}/misc/magic
|
|
|
fd8bad |
ln -s misc/magic ${RPM_BUILD_ROOT}%{_datadir}/magic
|
|
|
fd8bad |
ln -s ../magic ${RPM_BUILD_ROOT}%{_datadir}/file/magic
|
|
|
fd8bad |
|
|
|
fd8bad |
%if %{with python2}
|
|
|
fd8bad |
cd python
|
|
|
fd8bad |
%{__python2} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
%if %{with python3}
|
|
|
fd8bad |
cd %{py3dir}
|
|
|
fd8bad |
%{__python3} setup.py install -O1 --skip-build --root ${RPM_BUILD_ROOT}
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
%{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/%{name}
|
|
|
fd8bad |
|
|
|
fd8bad |
%ldconfig_scriptlets libs
|
|
|
fd8bad |
|
|
|
fd8bad |
%files
|
|
|
fd8bad |
%{!?_licensedir:%global license %%doc}
|
|
|
fd8bad |
%license COPYING
|
|
|
fd8bad |
%doc ChangeLog README
|
|
|
fd8bad |
%{_bindir}/*
|
|
|
fd8bad |
%{_mandir}/man1/*
|
|
|
fd8bad |
%config(noreplace) %{_sysconfdir}/magic
|
|
|
fd8bad |
|
|
|
fd8bad |
%files libs
|
|
|
fd8bad |
%{!?_licensedir:%global license %%doc}
|
|
|
fd8bad |
%license COPYING
|
|
|
fd8bad |
%doc ChangeLog README
|
|
|
fd8bad |
%{_libdir}/*so.*
|
|
|
fd8bad |
%{_datadir}/magic*
|
|
|
fd8bad |
%{_mandir}/man5/*
|
|
|
fd8bad |
%{_datadir}/file
|
|
|
fd8bad |
%{_datadir}/misc/*
|
|
|
fd8bad |
|
|
|
fd8bad |
%files devel
|
|
|
fd8bad |
%{_libdir}/*.so
|
|
|
fd8bad |
%{_includedir}/magic.h
|
|
|
fd8bad |
%{_mandir}/man3/*
|
|
|
fd8bad |
|
|
|
fd8bad |
%if %{with python2}
|
|
|
fd8bad |
%files -n python2-magic
|
|
|
fd8bad |
%{!?_licensedir:%global license %%doc}
|
|
|
fd8bad |
%license COPYING
|
|
|
fd8bad |
%doc python/README python/example.py
|
|
|
fd8bad |
%{python2_sitelib}/magic.py
|
|
|
fd8bad |
%{python2_sitelib}/magic.pyc
|
|
|
fd8bad |
%{python2_sitelib}/magic.pyo
|
|
|
fd8bad |
%if 0%{?fedora} || 0%{?rhel} >= 6
|
|
|
fd8bad |
%{python2_sitelib}/*egg-info
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
%if %{with python3}
|
|
|
fd8bad |
%files -n python3-magic
|
|
|
fd8bad |
%{!?_licensedir:%global license %%doc}
|
|
|
fd8bad |
%license COPYING
|
|
|
fd8bad |
%doc python/README python/example.py
|
|
|
fd8bad |
%{python3_sitelib}/magic.py
|
|
|
fd8bad |
%{python3_sitelib}/*egg-info
|
|
|
fd8bad |
%{python3_sitelib}/__pycache__/*
|
|
|
fd8bad |
%endif
|
|
|
fd8bad |
|
|
|
fd8bad |
%changelog
|
|
|
28fc74 |
* Wed Apr 14 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 5.33-18
|
|
|
28fc74 |
- fix heap-based buffer overflow in cdf_read_property_info() (CVE-2019-18218)
|
|
|
28fc74 |
|
|
|
28fc74 |
* Thu Jan 21 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 5.33-17
|
|
|
28fc74 |
- improve magic for script recognition and other changes (#1903531)
|
|
|
d7e7c0 |
|
|
|
b4d796 |
* Mon Jun 22 2020 Vincent Mihalkovic <vmihalko@redhat.com> - 5.33-16
|
|
|
b4d796 |
- magic/Magdir/msooxml: Search deeper in the zip file (#1845169)
|
|
|
b4d796 |
|
|
|
09ca65 |
* Fri May 22 2020 Kamil Dudka <kdudka@redhat.com> - 5.33-15
|
|
|
09ca65 |
- remove duplicate line in file(1) man page (#1677442)
|
|
|
09ca65 |
|
|
|
09ca65 |
* Thu May 21 2020 Vincent Mihalkovič <vmihalko@redhat.com> - 5.33-14
|
|
|
09ca65 |
- increase magic/Magdir/filesystems CDROM strength to beat MBR (#1696798)
|
|
|
09ca65 |
|
|
|
54376c |
* Mon Nov 18 2019 Kamil Dudka <kdudka@redhat.com> - 5.33-13
|
|
|
54376c |
- remove wrong magic for JFFS file system (#1773477)
|
|
|
54376c |
|
|
|
54376c |
* Tue Oct 15 2019 Kamil Dudka <kdudka@redhat.com> - 5.33-12
|
|
|
54376c |
- restore missing comma in the output for core files (#1658171)
|
|
|
54376c |
|
|
|
54376c |
* Tue Oct 15 2019 Kamil Dudka <kdudka@redhat.com> - 5.33-11
|
|
|
54376c |
- improve documentation of --apple in file(1) man page (#1677442)
|
|
|
54376c |
- improve parsing of ppc core files (#1658171)
|
|
|
54376c |
|
|
|
54376c |
* Mon Oct 14 2019 Kamil Dudka <kdudka@redhat.com> - 5.33-10
|
|
|
54376c |
- make netpbm beat DOS/MBR magic again (#1658158)
|
|
|
54376c |
|
|
|
54376c |
* Wed Jul 03 2019 Kamil Dudka <kdudka@redhat.com> - 5.33-9
|
|
|
54376c |
- add magic for eBPF objects (#1652993)
|
|
|
54376c |
|
|
|
fd8bad |
* Mon Nov 05 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-8
|
|
|
fd8bad |
- fix memory leak on an error path (#1602492)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jul 17 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-7
|
|
|
fd8bad |
- show details about ppc swap partition (#1224668)
|
|
|
fd8bad |
- support longer version strings for clamav database (#1539107)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jun 13 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-6
|
|
|
fd8bad |
- fix out-of-bounds read via a crafted ELF file (CVE-2018-10360)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu May 24 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-5
|
|
|
fd8bad |
- do not classify shared libraries as pie executables in MIME output (#1581343)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue May 22 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-4
|
|
|
fd8bad |
- do not classify shared libraries as pie executables (#1581343)
|
|
|
fd8bad |
- seccomp: fix build failure due to missing syscalls
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Apr 30 2018 Miro Hrončok <mhroncok@redhat.com> - 5.33-3
|
|
|
fd8bad |
- Update Python macros to new packaging standards
|
|
|
fd8bad |
(See https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Apr 18 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-2
|
|
|
fd8bad |
- increase strength of GIF to beat MBR (#1515180)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Apr 16 2018 Kamil Dudka <kdudka@redhat.com> - 5.33-1
|
|
|
fd8bad |
- update to new version 5.33
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Mar 28 2018 Kamil Dudka <kdudka@redhat.com> - 5.32-4
|
|
|
fd8bad |
- make the python2-magic subpackage optional
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.32-3
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.32-2
|
|
|
fd8bad |
- Switch to %%ldconfig_scriptlets
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Sep 04 2017 Kamil Dudka <kdudka@redhat.com> - 5.32-1
|
|
|
fd8bad |
- update to new version 5.32
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.31-10
|
|
|
fd8bad |
- Python 2 binary package renamed to python2-file
|
|
|
fd8bad |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Aug 18 2017 Marek Cermak <macermak@redhat.com> - 5.31-9
|
|
|
fd8bad |
- Ruby script recognition and classification (#1050897)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Aug 14 2017 Marek Cermak <macermak@redhat.com> - 5.31-8
|
|
|
fd8bad |
- New magic entry for iconv/gconv module configuration cache (#1342428)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Aug 4 2017 Marek Cermak <macermak@redhat.com> - 5.31-7
|
|
|
fd8bad |
- Changes in commands and images magic files
|
|
|
fd8bad |
- Fixes awk/perl script recognition
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.31-6
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jul 31 2017 Marek Cermak <macermak@redhat.com> - 5.31-5
|
|
|
fd8bad |
- fixed patch for recognition of gnu message catalog (.mo) files (#1226215)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 5.31-4
|
|
|
fd8bad |
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.31-3
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jul 25 2017 Marek Cermak <macermak@redhat.com> - 5.31-2
|
|
|
fd8bad |
- fixed recognition of gnu message catalog (.mo) files (#1226215)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed May 24 2017 Kamil Dudka <kdudka@redhat.com> - 5.31-1
|
|
|
fd8bad |
- update to new version 5.31
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Apr 05 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-6
|
|
|
fd8bad |
- fix utf-8 conversion in Python 2 bindings (#1433364)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Feb 23 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-5
|
|
|
fd8bad |
- make the package build on EPEL-6 and EPEL-7
|
|
|
fd8bad |
- drop undocumented override of the __libtoolize RPM macro
|
|
|
fd8bad |
- drop undocumented non-upstream file-5.24-varied.patch
|
|
|
fd8bad |
- drop undocumented non-upstream file-5.22-awk-perl.patch
|
|
|
fd8bad |
- drop non-upstream file-5.19-cafebabe.patch no longer needed (#1134580)
|
|
|
fd8bad |
- drop undocumented non-upstream file-5.14-x86boot.patch
|
|
|
fd8bad |
- drop undocumented non-upstream file-5.04-generic-msdos.patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Feb 23 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-4
|
|
|
fd8bad |
- increase strength of perl modules to exceed C sources (#772651)
|
|
|
fd8bad |
- drop non-upstream file-5.14-perl.patch (#1051598)
|
|
|
fd8bad |
- drop undocumented non-upstream file-5.10-strength.patch (#772651)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 14 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-3
|
|
|
fd8bad |
- restore compatibility with certain RPM scripts
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 14 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-2
|
|
|
fd8bad |
- fix debug info reversed logic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 13 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-1
|
|
|
fd8bad |
- apply patches automatically to ease maintenance
|
|
|
fd8bad |
- update to new version 5.30
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Feb 08 2017 Kamil Dudka <kdudka@redhat.com> - 5.29-3
|
|
|
fd8bad |
- build in parallel and in verbose mode
|
|
|
fd8bad |
- fix assertion failure on certain files (thanks to Christoph Biedl)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 5.29-2
|
|
|
fd8bad |
- Rebuild for Python 3.6
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Oct 25 2016 Kamil Dudka <kdudka@redhat.com> - 5.29-1
|
|
|
fd8bad |
- update to new version 5.29
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Aug 17 2016 Kamil Dudka <kdudka@redhat.com> - 5.28-4
|
|
|
fd8bad |
- avoid double encoding with Python 3 (#1367144)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.28-3
|
|
|
fd8bad |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jun 27 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 5.28-2
|
|
|
fd8bad |
- Fix crash during uncompression of zlib (RHBZ #1350252)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jun 24 2016 Kamil Dudka <kdudka@redhat.com> - 5.28-1
|
|
|
fd8bad |
- update to new version 5.28
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.25-6
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jan 28 2016 Jan Kaluza <jkaluza@redhat.com> - 5.25-5
|
|
|
fd8bad |
- fix #1302297 - fix misdetection of some Perl scripts as Minix filesystem
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jan 06 2016 Jan Kaluza <jkaluza@redhat.com> - 5.25-4
|
|
|
fd8bad |
- fix #1291903 - fix misdetection of some text files as MSX binary files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Nov 20 2015 Jan kaluza <jkaluza@redhat.com> - 5.25-3
|
|
|
fd8bad |
- fix #1279401 - change the order of Perl patterns to try "Perl script"
|
|
|
fd8bad |
patterns before "Perl Module"
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Nov 05 2015 Robert Kuska <rkuska@redhat.com> - 5.25-2
|
|
|
fd8bad |
- Rebuilt for Python3.5 rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Sep 18 2015 Jan Kaluza <jkaluza@redhat.com> - 5.25-1
|
|
|
fd8bad |
- update to new version 5.25
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jul 16 2015 Jan Kaluza <jkaluza@redhat.com> - 5.24-1
|
|
|
fd8bad |
- update to new version 5.24
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jun 22 2015 Jan Kaluza <jkaluza@redhat.com> - 5.22-5
|
|
|
fd8bad |
- fix #1201630 - fix recursion in JPEG magic pattern
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.22-4
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 5.22-3
|
|
|
fd8bad |
- Rebuilt for Fedora 23 Change
|
|
|
fd8bad |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 16 2015 Jan Kaluza <jkaluza@redhat.com> - 5.22-2
|
|
|
fd8bad |
- remove weak zlib pattern
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Feb 04 2015 Jan Kaluza <jkaluza@redhat.com> - 5.22-1
|
|
|
fd8bad |
- update to new version 5.22
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Oct 23 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-7
|
|
|
fd8bad |
- fix #1155464 - fix for CVE-2014-3710
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Sep 03 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-6
|
|
|
fd8bad |
- fix #1134580 - detect Mach-O universal binary
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Sep 03 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-5
|
|
|
fd8bad |
- fix #1101404 - remove weak Pascal patterns
|
|
|
fd8bad |
- fix #1107995 - detect locale-archive
|
|
|
fd8bad |
- fix #1130693, #1115111 - fix detection of MSOOXML, OOXML and ZIP
|
|
|
fd8bad |
- fix #1124940 - detect Python 3.4 byte-compiled files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Aug 22 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-4
|
|
|
fd8bad |
- fix #1132787 - CVE-2014-3587
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.19-3
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 5.19-2
|
|
|
fd8bad |
- fix license handling
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jun 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.19-1
|
|
|
fd8bad |
- fix #1011789 - update to version 5.19
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.14-22
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 5.14-21
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Mar 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-20
|
|
|
fd8bad |
- fix #1079847 - fix potential regression in Perl detection caused
|
|
|
fd8bad |
by original patch for CVE-2013-7345
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 24 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-19
|
|
|
fd8bad |
- fix redefinition of OFFSET_OOB in CVE-2014-2270 patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 24 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-18
|
|
|
fd8bad |
- fix #1079847 - fix for CVE-2013-7345
|
|
|
fd8bad |
- fix #1080450 - remove *.orig files before compiling magic/Magdir
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Mar 07 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-17
|
|
|
fd8bad |
- fix #1073555 - fix for CVE-2014-2270
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 25 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-16
|
|
|
fd8bad |
- fix potential memory leak introduced in previous commit
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 18 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-15
|
|
|
fd8bad |
- fix #1065837 - fix for CVE-2014-1943
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jan 15 2014 Jan Kaluza <jkaluza@redhat.com> - 5.14-14
|
|
|
fd8bad |
- fix #1051598 - reverse the order of shebang vs. package keyword detection
|
|
|
fd8bad |
in Perl by increasing strength of all Perl patterns
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Sep 09 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-13
|
|
|
fd8bad |
- fix #1001689 - fix segfault when calling magic_load twice
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 22 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-12
|
|
|
fd8bad |
- fix #985072 - add support for journald files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 8 2013 Ville Skyttä <ville.skytta@iki.fi> - 5.14-11
|
|
|
fd8bad |
- Build python-magic for python3 where applicable.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.14-10
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jul 02 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-9
|
|
|
fd8bad |
- fix #980446 - do not segfault when no magic is loaded
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jun 17 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-8
|
|
|
fd8bad |
- replace sitearch with sitelib
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jun 17 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-7
|
|
|
fd8bad |
- build python-magic as noarch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed May 15 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-6
|
|
|
fd8bad |
- fix #962678 - do not exit if no magic file is loaded, we can still provide
|
|
|
fd8bad |
useful info without magic file
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon May 13 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-5
|
|
|
fd8bad |
- fix #925339 - support aarch64
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Apr 08 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-4
|
|
|
fd8bad |
- fix #948255 - print white-space in fsmagic, but only when
|
|
|
fd8bad |
we know there will be some more output
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Mar 29 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-3
|
|
|
fd8bad |
- fix #928995 - do not print white-space in the end of fsmagic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 25 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-2
|
|
|
fd8bad |
- fix useless space in ELF output which could break libtool
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Mar 22 2013 Jan Kaluza <jkaluza@redhat.com> - 5.14-1
|
|
|
fd8bad |
- fix #891856 - update to file-5.14
|
|
|
fd8bad |
- fix #909754 - magic number for Python-3.3
|
|
|
fd8bad |
- fix #912271 - do not report dwarf debug info packages as 'stripped'
|
|
|
fd8bad |
- fix #882321 - do not print 'unknown capability' for ELF capabilities for
|
|
|
fd8bad |
architectures which File does not support
|
|
|
fd8bad |
- fix #866000 - show proper build id for ELF binaries
|
|
|
fd8bad |
- fix #860139 - better dump file recognition on big endian architectures
|
|
|
fd8bad |
- remove file-static subpackage
|
|
|
fd8bad |
- move python-magic .py files to python_sitearch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 11 2013 Jan Kaluza <jkaluza@redhat.com> - 5.11-9
|
|
|
fd8bad |
- fix #919466 - fix memory leak in get_default_magic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-8
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Dec 04 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-7
|
|
|
fd8bad |
- removed duplicated patterns for backups generated by "dump" tool
|
|
|
fd8bad |
- recognize volume_key escrow packets
|
|
|
fd8bad |
- mention exit code in manpage
|
|
|
fd8bad |
- remove weak msdos patterns
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Nov 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-6
|
|
|
fd8bad |
- clean up the spec file
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Aug 14 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-5
|
|
|
fd8bad |
- fix #847936 - decompress bzip2 properly when using -z param
|
|
|
fd8bad |
- fix #847937 - read magic patterns also from ~/.magic.mgc
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11-4
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jul 19 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-3
|
|
|
fd8bad |
- removed buildroot, defattr
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jun 21 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-2
|
|
|
fd8bad |
- detect names of RPM packages
|
|
|
fd8bad |
- detect swap on ia64 architecture
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 27 2012 Jan Kaluza <jkaluza@redhat.com> - 5.11-1
|
|
|
fd8bad |
- fix #796130 - update to file-5.11
|
|
|
fd8bad |
- fix #796209 - recognize VDI images
|
|
|
fd8bad |
- fix #795709 - recognize QED images
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jan 18 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-5
|
|
|
fd8bad |
- fix detection of ASCII text files with setuid, setgid, or sticky bits
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jan 10 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-4
|
|
|
fd8bad |
- fix #772651 - decrease strength of newly added "C source" patterns
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jan 03 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-3
|
|
|
fd8bad |
- fix #771292 - do not show 'using regular magic file' warning for /etc/magic,
|
|
|
fd8bad |
because this file is not supposed to be compiled
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-2
|
|
|
fd8bad |
- fix #770006 - detect tnef files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.10-1
|
|
|
fd8bad |
- fix #771030 - update to file-5.10
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 02 2012 Jan Kaluza <jkaluza@redhat.com> - 5.09-3
|
|
|
fd8bad |
- fix #720321 - added /etc/magic config file to let users define their local
|
|
|
fd8bad |
magic patterns
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.09-2
|
|
|
fd8bad |
- Rebuilt for glibc bug#747377
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Sep 29 2011 Jan Kaluza <jkaluza@redhat.com> - 5.09-1
|
|
|
fd8bad |
- fix #739286 - update to file-5.09
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 04 2011 Jan Kaluza <jkaluza@redhat.com> - 5.08-1
|
|
|
fd8bad |
- fix #728181 - update to file-5.08
|
|
|
fd8bad |
- remove unused patches
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 14 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-5
|
|
|
fd8bad |
- fix #712991 - include RPM noarch in /usr/share/magic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-4
|
|
|
fd8bad |
- fix #711843 - fix postscript detection
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jun 09 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-3
|
|
|
fd8bad |
- fix #709953 - add support for BIOS version detection
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon May 23 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-2
|
|
|
fd8bad |
- backported patches to fix 5.07 regressions
|
|
|
fd8bad |
- fix #706231 - fixed ZIP detection
|
|
|
fd8bad |
- fix #705183, #705499 - removed weak DOS device driver pattern
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed May 11 2011 Jan Kaluza <jkaluza@redhat.com> - 5.07-1
|
|
|
fd8bad |
- update to new upstream version 5.07
|
|
|
fd8bad |
- remove unused patches
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Mar 01 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-4
|
|
|
fd8bad |
- fix #678458 - support for Python 3.2 compiled files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Feb 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-3
|
|
|
fd8bad |
- fix #676543 - improved TeX and LaTeX recognition
|
|
|
fd8bad |
- fix #676041 - detect all supported RPM architectures
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.05-2
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jan 18 2011 Jan Kaluza <jkaluza@redhat.com> - 5.05-1
|
|
|
fd8bad |
- fix #670319 - update to new upstream release 5.05
|
|
|
fd8bad |
- removed useless patches
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 10 2011 Jan Kaluza <jkaluza@redhat.com> - 5.04-18
|
|
|
fd8bad |
- fix #668304 - support for com32r programs
|
|
|
fd8bad |
- distinguish between GFS2 and GFS1 filesystems
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Nov 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-17
|
|
|
fd8bad |
- fix #656395 - "string" magic directive supports longer strings
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Aug 25 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-16
|
|
|
fd8bad |
- fix #637785 - support for zip64 format
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Aug 24 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-15
|
|
|
fd8bad |
- fix #626591 - support for WebM format
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 12 2010 Jan Kaluza <jkaluza@redhat.com> - 5.04-14
|
|
|
fd8bad |
- fix #623602 - support for Python 2.7 compiled files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 5.04-13
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jul 15 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-12
|
|
|
fd8bad |
- fix #599695 - try to get "from" attribute for ELF binaries
|
|
|
fd8bad |
only from core dumps.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jul 08 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-11
|
|
|
fd8bad |
- added docs for file-libs
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 29 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-10
|
|
|
fd8bad |
- fix #608922 - updated z-machine magic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jun 11 2010 Jan Kaluza <jkaluza@redhat.com> 5.04-9
|
|
|
fd8bad |
- removed excessive HTML/SGML "magic patterns" (#603040)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Apr 14 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-8
|
|
|
fd8bad |
- fix #580046 - the file command returns zero exit code
|
|
|
fd8bad |
even in case of unexisting file being tested
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Apr 07 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-7
|
|
|
fd8bad |
- fix #566305 - "file" may trim too much of command line from core file
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-6
|
|
|
fd8bad |
- fix #550212 - 'file' gives bad meta-data for squashfs-4.0
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Mar 24 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-5
|
|
|
fd8bad |
- fix #575184 - file command does not print separator
|
|
|
fd8bad |
when --print0 option is used
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Mar 11 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-4
|
|
|
fd8bad |
- fix #570785 - "file" misidentifies filesystem type
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 09 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-3
|
|
|
fd8bad |
- fix #562840 - [PATCH] Add matches for ruby modules
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jan 28 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-2
|
|
|
fd8bad |
- fix #533245 - segfaults on star.ulaw
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 25 2010 Daniel Novotny <dnovotny@redhat.com> 5.04-1
|
|
|
fd8bad |
- update to new upstream release 5.04
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 18 2010 Daniel Novotny <dnovotny@redhat.com> 5.03-18
|
|
|
fd8bad |
- static library moved to new "-static" subpackage (#556048)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Dec 25 2009 Robert Scheck <robert@fedoraproject.org> 5.03-17
|
|
|
fd8bad |
- removed broken install of example.py (%%doc is much enough)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Nov 30 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-16
|
|
|
fd8bad |
- fixed the patch for multilib (#515767)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-15
|
|
|
fd8bad |
- BuildRequires: autoconf, automake
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Nov 24 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-14
|
|
|
fd8bad |
- BuildRequires: automake because of the Makefile.am patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Nov 13 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-13
|
|
|
fd8bad |
- fix #537324 - update spec conditional for rhel
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Nov 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-12
|
|
|
fd8bad |
- fix #533151 - file command doesn't recognize deltaisos or rpm-only deltarpms
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Oct 27 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-11
|
|
|
fd8bad |
- fix #531082 - RFE: add detection of Python 3 bytecode
|
|
|
fd8bad |
- fix #531127 - `file' command does not recognize mime type `image/vnd.djvu'
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Oct 21 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-10
|
|
|
fd8bad |
- fix #530083 - file -s is not able to detect swap signature on ppc
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Aug 25 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-9
|
|
|
fd8bad |
- fix #515767 - multilib: file /usr/share/misc/magic.mgc conflicts
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 06 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-8
|
|
|
fd8bad |
- rebuild for #515767 - multilib: file /usr/share/misc/magic.mgc conflicts
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.03-7
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jul 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-6
|
|
|
fd8bad |
- fix #510429 - file is confused by string "/* (if any) */"
|
|
|
fd8bad |
in C header and claims it "Lisp/Scheme program text"
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jul 22 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-5
|
|
|
fd8bad |
- #513079 - RFE: file - recognize xfs metadump images
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jul 10 2009 Adam Jackson <ajax@redhat.com> 5.03-4
|
|
|
fd8bad |
- Clean up %%description.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-4
|
|
|
fd8bad |
- one more PostScript font magic added (#505762),
|
|
|
fd8bad |
updated font patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-3
|
|
|
fd8bad |
- added magic for three font issues (PostScript fonts)
|
|
|
fd8bad |
(#505758, #505759, #505765)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu May 14 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-2
|
|
|
fd8bad |
- fix #500739 - Disorganized magic* file locations in file-libs
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 5.03-1
|
|
|
fd8bad |
- new upstream version
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue May 05 2009 Daniel Novotny <dnovotny@redhat.com> 5.02-1
|
|
|
fd8bad |
- new upstream version; drop upstreamed patches; this fixes #497913
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Apr 29 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-8
|
|
|
fd8bad |
- fix #498036 - Elang JAM file definition breaks detection of postscript-files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Apr 20 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-7
|
|
|
fd8bad |
- fix previous patch:
|
|
|
fd8bad |
the name of the format is a bit different (MDUMP -> MDMP)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Apr 17 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-6
|
|
|
fd8bad |
- fix #485835 (MDUMP files)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-5
|
|
|
fd8bad |
- added two font definitions (#491594, #491595)
|
|
|
fd8bad |
and a fix for file descriptor leak when MAGIC_COMPRESS used (#491596)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.00-4
|
|
|
fd8bad |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 23 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-3
|
|
|
fd8bad |
- fix #486105 - file-5.00-2.fc11 fails to recognise a file
|
|
|
fd8bad |
(and makes rpmbuild fail)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 16 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-2
|
|
|
fd8bad |
- fix #485141 - rpm failed while checking a French Word file
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 09 2009 Daniel Novotny <dnovotny@redhat.com> 5.00-1
|
|
|
fd8bad |
- upgrade to 5.00
|
|
|
fd8bad |
- drop upstreamed patches, rebase remaining patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jan 14 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-9
|
|
|
fd8bad |
- fix #476655 detect JPEG-2000 Code Stream Bitmap
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 12 2009 Daniel Novotny <dnovotny@redhat.com> 4.26-8
|
|
|
fd8bad |
- fix #479300 - add btrfs filesystem magic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Dec 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-7
|
|
|
fd8bad |
- fix the LaTex issue in bz#474156
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-6
|
|
|
fd8bad |
- Rebuild for Python 2.6
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Dec 04 2008 Daniel Novotny <dnovotny@redhat.com> - 4.26-5
|
|
|
fd8bad |
- fix #470811 - Spurious perl auto-requires
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 4.26-4
|
|
|
fd8bad |
- Rebuild for Python 2.6
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Oct 16 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-3
|
|
|
fd8bad |
- fix #465994 file --mime-encoding seems broken
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Oct 07 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-2
|
|
|
fd8bad |
- fix #463809: rpmbuild rpmfcClassify: Assertion fails on some binary files
|
|
|
fd8bad |
(false positive test on "DOS device driver" crashed file(1)
|
|
|
fd8bad |
and rpmbuild(8) failed)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Sep 15 2008 Daniel Novotny <dnovotny@redhat.com> 4.26-1
|
|
|
fd8bad |
- new upstream version: fixes #462064
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jul 21 2008 Tomas Smetana <tsmetana@redhat.com> - 4.25-1
|
|
|
fd8bad |
- new upstream version; drop upstreamed patches
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jun 06 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-4
|
|
|
fd8bad |
- add GFS2 filesystem magic; thanks to Eric Sandeen
|
|
|
fd8bad |
- add LVM snapshots magic (#449755); thanks to Jason Farrell
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jun 04 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-3
|
|
|
fd8bad |
- drop patches that do nothing in recent build system
|
|
|
fd8bad |
- create the text magic file during installation
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-2
|
|
|
fd8bad |
- rebuild because of egg-info
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 03 2008 Tomas Smetana <tsmetana@redhat.com> - 4.24-1
|
|
|
fd8bad |
- new upstream version
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Mar 11 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-5
|
|
|
fd8bad |
- fix EFI detection patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-4
|
|
|
fd8bad |
- fix mismatching gzip files and text files as animations
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Feb 01 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-3
|
|
|
fd8bad |
- fix #430927 - detect ext4 filesystems
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jan 31 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-2
|
|
|
fd8bad |
- fix #430952 - wrong handling of ELF binaries
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jan 29 2008 Tomas Smetana <tsmetana@redhat.com> - 4.23-1
|
|
|
fd8bad |
- new upstream version; update patches; drop unused patches
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jan 24 2008 Tomas Smetana <tsmetana@redhat.com> - 4.21-5
|
|
|
fd8bad |
- build a separate python-magic package; thanks to Terje Rosten
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Dec 06 2007 Tomas Smetana <tsmetana@redhat.com> - 4.21-4
|
|
|
fd8bad |
- add PE32/PE32+ magic
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Aug 15 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-3
|
|
|
fd8bad |
- resolves: #172015: no longer reports filename of crashed app when run on core files.
|
|
|
fd8bad |
- resolves: #249578: Weird output from "file -i"
|
|
|
fd8bad |
- resolves: #234817: file reports wrong filetype for microsoft word file
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jul 4 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-2
|
|
|
fd8bad |
- resolves: #246700: RPM description isn't related to product
|
|
|
fd8bad |
- resolves: #238789: file-devel depends on %%{version}
|
|
|
fd8bad |
but not on %%{version}-%%{release}
|
|
|
fd8bad |
- resolves: #235267: for core files, file doesn't display the executable name
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue May 29 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.21-1
|
|
|
fd8bad |
- upgrade to new upstream 4.21
|
|
|
fd8bad |
- resolves: #241034: CVE-2007-2799 file integer overflow
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Mar 7 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.20-1
|
|
|
fd8bad |
- upgrade to new upstream 4.20
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 20 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-4
|
|
|
fd8bad |
- rpath in file removal
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 19 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-3
|
|
|
fd8bad |
- Resolves: #225750 - Merge Review: file
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jan 25 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-2
|
|
|
fd8bad |
- Resolves: #223297 - file does not recognize OpenOffice "native" formats
|
|
|
fd8bad |
- Resolves: #224344 - Magic rules should be in file-libs
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jan 9 2007 Martin Bacovsky <mbacovsk@redhat.com> - 4.19-1
|
|
|
fd8bad |
- Resolves: #208880 - Pointless file(1) error message while detecting ELF 64-bit file
|
|
|
fd8bad |
thanks to <jakub@redhat.com> for patch
|
|
|
fd8bad |
- Resolves: #214992 - file-devel should own %%_includedir/* %%_libdir/lib*.so
|
|
|
fd8bad |
- Resolves: #203548 - a -devel package should be split out for libmagic
|
|
|
fd8bad |
- upgrade to new upstream 4.19
|
|
|
fd8bad |
- patch revision and cleaning
|
|
|
fd8bad |
- split package to file, file-devel and file-libs
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Aug 23 2006 Martin Bacovsky <mbacovsky@redhat.com> - 4.17-8
|
|
|
fd8bad |
- fix recognition of perl script with embed awk (#203610)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Aug 18 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-7
|
|
|
fd8bad |
- fix recognition of bash script with embed awk (#202185)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 03 2006 Martin Bacovsky <mbacovsk@redhat.com> - 4.17-6
|
|
|
fd8bad |
- fix gziped empty file (#72986)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.17-5.1
|
|
|
fd8bad |
- rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> 4.17-5
|
|
|
fd8bad |
- fix powerpoint mine (#190373) <vonsch@gmail.com>
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 4.17-4
|
|
|
fd8bad |
- /usr/share/file is owned by package (#192858)
|
|
|
fd8bad |
- fix magic for Clamav files (#192406)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Apr 21 2006 Radek Vokal <rvokal@redhat.com> 4.17-3
|
|
|
fd8bad |
- add support for OCFS or ASM (#189017)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Mar 14 2006 Radek Vokal <rvokal@redhat.com> 4.17-2
|
|
|
fd8bad |
- fix segfault when compiling magic
|
|
|
fd8bad |
- add check for wctype.h
|
|
|
fd8bad |
- fix for flac and mp3 files
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 13 2006 Radek Vokal <rvokal@redhat.com> 4.17-1
|
|
|
fd8bad |
- upgrade to file-4.17, patch clean-up
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.2
|
|
|
fd8bad |
- bump again for double-long bug on ppc(64)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.16-6.1
|
|
|
fd8bad |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Feb 04 2006 Radek Vokal <rvokal@redhat.com> 4.16-6
|
|
|
fd8bad |
- xen patch, recognizes Xen saved domain
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jan 13 2006 Radek Vokal <rvokal@redhat.com> 4.16-5
|
|
|
fd8bad |
- fix for 64bit arrays
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
fd8bad |
- rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Nov 29 2005 Radek Vokal <rvokal@redhat.com> - 4.16-4
|
|
|
fd8bad |
- printf utf8 filenames and don't use isprint() (#174348)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 4.16-3
|
|
|
fd8bad |
- remove .la files (#172633)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Oct 31 2005 Radek Vokal <rvokal@redhat.com> - 4.16-2
|
|
|
fd8bad |
- fix core files output, show "from" (#172015)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Oct 18 2005 Radek Vokal <rvokal@redhat.com> - 4.16-1
|
|
|
fd8bad |
- upgrade to upstream
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Oct 03 2005 Radek Vokal <rvokal@redhat.com> - 4.15-4
|
|
|
fd8bad |
- file output for Berkeley DB gains Cracklib (#168917)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-3
|
|
|
fd8bad |
- small fix in previously added patch, now it works for multiple params
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Sep 19 2005 Radek Vokal <rvokal@redhat.com> - 4.15-2
|
|
|
fd8bad |
- print xxx-style only once (#168617)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.15-1
|
|
|
fd8bad |
- upgrade to upstream
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> - 4.14-4
|
|
|
fd8bad |
- mime for mpeg and aac files fixed (#165323)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Aug 05 2005 Radek Vokal <rvokal@redhat.com> - 4.14-3
|
|
|
fd8bad |
- mime for 3ds files removed, conflicts with text files (#165165)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jul 22 2005 Radek Vokal <rvokal@redhat.com> - 4.14-2
|
|
|
fd8bad |
- fixed mime types recognition (#163866) <mandriva.org>
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Jul 14 2005 Radek Vokal <rvokal@redhat.com> - 4.14-1
|
|
|
fd8bad |
- sync with upstream, patch clean-up
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jul 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-5
|
|
|
fd8bad |
- fixed reiserfs check (#162378)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Apr 11 2005 Radek Vokal <rvokal@redhat.com> - 4.13-4
|
|
|
fd8bad |
- check Cyrus files before Apple Quicktime movies (#154342)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 07 2005 Radek Vokal <rvokal@redhat.com> - 4.13-3
|
|
|
fd8bad |
- check for shared libs before fs dump files (#149868)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> - 4.13-2
|
|
|
fd8bad |
- gcc4 rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 15 2005 Radek Vokal <rvokal@redhat.com> - 4.13-1
|
|
|
fd8bad |
- new version, fixing few bugs, patch clean-up
|
|
|
fd8bad |
- consistent output for bzip files (#147440)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 24 2005 Radek Vokal <rvokal@redhat.com> - 4.12-3
|
|
|
fd8bad |
- core64 patch fixing output on core files (#145354) <kzak@redhat.com>
|
|
|
fd8bad |
- minor change in magic patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 03 2005 Radek Vokal <rvokal@redhat.com> - 4.12-2
|
|
|
fd8bad |
- fixed crashes in threaded environment (#143871) <arjanv@redhat.com>
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Dec 02 2004 Radek Vokal <rvokal@redhat.com> - 4.12-1
|
|
|
fd8bad |
- upgrade to file-4.12
|
|
|
fd8bad |
- removed Tim's patch, tuned magic patch
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 4.10-4
|
|
|
fd8bad |
- Convert libmagic.3 to UTF-8
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Nov 18 2004 Radek Vokal <rvokal@redhat.com> 4.10-3
|
|
|
fd8bad |
- set of patches from debian.org
|
|
|
fd8bad |
- new magic types (#128763)
|
|
|
fd8bad |
- zlib added to BuildReq (#125294)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Oct 12 2004 Tim Waugh <twaugh@redhat.com> 4.10-2
|
|
|
fd8bad |
- Fixed occasional segfault (bug #131892).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Aug 11 2004 Radek Vokal <rvokal@redhat.com>
|
|
|
fd8bad |
- zlib patch deleted, note patch deleted, rh patch updated, debian patch updated
|
|
|
fd8bad |
- upgrade to file-4.10
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
fd8bad |
- rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon May 10 2004 Jakub Jelinek <jakub@redhat.com>
|
|
|
fd8bad |
- fix ELF note handling (#109495)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 4.07-3
|
|
|
fd8bad |
- add docs (#115966)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
fd8bad |
- rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
fd8bad |
- rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sun Jan 18 2004 Jeff Johnson <jbj@jbj.org> 4.07-1
|
|
|
fd8bad |
- upgrade to 4.07.
|
|
|
fd8bad |
- deal gracefully with unreadable files (#113207).
|
|
|
fd8bad |
- detect PO files (from Debian).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Dec 16 2003 Jeff Johnson <jbj@jbj.org> 4.06-1
|
|
|
fd8bad |
- upgrade to file-4.06.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Nov 10 2003 Tim Waugh <twaugh@redhat.com> 4.02-4
|
|
|
fd8bad |
- Minimal fix for busy loop problem (bug #109495).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 4.05-1
|
|
|
fd8bad |
- upgrade to 4.05.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Oct 9 2003 Jeff Johnson <jbj@jbj.org> 4.02-3
|
|
|
fd8bad |
- use zlib rather than exec'ing gzip.
|
|
|
fd8bad |
|
|
|
fd8bad |
-* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com>
|
|
|
fd8bad |
-- Add Selinux support.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
fd8bad |
- rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
fd8bad |
- add ldconfig to post/postun
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Apr 21 2003 Jeff Johnson <jbj@redhat.com> 4.02-1
|
|
|
fd8bad |
- upgrade to file-4.02.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Feb 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-9
|
|
|
fd8bad |
- check size read from elf header (#85297).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 18 2003 Matt Wilson <msw@redhat.com> 3.39-8
|
|
|
fd8bad |
- add FHS compatibility symlink from /usr/share/misc/magic -> ../magic
|
|
|
fd8bad |
(#84509)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Feb 14 2003 Jeff Johnson <jbj@redhat.com> 3.39-7
|
|
|
fd8bad |
- the "real" fix to the vorbis/ogg magic details (#82810).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 3.39-6
|
|
|
fd8bad |
- avoid vorbis/ogg magic details (#82810).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 3.39-5
|
|
|
fd8bad |
- rebuilt
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sun Jan 12 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-4
|
|
|
fd8bad |
- PT_NOTE, take 3
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jan 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-3
|
|
|
fd8bad |
- don't barf in ELF headers with align = 0
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 3.39-2
|
|
|
fd8bad |
- don't get lost when looking at PT_NOTE sections
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 3.39-1
|
|
|
fd8bad |
- update to 3.39.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
fd8bad |
- automated rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
fd8bad |
- automated rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon May 6 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-6
|
|
|
fd8bad |
- Don't use an old magic.mime
|
|
|
fd8bad |
- Add mng detection (#64229)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Feb 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-5
|
|
|
fd8bad |
- Rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jan 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.37-4
|
|
|
fd8bad |
- Fix missing include of <stdint.h> (#58209)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Dec 11 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-2
|
|
|
fd8bad |
- Add CFLAGS to handle large files (#53576)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Dec 10 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.37-1
|
|
|
fd8bad |
- 3.37
|
|
|
fd8bad |
- s/Copyright/License/
|
|
|
fd8bad |
- build with --enable-fsect-man5, drop patch
|
|
|
fd8bad |
- disable two old patches
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Jul 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
fd8bad |
- revert a patch to Magdir/elf, which breaks many libtool scripts
|
|
|
fd8bad |
in several rpm packages
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jun 25 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
fd8bad |
- iterate to 3.35
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
fd8bad |
- Bump release + rebuild.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- update to 3.33.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Aug 14 2000 Preston Brown <pbrown@redhat.com>
|
|
|
fd8bad |
- Bill made the patch but didn't apply it. :)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
|
|
|
fd8bad |
- 'ASCII text', not 'ASCII test' (#16168)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jul 31 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- fix off-by-1 error when creating filename for use with -i.
|
|
|
fd8bad |
- include a copy of GNOME /etc/mime-types in %%{_datadir}/magic.mime (#14741).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- install magic as man5/magic.5 with other formats (#11172).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
fd8bad |
- automatic rebuild
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- FHS packaging.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Apr 14 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
fd8bad |
- 3.30
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Feb 16 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
fd8bad |
- add ia64 patch from rth
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
fd8bad |
- handle compressed manpages
|
|
|
fd8bad |
- update to 3.28
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- identify ELF stripped files correctly (#4665).
|
|
|
fd8bad |
- use SPARC (not sparc) consistently throughout (#4665).
|
|
|
fd8bad |
- add entries for MS Office files (#4665).
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Aug 12 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- diddle magic so that *.tfm files are identified correctly.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Jul 6 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- update to 3.27.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
|
|
|
fd8bad |
- experimental support for realmedia files added
|
|
|
fd8bad |
|
|
|
fd8bad |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
fd8bad |
- auto rebuild in the new build environment (release 5)
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- strip binary.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Fri Nov 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
|
|
|
fd8bad |
- add SPARC V9 magic.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Tue Nov 10 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- update to 3.26.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Aug 24 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
fd8bad |
- update to 3.25.
|
|
|
fd8bad |
- detect gimp XCF versions.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
|
fd8bad |
- translations modified for de, fr, tr
|
|
|
fd8bad |
|
|
|
fd8bad |
* Wed Apr 08 1998 Erik Troan <ewt@redhat.com>
|
|
|
fd8bad |
- updated to 3.24
|
|
|
fd8bad |
- buildrooted
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
|
|
fd8bad |
- built against glibc
|
|
|
fd8bad |
|
|
|
fd8bad |
* Mon Mar 31 1997 Erik Troan <ewt@redhat.com>
|
|
|
fd8bad |
- Fixed problems caused by 64 bit time_t.
|
|
|
fd8bad |
|
|
|
fd8bad |
* Thu Mar 06 1997 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
fd8bad |
- Improved recognition of Linux kernel images.
|