commit:     a19ab0865682ecb0cf3927ee0dd47e9346f9be41
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Fri Feb 23 21:26:47 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 14:48:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19ab086

sys-apps/systemd: bump libseccomp dependency to >=2.3.3

Ensures systemd's SystemCallFilter=@file-system can deal with the statx
syscall for which support was added in libseccomp-2.3.3.

See also: https://github.com/systemd/systemd/issues/8261
Closes: https://bugs.gentoo.org/648640
Closes: https://github.com/gentoo/gentoo/pull/7273
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-apps/systemd/systemd-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-9999.ebuild 
b/sys-apps/systemd/systemd-9999.ebuild
index 97ed32eebe7..600b9eb9dd7 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -56,7 +56,7 @@ 
COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
        pam? ( virtual/pam:=[${MULTILIB_USEDEP}] )
        pcre? ( dev-libs/libpcre2 )
        qrcode? ( media-gfx/qrencode:0= )
-       seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+       seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
        selinux? ( sys-libs/libselinux:0= )
        xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )
        abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9

Reply via email to