]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libseccomp: update to 2.5.1
authorPeter Müller <peter.mueller@ipfire.org>
Sun, 31 Jan 2021 20:33:27 +0000 (21:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Feb 2021 10:48:40 +0000 (10:48 +0000)
Release notes as per https://github.com/seccomp/libseccomp/releases/tag/v2.5.1:

Version 2.5.1 - November 20, 2020

    Fix a bug where seccomp_load() could only be called once
    Change the notification fd handling to only request a notification fd if
    the filter has a _NOTIFY action
    Add documentation about SCMP_ACT_NOTIFY to the seccomp_add_rule(3) manpage
    Clarify the maintainers' GPG keys

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libseccomp
lfs/libseccomp

index 214c143283f035aee6fd4d6729ec24f8b299ea8e..fb0b35d316576d282fb2b0363f549e5a95bf68b2 100644 (file)
@@ -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.4.4
+usr/lib/libseccomp.so.2.5.1
 #usr/lib/pkgconfig/libseccomp.pc
 #usr/share/man/man1/scmp_sys_resolver.1
 #usr/share/man/man3/seccomp_api_get.3
@@ -21,6 +21,12 @@ usr/lib/libseccomp.so.2.4.4
 #usr/share/man/man3/seccomp_init.3
 #usr/share/man/man3/seccomp_load.3
 #usr/share/man/man3/seccomp_merge.3
+#usr/share/man/man3/seccomp_notify_alloc.3
+#usr/share/man/man3/seccomp_notify_fd.3
+#usr/share/man/man3/seccomp_notify_free.3
+#usr/share/man/man3/seccomp_notify_id_valid.3
+#usr/share/man/man3/seccomp_notify_receive.3
+#usr/share/man/man3/seccomp_notify_respond.3
 #usr/share/man/man3/seccomp_release.3
 #usr/share/man/man3/seccomp_reset.3
 #usr/share/man/man3/seccomp_rule_add.3
index b04fda5de6201d04aed685b6c2f33589b9e322a7..38d7a7dde084ad37db949e52449740fd911cdb9a 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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.4.4
+VER        = 2.5.1
 
 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    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 05013a9e372f822f41ac4cb3f18703c0
+$(DL_FILE)_MD5 = 59f5563c532d3fa1df9db0516b36b1cd
 
 install : $(TARGET)