Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
cracklib


Commits:
eaf9c1a0 by Tobias Powalowski at 2024-07-23T21:29:59+02:00
upgpkg: 2.10.0-1: update to latest version, set make check to -j1 to avoid 
parallel running error

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = cracklib
        pkgdesc = Password Checking Library
-       pkgver = 2.9.11
-       pkgrel = 2
+       pkgver = 2.10.0
+       pkgrel = 1
        url = https://github.com/cracklib/cracklib
        arch = x86_64
        license = GPL-2.0-or-later
        depends = glibc
        depends = zlib
-       source = 
https://github.com/cracklib/cracklib/releases/download/v2.9.11/cracklib-2.9.11.tar.gz
-       sha256sums = 
6213b986a5209fc0d4ca93734e349b8f66b36bfe9a3fae6eead14a15d82a68dc
+       source = 
https://github.com/cracklib/cracklib/releases/download/v2.10.0/cracklib-2.10.0.tar.gz
+       b2sums = 
ad172de422d4626308a2ebd8637e702efcbc61a6a9c2ba77a8aeb4590df2aa03980ea353710cca1cb48c2361b8ef410f9abcd52138cecb00a2bf627a1fdb9769
 
 pkgname = cracklib


=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
 # Contributor: Federico Quagliata (quaqo) <[email protected]>
 
 pkgname=cracklib
-pkgver=2.9.11
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
 pkgdesc="Password Checking Library"
 arch=('x86_64')
 license=('GPL-2.0-or-later')
 url="https://github.com/cracklib/cracklib";
 depends=('glibc' 'zlib')
 
source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6213b986a5209fc0d4ca93734e349b8f66b36bfe9a3fae6eead14a15d82a68dc')
+b2sums=('ad172de422d4626308a2ebd8637e702efcbc61a6a9c2ba77a8aeb4590df2aa03980ea353710cca1cb48c2361b8ef410f9abcd52138cecb00a2bf627a1fdb9769')
 
 build() {
   cd $pkgname-$pkgver
@@ -20,7 +20,9 @@ build() {
 
 check() {
   cd $pkgname-$pkgver
-  make check
+  # parallel running is broken in 2.10.0
+  # https://github.com/cracklib/cracklib/issues/93
+  make -j1 check
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/commit/eaf9c1a0ead91f8c0d40f485a87893a607201122

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/commit/eaf9c1a0ead91f8c0d40f485a87893a607201122
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to