Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xmlsec
Commits:
da4ee5da by Andreas Radke at 2025-10-26T10:36:53+01:00
upgpkg: 1.3.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xmlsec
pkgdesc = XML Security Library is a C library based on LibXML2
- pkgver = 1.3.7
- pkgrel = 2
+ pkgver = 1.3.8
+ pkgrel = 1
url = https://www.aleksey.com/xmlsec/index.html
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = xmlsec
provides = libxmlsec1-openssl.so
provides = libxmlsec1-nss.so
provides = libxmlsec1-gnutls.so
- source = https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.7.tar.gz
- sha256sums =
d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea
+ source =
https://github.com/lsh123/xmlsec/releases/download/1.3.8/xmlsec1-1.3.8.tar.gz
+ sha256sums =
d0180916ae71be28415a6fa919a0684433ec9ec3ba1cc0866910b02e5e13f5bd
pkgname = xmlsec
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Hussam Al-Tayeb <[email protected]>
pkgname=xmlsec
-pkgver=1.3.7
-pkgrel=2
+pkgver=1.3.8
+pkgrel=1
pkgdesc="XML Security Library is a C library based on LibXML2"
license=(MIT)
arch=('x86_64')
@@ -13,8 +13,9 @@ depends=('libxslt' 'openssl' 'gnutls' 'nss' 'libltdl'
'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=('d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea')
+source=(#https://www.aleksey.com/xmlsec/download/${pkgname}1-${pkgver}.tar.gz
+
https://github.com/lsh123/xmlsec/releases/download/${pkgver}/${pkgname}1-${pkgver}.tar.gz)
+sha256sums=('d0180916ae71be28415a6fa919a0684433ec9ec3ba1cc0866910b02e5e13f5bd')
# 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/da4ee5da88f729d884120410ecfd508425485691
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/da4ee5da88f729d884120410ecfd508425485691
You're receiving this email because of your account on gitlab.archlinux.org.