Accepting request 110835 from Base:System

- Update to file version 5.11 (bnc#753303, CVE-2012-1571)
  * Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)

- Update to file version 5.10

OBS-URL: https://build.opensuse.org/request/show/110835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2012-03-27 06:56:24 +00:00 committed by Git OBS Bridge
commit 372c31fd2e
5 changed files with 25 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73ae51889006b1ddb95db729237d411eb8d353884dfb149f0b4427d314aff68a
size 608726

3
file-5.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7
size 610019

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Wed Mar 21 12:39:50 UTC 2012 - werner@suse.de
- Update to file version 5.11 (bnc#753303, CVE-2012-1571)
* Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
-------------------------------------------------------------------
Mon Jan 16 13:42:35 UTC 2012 - werner@suse.de
- Update to file version 5.10
- Update to file version 5.10
* Add magic for /usr/bin/env Perl scripts
* Weaken generic script magic to avoid clashing with
language-specific magic.

View File

@ -16,25 +16,25 @@
#
Name: file
BuildRequires: findutils zlib-devel
BuildRequires: findutils
BuildRequires: libtool
BuildRequires: zlib-devel
Url: http://www.darwinsys.com/file/
License: BSD 2 Clause
Group: Productivity/File utilities
# bug437293
%ifarch ppc64
Obsoletes: file-64bit
%endif
#
# Set Version also in python-magic.spec
Version: 5.10
Release: 1
Version: 5.11
Release: 0
Summary: A Tool to Determine File Types
License: BSD-2-Clause
Group: Productivity/File utilities
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
Source2: baselibs.conf
Patch: file-%{version}.dif
Patch: file-5.10.dif
Patch1: file-5.07-misc.dif
Patch4: file-4.24-autoconf.dif
Patch5: file-4.03-tex.dif
@ -69,11 +69,12 @@ specified file. File type recognition is controlled by the file
used by apsfilter to permit automatic printing of different file types.
%package -n file-devel
License: Other uncritical OpenSource License
Summary: Include Files and Libraries mandatory for Development
License: Other uncritical OpenSource License
Group: Development/Libraries/Other
Provides: file:/usr/include/magic.h
Requires: file = %{version} glibc-devel
Requires: file = %{version}
Requires: glibc-devel
%description -n file-devel
This package contains all necessary include files and libraries needed

View File

@ -16,18 +16,18 @@
#
Name: python-magic
%define build_python_bindings 1
BuildRequires: findutils zlib-devel
BuildRequires: findutils
BuildRequires: libtool
BuildRequires: python-devel
BuildRequires: zlib-devel
Url: http://www.darwinsys.com/file/
License: BSD 3 Clause, BSD 4 Clause
Group: Development/Languages/Python
Version: 5.10
Release: 1
Release: 0
Summary: Python module to use libmagic
License: BSD-3-Clause and BSD-4-Clause
Group: Development/Languages/Python
%py_requires
Source99: file.spec
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/file.spec)}