* Tue Feb 04 2025 suse-beta@cboltz.de
- add 62-sim-arch_transactions-remove-fuzzer.patch to fix s390x build
(https://github.com/seccomp/libseccomp/issues/455)
* Fri Jan 24 2025 jengelh@inai.de
- Update to release 2.6.0
* Multiplexed syscall support for ppc
* Add support for the SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV flag
* Add support for transactions with the
seccomp_transaction_start(), seccomp_transaction_commit(), and
seccomp_transaction_reject() APIs
* Add support for binary tree filters without syscalls
* Add support for the kernel’s implementation change of
SECCOMP_IOCTL_NOTIF_ID_VALID
* Sat Dec 02 2023 jengelh@inai.de
- Update to release 2.5.5
* Update the syscall table for Linux v6.7-rc3
* Fri Jul 01 2022 mrueckert@suse.de
- fix build of python3 bindings so that the debug* package names do
not overlay with the main package
* Wed Jun 29 2022 rfrohl@suse.com
- Use multibuild to get python3 support back
* Sat Apr 30 2022 jengelh@inai.de
- Deactive python3 by default, it's just not a good idea for ring0.
* Thu Apr 21 2022 jengelh@inai.de
- Update to release 2.5.4
* Update the syscall table for Linux v5.17.
* Fix minor issues with binary tree testing and with empty
binary trees.
* Minor documentation improvements including retiring the
mailing list.
* Mon Jan 17 2022 meissner@suse.com
- buildrequire python-rpm-macros
* Thu Dec 02 2021 mrueckert@suse.de
- reenable python bindings at least for the distro default python3
package:
- adds make-python-build.patch
* Sun Nov 07 2021 jengelh@inai.de
- Update to release 2.5.3
* Update the syscall table for Linux v5.15
* Fix issues with multiplexed syscalls on mipsel introduced in v2.5.2
* Document that seccomp_rule_add() may return -EACCES