diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-19 09:22:22 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-19 09:22:22 +0000 |
| commit | c3f829f555630a4dc163bcb3e2dd5b81579212ed (patch) | |
| tree | b1b0b6f010e5d5970907717659d035609299b081 /repos/extra | |
| parent | 3129d60976436bda8ea9ca0e385081a21f427fcf (diff) | |
| download | alicelinux-c3f829f555630a4dc163bcb3e2dd5b81579212ed.tar.gz alicelinux-c3f829f555630a4dc163bcb3e2dd5b81579212ed.zip | |
libxml2: updated to 2.14.4
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/libxml2/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libxml2/.files | 6 | ||||
| -rw-r--r-- | repos/extra/libxml2/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/libxml2/.checksum b/repos/extra/libxml2/.checksum index f346bf4a..d7958ed6 100644 --- a/repos/extra/libxml2/.checksum +++ b/repos/extra/libxml2/.checksum @@ -1,2 +1,2 @@ -8fddb31bbf31ad06abcf363ee554bd575975899b7d5c311d2dd7187852407ad7 libxml2-2.14.3.tar.xz +1f09f6b9b3a850b8751ae4ddb32a0cc6df2f9e1b732387871c47ddacd8f57032 libxml2-2.14.4.tar.xz 4de7d0ba62928f5b885071df954120f083d99a663d64dd0ad4cdbad4d29733b8 overflow.patch diff --git a/repos/extra/libxml2/.files b/repos/extra/libxml2/.files index de2ad524..2d592c4e 100644 --- a/repos/extra/libxml2/.files +++ b/repos/extra/libxml2/.files @@ -56,9 +56,9 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/libxml2/ -rw-r--r-- root/root usr/lib/cmake/libxml2/libxml2-config.cmake -lrwxrwxrwx root/root usr/lib/libxml2.so -> libxml2.so.16.0.3 -lrwxrwxrwx root/root usr/lib/libxml2.so.16 -> libxml2.so.16.0.3 --rwxr-xr-x root/root usr/lib/libxml2.so.16.0.3 +lrwxrwxrwx root/root usr/lib/libxml2.so -> libxml2.so.16.0.4 +lrwxrwxrwx root/root usr/lib/libxml2.so.16 -> libxml2.so.16.0.4 +-rwxr-xr-x root/root usr/lib/libxml2.so.16.0.4 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libxml-2.0.pc drwxr-xr-x root/root usr/lib/python3.13/ diff --git a/repos/extra/libxml2/abuild b/repos/extra/libxml2/abuild index a7125ecb..1ec5e4d3 100644 --- a/repos/extra/libxml2/abuild +++ b/repos/extra/libxml2/abuild @@ -1,5 +1,5 @@ name=libxml2 -version=2.14.3 +version=2.14.4 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz overflow.patch" |