~ddstreet/ubuntu/+source/libseccomp:lp1861177-g

Last commit made on 2020-06-30
Get this branch:
git clone -b lp1861177-g https://git.launchpad.net/~ddstreet/ubuntu/+source/libseccomp
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
lp1861177-g
Repository:
lp:~ddstreet/ubuntu/+source/libseccomp

Recent commits

b74a541... by Dan Streetman

LP: #1861177

b92104a... by Alex Murray

2.4.3-1ubuntu3 (patches unapplied)

Imported using git-ubuntu import.

84d8bf6... by Alex Murray

Import patches-unapplied version 2.4.3-1ubuntu2 to ubuntu/groovy-proposed

Imported using git-ubuntu import.

Changelog parent: 1d851d38d21517f8901039795a17ccb88da8845c

New changelog entries:
  * Add missing syscalls for aarch64 (LP: #1877633)
    - fix-aarch64-syscalls.patch: Backport of pending PR #235 from
      upstream

1d851d3... by Matthias Klose

Import patches-unapplied version 2.4.3-1ubuntu1 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: fc54090e19a6655a0b1e0263d39e4d4d2f7bfaf3

New changelog entries:
  * Merge with Debian; remaining changes:
    - Add autopkgtests
    - Include clock_gettime64 in the autopkgtests in addition to
      clock_gettime, required on armhf.

fc54090... by Felix Geyer

Import patches-unapplied version 2.4.3-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 696f1c5a932b830b2fa71d8e7c279d99afeef3b1

New changelog entries:
  * 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

696f1c5... by Felix Geyer

Import patches-unapplied version 2.4.2-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: d29be61b9bc4d9381c61b1f6b87f07fb4b1d1bac

New changelog entries:
  [ 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.

d29be61... by Felix Geyer

Import patches-unapplied version 2.4.2-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: b02a251b0be8f54e0333819d9a0b1d5d23df67df

New changelog entries:
  [ 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.

b02a251... by Felix Geyer

Import patches-unapplied version 2.4.1-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 94bd06a45c84fc0410619227a422c89a1cb2cb0a

New changelog entries:
  * Remove build-dependency on valgrind for mipsel and x32 as it's broken
    on those archs.
  * Set Rules-Requires-Root: no.

94bd06a... by Felix Geyer

Import patches-unapplied version 2.4.1-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 77ab66ad66148bab251ee5c80b79b1cca0b870ed

New changelog entries:
  * 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.

77ab66a... by Felix Geyer

Import patches-unapplied version 2.3.3-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 2e5c9e92b1085011a37b7490d737a37d8ca1bae2

New changelog entries:
  [ 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.