1
0
forked from jengelh/libseccomp

libseccomp-2.1.0

OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=16
This commit is contained in:
2013-06-18 01:47:16 +00:00
committed by Git OBS Bridge
parent cae97f5fca
commit ac4ff477c7
6 changed files with 277 additions and 156 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jun 18 01:14:06 UTC 2013 - jengelh@inai.de
- Update to new upstream release 2.1.0
* Add support for the x32 and ARM architectures
* More verbose PFC output, including translation of syscall
numbers to names
* Several assorted bugfixes affecting the seccomp BPF generation
* The syscall number/name resolver tool is now installed
* Fixes for the x86 multiplexed syscalls
* Additions to the API to better support non-native architecures
* Additions to the API to support multiple architecures in one filter
* Additions to the API to resolve syscall name/number mappings
- Remove 0001-build-use-ac-variables-in-pkgconfig-file.patch
(merged into 0001-build-use-autotools-as-build-system.patch)
-------------------------------------------------------------------
Fri Dec 21 05:47:29 UTC 2012 - jengelh@inai.de