Message ID | 20141205163134.GC13629@ubuntu-mba51 (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Fri, Dec 05, 2014 at 10:31:34AM -0600, Seth Forshee wrote: > 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 <seth.forshee@canonical.com> ACK Although, I would have changed "In linville we trust" to "In Seth we trust"... ;-) John > --- > 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 > -- > 1.9.1
On Fri, Dec 05, 2014 at 11:33:53AM -0500, John W. Linville wrote: > On Fri, Dec 05, 2014 at 10:31:34AM -0600, Seth Forshee wrote: > > 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 <seth.forshee@canonical.com> > > ACK > > Although, I would have changed "In linville we trust" to "In Seth we > trust"... ;-) Well, I didn't want to put words into anyone's mount ;-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 12/05/14 17:47, Seth Forshee wrote: > On Fri, Dec 05, 2014 at 11:33:53AM -0500, John W. Linville wrote: >> On Fri, Dec 05, 2014 at 10:31:34AM -0600, Seth Forshee wrote: >>> 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<seth.forshee@canonical.com> >> >> ACK >> >> Although, I would have changed "In linville we trust" to "In Seth we >> trust"... ;-) > > Well, I didn't want to put words into anyone's mount ;-) Ouch, Seth. Hope your use of words were not deliberate :-p Regards, Arend > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Dec 05, 2014 at 07:55:36PM +0100, Arend van Spriel wrote: > On 12/05/14 17:47, Seth Forshee wrote: > >On Fri, Dec 05, 2014 at 11:33:53AM -0500, John W. Linville wrote: > >>On Fri, Dec 05, 2014 at 10:31:34AM -0600, Seth Forshee wrote: > >>>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<seth.forshee@canonical.com> > >> > >>ACK > >> > >>Although, I would have changed "In linville we trust" to "In Seth we > >>trust"... ;-) > > > >Well, I didn't want to put words into anyone's mount ;-) > > Ouch, Seth. Hope your use of words were not deliberate :-p Heh, obviously what I meant was "mouth," though that is a funny typo! I guess at this point my fingers just assume that when I type "mou" that it will be followed by "nt". -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Dec 05, 2014 at 10:31:34AM -0600, Seth Forshee wrote: > 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 Also I should point out that the new location for the git repo is: git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git I'll be sending patches shortly to update this in the kernel documentation and in CRDA. Seth -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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 <seth.forshee@canonical.com> --- 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