~halves/ubuntu/+source/procps:lp1410558

Last commit made on 2020-02-18
Get this branch:
git clone -b lp1410558 https://git.launchpad.net/~halves/ubuntu/+source/procps
Only Heitor Alves de Siqueira can upload to this branch. If you are Heitor Alves de Siqueira please log in for upload directions.

Branch merges

Branch information

Name:
lp1410558
Repository:
lp:~halves/ubuntu/+source/procps

Recent commits

35096d3... by Heitor Alves de Siqueira

Update changelog

6c60578... by Heitor Alves de Siqueira

LP: #1410558

cbf241f... by Marc Deslauriers

Import patches-unapplied version 2:3.3.10-4ubuntu2.4 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: da356c9d28424e0a3dea766032f324dbbc8f6e3d

New changelog entries:
  * SECURITY UPDATE: top configuration file read from current directory
    - debian/patches/CVE-2018-1122.patch: do not default to the cwd in
      top/top.c.
    - CVE-2018-1122
  * SECURITY UPDATE: ps output buffer overflow
    - debian/patches/CVE-2018-1123.patch: check sizes in ps/output.c.
    - CVE-2018-1123
  * SECURITY UPDATE: integer overflow in file2strvec()
    - debian/patches/CVE-2018-1124.patch: prevent overflow in
      proc/readproc.c.
    - CVE-2018-1124
  * SECURITY UPDATE: stack overflow in pgrep
    - debian/patches/CVE-2018-1125.patch: check length in pgrep.c.
    - CVE-2018-1125
  * SECURITY UPDATE: truncated sizes and possible integer overflow
    - debian/patches/CVE-2018-1126.patch: use size_t, not unsigned int in
      proc/alloc.*.
    - CVE-2018-1126

da356c9... by dann frazier

Import patches-unapplied version 2:3.3.10-4ubuntu2.3 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 3f76a069789ca9f165b70ea3fa90e8f8ab695cda

New changelog entries:
  * kill: Fix segfault when called with single negative pid,
    a regression introduced in 2:3.3.10-4ubuntu2.1 (LP: #1643084).

3f76a06... by dann frazier

Import patches-unapplied version 2:3.3.10-4ubuntu2.2 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: ccd354ffda9f5e456ff97775b00b6e03a0048547

New changelog entries:
  * Don't start procps on install. This avoids errors on upgrade
    within a container. Backported from yakkety. (LP: #1637300)

ccd354f... by dann frazier

Import patches-unapplied version 2:3.3.10-4ubuntu2.1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 784f035c39be1656624c4a5e28448b6c810c65b9

New changelog entries:
  * Fix parsing of negative PIDs. (LP: #1637026)

784f035... by Dimitri John Ledkov

Import patches-unapplied version 2:3.3.10-4ubuntu2 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 28be340136ff3d4fd4e5d0376aed9305367f27d2

New changelog entries:
  * Add debian/sysctl.d/10-qemu.conf.s390x for qemu.

28be340... by Dimitri John Ledkov

Import patches-unapplied version 2:3.3.10-4ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: d65a6a0e44b35d392ebe33bf92325c274fba68a2

New changelog entries:
  * Merge from Debian unstable. Remaining changes:
    - debian/sysctl.d (Ubuntu-specific):
      + 10-console-messages.conf: stop low-level kernel messages on console.
      + 10-kernel-hardening.conf: add the kptr_restrict setting
      + 10-keyboard.conf.powerpc: mouse button emulation on PowerPC.
      + 10-ipv6-privacy.conf: add a file to sysctl.d to apply the defaults
        for IPv6 privacy extensions for interfaces. (LP: #176125, #841353)
      + 10-link-restrictions.conf: even though the Ubuntu
        kernel is built with these defaults in place, we want to make sure
        that people running stock kernels don't miss out.
      + 10-magic-sysrq.conf: Disable most magic sysrq by default, allowing
        critical sync, remount, reboot functions. (LP: #194676, LP: #1025467)
      + 10-network-security.conf: enable rp_filter and SYN-flood protection.
      + 10-ptrace.conf: describe new PTRACE setting.
      + 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
        for armhf, and arm64.
      + README: describe how this directory is supposed to work.
    - debian/upstart (Ubuntu-specific): upstart configuration to replace old
      style sysv init script
    - Fix cross build
    - ignore_eaccess.patch: If we get eaccess when opening a sysctl file for
      writing, don't error out. Otherwise package upgrades can fail,
      especially in containers.
    - ignore_erofs.patch: Same as ignore_eaccess but for the case where
      part of /proc is read/only.

d65a6a0... by Craig Small

Import patches-unapplied version 2:3.3.10-4 to debian/sid

Imported using git-ubuntu import.

Changelog parent: aa4c95a6403a2a58b22710c77a85dcdf8d24e030

New changelog entries:
  * A proper patch for libsystemd Closes: #791896

aa4c95a... by Craig Small

Import patches-unapplied version 2:3.3.10-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 3bed4c82e86f9fa9506ab77a7bd5f3bb9c4c67e7

New changelog entries:
  * Change systemd libraries Closes: #791896