-
Committer:
Package Import Robot
-
Author(s):
Matthias Klose
-
Date:
2014-01-06 15:28:04 UTC
-
mfrom:
(2.1.27 sid)
-
Revision ID:
package-import@ubuntu.com-20140106152804-ryhqa7ee39xock4f
Tags: 1:3.3.9-1ubuntu1
* Merge with Debian; 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
- 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)
- Build using dh-autoreconf, update libtool.m4.
- Build-depend on pkg-config.