-
Committer:
Package Import Robot
-
Author(s):
Stéphane Graber
-
Date:
2013-10-21 16:20:22 UTC
-
Revision ID:
package-import@ubuntu.com-20131021162022-oecx0zufhy6lt3fl
Tags: 1:3.3.8-2ubuntu1
* 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.
+ README: describe how this directory is supposed to work.
- debian/upstart (Ubuntu-specific): upstart configuration to replace old
style sysv init script
- pwdx.c: Fix failure when executed in a nonexistent locale (LP: #1213160)
- 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. (LP: #1157643)
* Disable one pmap test to allow the package to build on LP sbuild
(the test suite seems a bit unreliable as the failures appear to
vary between LP sbuild, local sbuild and local pbuilder).