* [Buildroot] [PATCH] bluez-alsa: correct LICENSE.txt hash @ 2018-09-13 5:49 Giulio Benetti 2018-09-13 12:47 ` Giulio Benetti 0 siblings, 1 reply; 4+ messages in thread From: Giulio Benetti @ 2018-09-13 5:49 UTC (permalink / raw) To: buildroot After bumping from v1.3.0 to v1.3.1 hash has not been recalculated. 2018 J?rg Krause has been added to LICENSE.txt Recalculate correct LICENSE.txt hash and add it to bluez-alsa.hash file. Fixes: http://autobuild.buildroot.net/results/40c/40c35c1c3470a5ece7e9f82525efaceabfaaf841/ http://autobuild.buildroot.net/results/a0b/a0bcd9c7a308cd09e8cfb7632970b52989d7bff7/ http://autobuild.buildroot.net/results/7de/7deb42c0b8325d211805a3211b5b475edc60ec57/ Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> --- package/bluez-alsa/bluez-alsa.hash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/bluez-alsa/bluez-alsa.hash b/package/bluez-alsa/bluez-alsa.hash index 5036f82eaa..ba81eadf34 100644 --- a/package/bluez-alsa/bluez-alsa.hash +++ b/package/bluez-alsa/bluez-alsa.hash @@ -1,3 +1,3 @@ # Locally calculated: -sha256 20005c4a153346ea7941973e9b7bd0b228417351f2e8ce88d1c02cc62bca188e bluez-alsa-v1.3.0.tar.gz -sha256 4738489ada14818fe4c53ce86223d7b2f4c1f57cb1f93d62c973c94a89080e83 LICENSE.txt +sha256 29dad23877d0cf46a16e2f8d3746219e89068c33d052059caf1caaacd8b40cac bluez-alsa-v1.3.1.tar.gz +sha256 9a18d8b11802d0cec100839a0676a6fc48a4179f8f70b8e12a7f3d6b7a8fd70a LICENSE.txt -- 2.17.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] bluez-alsa: correct LICENSE.txt hash 2018-09-13 5:49 [Buildroot] [PATCH] bluez-alsa: correct LICENSE.txt hash Giulio Benetti @ 2018-09-13 12:47 ` Giulio Benetti 2018-09-13 12:56 ` [Buildroot] [PATCH v2] " Giulio Benetti 0 siblings, 1 reply; 4+ messages in thread From: Giulio Benetti @ 2018-09-13 12:47 UTC (permalink / raw) To: buildroot Il 13/09/2018 07:49, Giulio Benetti ha scritto: > After bumping from v1.3.0 to v1.3.1 hash has not been recalculated. > 2018 J?rg Krause has been added to LICENSE.txt > > Recalculate correct LICENSE.txt hash and add it to bluez-alsa.hash file. > > Fixes: > http://autobuild.buildroot.net/results/40c/40c35c1c3470a5ece7e9f82525efaceabfaaf841/ > http://autobuild.buildroot.net/results/a0b/a0bcd9c7a308cd09e8cfb7632970b52989d7bff7/ > http://autobuild.buildroot.net/results/7de/7deb42c0b8325d211805a3211b5b475edc60ec57/ > > Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> > --- > package/bluez-alsa/bluez-alsa.hash | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/package/bluez-alsa/bluez-alsa.hash b/package/bluez-alsa/bluez-alsa.hash > index 5036f82eaa..ba81eadf34 100644 > --- a/package/bluez-alsa/bluez-alsa.hash > +++ b/package/bluez-alsa/bluez-alsa.hash > @@ -1,3 +1,3 @@ > # Locally calculated: > -sha256 20005c4a153346ea7941973e9b7bd0b228417351f2e8ce88d1c02cc62bca188e bluez-alsa-v1.3.0.tar.gz > -sha256 4738489ada14818fe4c53ce86223d7b2f4c1f57cb1f93d62c973c94a89080e83 LICENSE.txt > +sha256 29dad23877d0cf46a16e2f8d3746219e89068c33d052059caf1caaacd8b40cac bluez-alsa-v1.3.1.tar.gz > +sha256 9a18d8b11802d0cec100839a0676a6fc48a4179f8f70b8e12a7f3d6b7a8fd70a LICENSE.txt > Sorry, this patch is wrong, I've created it with previous version. Going to submit v2. -- Giulio Benetti CTO MICRONOVA SRL Sede: Via A. Niedda 3 - 35010 Vigonza (PD) Tel. 049/8931563 - Fax 049/8931346 Cod.Fiscale - P.IVA 02663420285 Capitale Sociale ? 26.000 i.v. Iscritta al Reg. Imprese di Padova N. 02663420285 Numero R.E.A. 258642 ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v2] bluez-alsa: correct LICENSE.txt hash 2018-09-13 12:47 ` Giulio Benetti @ 2018-09-13 12:56 ` Giulio Benetti 2018-09-13 18:44 ` Thomas Petazzoni 0 siblings, 1 reply; 4+ messages in thread From: Giulio Benetti @ 2018-09-13 12:56 UTC (permalink / raw) To: buildroot After bumping from v1.3.0 to v1.3.1 hash has not been recalculated. Changes in LICENSE.txt: 2018 J?rg Krause has been added to LICENSE.txt Recalculate correct LICENSE.txt hash and add it to bluez-alsa.hash file. Fixes: http://autobuild.buildroot.net/results/40c/40c35c1c3470a5ece7e9f82525efaceabfaaf841/ http://autobuild.buildroot.net/results/a0b/a0bcd9c7a308cd09e8cfb7632970b52989d7bff7/ http://autobuild.buildroot.net/results/7de/7deb42c0b8325d211805a3211b5b475edc60ec57/ Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> --- Changes V1->V2: * remove tarball's hash change, it was still using bluez-alsa-v1.3.0.tar.gz instead of bluez-alsa-v1.3.1.tar.gz package/bluez-alsa/bluez-alsa.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bluez-alsa/bluez-alsa.hash b/package/bluez-alsa/bluez-alsa.hash index 3463ecf8d3..ba81eadf34 100644 --- a/package/bluez-alsa/bluez-alsa.hash +++ b/package/bluez-alsa/bluez-alsa.hash @@ -1,3 +1,3 @@ # Locally calculated: sha256 29dad23877d0cf46a16e2f8d3746219e89068c33d052059caf1caaacd8b40cac bluez-alsa-v1.3.1.tar.gz -sha256 4738489ada14818fe4c53ce86223d7b2f4c1f57cb1f93d62c973c94a89080e83 LICENSE.txt +sha256 9a18d8b11802d0cec100839a0676a6fc48a4179f8f70b8e12a7f3d6b7a8fd70a LICENSE.txt -- 2.17.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v2] bluez-alsa: correct LICENSE.txt hash 2018-09-13 12:56 ` [Buildroot] [PATCH v2] " Giulio Benetti @ 2018-09-13 18:44 ` Thomas Petazzoni 0 siblings, 0 replies; 4+ messages in thread From: Thomas Petazzoni @ 2018-09-13 18:44 UTC (permalink / raw) To: buildroot Hello, On Thu, 13 Sep 2018 14:56:53 +0200, Giulio Benetti wrote: > After bumping from v1.3.0 to v1.3.1 hash has not been recalculated. > > Changes in LICENSE.txt: > 2018 J?rg Krause has been added to LICENSE.txt > > Recalculate correct LICENSE.txt hash and add it to bluez-alsa.hash file. > > Fixes: > http://autobuild.buildroot.net/results/40c/40c35c1c3470a5ece7e9f82525efaceabfaaf841/ > http://autobuild.buildroot.net/results/a0b/a0bcd9c7a308cd09e8cfb7632970b52989d7bff7/ > http://autobuild.buildroot.net/results/7de/7deb42c0b8325d211805a3211b5b475edc60ec57/ > > Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> > --- > Changes V1->V2: > * remove tarball's hash change, it was still using bluez-alsa-v1.3.0.tar.gz > instead of bluez-alsa-v1.3.1.tar.gz Applied to master, thanks. 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
end of thread, other threads:[~2018-09-13 18:44 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-09-13 5:49 [Buildroot] [PATCH] bluez-alsa: correct LICENSE.txt hash Giulio Benetti 2018-09-13 12:47 ` Giulio Benetti 2018-09-13 12:56 ` [Buildroot] [PATCH v2] " Giulio Benetti 2018-09-13 18:44 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox