[linux] 04/07: linux-kbuild: Add extract-cert and sign-file programs
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Apr 4 18:29:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch benh/secure-boot
in repository linux.
commit 6e18d075e9757255ac4f8504f1e86f2d73d33ca8
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Apr 3 17:44:55 2016 +0100
linux-kbuild: Add extract-cert and sign-file programs
---
debian/changelog | 1 +
debian/rules.d/scripts/Makefile | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ee14680..527e42a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ linux (4.5-1~exp2) UNRELEASED; urgency=medium
as signatures will be packaged separately
- debian/control: Add build-dependencies on libssl-dev, openssl
- debian/copyright: Note that extract-cert and sign-file are under LGPL 2.1
+ - linux-kbuild: Add extract-cert and sign-file programs
* certs: Set SYSTEM_TRUSTED_KEYS to my own personal certificate to support
initial testing of signed modules
diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile
index 63cc4be..d735ecf 100644
--- a/debian/rules.d/scripts/Makefile
+++ b/debian/rules.d/scripts/Makefile
@@ -1,8 +1,10 @@
PROGS = \
conmakehash \
+ extract-cert \
kallsyms \
pnmtologo \
- recordmcount
+ recordmcount \
+ sign-file
DATA = \
Kbuild.include \
@@ -37,3 +39,4 @@ SUBDIRS = \
include $(top_rulesdir)/Makefile.inc
CPPFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+extract-cert sign-file: LDLIBS += -lcrypto
--
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