]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
- updated to 2.9.3 (fixes CVE-2015-1819 CVE-2015-5312 CVE-2015-7497 CVE-2015-7498... auto/th/libxml2-2.9.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Nov 2015 15:52:43 +0000 (16:52 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Nov 2015 15:52:43 +0000 (16:52 +0100)
- removed obsolete xmlcatalog-regression patch

libxml2-xmlcatalog-regression.patch [deleted file]
libxml2.spec

diff --git a/libxml2-xmlcatalog-regression.patch b/libxml2-xmlcatalog-regression.patch
deleted file mode 100644 (file)
index f77068f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From f65128f38289d77ff322d63aef2858cc0a819c34 Mon Sep 17 00:00:00 2001
-From: Daniel Veillard <veillard@redhat.com>
-Date: Fri, 17 Oct 2014 17:13:41 +0800
-Subject: Revert "Missing initialization for the catalog module"
-
-This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7.
-As this break xmlcatalog command
-https://bugzilla.redhat.com/show_bug.cgi?id=1153753
-
-diff --git a/parser.c b/parser.c
-index 1d93967..67c9dfd 100644
---- a/parser.c
-+++ b/parser.c
-@@ -14830,9 +14830,6 @@ xmlInitParser(void) {
- #ifdef LIBXML_XPATH_ENABLED
-       xmlXPathInit();
- #endif
--#ifdef LIBXML_CATALOG_ENABLED
--        xmlInitializeCatalog();
--#endif
-       xmlParserInitialized = 1;
- #ifdef LIBXML_THREAD_ENABLED
-     }
--- 
-cgit v0.10.2
-
index 1f96a10a2f98a164ee662c088b8746d8ddb5f05f..57e8088401729258f8610fcc582a5cec959177e0 100644 (file)
@@ -15,18 +15,17 @@ Summary(es.UTF-8):  Biblioteca libXML version 2
 Summary(pl.UTF-8):     Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:          libxml2
-Version:       2.9.2
-Release:       6
+Version:       2.9.3
+Release:       1
 Epoch:         1
 License:       MIT
 Group:         Libraries
 #Source0:      http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/%{name}-%{version}.tar.bz2
 Source0:       ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
-# Source0-md5: 9e6a9aca9d155737868b3dc5fd82f788
+# Source0-md5: daece17e045f1c107610e137ab50c179
 Patch0:                %{name}-man_fixes.patch
 Patch1:                %{name}-open.gz.patch
 Patch2:                %{name}-largefile.patch
-Patch3:                %{name}-xmlcatalog-regression.patch
 URL:           http://xmlsoft.org/
 BuildRequires: autoconf >= 2.68
 BuildRequires: automake >= 1.4
@@ -171,7 +170,6 @@ dostęp do biblioteki libxml2.
 %patch1 -p1
 %endif
 %patch2 -p1
-%patch3 -p1
 
 %build
 %{__libtoolize}
This page took 0.192959 seconds and 4 git commands to generate.