From: Raspbian automatic forward porter Date: Thu, 5 Dec 2019 18:50:36 +0000 (+0000) Subject: Merge version 2.4.1-2+rpi1 and 2.4.2-2 to produce 2.4.2-2+rpi1 X-Git-Tag: archive/raspbian/2.4.2-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06a5698c205e01623abd75c741ead2248034b543;p=libseccomp.git Merge version 2.4.1-2+rpi1 and 2.4.2-2 to produce 2.4.2-2+rpi1 --- 06a5698c205e01623abd75c741ead2248034b543 diff --cc debian/changelog index 0800461,dc5e258..cd8ca06 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,33 +1,41 @@@ - libseccomp (2.4.1-2+rpi1) bullseye-staging; urgency=medium ++libseccomp (2.4.2-2+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. + - -- Peter Michael Green Wed, 24 Jul 2019 22:12:36 +0000 ++ -- Raspbian forward porter Thu, 05 Dec 2019 18:50:36 +0000 ++ + 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 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 Wed, 13 Nov 2019 00:00:49 +0100 libseccomp (2.4.1-2) unstable; urgency=medium diff --cc debian/control index 894e21a,6d2dcae..87f4e52 --- a/debian/control +++ b/debian/control @@@ -6,14 -6,10 +6,11 @@@ Uploaders: Luca Bruno , - python-all-dev:any , - libpython-all-dev , python3-all-dev:any , libpython3-all-dev , - cython:native , - cython3:native , - valgrind [amd64 arm64 armhf i386 mips mips64 powerpc ppc64 ppc64el s390x] + cython3:native +Build-Conflicts: + valgrind Rules-Requires-Root: no Standards-Version: 3.9.7 Homepage: https://github.com/seccomp/libseccomp