public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libcap: Update to 2.49
Date: Sat, 03 Apr 2021 18:23:24 +0200	[thread overview]
Message-ID: <20210403162324.27808-1-matthias.fischer@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4259 bytes --]

For details see:
https://git.kernel.org/pub/scm/libs/libcap/libcap.git/

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/libcap | 42 ++++++++++++++++++++++++++++++++--
 lfs/libcap                     |  6 ++---
 2 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap
index 294eca6d1..be9dc580e 100644
--- a/config/rootfiles/common/libcap
+++ b/config/rootfiles/common/libcap
@@ -1,15 +1,22 @@
+#lib/libcap.a
 lib/libcap.so
 lib/libcap.so.1
 lib/libcap.so.2
-lib/libcap.so.2.25
+lib/libcap.so.2.49
+#lib/libpsx.a
+#lib/libpsx.so
+#lib/libpsx.so.2
+#lib/libpsx.so.2.49
+#lib/pkgconfig/libcap.pc
+#lib/pkgconfig/libpsx.pc
 lib/security/pam_cap.so
 sbin/capsh
 sbin/getcap
 sbin/getpcaps
 sbin/setcap
 #usr/include/sys/capability.h
+#usr/include/sys/psx_syscall.h
 usr/lib/libcap.so
-#usr/lib/pkgconfig/libcap.pc
 #usr/share/man/man1/capsh.1
 #usr/share/man/man3/cap_clear.3
 #usr/share/man/man3/cap_clear_flag.3
@@ -21,22 +28,53 @@ usr/lib/libcap.so
 #usr/share/man/man3/cap_free.3
 #usr/share/man/man3/cap_from_name.3
 #usr/share/man/man3/cap_from_text.3
+#usr/share/man/man3/cap_func_launcher.3
 #usr/share/man/man3/cap_get_bound.3
 #usr/share/man/man3/cap_get_fd.3
 #usr/share/man/man3/cap_get_file.3
 #usr/share/man/man3/cap_get_flag.3
+#usr/share/man/man3/cap_get_mode.3
 #usr/share/man/man3/cap_get_pid.3
 #usr/share/man/man3/cap_get_proc.3
+#usr/share/man/man3/cap_get_secbits.3
+#usr/share/man/man3/cap_iab.3
+#usr/share/man/man3/cap_iab_fill.3
+#usr/share/man/man3/cap_iab_from_text.3
+#usr/share/man/man3/cap_iab_get_proc.3
+#usr/share/man/man3/cap_iab_get_vector.3
+#usr/share/man/man3/cap_iab_init.3
+#usr/share/man/man3/cap_iab_set_proc.3
+#usr/share/man/man3/cap_iab_set_vector.3
+#usr/share/man/man3/cap_iab_to_text.3
 #usr/share/man/man3/cap_init.3
+#usr/share/man/man3/cap_launch.3
+#usr/share/man/man3/cap_launcher_callback.3
+#usr/share/man/man3/cap_launcher_set_chroot.3
+#usr/share/man/man3/cap_launcher_set_iab.3
+#usr/share/man/man3/cap_launcher_set_mode.3
+#usr/share/man/man3/cap_launcher_setgroups.3
+#usr/share/man/man3/cap_launcher_setuid.3
+#usr/share/man/man3/cap_mode.3
+#usr/share/man/man3/cap_mode_name.3
+#usr/share/man/man3/cap_new_launcher.3
 #usr/share/man/man3/cap_set_fd.3
 #usr/share/man/man3/cap_set_file.3
 #usr/share/man/man3/cap_set_flag.3
+#usr/share/man/man3/cap_set_mode.3
 #usr/share/man/man3/cap_set_proc.3
+#usr/share/man/man3/cap_set_secbits.3
+#usr/share/man/man3/cap_setgroups.3
+#usr/share/man/man3/cap_setuid.3
 #usr/share/man/man3/cap_size.3
 #usr/share/man/man3/cap_to_name.3
 #usr/share/man/man3/cap_to_text.3
 #usr/share/man/man3/capgetp.3
 #usr/share/man/man3/capsetp.3
 #usr/share/man/man3/libcap.3
+#usr/share/man/man3/libpsx.3
+#usr/share/man/man3/psx_syscall.3
+#usr/share/man/man3/psx_syscall3.3
+#usr/share/man/man3/psx_syscall6.3
 #usr/share/man/man8/getcap.8
+#usr/share/man/man8/getpcaps.8
 #usr/share/man/man8/setcap.8
diff --git a/lfs/libcap b/lfs/libcap
index 51dd7f436..55110138a 100644
--- a/lfs/libcap
+++ b/lfs/libcap
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2021  IPFire Team  <info(a)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.25
+VER        = 2.49
 
 THISAPP    = libcap-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6666b839e5d46c2ad33fc8aa2ceb5f77
+$(DL_FILE)_MD5 = b43ae3690fe4d2cb32e4d25c0983ecd3
 
 install : $(TARGET)
 
-- 
2.18.0


                 reply	other threads:[~2021-04-03 16:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210403162324.27808-1-matthias.fischer@ipfire.org \
    --to=matthias.fischer@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