util-linux: updated to version 2.40.2

This commit is contained in:
Juergen Daubert 2024-07-04 13:20:42 +02:00
parent 8891ace97a
commit 08c11a0f2c
3 changed files with 4 additions and 37 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqnik6JPP6ieUn6PdtABQwYQoQZRSdlEwRrdachLfrxT+TNKd/7PTIfyzIcJSGBB20qtUiWKMuL/J0fH5WZ86LQI=
SHA256 (Pkgfile) = feeb65843deb8507ad11b470e8c5b5ac10e8b3eee2130e01883774044745cf7e
RWRJc1FUaeVeqs3H1dO1fHS96CbhKy18FUvNP93cjigB2g37ylQWAVl7+96c1HlgJxSj8PCEPLBcfYMmrvIWbVzokESTtovEfwc=
SHA256 (Pkgfile) = a50446e9e836cc27586185adae8270adaa93606f5b44b264622bfdfaac738de7
SHA256 (.footprint) = 82d4a87081e972e8e9918f25890577cd61f5e81d01ccec9d90a14663fc6a38e7
SHA256 (util-linux-2.40.1.tar.xz) = 59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f
SHA256 (util-linux-2.40.2.tar.xz) = d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3

View File

@ -4,9 +4,8 @@
# Depends on: bzip2 eudev file linux-pam readline sqlite3 xz
name=util-linux
version=2.40.1
version=2.40.2
release=1
#source=(https://github.com/util-linux/util-linux/archive/refs/tags/v$version/$name-$version.tar.gz)
source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz)
build() {

View File

@ -1,32 +0,0 @@
From 2722b40012740372daf3585b7c071fcbede13359 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= <thomas@t-8ch.de>
Date: Mon, 1 Apr 2024 22:53:32 +0200
Subject: [PATCH] pam_lastlog2: link against liblastlog
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
While at it also drop the duplicated include path.
Fixes #2897
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
---
pam_lastlog2/src/Makemodule.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pam_lastlog2/src/Makemodule.am b/pam_lastlog2/src/Makemodule.am
index 988441676f..f9a9b6b41f 100644
--- a/pam_lastlog2/src/Makemodule.am
+++ b/pam_lastlog2/src/Makemodule.am
@@ -10,8 +10,9 @@ EXTRA_pam_lastlog2_la_DEPENDENCIES = \
pam_lastlog2_la_CFLAGS = \
$(AM_CFLAGS) \
$(SOLIB_CFLAGS) \
- -I$(ul_liblastlog2_incdir) \
- -Iliblastlog2/src
+ -I$(ul_liblastlog2_incdir)
+
+pam_lastlog2_la_LIBADD = liblastlog2.la
pam_lastlog2_la_LDFLAGS = $(SOLIB_LDFLAGS) -module -avoid-version -shared
if HAVE_VSCRIPT