Date: Saturday, October 29, 2022 @ 10:23:00 Author: andyrtr Revision: 459424
upgpkg: xmlsec 1.2.36-1: upstream update 1.2.36 Modified: xmlsec/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-29 09:39:34 UTC (rev 459423) +++ PKGBUILD 2022-10-29 10:23:00 UTC (rev 459424) @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=xmlsec -pkgver=1.2.35 +pkgver=1.2.36 pkgrel=1 pkgdesc="XML Security Library is a C library based on LibXML2" license=('custom') @@ -13,25 +13,10 @@ provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so' 'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so') options=('debug') #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 - 0001_xmlsec_1.2.35-buildfix.patch::https://patch-diff.githubusercontent.com/raw/lsh123/xmlsec/pull/412.patch - #0002_remove_test_nssdb.patch::https://patch-diff.githubusercontent.com/raw/lsh123/xmlsec/pull/418.patch - 0002_remove_test_nssdb.patch -) -sha256sums=('a39f86f6fe8e8cdc998b9a911ef1fae03f57a9ef99c2b704cd492007a52ac223' - 'bf62a51337a3bad0b1a81311edf1dc0d74cb78b05ed0e49ed4c0d9507fed1b03' - '693737c12b2c95c437816d8b6f0c95a81772100a5b43f918ff842b5bd89138e9') +source=(https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz) +sha256sums=('f0d97e008b211d85808f038326d42e7f5cf46648e176f07406a323e7e8d41c80') #validpgpkeys=('') # -prepare() { - cd ${pkgname}1-${pkgver} - # build fix / https://github.com/lsh123/xmlsec/issues/411 - patch -Np1 -i ../0001_xmlsec_1.2.35-buildfix.patch - # https://github.com/lsh123/xmlsec/issues/415 - rm tests/nssdb/cert8.db tests/nssdb/key3.db tests/nssdb/secmod.db - patch -Np1 -i ../0002_remove_test_nssdb.patch -} - build() { cd ${pkgname}1-${pkgver} ./configure --prefix=/usr --disable-static @@ -41,9 +26,7 @@ check() { cd ${pkgname}1-$pkgver - # tests run in fakeroot fail expected in xmlsec-gcrypt - # https://github.com/lsh123/xmlsec/issues/415 - make -k check || /bin/true + make check } package() {
