summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 02:24:49 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 02:24:49 +0000
commit99e8d3761d7e1e4fb0d7bdea7b8480900f8384c3 (patch)
tree7879848198a7818ee330d471be644e16bb161be4 /system
parentcdd51dbcc0293f4c7e2a637b4e3175b2a68c0392 (diff)
downloadpackages-99e8d3761d7e1e4fb0d7bdea7b8480900f8384c3.tar.gz
packages-99e8d3761d7e1e4fb0d7bdea7b8480900f8384c3.tar.bz2
packages-99e8d3761d7e1e4fb0d7bdea7b8480900f8384c3.tar.xz
packages-99e8d3761d7e1e4fb0d7bdea7b8480900f8384c3.zip
system/libxslt: bump to 1.1.33, modernise
Diffstat (limited to 'system')
-rw-r--r--system/libxslt/APKBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/system/libxslt/APKBUILD b/system/libxslt/APKBUILD
index 80224d2ff..0ba2dd390 100644
--- a/system/libxslt/APKBUILD
+++ b/system/libxslt/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxslt
-pkgver=1.1.32
+pkgver=1.1.33
pkgrel=0
pkgdesc="XML stylesheet transformation library"
url="http://xmlsoft.org/XSLT/"
@@ -16,8 +16,6 @@ source="ftp://xmlsoft.org/$pkgname/$pkgname-$pkgver.tar.gz"
# - CVE-2017-5029
build() {
- cd "$builddir"
-
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,15 +24,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
-
make DESTDIR="$pkgdir" install
- install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="e1ed3c103cd4c9897e7dd2360a11f63cf30382b7566ce6fcc81117804e203714446b5a62179ce628c3834b0b32ecdeeceecbdfa417507ce9ed5a107a0ebefb39 libxslt-1.1.32.tar.gz"
+sha512sums="ebbe438a38bf6355950167d3b580edc22baa46a77068c18c42445c1c9c716d42bed3b30c5cd5bec359ab32d03843224dae458e9e32dc61693e7cf4bab23536e0 libxslt-1.1.33.tar.gz"