libxml2: update to 2.9.12

This commit is contained in:
Juergen Daubert 2021-05-14 13:32:54 +02:00
parent 00bce9e195
commit 80218baf00
3 changed files with 17 additions and 17 deletions

View File

@ -59,9 +59,9 @@ drwxr-xr-x root/root usr/lib/cmake/libxml2/
-rw-r--r-- root/root usr/lib/cmake/libxml2/libxml2-config.cmake
-rw-r--r-- root/root usr/lib/libxml2.a
-rwxr-xr-x root/root usr/lib/libxml2.la
lrwxrwxrwx root/root usr/lib/libxml2.so -> libxml2.so.2.9.10
lrwxrwxrwx root/root usr/lib/libxml2.so.2 -> libxml2.so.2.9.10
-rwxr-xr-x root/root usr/lib/libxml2.so.2.9.10
lrwxrwxrwx root/root usr/lib/libxml2.so -> libxml2.so.2.9.12
lrwxrwxrwx root/root usr/lib/libxml2.so.2 -> libxml2.so.2.9.12
-rwxr-xr-x root/root usr/lib/libxml2.so.2.9.12
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxml-2.0.pc
-rw-r--r-- root/root usr/lib/xml2Conf.sh

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UIrHc1ho9WqykX3uefVNncnWsKKlWasB3ZmWfiM3uA08bK0cLHkqgtesrnZtZIz7WMifAjpnnOgO0OBcP2s7QU=
SHA256 (Pkgfile) = e3d1399af0770c8df331c833f32f4b8b3e3a45442ac2cdabbb6edd52f067d540
SHA256 (.footprint) = b5bedaa337a1e8fc30bb038671c0fc6ec5d22395438544e7a631419a10574d52
SHA256 (libxml2-2.9.10.tar.gz) = aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
RWSE3ohX2g5d/YtuI+zgV0MvORBhxrXRYvpR/mzInnMah8wK4hO0SKdIf6CXOFGcP22QywH4A5cZOC7OtvDrlzenOWFl22iDOA8=
SHA256 (Pkgfile) = ac571557638f30aa13ed3c8074e58076f98bd9026d6fbace7bbe3bbcefa110ad
SHA256 (.footprint) = 29ccabd581599135786b7565c96ecd8dc3da849900dbb3bff545f8b825d21d4f
SHA256 (libxml2-2.9.12.tar.gz) = c8d6681e38c56f172892c85ddc0852e1fd4b53b4209e7f4ebf17f7e2eae71d92

View File

@ -1,17 +1,17 @@
# Description: XML library version 2
# URL: http://xmlsoft.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: zlib xz
# URL: http://xmlsoft.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: zlib xz
name=libxml2
version=2.9.10
version=2.9.12
release=1
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --without-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,gtk-doc}
build() {
cd $name-$version
./configure --prefix=/usr --without-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,gtk-doc}
}