Skip to content

Commit 3211608

Browse files
libxml2: update to 2.15.1
Co-authored-by: (@stydxm) <stydxm@outlook.com>
1 parent 4ba410e commit 3211608

File tree

7 files changed

+21
-42
lines changed

7 files changed

+21
-42
lines changed

runtime-common/libxml2/autobuild/defines

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PKGDEP__PPC64="${PKGDEP__RETRO}"
1515

1616
BUILDDEP="python-3"
1717

18+
ABTYPE=autotools
1819
AUTOTOOLS_AFTER_COMMON=(
1920
--with-history
2021
--with-threads

runtime-common/libxml2/autobuild/defines.stage2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ PKGDEP__PPC64="${PKGDEP__RETRO}"
1515

1616
BUILDDEP="python-3"
1717

18-
AUTOTOOLS_AFTER__COMMON=(
18+
ABTYPE=autotools
19+
AUTOTOOLS_AFTER_COMMON=(
1920
--with-history
2021
--with-threads
2122
)
2223
AUTOTOOLS_AFTER=(
2324
PYTHON=/usr/bin/python3
24-
"${AUTOTOOLS_AFTER__COMMON[@]}"
25+
"${AUTOTOOLS_AFTER_COMMON[@]}"
2526
)

runtime-common/libxml2/autobuild/patches/0001-Fedora-libxml2-2.9.8-python3-unicode-errors.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

runtime-common/libxml2/spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
VER=2.10.4
2-
REL=2
1+
VER=2.15.1
32
SRCS="tbl::https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${VER}/libxml2-v${VER}.tar.gz"
4-
CHKSUMS="sha256::1aa47bd54f9e0245686d494fbbbfa4e3e77b6fc4f988708383de8a1033292e66"
3+
CHKSUMS="sha256::0a5ebf8fa131585748d661ae692503483aff39d9b29b6c4b342cd80d422f246c"
54
CHKUPDATE="anitya::id=1783"

runtime-optenv32/libxml2+32/autobuild/defines

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ PKGDES="Utilities and libraries for parsing XMLs (32-bit x86 runtime)"
66

77
ABHOST=optenv32
88

9+
ABTYPE=autotools
910
AUTOTOOLS_AFTER=(
1011
'--without-python'
1112
'--with-threads'

runtime-optenv32/libxml2+32/spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
VER=2.10.4
2-
REL=1
1+
VER=2.15.1
32
SRCS="tbl::https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${VER}/libxml2-v${VER}.tar.gz"
4-
CHKSUMS="sha256::1aa47bd54f9e0245686d494fbbbfa4e3e77b6fc4f988708383de8a1033292e66"
3+
CHKSUMS="sha256::0a5ebf8fa131585748d661ae692503483aff39d9b29b6c4b342cd80d422f246c"
54
CHKUPDATE="anitya::id=1783"

topics/libxml2-2.15.1.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
security = true
2+
3+
[name]
4+
default = "libxml2 2.15.1"
5+
6+
[caution]
7+
default = "Fixes 10 security vulnerabilities (1 of critical severity and 8 of high severity)"
8+
zh_CN = "修复 10 个安全漏洞(含 1 个严重漏洞和 8 个高危漏洞)"
9+
10+
[packages-v2]
11+
"libxml2" = "< 2.15.1"
12+
"libxml2+32" = "< 2.15.1"

0 commit comments

Comments
 (0)