[linux] 01/13: netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Dec 4 01:22:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit a1af31e139149881f7b18705939eb93252c2fbdf
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Oct 29 21:27:05 2015 +0000

    netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
    
    (cherry picked from commit dc44f476817acc00d86e0cbe8043cb3c81692ae4)
---
 debian/changelog     | 1 +
 debian/config/config | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f0c8fd3..aea7fcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ linux (4.2.6-2) UNRELEASED; urgency=medium
   * ppp, slip: Validate VJ compression slot parameters completely
     (CVE-2015-7799)
   * Btrfs: fix truncation of compressed and inlined extents (CVE-2015-8374)
+  * netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Tue, 10 Nov 2015 22:05:58 +0100
 
diff --git a/debian/config/config b/debian/config/config
index 0da26b1..868556e 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5803,6 +5803,7 @@ CONFIG_NF_CONNTRACK_IPV4=m
 CONFIG_NF_CONNTRACK_PROC_COMPAT=y
 CONFIG_NF_TABLES_IPV4=m
 CONFIG_NFT_CHAIN_ROUTE_IPV4=m
+CONFIG_NFT_DUP_IPV4=m
 CONFIG_NF_TABLES_ARP=m
 CONFIG_NF_LOG_ARP=m
 CONFIG_NF_LOG_IPV4=m
@@ -5864,6 +5865,7 @@ CONFIG_IPV6_PIMSM_V2=y
 CONFIG_NF_CONNTRACK_IPV6=m
 CONFIG_NF_TABLES_IPV6=m
 CONFIG_NFT_CHAIN_ROUTE_IPV6=m
+CONFIG_NFT_DUP_IPV6=m
 CONFIG_NF_REJECT_IPV6=m
 CONFIG_NF_LOG_IPV6=m
 CONFIG_NF_NAT_IPV6=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list