Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (102fa94e47f54b16c70ce0cd552b96b6d0e85a73)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (102fa94e47f54b16c70ce0cd552b96b6d0e85a73)
  • Date: Mon, 21 Feb 2022 17:42:41 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/libxml2/DETAILS | 13 +++++--------
libs/libxml2/HISTORY | 6 ++++++
libs/libxml2/PRE_BUILD | 3 ---
libs/libxml2/patches/ggc.patch | 15 ---------------
4 files changed, 11 insertions(+), 26 deletions(-)

New commits:
commit 102fa94e47f54b16c70ce0cd552b96b6d0e85a73
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxml2: => 2.9.13 SECURITY FIX

diff --git a/libs/libxml2/DETAILS b/libs/libxml2/DETAILS
index 2287a28..4889da7 100755
--- a/libs/libxml2/DETAILS
+++ b/libs/libxml2/DETAILS
@@ -1,13 +1,10 @@
SPELL=libxml2
- VERSION=2.9.12
- SECURITY_PATCH=13
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=2.9.13
+
SOURCE_HASH=sha512:fc51980cb9222bd3b5242f73d28b55fa15a80e68e52e1c45274f1eda11500ed385853209edb3b2a1f06b9de0be304c159a9bd898c7d84b0899eacb00723d98b5
+ SECURITY_PATCH=14
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=ftp://xmlsoft.org/$SPELL/$SOURCE
- SOURCE2=$SOURCE.asc
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=xmlsoft.gpg:$SOURCE.asc:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+
SOURCE_URL[0]=https://download.gnome.org/sources/libxml2/${VERSION%.??}/$SOURCE
LICENSE[0]=BSD
WEB_SITE=http://xmlsoft.org/
ENTERED=20010922
diff --git a/libs/libxml2/HISTORY b/libs/libxml2/HISTORY
index 80512ec..d71dcec 100644
--- a/libs/libxml2/HISTORY
+++ b/libs/libxml2/HISTORY
@@ -1,3 +1,9 @@
+2022-02-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.9.13
+ SECURITY_PATCH++, fixes CVE-2022-23308
+ download from gnome
+ * patches/ggc.patch PRE_BUILD: deleted
+
2021-05-16 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.9.12

diff --git a/libs/libxml2/PRE_BUILD b/libs/libxml2/PRE_BUILD
deleted file mode 100755
index 4604ffc..0000000
--- a/libs/libxml2/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-apply_patch_dir patches
diff --git a/libs/libxml2/patches/ggc.patch b/libs/libxml2/patches/ggc.patch
deleted file mode 100644
index eacc4f2..0000000
--- a/libs/libxml2/patches/ggc.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -uNr libxml2-2.9.10.orig/encoding.c libxml2-2.9.10/encoding.c
---- libxml2-2.9.10.orig/encoding.c 2019-10-22 20:46:01.000000000 +0200
-+++ libxml2-2.9.10/encoding.c 2020-11-04 13:20:06.944305628 +0100
-@@ -44,6 +44,11 @@
- #endif
- #include <libxml/globals.h>
- #include <libxml/xmlerror.h>
-+#ifndef FALSE
-+# define FALSE (1 == 0)
-+# define TRUE (! FALSE)
-+#endif
-+
-
- #include "buf.h"
- #include "enc.h"



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (102fa94e47f54b16c70ce0cd552b96b6d0e85a73), Treeve Jelbert, 02/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page