Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / lib32-libxml2
Commits:
5c1a9191 by Jan Alexander Steffens (heftig) at 2024-07-18T22:08:14+02:00
2.13.2-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-libxml2
pkgdesc = XML C parser and toolkit (32-bit)
pkgver = 2.13.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgname=(
lib32-libxml2
)
pkgver=2.13.2
-pkgrel=1
+pkgrel=2
pkgdesc="XML C parser and toolkit (32-bit)"
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
arch=(x86_64)
@@ -40,6 +40,13 @@ prepare() {
# Use xmlconf from conformance test suite
ln -s ../xmlconf
+ # Cherry-pick fixes from 2.13 branch
+ # https://gitlab.gnome.org/GNOME/libxml2/-/issues/765
+ # https://gitlab.gnome.org/GNOME/libxml2/-/issues/766
+ # https://gitlab.gnome.org/GNOME/libxml2/-/issues/770
+ # https://gitlab.gnome.org/GNOME/libxml2/-/issues/772
+ git cherry-pick -n v2.13.2..ed8b4264f65b1ced1e3b13967dd1cf90102cfa40
+
# Do not run fuzzing tests
git apply -3 ../0001-HACK-Don-t-run-fuzzing-tests.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxml2/-/commit/5c1a9191e9d81e2450811981221ac4ea44ad62cb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-libxml2/-/commit/5c1a9191e9d81e2450811981221ac4ea44ad62cb
You're receiving this email because of your account on gitlab.archlinux.org.