From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] libcap: Update to version 2.75
Date: Tue, 18 Mar 2025 22:20:13 +0100 [thread overview]
Message-ID: <20250318212018.3324141-10-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org>
- Update from version 2.73 to 2.75
- Update of rootfile
- Changelog
2.75
This release is devoted to a fix for Bug 219838 reported by Frank.
2.74
ERRATA
Bug 219838 the psx go package fails to build standalone.
You can work around this by go mod vendor in your code tree
or upgrade your package reference to psx/v1.2.75.
This release addresses Bug 219687 reported by David Runge.
Code at HEAD (tagged {cap,psx}/v1.2.74-rc5) fixes it for
{x86,arm,mips}x{32-bit,64-bit}, ppc64, s390x and riscv.
The mips32 support requires a more modern Go compiler than the
default provided by Debian. For successfully testing I used
go1.24.0.
May be fixed for loongarch, but no system to test this with
(derived from mips, so perhaps it is fixed).
Group syntax parsing bugfix for pam_cap from Tianjia Zhang.
Doc typo fix for cap_get_proc.3 from Tianjia Zhang.
Fix transitive include in capsh.c from Leo.
Go package documentation updates, including more cap examples.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/libcap | 4 ++--
lfs/libcap | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap
index dc411f3e5..65d423ac7 100644
--- a/config/rootfiles/common/libcap
+++ b/config/rootfiles/common/libcap
@@ -6,10 +6,10 @@ sbin/setcap
#usr/include/sys/psx_syscall.h
#usr/lib/libcap.so
usr/lib/libcap.so.2
-usr/lib/libcap.so.2.73
+usr/lib/libcap.so.2.75
#usr/lib/libpsx.so
#usr/lib/libpsx.so.2
-usr/lib/libpsx.so.2.73
+usr/lib/libpsx.so.2.75
#usr/lib/pkgconfig/libcap.pc
#usr/lib/pkgconfig/libpsx.pc
#usr/lib/security
diff --git a/lfs/libcap b/lfs/libcap
index 99fd26bb7..b3bbda4d0 100644
--- a/lfs/libcap
+++ b/lfs/libcap
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 2.73
+VER = 2.75
THISAPP = libcap-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = c8ea9b8accc4034adfd31295ec9356dcce3ae46b3e532e089248c20d0f148de17c9a0525e9f15ac839f83351cdff9e0f9e91ee8966c34116ad1411917f9358b2
+$(DL_FILE)_BLAKE2 = 88071f0ff6f786f42777853a03ae116b1175769b14b715dd1b3def7414fcf118dea56f80e14dc467f72d3cb1a091ab95fc2fc0a240552fedfbbb95a9fc94f2db
install : $(TARGET)
--
2.49.0
next prev parent reply other threads:[~2025-03-18 21:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-18 21:20 [PATCH] ca-certificates: Update to 20250317 Adolf Belka
2025-03-18 21:20 ` [PATCH] cairo: Update to version 1.18.4 Adolf Belka
2025-03-18 21:20 ` [PATCH] dbus: Update to version 1.16.2 Adolf Belka
2025-03-18 21:20 ` [PATCH] gettext: Update to version 0.24 Adolf Belka
2025-03-18 21:20 ` [PATCH] git: Update to version 2.49.0 Adolf Belka
2025-03-18 21:20 ` [PATCH] harfbuzz: Update to version 10.4.0 Adolf Belka
2025-03-18 21:20 ` [PATCH] hwdata: Update to version 0.393 Adolf Belka
2025-03-18 21:20 ` [PATCH] iana-etc: Update to version 20250311 Adolf Belka
2025-03-18 21:20 ` [PATCH] kmod: Update to version 34.1 Adolf Belka
2025-03-18 21:20 ` Adolf Belka [this message]
2025-03-18 21:20 ` [PATCH] libedit: Update to version 20250104-3.1 Adolf Belka
2025-03-18 21:20 ` [PATCH] libseccomp: Update to version 2.6.0 Adolf Belka
2025-03-18 21:20 ` [PATCH] liburcu: Update to version 0.15.1 Adolf Belka
2025-03-18 21:20 ` [PATCH] lvm2: Update to version 2.03.31 Adolf Belka
2025-03-18 21:20 ` [PATCH] pango: Update to version 1.56.3 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250318212018.3324141-10-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox