Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xmlsec
Commits:
e3c3acd8 by Andreas Radke at 2025-02-11T22:01:17+01:00
upgpkg: 1.3.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xmlsec
pkgdesc = XML Security Library is a C library based on LibXML2
- pkgver = 1.3.6
+ pkgver = 1.3.7
pkgrel = 1
url = https://www.aleksey.com/xmlsec/index.html
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = xmlsec
depends = gnutls
depends = nss
depends = libltdl
- depends = libgcrypt
depends = nspr
depends = libxml2
depends = glibc
@@ -19,8 +18,7 @@ pkgbase = xmlsec
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.6.tar.gz
- sha256sums =
952b626ad3f3be1a4598622dab52fdab2a8604d0837c1b00589f3637535af92f
+ source = https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.7.tar.gz
+ sha256sums =
d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea
pkgname = xmlsec
=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
# Contributor: Hussam Al-Tayeb <[email protected]>
pkgname=xmlsec
-pkgver=1.3.6
+pkgver=1.3.7
pkgrel=1
pkgdesc="XML Security Library is a C library based on LibXML2"
license=(MIT)
arch=('x86_64')
url="https://www.aleksey.com/xmlsec/index.html"
depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl'
- 'libgcrypt' 'nspr' 'libxml2' 'glibc' 'sh')
-provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so'
'libxmlsec1-gnutls.so' 'libxmlsec1-gcrypt.so')
+ 'nspr' 'libxml2' 'glibc' 'sh')
+provides=('libxmlsec1.so' 'libxmlsec1-openssl.so' 'libxmlsec1-nss.so'
'libxmlsec1-gnutls.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=('952b626ad3f3be1a4598622dab52fdab2a8604d0837c1b00589f3637535af92f')
+sha256sums=('d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea')
# https://www.aleksey.com/xmlsec/download/aleksey%40aleksey.com.gpg
#validpgpkeys=('00FDD6A7DFB81C88F34B9BF0E63ECDEF9E1D829E') # "Aleksey Sanin
<[email protected]>"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/e3c3acd8cf439aac54db651a632f2f46f87cde95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/e3c3acd8cf439aac54db651a632f2f46f87cde95
You're receiving this email because of your account on gitlab.archlinux.org.