* update xmlsec to 1.3.5-1
This commit is contained in:
parent
1281670cad
commit
a9305d1910
30
xmlsec/.SRCINFO
Normal file
30
xmlsec/.SRCINFO
Normal file
@ -0,0 +1,30 @@
|
||||
pkgbase = xmlsec
|
||||
pkgdesc = XML Security Library is a C library based on LibXML2
|
||||
pkgver = 1.3.5
|
||||
pkgrel = 1
|
||||
url = https://www.aleksey.com/xmlsec/index.html
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = MIT
|
||||
depends = libxslt
|
||||
depends = openssl
|
||||
depends = gnutls
|
||||
depends = nss
|
||||
depends = libltdl
|
||||
depends = libgcrypt
|
||||
depends = nspr
|
||||
depends = libxml2
|
||||
depends = glibc
|
||||
depends = sh
|
||||
provides = libxmlsec1.so
|
||||
provides = libxmlsec1-openssl.so
|
||||
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
|
||||
|
||||
pkgname = xmlsec
|
4
xmlsec/.nvchecker.toml
Normal file
4
xmlsec/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[xmlsec]
|
||||
source = "github"
|
||||
github = "lsh123/xmlsec"
|
||||
use_max_tag = true
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
|
||||
|
||||
pkgname=xmlsec
|
||||
pkgver=1.3.4
|
||||
pkgver=1.3.5
|
||||
pkgrel=1
|
||||
pkgdesc="XML Security Library is a C library based on LibXML2"
|
||||
license=(MIT)
|
||||
@ -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=('45ad9078d41ae76844ad2f8651600ffeec0fdd128ead988a8d69e907c57aee75')
|
||||
sha256sums=('2ffd4ad1f860ec93e47a680310ab2bc94968bd07566e71976bd96133d9504917')
|
||||
# https://www.aleksey.com/xmlsec/download/aleksey%40aleksey.com.gpg
|
||||
#validpgpkeys=('00FDD6A7DFB81C88F34B9BF0E63ECDEF9E1D829E') # "Aleksey Sanin <aleksey@aleksey.com>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user