From: Raspbian automatic forward porter Date: Tue, 17 Nov 2020 18:53:52 +0000 (+0000) Subject: Merge version 2.4.4-1+rpi1 and 2.5.0-3 to produce 2.5.0-3+rpi1 X-Git-Tag: archive/raspbian/2.5.0-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a33be981b9b98c27195367ea09e59fa308b6b508;p=libseccomp.git Merge version 2.4.4-1+rpi1 and 2.5.0-3 to produce 2.5.0-3+rpi1 --- a33be981b9b98c27195367ea09e59fa308b6b508 diff --cc debian/changelog index 7e6dedb,0d20ae2..deeff9e --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,32 +1,40 @@@ - libseccomp (2.4.4-1+rpi1) bullseye-staging; urgency=medium ++libseccomp (2.5.0-3+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 2.4.1-2+rpi1 by Peter Michael Green at Wed, 24 Jul 2019 22:12:36 +0000] + * Move valigrind from build-depends to build-conflicts, raspbians valgrind + is somewhat broken and causes testsuite failures. + - -- Raspbian forward porter Mon, 28 Sep 2020 10:25:34 +0000 ++ -- Raspbian forward porter Tue, 17 Nov 2020 18:53:52 +0000 ++ + 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 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 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 Sat, 24 Oct 2020 13:58:28 +0200 libseccomp (2.4.4-1) unstable; urgency=medium diff --cc debian/control index 87f4e52,c445bd0..969eacc --- a/debian/control +++ b/debian/control @@@ -8,9 -8,9 +8,10 @@@ Build-Depends: debhelper-compat (= 12) dh-python , python3-all-dev:any , libpython3-all-dev , - cython3:native + cython3:native , - valgrind [amd64 arm64 armhf i386 mips mips64 powerpc ppc64 ppc64el s390x] , + gperf +Build-Conflicts: + valgrind Rules-Requires-Root: no Standards-Version: 3.9.7 Homepage: https://github.com/seccomp/libseccomp