Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libxcrypt
Commits:
2e2a7036 by Christian Hesse at 2025-11-07T12:27:15+01:00
upgpkg: 4.5.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libxcrypt
pkgdesc = Modern library for one-way hashing of passwords
- pkgver = 4.5.0
+ pkgver = 4.5.1
pkgrel = 1
url = https://github.com/besser82/libxcrypt/
install = libxcrypt.install
@@ -8,10 +8,10 @@ pkgbase = libxcrypt
license = LGPL
depends = glibc
provides = libcrypt.so
- source =
https://github.com/besser82/libxcrypt//releases/download/v4.5.0/libxcrypt-4.5.0.tar.xz
- source =
https://github.com/besser82/libxcrypt//releases/download/v4.5.0/libxcrypt-4.5.0.tar.xz.asc
+ source =
https://github.com/besser82/libxcrypt//releases/download/v4.5.1/libxcrypt-4.5.1.tar.xz
+ source =
https://github.com/besser82/libxcrypt//releases/download/v4.5.1/libxcrypt-4.5.1.tar.xz.asc
validpgpkeys = 678CE3FEE430311596DB8C16F52E98007594C21D
- sha256sums =
825e764e4ff2e6304adb814cda297074b222d54a04edbd8ebc7cf58fc3af857d
+ sha256sums =
e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86
sha256sums = SKIP
pkgname = libxcrypt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=libxcrypt
pkgname=(libxcrypt libxcrypt-compat)
-pkgver=4.5.0
+pkgver=4.5.1
pkgrel=1
pkgdesc='Modern library for one-way hashing of passwords'
arch=('x86_64')
@@ -13,7 +13,7 @@ provides=('libcrypt.so')
install=libxcrypt.install
validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82'
Esser
source=("${url}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('825e764e4ff2e6304adb814cda297074b222d54a04edbd8ebc7cf58fc3af857d'
+sha256sums=('e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxcrypt/-/commit/2e2a70366876a02d0b9526a7262a68abb577c3ee
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libxcrypt/-/commit/2e2a70366876a02d0b9526a7262a68abb577c3ee
You're receiving this email because of your account on gitlab.archlinux.org.