Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xmlsec
Commits:
cab7eb8a by Andreas Radke at 2025-11-12T20:30:40+01:00
upgpkg: 1.3.9-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.8
+ pkgver = 1.3.9
pkgrel = 1
url = https://www.aleksey.com/xmlsec/index.html
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = xmlsec
provides = libxmlsec1-openssl.so
provides = libxmlsec1-nss.so
provides = libxmlsec1-gnutls.so
- source =
https://github.com/lsh123/xmlsec/releases/download/1.3.8/xmlsec1-1.3.8.tar.gz
- sha256sums =
d0180916ae71be28415a6fa919a0684433ec9ec3ba1cc0866910b02e5e13f5bd
+ source =
https://github.com/lsh123/xmlsec/releases/download/1.3.9/xmlsec1-1.3.9.tar.gz
+ sha256sums =
a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f
pkgname = xmlsec
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Hussam Al-Tayeb <[email protected]>
pkgname=xmlsec
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc="XML Security Library is a C library based on LibXML2"
license=(MIT)
@@ -15,7 +15,7 @@ provides=('libxmlsec1.so' 'libxmlsec1-openssl.so'
'libxmlsec1-nss.so' 'libxmlsec
#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
https://github.com/lsh123/xmlsec/releases/download/${pkgver}/${pkgname}1-${pkgver}.tar.gz)
-sha256sums=('d0180916ae71be28415a6fa919a0684433ec9ec3ba1cc0866910b02e5e13f5bd')
+sha256sums=('a631c8cd7a6b86e6adb9f5b935d45a9cf9768b3cb090d461e8eb9d043cf9b62f')
# 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/cab7eb8a1c45eeedabda4af00afa17894a02d448
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xmlsec/-/commit/cab7eb8a1c45eeedabda4af00afa17894a02d448
You're receiving this email because of your account on gitlab.archlinux.org.