[ubuntu/xenial-proposed] procps 2:3.3.10-4ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Fri Dec 4 16:46:14 UTC 2015


procps (2:3.3.10-4ubuntu1) xenial; urgency=low

  * 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.

procps (2:3.3.10-4) unstable; urgency=medium

  * A proper patch for libsystemd Closes: #791896

procps (2:3.3.10-3) unstable; urgency=medium

  * Change systemd libraries Closes: #791896

procps (2:3.3.10-2) unstable; urgency=medium

  * libprocps4-dev: fixed symbolic link from .so.3 to .so.4 Closes:
    #762852
  * Removed mention of fork and update site url Closes: #766292
  * Update copyright to new format Closes: #732494

procps (2:3.3.10-1) unstable; urgency=medium

  [ Craig Small ]
  * Back to upstream version 3.3.10
  * Added multi-arch: Same for libprocps4-dev Closes: #788386
  * Added --disable-modern-top See #762855
  * Update to standards 3.9.6 no change
  * Use dh-exec for multiarch dirs

  [ Laurent Bigonville ]
  * Enable systemd support, this allows ps to show to which slice or unit a
    process belong to.
  * Explictely enable selinux support

procps (2:3.3.9-9) unstable; urgency=medium

  * pmap: output with unreadale /proc/1/smaps Closes: #775624

procps (2:3.3.9-8) unstable; urgency=medium

  * Revert to 3.3.9 upstream for Jessie freeze

procps (1:3.3.10-1) unstable; urgency=medium

  * New upstream source
    - sysctl --system loads default config file Closes: #732920
    - free considers slabs in displayed totals Closes: #565518

procps (1:3.3.9-7) unstable; urgency=medium

  * Fix testsuite kill Closes: #754620, #725743

