* [Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31
@ 2018-07-20 22:20 Peter Korsgaard
2018-07-23 12:28 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2018-07-20 22:20 UTC (permalink / raw)
To: buildroot
commit: https://git.buildroot.net/buildroot/commit/?id=eece13dcecdfc9dd283c068ec64000edb5fb09e4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x
Added license hash, updated project URL, old site is dead.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 54917abdd74158298fd848a58117c796c641a130)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/wireless-regdb/Config.in | 2 +-
package/wireless-regdb/wireless-regdb.hash | 4 +++-
package/wireless-regdb/wireless-regdb.mk | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/wireless-regdb/Config.in b/package/wireless-regdb/Config.in
index d9c7b8d2d1..0c9896deb9 100644
--- a/package/wireless-regdb/Config.in
+++ b/package/wireless-regdb/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_WIRELESS_REGDB
Wireless regulatory database for CRDA. The database lists the
allowed radio frequencies for each local jurisdiction.
- http://linuxwireless.org/en/developers/Regulatory
+ https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
diff --git a/package/wireless-regdb/wireless-regdb.hash b/package/wireless-regdb/wireless-regdb.hash
index 4163609d17..65ae735cb5 100644
--- a/package/wireless-regdb/wireless-regdb.hash
+++ b/package/wireless-regdb/wireless-regdb.hash
@@ -1,2 +1,4 @@
# From https://www.kernel.org/pub/software/network/wireless-regdb/sha256sums.asc
-sha256 371eafa3b26ece916ef83aca02c4bed2e54099eb5b8c6d22d3a4358dce6535b9 wireless-regdb-2017.03.07.tar.xz
+sha256 e1dfbc3b97771373077f430c3c05082fae883145b37db5b2cfd12c56676fbe7b wireless-regdb-2018.05.31.tar.xz
+# Locally computed
+sha256 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1 LICENSE
diff --git a/package/wireless-regdb/wireless-regdb.mk b/package/wireless-regdb/wireless-regdb.mk
index e3381adefc..829374edcf 100644
--- a/package/wireless-regdb/wireless-regdb.mk
+++ b/package/wireless-regdb/wireless-regdb.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WIRELESS_REGDB_VERSION = 2017.03.07
+WIRELESS_REGDB_VERSION = 2018.05.31
WIRELESS_REGDB_SOURCE = wireless-regdb-$(WIRELESS_REGDB_VERSION).tar.xz
WIRELESS_REGDB_SITE = http://kernel.org/pub/software/network/wireless-regdb
WIRELESS_REGDB_LICENSE = ISC
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31
2018-07-20 22:20 [Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31 Peter Korsgaard
@ 2018-07-23 12:28 ` Thomas Petazzoni
2018-08-23 15:32 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2018-07-23 12:28 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 21 Jul 2018 00:20:58 +0200, Peter Korsgaard wrote:
> commit: https://git.buildroot.net/buildroot/commit/?id=eece13dcecdfc9dd283c068ec64000edb5fb09e4
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x
>
> Added license hash, updated project URL, old site is dead.
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> (cherry picked from commit 54917abdd74158298fd848a58117c796c641a130)
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
I'm wondering why you backported this change. Indeed, the backport of
"wireless-regdb: add regulatory.db[.p7s] to /lib/firmware" broke the
build of wireless-regdb on 2018.05.x, but perhaps the right thing to do
was to revert rather than bump wireless-regdb ?
In any case, the 2018.05.1 currently has a broken wireless-regdb
package because of this: your backport of the wireless-regdb bump has
been done after the 2018.05.1 tag.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31
2018-07-23 12:28 ` Thomas Petazzoni
@ 2018-08-23 15:32 ` Peter Korsgaard
2018-08-23 16:30 ` Raphael Jacob
0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2018-08-23 15:32 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:
Hi,
Sorry for the slow response - I only now found your mail while catching
up on buildroot mails received during my holidays.
> On Sat, 21 Jul 2018 00:20:58 +0200, Peter Korsgaard wrote:
>> commit: https://git.buildroot.net/buildroot/commit/?id=eece13dcecdfc9dd283c068ec64000edb5fb09e4
>> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x
>>
>> Added license hash, updated project URL, old site is dead.
>>
>> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
>> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
>> (cherry picked from commit 54917abdd74158298fd848a58117c796c641a130)
>> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> I'm wondering why you backported this change. Indeed, the backport of
> "wireless-regdb: add regulatory.db[.p7s] to /lib/firmware" broke the
> build of wireless-regdb on 2018.05.x, but perhaps the right thing to do
> was to revert rather than bump wireless-regdb ?
Yes. I don't remember the details, but I believe I backported the first
patch as it seemed simple and a nice improvement, and I only later
noticed that it depended on the version bump.
A better solution may indeed have been to revert the original patch
instead.
> In any case, the 2018.05.1 currently has a broken wireless-regdb
> package because of this: your backport of the wireless-regdb bump has
> been done after the 2018.05.1 tag.
Argh - I'll get 2018.05.2 released ASAP to fix that issue.
Sorry!
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31
2018-08-23 15:32 ` Peter Korsgaard
@ 2018-08-23 16:30 ` Raphael Jacob
0 siblings, 0 replies; 4+ messages in thread
From: Raphael Jacob @ 2018-08-23 16:30 UTC (permalink / raw)
To: buildroot
Hi,
no problem I solved the problem by cherry-picking the missing commit. I
hope I can merge the new version without any merge conflicts.
Raphael
Peter Korsgaard <peter@korsgaard.com> schrieb am Do., 23. Aug. 2018 um
17:32 Uhr:
> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:
>
> Hi,
>
> Sorry for the slow response - I only now found your mail while catching
> up on buildroot mails received during my holidays.
>
> > On Sat, 21 Jul 2018 00:20:58 +0200, Peter Korsgaard wrote:
> >> commit:
> https://git.buildroot.net/buildroot/commit/?id=eece13dcecdfc9dd283c068ec64000edb5fb09e4
> >> branch:
> https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x
> >>
> >> Added license hash, updated project URL, old site is dead.
> >>
> >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> >> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> >> (cherry picked from commit 54917abdd74158298fd848a58117c796c641a130)
> >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
>
> > I'm wondering why you backported this change. Indeed, the backport of
> > "wireless-regdb: add regulatory.db[.p7s] to /lib/firmware" broke the
> > build of wireless-regdb on 2018.05.x, but perhaps the right thing to do
> > was to revert rather than bump wireless-regdb ?
>
> Yes. I don't remember the details, but I believe I backported the first
> patch as it seemed simple and a nice improvement, and I only later
> noticed that it depended on the version bump.
>
> A better solution may indeed have been to revert the original patch
> instead.
>
> > In any case, the 2018.05.1 currently has a broken wireless-regdb
> > package because of this: your backport of the wireless-regdb bump has
> > been done after the 2018.05.1 tag.
>
> Argh - I'll get 2018.05.2 released ASAP to fix that issue.
>
> Sorry!
>
> --
> Bye, Peter Korsgaard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180823/c9c33d87/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-08-23 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-20 22:20 [Buildroot] [git commit branch/2018.05.x] package/wireless-regdb: bump version to 2018.05.31 Peter Korsgaard
2018-07-23 12:28 ` Thomas Petazzoni
2018-08-23 15:32 ` Peter Korsgaard
2018-08-23 16:30 ` Raphael Jacob
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox