[ubuntu/focal-proposed] libseccomp 2.4.2-2ubuntu1 (Accepted)

Christian Ehrhardt christian.ehrhardt at canonical.com
Tue Nov 19 14:49:12 UTC 2019


libseccomp (2.4.2-2ubuntu1) focal; urgency=medium

  * Merge with Debian unstable (LP: 1849785). Remaining changes:
    * Add autopkgtests
  * Dropped changes (in upstream now):
    - db-properly-reset-attribute-state.patch
    - Updated to new upstream 2.4.1 version to fix security issue.
    - add-log-action.patch: Minimal backport to support the
      SECCOMP_RET_LOG action that was released in Linux kernel version
      4.14.
  * Dropped changes (in Debian now):
    - debian/tests/testsuite-live:
      - build utils with -pthread
      - build tools/scmp_api_level
    - debian/control: add valgrind to Build-Depends to get more unit tests.
    - debian/*.install: change python paths.
    - debian/libseccomp2.symbols: added new symbols.
    - debian/rules: add dh_auto_configure before dh_auto_install to pick up
      all the python versions.
    - debian/patches/*: removed, all included in new version.

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.

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.

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.

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.

Date: Wed, 13 Nov 2019 08:41:54 +0100
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/libseccomp/2.4.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Nov 2019 08:41:54 +0100
Source: libseccomp
Binary: libseccomp-dev libseccomp2 seccomp python3-seccomp
Architecture: source
Version: 2.4.2-2ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
 libseccomp-dev - high level interface to Linux seccomp filter (development files)
 libseccomp2 - high level interface to Linux seccomp filter
 python3-seccomp - high level interface to Linux seccomp filter (Python 3 bindings)
 seccomp    - helper tools for high level interface to Linux seccomp filter
Closes: 924646 936917
Launchpad-Bugs-Fixed: 1849785
Changes:
 libseccomp (2.4.2-2ubuntu1) focal; urgency=medium
 .
   * Merge with Debian unstable (LP: 1849785). Remaining changes:
     * Add autopkgtests
   * Dropped changes (in upstream now):
     - db-properly-reset-attribute-state.patch
     - Updated to new upstream 2.4.1 version to fix security issue.
     - add-log-action.patch: Minimal backport to support the
       SECCOMP_RET_LOG action that was released in Linux kernel version
       4.14.
   * Dropped changes (in Debian now):
     - debian/tests/testsuite-live:
       - build utils with -pthread
       - build tools/scmp_api_level
     - debian/control: add valgrind to Build-Depends to get more unit tests.
     - debian/*.install: change python paths.
     - debian/libseccomp2.symbols: added new symbols.
     - debian/rules: add dh_auto_configure before dh_auto_install to pick up
       all the python versions.
     - debian/patches/*: removed, all included in new version.
 .
 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.
 .
 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.
 .
 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.
 .
 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.
Checksums-Sha1:
 34db2af75979b0e0745a8cf79218c7ea02b75a07 2539 libseccomp_2.4.2-2ubuntu1.dsc
 10966d0d31eefd302710994e017aa14054640680 601014 libseccomp_2.4.2.orig.tar.gz
 6b5ce5f8686e12a688b5a3ea2f068f7e40a471c5 13560 libseccomp_2.4.2-2ubuntu1.debian.tar.xz
 ba6a0b72b8db72dda14b83482c73ca31eff16798 7075 libseccomp_2.4.2-2ubuntu1_source.buildinfo
Checksums-Sha256:
 f7424363ba71dda432935c36542fc2dff2842e4b8d82c7f13f0532786c6b40b9 2539 libseccomp_2.4.2-2ubuntu1.dsc
 b54f27b53884caacc932e75e6b44304ac83586e2abe7a83eca6daecc5440585b 601014 libseccomp_2.4.2.orig.tar.gz
 8b7a245da4cd67a988fa20cc3bcf151d10979766150f291092b13b6a2e947ff4 13560 libseccomp_2.4.2-2ubuntu1.debian.tar.xz
 689fa27fc6034b8e8f5154e3f2fd1a06c95b5791621aba489278498b83510189 7075 libseccomp_2.4.2-2ubuntu1_source.buildinfo
Files:
 430c220779c45d68662bce0c9ba3246d 2539 libs optional libseccomp_2.4.2-2ubuntu1.dsc
 ee87fb68ae293883bde9e042c6bc324f 601014 libs optional libseccomp_2.4.2.orig.tar.gz
 5a37ddaadaad9a3b776683302d783d39 13560 libs optional libseccomp_2.4.2-2ubuntu1.debian.tar.xz
 3cad3b30fa50bae67ecb772fca361d32 7075 libs optional libseccomp_2.4.2-2ubuntu1_source.buildinfo
Original-Maintainer: Kees Cook <kees at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEktYY9mjyL47YC+71uj4pM4KAskIFAl3UAKgACgkQuj4pM4KA
skI6dw//WMsoj0/TuDLXe67M6zsrfDiqSccECvw2x1y69mIaGOUQSw3xAVym8BSy
x8oKlL8GgEuYRRdYNRTwOGwuoGCWV/NxDMTXo1GlOvImRiB4xYlke/h+r8F3nwZ7
HwDNTnO613clAUJ1p7/Tt4yK+PFCj7mp2Tr/JfkyC0Cql/LUd8AjyYfvHWQ70VZb
ZckOSh6UdAX4C5dYhZ7yuyztq2FbBz6xCxhRNx3ImdrUtBzQcvkQjoBM8upvnEUq
aaR8m+bMS4csACt8IHi1JO/qKDddPxNknPhqvFpNsHl+Sf9UpBfNQVwSRU/riGN+
qeslpX59HCCjOqG2LElUImRhytu0XMLz3ZNU6jtGLt66ZgnUezSgs3tv8Sx1FNyp
JgOUYWqOpcDNxZYShZ9d8+Efxcx3vIekfOr/yIr13ssMxNQLvYTld0Pscu5AS1Pf
Wht+XTB1Ua38NWuF/1dJXkcOO7yv1t44LFnMiyN2l2mf1JUmmvf9p63ShTFEEgHz
wwpyTyUXe2o/+nN3/0TzXjFTOpd3HwhAWwORAAOc2WNKzyuabA5uLEN1K00pC+o+
bc0YNzVcsAQXItUJoH0GXwYP2L/nDYLb9kZS6RBaiJ3F5n2mPr4eLQuyOmESVlZ6
GFpTpVpv07si0hMJwAPR2jZy34O+c5o4wBF9uR/Xdkkbi8LBo6E=
=ydOV
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list