Skip to content

Commit bce198d

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

File tree

5 files changed

+18
-42
lines changed

5 files changed

+18
-42
lines changed

runtime-common/libxml2/autobuild/defines.stage2

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

1616
BUILDDEP="python-3"
1717

18-
AUTOTOOLS_AFTER__COMMON=(
18+
AUTOTOOLS_AFTER_COMMON=(
1919
--with-history
2020
--with-threads
2121
)
2222
AUTOTOOLS_AFTER=(
2323
PYTHON=/usr/bin/python3
24-
"${AUTOTOOLS_AFTER__COMMON[@]}"
24+
"${AUTOTOOLS_AFTER_COMMON[@]}"
2525
)

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/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)