David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-audit


Commits:
06eccc16 by David Runge at 2025-06-04T10:44:04+02:00
Use upstream source repository as url

The previously used personal website of a Red Hat employee is no longer
available.

Signed-off-by: David Runge <[email protected]>

- - - - -
76021486 by David Runge at 2025-06-04T10:45:59+02:00
Add nvchecker integration

Signed-off-by: David Runge <[email protected]>

- - - - -
c7d8c008 by David Runge at 2025-06-04T10:55:00+02:00
upgpkg: 4.0.5-1

Lock to specific (same) release version of core/audit.
Remove the requirement for lib32-libldap by not building the zos-remote plugin.

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,16 @@
 pkgbase = lib32-audit
        pkgdesc = Userspace components of the audit framework
-       pkgver = 4.0.3
+       pkgver = 4.0.5
        pkgrel = 1
-       url = https://people.redhat.com/sgrubb/audit
+       url = https://github.com/linux-audit/audit-userspace
        arch = x86_64
        license = GPL-2.0-or-later
        license = LGPL-2.0-or-later
-       depends = audit
+       depends = audit=4.0.5
        depends = lib32-glibc
-       depends = lib32-libldap
        provides = libaudit.so
-       source = 
https://github.com/linux-audit/audit-userspace/archive/v4.0.3/audit-userspace-v4.0.3.tar.gz
-       sha512sums = 
a20d2f832632fa844764086aac98c80f7fcb120ceeaae7472248e04eec0493981e31fd59f22c3f0dbff81ccbcd132b8297812f2b4cdb87b866c59aedf3611342
-       b2sums = 
35c5c45773b931d0751abf7e22130ce1217f96acb1192bd9351f54dc4f34e9a94fc42392287fd241bc76e7fac06b30e96ea34bfd7302a37a10851bd1e36cccc5
+       source = 
https://github.com/linux-audit/audit-userspace/archive/v4.0.5/audit-userspace-v4.0.5.tar.gz
+       sha512sums = 
14fa19922cf6436284e1448d5a0e069ce5066d2d49d28679fe3ad019be60c133aee6e345b36e0f482ea1fdeadad7d78676f931aab1c25b91a2d0b445dce3eedf
+       b2sums = 
eaa3106f4ec4fae9a356e33717922131975c5421977af4baad9364f80a4c72a07d725f32b2bf39f49b6ff6063365fd3f047b3eb209c231abaaff67a4506ec2f7
 
 pkgname = lib32-audit


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[lib32-audit]
+source = "git"
+git = "https://github.com/linux-audit/audit-userspace";
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -9,28 +9,27 @@
 
 pkgname=lib32-audit
 _name=audit-userspace
-pkgver=4.0.3
+pkgver=4.0.5
 pkgrel=1
 pkgdesc='Userspace components of the audit framework'
-url='https://people.redhat.com/sgrubb/audit'
+url="https://github.com/linux-audit/audit-userspace";
 arch=(x86_64)
 license=(
   GPL-2.0-or-later
   LGPL-2.0-or-later
 )
 depends=(
-  audit
+  audit=$pkgver
   lib32-glibc
-  lib32-libldap
 )
 provides=(
   libaudit.so
 )
 source=(
-  https://github.com/linux-audit/$_name/archive/v$pkgver/$_name-v$pkgver.tar.gz
+  $url/archive/v$pkgver/$_name-v$pkgver.tar.gz
 )
-sha512sums=('a20d2f832632fa844764086aac98c80f7fcb120ceeaae7472248e04eec0493981e31fd59f22c3f0dbff81ccbcd132b8297812f2b4cdb87b866c59aedf3611342')
-b2sums=('35c5c45773b931d0751abf7e22130ce1217f96acb1192bd9351f54dc4f34e9a94fc42392287fd241bc76e7fac06b30e96ea34bfd7302a37a10851bd1e36cccc5')
+sha512sums=('14fa19922cf6436284e1448d5a0e069ce5066d2d49d28679fe3ad019be60c133aee6e345b36e0f482ea1fdeadad7d78676f931aab1c25b91a2d0b445dce3eedf')
+b2sums=('eaa3106f4ec4fae9a356e33717922131975c5421977af4baad9364f80a4c72a07d725f32b2bf39f49b6ff6063365fd3f047b3eb209c231abaaff67a4506ec2f7')
 
 prepare() {
   cd $_name-$pkgver
@@ -43,6 +42,7 @@ build() {
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   local configure_options=(
+    --disable-zos-remote
     --libdir=/usr/lib32
     --libexecdir=/usr/lib32/audit
     --prefix=/usr



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-audit/-/compare/ee2ddecbfe4735478bcc4bc3506dcf61df41ff56...c7d8c008968955675f84e4ae1b4d07c245813b53

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-audit/-/compare/ee2ddecbfe4735478bcc4bc3506dcf61df41ff56...c7d8c008968955675f84e4ae1b4d07c245813b53
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to