3
0
forked from pool/libseccomp
Commit Graph

69 Commits

Author SHA256 Message Date
d90a87f20d - Update to release 2.5.4
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=97
2022-04-21 21:27:00 +00:00
31ccdea0b4 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=96 2022-01-17 11:11:46 +00:00
370f73ad77 - buildrequire python-rpm-macros
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=95
2022-01-17 11:08:42 +00:00
c7506154d1 Accepting request 935165 from home:darix:branches:security
- reenable python bindings at least for the distro default python3
  package:
  - adds make-python-build.patch

OBS-URL: https://build.opensuse.org/request/show/935165
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=94
2021-12-02 13:16:56 +00:00
ab53cd5371 - Update to release 2.5.3
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=93
2021-11-07 13:53:37 +00:00
dfd9a8cd19 Accepting request 918659 from openSUSE:Factory:RISCV
- Skip 11-basic-basic_errors test on qemu linux-user emulation

OBS-URL: https://build.opensuse.org/request/show/918659
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=92
2021-09-13 08:31:52 +00:00
7513abbcdf - Update to release 2.5.2
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=91
2021-09-01 18:57:44 +00:00
5fae1a5018 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=89 2021-05-26 07:55:28 +00:00
9eb9f9cbeb Accepting request 849868 from home:dirkmueller:branches:security
- update to 2.5.1:
 * 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
- remove testsuite-riscv64-missing-syscalls.patch

OBS-URL: https://build.opensuse.org/request/show/849868
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=88
2020-11-22 11:09:19 +00:00
90cc3be0c3 Remove unused python package block
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=87
2020-11-13 14:26:54 +00:00
cacb56cd5d osc copypac from project:security package:libseccomp revision:81
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=86
2020-09-21 09:01:45 +00:00
4a6520002c OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=85 2020-09-17 15:52:40 +00:00
ce846bd751 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=84 2020-09-17 15:52:15 +00:00
88e4d14ad7 Accepting request 833241 from home:dimstar:Factory
- Do not rely on gperf: pass GPERF=/bin/true to configure and
  remove gperf BuildRequires. The syscalls.perf file it would
  generate is part of the tarball already.

OBS-URL: https://build.opensuse.org/request/show/833241
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=80
2020-09-09 13:58:36 +00:00
72e3c26683 Accepting request 833030 from home:Andreas_Schwab:Factory
- testsuite-riscv64-missing-syscalls.patch: Fix testsuite failure on
  riscv64
- Ignore failure of tests/52-basic-load on qemu linux-user emulation

OBS-URL: https://build.opensuse.org/request/show/833030
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=79
2020-09-08 15:23:00 +00:00
e396cffd64 - libseccomp.keyring: replaced by Paul Moore <pmoore@redhat.com> key.
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=78
2020-09-08 14:27:10 +00:00
07a06c2bf3 Accepting request 833010 from home:rhafer:branches:security
- Update to release 2.5.0
  * Add support for the seccomp user notifications, see the
    seccomp_notify_alloc(3), seccomp_notify_receive(3),
    seccomp_notify_respond(3) manpages for more information
  * Add support for new filter optimization approaches, including a balanced
    tree optimization, see the SCMP_FLTATR_CTL_OPTIMIZE filter attribute for
    more information
  * Add support for the 64-bit RISC-V architecture
  * Performance improvements when adding new rules to a filter thanks to the
    use of internal shadow transactions and improved syscall lookup tables
  * Properly document the libseccomp API return values and include them in the
    stable API promise
  * Improvements to the s390 and s390x multiplexed syscall handling
  * Multiple fixes and improvements to the libseccomp manpages
  * Moved from manually maintained syscall tables to an automatically generated
    syscall table in CSV format
  * Update the syscall tables to Linux v5.8.0-rc5
  * Python bindings and build now default to Python 3.x
  * Improvements to the tests have boosted code coverage to over 93%

OBS-URL: https://build.opensuse.org/request/show/833010
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=77
2020-09-08 14:19:22 +00:00
6058786514 - Update to release 2.4.3
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=75
2020-06-05 13:20:39 +00:00
5e4edd691a Accepting request 774797 from home:scarabeus_iv:branches:security
- Add patch to fix ntpsec and others build (accidental drop of symbols):
  * SNR_ppoll.patch

OBS-URL: https://build.opensuse.org/request/show/774797
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=73
2020-02-17 13:21:30 +00:00
f688e26323 Accepting request 761651 from home:Andreas_Schwab:Factory
- Tests are passing on all architectures

OBS-URL: https://build.opensuse.org/request/show/761651
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=71
2020-01-07 16:29:38 +00:00
59bec70d0c Accepting request 761178 from home:Guillaume_G:branches:security
- Backport patch to fix test on aarch64:
  * libseccomp-fix_aarch64-test.patch

