From patchwork Fri Dec 5 16:31:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 5444551 Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C43DCBEEA8 for ; Fri, 5 Dec 2014 16:31:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C5C25201EC for ; Fri, 5 Dec 2014 16:31:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A8D85201D3 for ; Fri, 5 Dec 2014 16:31:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751168AbaLEQbg (ORCPT ); Fri, 5 Dec 2014 11:31:36 -0500 Received: from mail-oi0-f46.google.com ([209.85.218.46]:53778 "EHLO mail-oi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbaLEQbf (ORCPT ); Fri, 5 Dec 2014 11:31:35 -0500 Received: by mail-oi0-f46.google.com with SMTP id h136so673559oig.19 for ; Fri, 05 Dec 2014 08:31:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=uVOJ49Q0kLqU7lBiCfNf5wH76zwPcZLBUlI6qpuYDMk=; b=L9zl4JxfNxhpnbes0WjLrSs7CEm6ZiQX0mhniEu5qHmEdQKVW0c0lzwxqfJKxwGf3Z KkjaUXoLLOQbOsfl/RQCtX7UPqviyhZsNtZsUhrXVQdvPMVZhO6+3W/4igwd/HKJbGOs lw5WUObRyM4FQrZoaCrTEO/beIb308aUESAnox/yPP8KhCiOeQgRFtDW0Ulk0O8wirI+ wy78fPOMH9McjP8o03BhfVPDkf3t9UprZcaZ8LPYFRlAzYl+HSdwRuxJu5R9kM3hiUoJ /rK5yza9ceI/eRtWr0d9jeCo7A2WTBM4+rnh8QM0M7eYTb3iaokVcALEgGeW5V5fn/UC Avrg== X-Gm-Message-State: ALoCoQlgUkHcgKyfRH5Y+k3FSAatjvDqjhfHKbfbJDnvlV6lS878QgubZKXjLXTZ/gw70CHPde61 X-Received: by 10.202.108.14 with SMTP id h14mr10693671oic.3.1417797095197; Fri, 05 Dec 2014 08:31:35 -0800 (PST) Received: from localhost (199-87-125-144.dyn.kc.surewest.net. [199.87.125.144]) by mx.google.com with ESMTPSA id n7sm14390345obh.25.2014.12.05.08.31.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 08:31:34 -0800 (PST) Date: Fri, 5 Dec 2014 10:31:34 -0600 From: Seth Forshee To: "John W. Linville" Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org Subject: [PATCH] wireless-regdb: Update keys and maintainer information Message-ID: <20141205163134.GC13629@ubuntu-mba51> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, T_TVD_MIME_EPI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As announced by John [1], I'm taking over maintaintership of the wireless regulatory databse. Make it official by adding my key, removing John's, and updating the Makefile and documentation to reflect the change in maintainer. [1] http://permalink.gmane.org/gmane.linux.kernel.wireless.general/131573 Signed-off-by: Seth Forshee --- Makefile | 3 +-- debian-example/control | 2 +- linville.key.pub.pem | 9 --------- sforshee.key.pub.pem | 9 +++++++++ wireless-regdb.spec | 2 +- 5 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 linville.key.pub.pem create mode 100644 sforshee.key.pub.pem diff --git a/Makefile b/Makefile index 3d5040d..907ff28 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ REGDB_AUTHOR ?= $(shell if [ -f $(DISTRO_PRIVKEY) ]; then \ REGDB_PRIVKEY ?= ~/.wireless-regdb-$(REGDB_AUTHOR).key.priv.pem REGDB_PUBKEY ?= $(REGDB_AUTHOR).key.pub.pem -REGDB_UPSTREAM_PUBKEY ?= linville.key.pub.pem +REGDB_UPSTREAM_PUBKEY ?= sforshee.key.pub.pem REGDB_CHANGED = $(shell $(SHA1SUM) -c --status sha1sum.txt >/dev/null 2>&1; \ if [ $$? -ne 0 ]; then \ @@ -103,7 +103,6 @@ install: regulatory.bin.5.gz if [ -f .custom ]; then \ install -m 644 -t $(DESTDIR)/$(CRDA_KEY_PATH)/ $(shell cat .custom); \ fi - @# In linville we trust install -m 644 -t $(DESTDIR)/$(CRDA_KEY_PATH)/ $(REGDB_UPSTREAM_PUBKEY) install -m 644 -t $(DESTDIR)/$(CRDA_PATH)/ regulatory.bin install -m 755 -d $(DESTDIR)/$(MANDIR)/man5/ diff --git a/debian-example/control b/debian-example/control index a5b518b..e6e7161 100644 --- a/debian-example/control +++ b/debian-example/control @@ -12,4 +12,4 @@ Suggests: crda Description: The Linux wireless regulatory database This package contains the wireless regulatory database used by all cfg80211 based Linux wireless drivers. The wireless database being - used is maintained by John Linville, the Linux wireless kernel maintainer. + used is maintained by Seth Forshee. diff --git a/linville.key.pub.pem b/linville.key.pub.pem deleted file mode 100644 index 3a2e8d0..0000000 --- a/linville.key.pub.pem +++ /dev/null @@ -1,9 +0,0 @@ ------BEGIN PUBLIC KEY----- -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1leZcYjTXc4qLq1oN2Ak -8vLP85P5cFTrCpqdSI5W4VOwdaJB4TtaxU2fATcH/A2EsE3h1rOfzI0+fBV9DcOO -qyID+zdILBMb8xK5Zv+78OkBGls/WzvDDVhdmn1TRHvRvmJy7cX1mCT56cnHrZM/ -ZBaFwVfiD9TcqqisyF1sqE5+cMHTWRbxc1+rtojr0eGYrNfK20awlD5KVj6Ejzot -r9EDWAsL1bH/kGfMdnputcyMapLQpRVruO/jEdjSmhAE/sj1tmHcAXBT6j5al4Oa -LiBaWnP++rune7rjimwfzp0549/rupQUM7nAZRDLyzXj3J/KEci6dXtjonBUFqDY -4QIDAQAB ------END PUBLIC KEY----- diff --git a/sforshee.key.pub.pem b/sforshee.key.pub.pem new file mode 100644 index 0000000..73d580e --- /dev/null +++ b/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----- diff --git a/wireless-regdb.spec b/wireless-regdb.spec index b76d391..bb648ca 100644 --- a/wireless-regdb.spec +++ b/wireless-regdb.spec @@ -16,7 +16,7 @@ BuildArch: noarch %description This package contains the wireless regulatory database used by all cfg80211 based Linux wireless drivers. The wireless database being -used is maintained by John Linville, the Linux wireless kernel maintainer +used is maintained by Seth Forshee. http://wireless.kernel.org/en/developers/Regulatory/ %prep