[linux] 01/02: Revert "linux-image: Disable signing until it's supported in dak"

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Apr 16 18:31:36 UTC 2017


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

benh pushed a commit to branch benh/byhand-code-sign
in repository linux.

commit 492b89d3ddd40e40c270f1b0bfd31da323da9892
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Apr 16 18:58:36 2017 +0100

    Revert "linux-image: Disable signing until it's supported in dak"
    
    This reverts commit 326a2052e2a43fcb120689c13e6cb1e1be60b1bf.
---
 debian/changelog      | 1 -
 debian/config/defines | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbbacf5..d539700 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,7 +21,6 @@ linux (4.9.18-2) UNRELEASED; urgency=medium
   * [powerpc/powerpc-smp,powerpcspe] Explicitly set NR_CPUS=4
   * Move debug symbols back to the main archive, to avoid problems with the
     current handling in dak
-  * linux-image: Disable signing until it's supported in dak
 
   [ Salvatore Bonaccorso ]
   * ping: implement proper locking (CVE-2017-2671)
diff --git a/debian/config/defines b/debian/config/defines
index eef7c76..cb3c680 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -84,8 +84,8 @@ featuresets:
 
 [build]
 debug-info: true
-# Disable module signing for now
-signed-modules: false
+# Enable module signing by default (implemented in the linux-signed package)
+signed-modules: true
 
 [featureset-rt_base]
 enabled: true

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