procps (1:3.3.9-6) unstable; urgency=medium

  [ Mauricio Faria de Oliveira ]
  * Run dh-autoreconf (build-dep on pkg-config fixes autoconf
    error). (Closes: #749547)
  * Add libnuma-dev as build-dep for ppc64el.

procps (1:3.3.9-5) unstable; urgency=medium

  * Bypass vmstat -p test Closes: #743758

procps (1:3.3.9-4) unstable; urgency=medium

  * top compiles with libc >= 2.18

procps (1:3.3.9-3) unstable; urgency=medium

  * Brought patch for sysctl --system forward Closes: #732920

procps (1:3.3.9-2) unstable; urgency=high

  * Fix /usr/lib/${DEB_HOST_MULTIARCH}/libprocps.so symlink:
    libprocps3 ships libprocps.so.3, not libprocps.so.1
    thanks for report and patch Bernd Zeimetz <bzed at debian.org>
    Closes: #734610
  * Update to standards 3.9.5 - no change
  * Removed update-rc.d params as we use headers now

Date: Sun, 06 Sep 2015 05:30:20 +0000
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/procps/2:3.3.10-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 06 Sep 2015 05:30:20 +0000
Source: procps
Binary: procps libprocps4 libprocps4-dev
Architecture: source
Version: 2:3.3.10-4ubuntu1
Distribution: xenial
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
 libprocps4 - library for accessing process information from /proc
 libprocps4-dev - library for accessing process information from /proc
 procps     - /proc file system utilities
Closes: 565518 725743 732494 732920 734610 743758 749547 754620 762852 766292 775624 788386 791896
Launchpad-Bugs-Fixed: 176125 194676 841353 1025467
Changes:
 procps (2:3.3.10-4ubuntu1) xenial; urgency=low
 .
   * 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.
 .
 procps (2:3.3.10-4) unstable; urgency=medium
 .
   * A proper patch for libsystemd Closes: #791896
 .
 procps (2:3.3.10-3) unstable; urgency=medium
 .
   * Change systemd libraries Closes: #791896
 .
 procps (2:3.3.10-2) unstable; urgency=medium
 .
   * libprocps4-dev: fixed symbolic link from .so.3 to .so.4 Closes:
     #762852
   * Removed mention of fork and update site url Closes: #766292
   * Update copyright to new format Closes: #732494
 .
 procps (2:3.3.10-1) unstable; urgency=medium
 .
   [ Craig Small ]
   * Back to upstream version 3.3.10
   * Added multi-arch: Same for libprocps4-dev Closes: #788386
   * Added --disable-modern-top See #762855
   * Update to standards 3.9.6 no change
   * Use dh-exec for multiarch dirs
 .
   [ Laurent Bigonville ]
   * Enable systemd support, this allows ps to show to which slice or unit a
     process belong to.
   * Explictely enable selinux support
 .
 procps (2:3.3.9-9) unstable; urgency=medium
 .
   * pmap: output with unreadale /proc/1/smaps Closes: #775624
 .
 procps (2:3.3.9-8) unstable; urgency=medium
 .
   * Revert to 3.3.9 upstream for Jessie freeze
 .
 procps (1:3.3.10-1) unstable; urgency=medium
 .
   * New upstream source
     - sysctl --system loads default config file Closes: #732920
     - free considers slabs in displayed totals Closes: #565518
 .
 procps (1:3.3.9-7) unstable; urgency=medium
 .
   * Fix testsuite kill Closes: #754620, #725743
 .
 procps (1:3.3.9-6) unstable; urgency=medium
 .
   [ Mauricio Faria de Oliveira ]
   * Run dh-autoreconf (build-dep on pkg-config fixes autoconf
     error). (Closes: #749547)
   * Add libnuma-dev as build-dep for ppc64el.
 .
 procps (1:3.3.9-5) unstable; urgency=medium
 .
   * Bypass vmstat -p test Closes: #743758
 .
 procps (1:3.3.9-4) unstable; urgency=medium
 .
   * top compiles with libc >= 2.18
 .
 procps (1:3.3.9-3) unstable; urgency=medium
 .
   * Brought patch for sysctl --system forward Closes: #732920
 .
 procps (1:3.3.9-2) unstable; urgency=high
 .
   * Fix /usr/lib/${DEB_HOST_MULTIARCH}/libprocps.so symlink:
     libprocps3 ships libprocps.so.3, not libprocps.so.1
     thanks for report and patch Bernd Zeimetz <bzed at debian.org>
     Closes: #734610
   * Update to standards 3.9.5 - no change
   * Removed update-rc.d params as we use headers now
Checksums-Sha1:
 b0b223a3314a2be99d11c560eaffc92e55b603b0 1875 procps_3.3.10-4ubuntu1.dsc
 c84dbce849f999380f2db6426e6e8f344957430a 814816 procps_3.3.10.orig.tar.xz
 a1c6880d44c1479d1571ad0a0b1f51ddad067396 36692 procps_3.3.10-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 7e6fd3d6ad4a6196da34d94b2bdbfddcfc65684af60df4d35140e6ca21762bcf 1875 procps_3.3.10-4ubuntu1.dsc
 40a3d2b0489e057d85564f4f304083b24fc699b39ea828610183fb9f0a6ebe97 814816 procps_3.3.10.orig.tar.xz
 da985aee0f5386a02240ef02baf833cb75679705207897f140a2c946101f6e62 36692 procps_3.3.10-4ubuntu1.debian.tar.xz
Files:
 1c5481718b1db032633f55b9ab3ab5a8 1875 admin important procps_3.3.10-4ubuntu1.dsc
 0f4abb94b1216e05b6beeeada10e0ac6 814816 admin important procps_3.3.10.orig.tar.xz
 73cb71ae982666fe1843876782e7036e 36692 admin important procps_3.3.10-4ubuntu1.debian.tar.xz
Original-Maintainer: Craig Small <csmall at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWYcM+AAoJEMrC2LnNLKX5x60H/RC9oyOLcw/qfzSu3PpWEmxL
5UcEnQr8Egixmds5dmbInTXSJhhwNKecjrDHtOvBH/iSmsH1JMqCR/DdT6Le69UX
HhN8BCurS5B4w1tfSdZT38bmF0FdDfbKxivv9Ze6aOQLTSNz2BzqU7J3E7VYZQxD
1BAF2MkPVb5dxzlMCYYR46X1Ip1jcLUujqjVdx/jWKjSOdo9C80usmwCqjCPqBEM
2jGG4C4z/AjOPZzvpNtuVcGedvLJtsauE2AuUNix1G2lSJ6224O43xPl6TV6oe/X
XwS2e4WHmo5QMr2f2THA4dUqaycj+gt+UV6LKwF/ZEoqwi7YvLxqkW7D+L2jVmg=
=Y+FS
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list