1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419
|
libseccomp (2.6.0-2) unstable; urgency=medium
* Upload to unstable.
* Disable valgrind unit tests, it's not stable enough.
* Cherry-pick upstream fixes:
- tests_remove_the_fuzzer_from_test_62-sim-arch_transactions.patch
- hash_fix_strict_aliasing_UB_in_MurMur_hash_implementation.patch
- api_fix_seccomp_export_bpf_mem_out-of-bounds_read.patch
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Mar 2025 22:12:14 +0100
libseccomp (2.6.0-1) experimental; urgency=medium
* New upstream release. (Closes: #1088935)
* Drop backported loongarch64 patches, applied upstream.
* Drop python_Fix_distutils_DeprecationWarning.patch, applied upstream.
* Update symbols file.
* Fix watch file.
* Refresh upstream signing keys.
* Run unit tests in parallel.
-- Felix Geyer <fgeyer@debian.org> Fri, 24 Jan 2025 22:10:51 +0100
libseccomp (2.5.5-2) unstable; urgency=medium
* Revert: Dynamically skip autopkgtests when the test runner already applies
seccomp restrictions.
- Container based backends usually apply a seccomp filter so it's better
to declare the isolation-machine restriction.
* Backport support for syscalls up to kernel v6.12-rc5 and loongarch64.
(Closes: #1051323)
- syscalls_update_to_Linux_v6.0.patch
- tests_add_fstatfs_syscall_in_the_06-sim-actions.patch
- arch_Add_64-bit_LoongArch_support.patch
- tests_Add_64-bit_LoongArch_support.patch
- doc_update_README_and_manpage_for_64-bit_LoongArch.patch
- tests_Fix_wrong_syscall-error_in_test_29.patch
- tests_only_use_bogus_syscall_numbers_in_test_29.patch
- arch_unify_handling_of_syscall.tbl_in_arch-syscall-validate.patch
- arch_adapt_arch-syscall-validate_to_Linux_6.11.patch
- syscalls_Update_the_syscall_table_for_Linux_v6.12-rc5.patch
-- Felix Geyer <fgeyer@debian.org> Sun, 24 Nov 2024 21:54:16 +0100
libseccomp (2.5.5-1) unstable; urgency=medium
* New upstream release.
-- Felix Geyer <fgeyer@debian.org> Thu, 04 Jan 2024 18:29:54 +0100
libseccomp (2.5.4-2) unstable; urgency=medium
* Fix watch file. (Closes: #1050659)
* Dynamically skip autopkgtests when the test runner already applies seccomp
restrictions.
- Drop isolation-machine restriction.
* Fix FTBFS with setuptools. (Closes: #1054788, #1033641)
- Add python_Fix_distutils_DeprecationWarning.patch
- Add python_single_version_externally_managed.patch
- Explicitly build-depend on python3-setuptools
-- Felix Geyer <fgeyer@debian.org> Sun, 29 Oct 2023 15:13:08 +0100
libseccomp (2.5.4-1) unstable; urgency=medium
* New upstream release.
-- Felix Geyer <fgeyer@debian.org> Thu, 21 Apr 2022 22:23:12 +0200
libseccomp (2.5.3-2) unstable; urgency=medium
[ Alex Murray ]
* Fix python version check in debian/rules to properly handle python3.10
to resolve FTBFS (Closes: #999364)
-- Felix Geyer <fgeyer@debian.org> Thu, 18 Nov 2021 17:52:23 +0100
libseccomp (2.5.3-1) experimental; urgency=medium
* New upstream release.
* Drop patches from 2.5.2-2, fixed upstream.
-- Felix Geyer <fgeyer@debian.org> Sat, 06 Nov 2021 16:46:51 +0100
libseccomp (2.5.2-2) unstable; urgency=medium
* Revert mips and powerpc multiplexed syscall handling.
- Fixes test suite failures. (Closes: #994285)
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Oct 2021 23:26:59 +0200
libseccomp (2.5.2-1) unstable; urgency=medium
* New upstream release.
* Update watch file.
-- Felix Geyer <fgeyer@debian.org> Tue, 07 Sep 2021 11:14:34 +0200
libseccomp (2.5.1-1) unstable; urgency=medium
* New upstream release.
* Drop all patches as they have been applied upstream.
-- Felix Geyer <fgeyer@debian.org> Mon, 21 Dec 2020 10:50:30 +0100
libseccomp (2.5.0-3) unstable; urgency=medium
* Cherry-pick patch from the 2.5 branch to fix test error on mips:
- arch_ensure_we_dont_munge_pseudo_syscall_numbers.patch
-- Felix Geyer <fgeyer@debian.org> Sun, 08 Nov 2020 19:59:21 +0100
libseccomp (2.5.0-2) unstable; urgency=medium
* Upload to unstable.
* Cherry-pick patches from the 2.5 branch to fix build and test errors:
- build_undefine_mips_to_prevent_build_problems.patch
- tests_use_openat_and_fstat_instead_of_open_and_stat_syscalls.patch
-- Felix Geyer <fgeyer@debian.org> Sun, 08 Nov 2020 15:49:41 +0100
libseccomp (2.5.0-1) experimental; urgency=medium
* New upstream release.
- Build-depend on gperf.
- Update symbols file.
* Remove patches that have been applied upstream:
- cython3.patch
- riscv64_support.patch
* Cherry-pick patches from the 2.5 branch:
- all_only_request_the_userspace_notification_fd_once.patch
- system_change_our_notification_fd_handling.patch
-- Felix Geyer <fgeyer@debian.org> Sat, 24 Oct 2020 13:58:28 +0200
libseccomp (2.4.4-1) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Set upstream metadata fields: Repository, Repository-Browse.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
[ Felix Geyer ]
* New upstream release.
* Download and verify orig gpg signature.
-- Felix Geyer <fgeyer@debian.org> Sun, 20 Sep 2020 19:03:41 +0200
libseccomp (2.4.3-1) unstable; urgency=medium
* New upstream release.
* Drop patches that have been applied upstream:
- tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-sysc.patch
- api_define__SNR_ppoll_again.patch
* Cherry-pick support for the riscv64 architecture. (Closes: #952386)
- Add riscv64_support.patch
-- Felix Geyer <fgeyer@debian.org> Thu, 12 Mar 2020 23:35:13 +0100
libseccomp (2.4.2-2) unstable; urgency=medium
[ Christian Ehrhardt ]
* d/rules: fix potential FTFBS after full python3 switch
* d/t/control: drop python2 test following the removal of the package
[ Felix Geyer ]
* Remove build-dependency on valgrind for mips64el as it's broken there.
* Backport patch to define __SNR_ppoll again.
- Add api_define__SNR_ppoll_again.patch
* Replace custom patch for cython3 with the upstream fix.
-- Felix Geyer <fgeyer@debian.org> Fri, 15 Nov 2019 18:12:53 +0100
libseccomp (2.4.2-1) unstable; urgency=medium
[ Christian Ehrhardt ]
* New upstream release 2.4.2 for compatibility with newer kernels and
fixing FTBFS (LP: #1849785).
- drop d/p/python_install_dir.patch (now upstream)
- d/rules: adapt to python 3.8 lacking the m modifier on includes
see https://wiki.debian.org/Python/Python3.8
- d/p/tests-rely-on-__SNR_xxx-instead-of-__NR_xxx-for-sysc.patch: fix
build time test on arm64
[ Felix Geyer ]
* Drop Python 2 bindings. (Closes: #936917)
- Add cython3.patch to use the Python 3 cython variant.
-- Felix Geyer <fgeyer@debian.org> Wed, 13 Nov 2019 00:00:49 +0100
libseccomp (2.4.1-2) unstable; urgency=medium
* Remove build-dependency on valgrind for mipsel and x32 as it's broken
on those archs.
* Set Rules-Requires-Root: no.
-- Felix Geyer <fgeyer@debian.org> Fri, 19 Jul 2019 00:03:34 +0200
libseccomp (2.4.1-1) unstable; urgency=medium
* New upstream release.
- Addresses CVE-2019-9893 (Closes: #924646)
* Drop all patches for parisc arch support, merged upstream.
* Build-depend on valgrind to run more unit tests.
* Run dh_auto_configure for every python 3 version to install the extension
in the correct path.
* Update the symbols file.
* Adapt autopkgtest to new upstream version:
- Build against pthread
- Build scmp_api_level tool
* Upgrade to debhelper compat level 12.
- Add d/not-installed file
* Fix install path of the python module.
- Add python_install_dir.patch
* Add autopkgtest for python packages.
-- Felix Geyer <fgeyer@debian.org> Wed, 17 Jul 2019 23:23:28 +0200
libseccomp (2.3.3-4) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Change Format URL to correct one
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #903556)
+ Multiarchify python Build-Depends.
+ Annotate cython dependencies with :native for now.
+ Drop noop dh_auto_build invocations.
+ Pass a suitable PYTHONPATH for python2.
+ Pass _PYTHON_SYSCONFIGDATA_NAME for python3.
-- Felix Geyer <fgeyer@debian.org> Sun, 10 Feb 2019 12:25:44 +0100
libseccomp (2.3.3-3) unstable; urgency=medium
* Fix FTBFS: Adapt to renamed README file. (Closes: #902767)
-- Felix Geyer <fgeyer@debian.org> Sun, 01 Jul 2018 20:32:03 +0200
libseccomp (2.3.3-2) unstable; urgency=medium
[ Helmut Grohne ]
* Support the nopython build profile. (Closes: #897057)
[ Felix Geyer ]
* Run upstream "live" tests in an autopkgtest.
-- Felix Geyer <fgeyer@debian.org> Sun, 13 May 2018 09:53:08 +0200
libseccomp (2.3.3-1) unstable; urgency=medium
* New upstream release. (Closes: #895417)
- Adds pkey_mprotect syscall. (Closes: #893722)
* Refresh parisc patch.
* Move libseccomp2 back to /usr/lib. (Closes: #894988)
* Make test failures cause the build to fail. (Closes: 877901)
* Build python bindings. (Closes: #810712)
* Switch to debhelper compat level 10.
* Move git repo to salsa.debian.org
* Add myself to Uploaders.
-- Felix Geyer <fgeyer@debian.org> Sun, 22 Apr 2018 23:55:03 +0200
libseccomp (2.3.1-2.1) unstable; urgency=medium
[ Martin Pitt ]
* Non-maintainer upload with Kees' consent.
[ Laurent Bigonville ]
* Ensure strict enough generated dependencies (Closes: #844496)
-- Martin Pitt <mpitt@debian.org> Thu, 17 Nov 2016 10:16:44 +0100
libseccomp (2.3.1-2) unstable; urgency=medium
* Add hppa (parisc) support (Closes: #820501)
-- Luca Bruno <lucab@debian.org> Sat, 28 May 2016 20:05:01 +0200
libseccomp (2.3.1-1) unstable; urgency=medium
* New upstream release
* control: add Vcs-* fields
-- Luca Bruno <lucab@debian.org> Tue, 05 Apr 2016 22:16:55 +0200
libseccomp (2.3.0-1) unstable; urgency=medium
* New upstream release
+ drop all patches, applied upstream
* libseccomp2: update symbols file
* control: add myself to uploaders
* control: bump policy version
-- Luca Bruno <lucab@debian.org> Sun, 03 Apr 2016 00:31:09 +0200
libseccomp (2.2.3-3) unstable; urgency=medium
[ Martin Pitt ]
* debian/patches/add-x86-32bit-socket-calls.patch: add the newly
connected direct socket calls. (Closes: #809556)
* debian/add-membarrier.patch: add membarrier syscall.
* Backport patches for ppc/ppc64 and s390x. (Closes: #800818)
-- Kees Cook <kees@debian.org> Tue, 01 Sep 2015 15:37:31 -0700
libseccomp (2.2.3-2) unstable; urgency=medium
* debian/control: enable mips64, mips64el, and x32 architectures,
thanks to Helmut Grohne (Closes: 797383).
-- Kees Cook <kees@debian.org> Tue, 01 Sep 2015 15:37:31 -0700
libseccomp (2.2.3-1) unstable; urgency=medium
* New upstream release (Closes: 793032).
* debian/control: update Homepage (Closes: 793033).
-- Kees Cook <kees@debian.org> Mon, 03 Aug 2015 15:06:08 -0700
libseccomp (2.2.1-2) unstable; urgency=medium
* debian/{rules,*.install}: move to /lib, thanks to Michael Biebl
(Closes: 788923).
-- Kees Cook <kees@debian.org> Tue, 16 Jun 2015 12:45:08 -0700
libseccomp (2.2.1-1) unstable; urgency=medium
* New upstream release (Closes: 785428).
- debian/patches dropped: incorporated upstream.
* debian/libseccomp2.symbols: include only documented symbols.
* debian/libseccomp-dev.install: include static library (Closes: 698508).
* debian/control:
- add newly supported arm64, mips, and mipsel.
- bump standards version, no changes needed.
-- Kees Cook <kees@debian.org> Sat, 16 May 2015 08:15:26 -0700
libseccomp (2.1.1-1) unstable; urgency=low
* New upstream release (Closes: 733293).
* copyright: add a few missed people.
* rules: adjusted for new test target.
* libseccomp2.symbols: drop accidentally exported functions.
* control:
- bump standards, no changes needed.
- add armel target
-- Kees Cook <kees@debian.org> Sat, 12 Apr 2014 10:44:22 -0700
libseccomp (2.1.0+dfsg-1) unstable; urgency=low
* Rebuild source package without accidental binaries (Closes: 725617).
- debian/watch: mangle upstream version check.
* debian/rules: make tests non-fatal while upstream fixes them
(Closes: 721292).
-- Kees Cook <kees@debian.org> Sun, 06 Oct 2013 15:05:51 -0700
libseccomp (2.1.0-1) unstable; urgency=low
* New upstream release (Closes: 718398):
- dropped debian/patches/manpage-dashes.patch: taken upstream.
- dropped debian/patches/include-unistd.patch: not needed.
- debian/patches/testsuite-x86-write.patch: taken upstream.
- ABI bump: moved from libseccomp1 to libseccomp2.
* debian/control:
- added Arch: armhf, now supported upstream.
- added seccomp binary package for helper tools.
* Added debian/patches/manpage-typo.patch: spelling fix.
* Added debian/patches/build-ldflags.patch: fix LDFLAGS handling.
-- Kees Cook <kees@debian.org> Tue, 13 Aug 2013 00:02:01 -0700
libseccomp (1.0.1-2) unstable; urgency=low
* debian/rules: enable testsuite at build time, thanks to
Stéphane Graber (Closes: 698803).
* Added debian/patches/include-unistd.patch: detect location of
asm/unistd.h correctly.
* Added debian/patches/testsuite-x86-write.patch: skip the "write"
syscall correctly on x86.
* debian/control: bump standards to 3.9.4, no changes needed.
-- Kees Cook <kees@debian.org> Wed, 23 Jan 2013 13:11:53 -0800
libseccomp (1.0.1-1) unstable; urgency=low
* New upstream release.
* debian/control: only build on amd64 and i386 (Closes: 687368).
-- Kees Cook <kees@debian.org> Fri, 07 Dec 2012 11:38:03 -0800
libseccomp (1.0.0-1) unstable; urgency=low
* New upstream release.
- bump ABI.
- drop build verbosity patch, use upstream V=1 instead.
* libseccomp-dev.manpages: fix build location (Closes: 682152, 682471).
* debian/patches/pkgconfig-macro.patch: use literals for macro.
-- Kees Cook <kees@debian.org> Fri, 03 Aug 2012 16:59:41 -0700
libseccomp (0.1.0-1) unstable; urgency=low
* New upstream release.
- drop patches taken upstream:
- libexecdir.patch
- pass-flags.patch
-- Kees Cook <kees@debian.org> Fri, 08 Jun 2012 12:32:22 -0700
libseccomp (0.0.0~20120605-1) unstable; urgency=low
* Initial release (Closes: #676257).
-- Kees Cook <kees@debian.org> Tue, 05 Jun 2012 11:28:07 -0700
|