OBS-URL: https://build.opensuse.org/request/show/761178
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=70
2020-01-06 16:08:39 +00:00
70d729c69c - Update to release 2.4.2
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=68
2019-12-19 23:17:46 +00:00
8978bed025 - updated to 2.4.0 (bsc#1128828 CVE-2019-9893)
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=66
2019-08-28 15:34:25 +00:00
cdfcbc2812 Accepting request 718170 from home:michel_mno:branches:security
- ignore make check error for ppc64/ppc64le, bypass boo#1142614

OBS-URL: https://build.opensuse.org/request/show/718170
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=64
2019-08-11 12:44:42 +00:00
4085ac7ce3 - Update to new upstream release 2.4.1
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=62
2019-06-02 13:19:01 +00:00
d39e253178 - updated to 2.4.0 (bsc#1128828)
- Update the syscall table for Linux v5.0-rc5
  - Added support for the SCMP_ACT_KILL_PROCESS action
  - Added support for the SCMP_ACT_LOG action and SCMP_FLTATR_CTL_LOG attribute
  - Added explicit 32-bit (SCMP_AX_32(...)) and 64-bit (SCMP_AX_64(...)) argument comparison macros to help protect against unexpected sign extension
  - Added support for the parisc and parisc64 architectures
  - Added the ability to query and set the libseccomp API level via seccomp_api_get(3) and seccomp_api_set(3)
  - Return -EDOM on an endian mismatch when adding an architecture to a filter
  - Renumber the pseudo syscall number for subpage_prot() so it no longer conflicts with spu_run()
  - Fix PFC generation when a syscall is prioritized, but no rule exists
  - Numerous fixes to the seccomp-bpf filter generation code
  - Switch our internal hashing function to jhash/Lookup3 to MurmurHash3
  - Numerous tests added to the included test suite, coverage now at ~92%
  - Update our Travis CI configuration to use Ubuntu 16.04
  - Numerous documentation fixes and updates
- now gpg signed, added key of Paul Moore from keyserver.

OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=60
2019-03-17 10:08:41 +00:00
3a9c41f9bd Accepting request 665728 from home:kukuk:branches:security
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/665728
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=58
2019-01-14 13:41:03 +00:00
6f90deb0e7 Accepting request 579688 from home:cyphar:seccomp
- Update to release 2.3.3:
  * Updated the syscall table for Linux v4.15-rc7

OBS-URL: https://build.opensuse.org/request/show/579688
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=56
2018-02-24 07:25:22 +00:00
536c435b6b - Unconditionally rerun autoreconf because of patches
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=54
2017-05-21 22:31:54 +00:00
724a3fa970 spec cleaning
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=53
2017-05-21 20:26:28 +00:00
68c5133d44 Accepting request 497120 from home:scarabeus_iv:branches:security
- Update to release 2.3.2:
  * Achieved full compliance with the CII Best Practices program
  * Added Travis CI builds to the GitHub repository
  * Added code coverage reporting with the "--enable-code-coverage" configure
    flag and added Coveralls to the GitHub repository
  * Updated the syscall tables to match Linux v4.10-rc6+
  * Support for building with Python v3.x
  * Allow rules with the -1 syscall if the SCMP\_FLTATR\_API\_TSKIP attribute is
    set to true
  * Several small documentation fixes
- Remove service file as we are not based on git

OBS-URL: https://build.opensuse.org/request/show/497120
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=52
2017-05-21 18:47:56 +00:00
b86b015d24 libseccomp-2.3.1
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=50
2016-05-07 23:18:37 +00:00
0a5e04543b - Add 0001-tests-replace-socket-syscall-references-in-15-basic-.patch
unscrew the i586 testsuite

OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=48
2016-04-19 16:33:10 +00:00
75a059be07 - Add 0001-arch-fix-a-number-of-32-bit-x86-failures-related-to-.patch
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=47
2016-04-10 23:15:40 +00:00
5ea113ffe7 - i586 testsuite fails, disable for now
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=45
2016-03-24 09:42:00 +00:00
277182ca6a OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=44 2016-03-23 16:09:10 +00:00
ec7d0e8e8f - builderror-k316.diff: fixed upstream
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=43
2016-03-23 16:07:30 +00:00
058b1adc94 - updated to final 2.3.0 release
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=42
2016-03-23 16:06:29 +00:00
e65e8732d4 - Add builderror-k316.diff
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=41
2016-02-24 12:53:06 +00:00
cf4226a89a - Update to git snapshot 2.3.0~g96
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=40
2016-02-24 11:51:02 +00:00
3bf578620b Accepting request 333744 from home:dimstar:Factory
This is needed for systemd224, in staging:F...

OBS-URL: https://build.opensuse.org/request/show/333744
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=38
2015-09-25 12:22:51 +00:00
6d89dac597 libseccomp-2.2.3
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=36
2015-08-31 15:19:59 +00:00
a238311906 Accepting request 309331 from home:jengelh:branches:security
- Update to new upstream release 2.2.1

OBS-URL: https://build.opensuse.org/request/show/309331
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=34
2015-06-08 05:29:15 +00:00
73e133c103 Accepting request 295668 from home:k0da:branches:security
OBS-URL: https://build.opensuse.org/request/show/295668
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=32
2015-04-16 15:09:37 +00:00
41da53f084 Accepting request 295335 from home:a_faerber:branches:security
Fix some arm syscall constants

OBS-URL: https://build.opensuse.org/request/show/295335
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=31
2015-04-10 19:27:34 +00:00
cdf6d5ec85 Note down patch authoring data
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=29
2015-03-29 13:19:02 +00:00
84a9aa2a1b Replace own patch by upstream one
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=28
2015-03-29 13:11:52 +00:00
3d18c9bc48 Add 0001-build-resolve-build-failure-due-to-lacking-includes.patch
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=27
2015-03-29 00:57:22 +00:00
d83b69603c bump ppc in the simulator
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=26
2015-03-29 00:44:32 +00:00
73798fa347 Turn this back on..
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=25
2015-03-29 00:34:53 +00:00