* update xmlsec to 1.3.6-1
This commit is contained in:
parent
b8c25510cd
commit
a42eadb1fd
@ -1,6 +1,6 @@
|
||||
pkgbase = xmlsec
|
||||
pkgdesc = XML Security Library is a C library based on LibXML2
|
||||
pkgver = 1.3.5
|
||||
pkgver = 1.3.6
|
||||
pkgrel = 1
|
||||
url = https://www.aleksey.com/xmlsec/index.html
|
||||
arch = x86_64
|
||||
@ -24,7 +24,7 @@ pkgbase = xmlsec
|
||||
provides = libxmlsec1-nss.so
|
||||
provides = libxmlsec1-gnutls.so
|
||||
provides = libxmlsec1-gcrypt.so
|
||||
source = https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.5.tar.gz
|
||||
sha256sums = 2ffd4ad1f860ec93e47a680310ab2bc94968bd07566e71976bd96133d9504917
|
||||
source = https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.6.tar.gz
|
||||
sha256sums = 952b626ad3f3be1a4598622dab52fdab2a8604d0837c1b00589f3637535af92f
|
||||
|
||||
pkgname = xmlsec
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
|
||||
|
||||
pkgname=xmlsec
|
||||
pkgver=1.3.5
|
||||
pkgrel=1.1
|
||||
pkgver=1.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="XML Security Library is a C library based on LibXML2"
|
||||
license=(MIT)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -15,7 +15,7 @@ depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl'
|
||||
provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so')
|
||||
#source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.{tar.gz,sig}) # signature file not compatible
|
||||
source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz)
|
||||
sha256sums=('2ffd4ad1f860ec93e47a680310ab2bc94968bd07566e71976bd96133d9504917')
|
||||
sha256sums=('952b626ad3f3be1a4598622dab52fdab2a8604d0837c1b00589f3637535af92f')
|
||||
# https://www.aleksey.com/xmlsec/download/aleksey%40aleksey.com.gpg
|
||||
#validpgpkeys=('00FDD6A7DFB81C88F34B9BF0E63ECDEF9E1D829E') # "Aleksey Sanin <aleksey@aleksey.com>"
|
||||
|
||||
@ -23,7 +23,8 @@ build() {
|
||||
cd ${pkgname}1-${pkgver}
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-files
|
||||
--enable-files \
|
||||
--disable-ripemd160
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user