Mailinglist Archive: opensuse-commit (1469 mails)

< Previous Next >
commit expat for openSUSE:12.1:Update:Test
Hello community,

here is the log from the commit of package expat for openSUSE:12.1:Update:Test
checked in at 2012-03-08 18:33:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/expat (Old)
and /work/SRC/openSUSE:12.1:Update:Test/.expat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "expat", Maintainer is "VDziewiecki@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/expat/expat.changes 2012-03-08
18:33:55.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.expat.new/expat.changes
2012-03-08 18:33:57.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar 8 11:34:58 UTC 2012 - vdziewiecki@xxxxxxxx
+
+-Fixed VUL-0: CVE-2012-0876 (bnc#750914)
+
+
+-------------------------------------------------------------------

New:
----
expat-CVE-2012-0876.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ expat.spec ++++++
--- /var/tmp/diff_new_pack.OdBlnp/_old 2012-03-08 18:33:57.000000000 +0100
+++ /var/tmp/diff_new_pack.OdBlnp/_new 2012-03-08 18:33:57.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package expat
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,9 @@
#


-
Name: expat
Version: 2.0.1
-Release: 105
-Group: Development/Libraries/C and C++
-License: MIT
+Release: 0
Url: http://expat.sourceforge.net/
# bug437293
%ifarch ppc64
@@ -29,11 +26,15 @@
%endif
#
Summary: XML Parser Toolkit
+License: MIT
+Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}faq.html
Source2: baselibs.conf
Patch0: %{name}-CVE-2009-2625.patch
Patch1: %{name}-CVE-2009-3560.patch
+Patch2: %{name}-CVE-2012-0876.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++

@@ -61,7 +62,6 @@
declaration).

%package -n libexpat1
-License: MIT
Summary: XML Parser Toolkit
Group: Development/Libraries/C and C++
# bug437293
@@ -94,10 +94,10 @@
declaration).

%package -n libexpat-devel
-License: MIT
Summary: XML Parser Toolkit
Group: Development/Libraries/C and C++
-Requires: libexpat1 = %{version} glibc-devel
+Requires: glibc-devel
+Requires: libexpat1 = %{version}

%description -n libexpat-devel
Expat is an XML 1.0 parser written in C. It aims to be fully
@@ -126,6 +126,7 @@
%setup -q
%patch0
%patch1
+%patch2 -p0
cp %{S:1} .
rm -f examples/*.dsp


++++++ expat-CVE-2012-0876.patch ++++++
++++ 627 lines (skipped)

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread