* [PATCH] libseccomp: Update to version 2.5.2
@ 2021-09-07 11:03 Adolf Belka
2021-09-09 20:13 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-09-07 11:03 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2116 bytes --]
- Update from 2.5.1 to 2.5.2
- Update rootfile
- Changelog
* Version 2.5.2 - August 31, 2021
- Update the syscall table for Linux v5.14-rc7
- Add a function, get_notify_fd(), to the Python bindings to get the
nofication file descriptor
- Consolidate multiplexed syscall handling for all architectures into one
location
- Add multiplexed syscall support to PPC
- Add multiplexed syscall support to MIPS
- The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kernel.
Modify the libseccomp file descriptor notification logic to support the
kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/libseccomp | 2 +-
lfs/libseccomp | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages/libseccomp
index fb0b35d31..90bee123e 100644
--- a/config/rootfiles/packages/libseccomp
+++ b/config/rootfiles/packages/libseccomp
@@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver
#usr/lib/libseccomp.la
#usr/lib/libseccomp.so
usr/lib/libseccomp.so.2
-usr/lib/libseccomp.so.2.5.1
+usr/lib/libseccomp.so.2.5.2
#usr/lib/pkgconfig/libseccomp.pc
#usr/share/man/man1/scmp_sys_resolver.1
#usr/share/man/man3/seccomp_api_get.3
diff --git a/lfs/libseccomp b/lfs/libseccomp
index 38d7a7dde..aaa9f0b1d 100644
--- a/lfs/libseccomp
+++ b/lfs/libseccomp
@@ -24,7 +24,7 @@
include Config
-VER = 2.5.1
+VER = 2.5.2
THISAPP = libseccomp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libseccomp
-PAK_VER = 5
+PAK_VER = 6
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 59f5563c532d3fa1df9db0516b36b1cd
+$(DL_FILE)_MD5 = bdee14f3453d118fc29456c6c4cb178e
install : $(TARGET)
--
2.33.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libseccomp: Update to version 2.5.2
2021-09-07 11:03 [PATCH] libseccomp: Update to version 2.5.2 Adolf Belka
@ 2021-09-09 20:13 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2021-09-09 20:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2294 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> - Update from 2.5.1 to 2.5.2
> - Update rootfile
> - Changelog
> * Version 2.5.2 - August 31, 2021
> - Update the syscall table for Linux v5.14-rc7
> - Add a function, get_notify_fd(), to the Python bindings to get the
> nofication file descriptor
> - Consolidate multiplexed syscall handling for all architectures into one
> location
> - Add multiplexed syscall support to PPC
> - Add multiplexed syscall support to MIPS
> - The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kernel.
> Modify the libseccomp file descriptor notification logic to support the
> kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/packages/libseccomp | 2 +-
> lfs/libseccomp | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages/libseccomp
> index fb0b35d31..90bee123e 100644
> --- a/config/rootfiles/packages/libseccomp
> +++ b/config/rootfiles/packages/libseccomp
> @@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver
> #usr/lib/libseccomp.la
> #usr/lib/libseccomp.so
> usr/lib/libseccomp.so.2
> -usr/lib/libseccomp.so.2.5.1
> +usr/lib/libseccomp.so.2.5.2
> #usr/lib/pkgconfig/libseccomp.pc
> #usr/share/man/man1/scmp_sys_resolver.1
> #usr/share/man/man3/seccomp_api_get.3
> diff --git a/lfs/libseccomp b/lfs/libseccomp
> index 38d7a7dde..aaa9f0b1d 100644
> --- a/lfs/libseccomp
> +++ b/lfs/libseccomp
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.5.1
> +VER = 2.5.2
>
> THISAPP = libseccomp-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = libseccomp
> -PAK_VER = 5
> +PAK_VER = 6
>
> DEPS =
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 59f5563c532d3fa1df9db0516b36b1cd
> +$(DL_FILE)_MD5 = bdee14f3453d118fc29456c6c4cb178e
>
> install : $(TARGET)
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-09 20:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 11:03 [PATCH] libseccomp: Update to version 2.5.2 Adolf Belka
2021-09-09 20:13 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox