[linux] 02/02: 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 17:56:38 UTC 2017


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

benh pushed a commit to branch sid
in repository linux.

commit 326a2052e2a43fcb120689c13e6cb1e1be60b1bf
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Apr 16 18:31:03 2017 +0100

    linux-image: Disable signing until it's supported in dak
    
    Only code signing through dak is going to be acceptable for a stable
    release, so disable the current arrangement.
---
 debian/changelog      | 1 +
 debian/config/defines | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d539700..bbbacf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ 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 cb3c680..eef7c76 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -84,8 +84,8 @@ featuresets:
 
 [build]
 debug-info: true
-# Enable module signing by default (implemented in the linux-signed package)
-signed-modules: true
+# Disable module signing for now
+signed-modules: false
 
 [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