[crda] 08/16: crda: Trust regulatory.bin from Seth Forshee

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Jan 18 02:22:56 UTC 2017


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

benh pushed a commit to branch master
in repository crda.

commit 805d84ac2e8d193583dedafa4cf885de22a5f92a
Author: Seth Forshee <seth.forshee at canonical.com>
Date:   Fri Dec 5 13:30:39 2014 -0600

    crda: Trust regulatory.bin from Seth Forshee
    
    I have taken over maintenance of the regulatory database from
    linville. Add my key so that regulatory.bin files signed by me
    will be trusted, but also keep John's key so that existing files
    will continue to be trusted. Update the makefile to point to the
    new wireless-regdb repository location, and update the readme and
    man page to reflect the change in maintainership.
    
    Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
    Signed-off-by: Luis R. Rodriguez <mcgrof at do-not-panic.com>
---
 Makefile                     |  2 +-
 README                       | 16 +++++++++-------
 crda.8                       |  6 ++++--
 pubkeys/sforshee.key.pub.pem |  9 +++++++++
 4 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index 1f25509..a3ead30 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Modify as you see fit, note this is built into crda,
 # so if you change it here you will have to change crda.c
 REG_BIN?=/usr/lib/crda/regulatory.bin
-REG_GIT?=git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
+REG_GIT?=git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git
 
 PREFIX ?= /usr/
 MANDIR ?= $(PREFIX)/share/man/
diff --git a/README b/README
index f3ead48..5d89b83 100644
--- a/README
+++ b/README
@@ -23,12 +23,13 @@ The package build requirements currently are:
  * libgcrypt or libssl (openssl) header files
  * nl library and header files (libnl1 and libnl-dev)
    available at git://git.kernel.org/pub/scm/libs/netlink/libnl.git
- * RSA public key of John Linville, we include this as part of this package
-   so you do not need to install it. This RSA public key comes
-   from the wireless-regdb.git tree and we keep it up to date here.
+ * RSA public key of John Linville and Seth Forshee, we include these
+   as part of this package so you do not need to install it. The RSA
+   public keys comes from the wireless-regdb.git tree and we keep them
+   up to date here.
  * regulatory database, clone this tree:
 
-   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git
+   git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git
 
    and then stuff regulatory.bin (no need to build) provided there in
    REG_BIN location specified in this Makefile. This regulatory.bin file
@@ -62,13 +63,14 @@ user reboots or all the wireless modules get unloaded and reloaded.
 
 Under certain circumstances it may be desirable to have the regulatory
 agent accept multiple keys, this can be achieved by stuffing all the keys
-desired into pubkeys. Right now we only use John Linville's public key.
+desired into pubkeys. Right now we use John Linville's and Seth Forshee's
+public keys.
 
  REGDB AUTHORS
 ===============
 
-Authors of regulatory.bin (John Linville) first need a private key, which can
-be generated with something like this:
+Authors of regulatory.bin first need a private key, which can be generated
+with something like this:
 
 	openssl genrsa -out your.key.priv.pem 2048
 
diff --git a/crda.8 b/crda.8
index d45af30..d934228 100644
--- a/crda.8
+++ b/crda.8
@@ -49,11 +49,13 @@ files. Authorship is respected by the RSA public key packed into
 .I This
 specific
 .B crda
-package has been built with an RSA public key from
+package has been built with RSA public keys from
 .I John Linville (the Linux wireless kernel maintainer)
+and
+.I Seth Forshee (the wireless regulatory databse maintainer)
 and as such will only read
 .B regulatory.bin
-files signed by him. For further information see the
+files signed by one of them. For further information see the
 .B regulatory.bin
 man page.
 
diff --git a/pubkeys/sforshee.key.pub.pem b/pubkeys/sforshee.key.pub.pem
new file mode 100644
index 0000000..73d580e
--- /dev/null
+++ b/pubkeys/sforshee.key.pub.pem
@@ -0,0 +1,9 @@
+-----BEGIN PUBLIC KEY-----
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtUDjnCiEOQPyOddmLEE4
+Fax+pYNxJX6QfGjdbz/Z11k4n3xqUsIDKi1+ZvQesxJwIFvUlzI9cYs7GwgXFGth
+xFeLlhYc/STVCwn5aBGE+8pRDNFFGdoQRIrZ/nap/WAtGAsolbIt6oiYuNFWIfBT
+H/ECb+lGm5NfKJAPrDb6aCNxV1b2zNPffSrZG3NF67onhe96f6XLgMcwNtJT7uys
+Hucx8TainGPGZVt/JXVooerTfgBcml7YIBgydwcpEmYeNnPnlwRBN7Gxciv0oSkg
+fJZ5CyvQ2N7IbD+T+8XueFIRFRt69uJomef7RhaE48eh5uDSRtXhxF+gZvTaxP+V
+HQIDAQAB
+-----END PUBLIC KEY-----

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



More information about the Kernel-svn-changes mailing list