All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6
@ 2021-07-15 12:56 Bernhard Petschina
  2021-07-16 21:09 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Petschina @ 2021-07-15 12:56 UTC (permalink / raw)
  To: buildroot

Bump to latest official version.

Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
---
 package/stm32flash/stm32flash.hash | 2 +-
 package/stm32flash/stm32flash.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/stm32flash/stm32flash.hash b/package/stm32flash/stm32flash.hash
index 1b06a8f0f0..514d71f823 100644
--- a/package/stm32flash/stm32flash.hash
+++ b/package/stm32flash/stm32flash.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  42b7d63f6016bd75911cbb87fe85fbc4f98adf3ceecfe6d91f7956b31d18095f  stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650-br1.tar.gz
+sha256  dec1a81a3ba85a61dfa39ec12e391ea16a8d431470f41d34413f7ab183da46ef  stm32flash-v0.6-br1.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  gpl-2.0.txt
diff --git a/package/stm32flash/stm32flash.mk b/package/stm32flash/stm32flash.mk
index a8ae9b01df..1c68a0ffbe 100644
--- a/package/stm32flash/stm32flash.mk
+++ b/package/stm32flash/stm32flash.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STM32FLASH_VERSION = 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650
+STM32FLASH_VERSION = v0.6
 STM32FLASH_SITE = git://git.code.sf.net/p/stm32flash/code
 STM32FLASH_LICENSE = GPL-2.0+
 STM32FLASH_LICENSE_FILES = gpl-2.0.txt
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6
  2021-07-15 12:56 [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6 Bernhard Petschina
@ 2021-07-16 21:09 ` Thomas Petazzoni
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2021-07-16 21:09 UTC (permalink / raw)
  To: buildroot

On Thu, 15 Jul 2021 14:56:19 +0200
Bernhard Petschina <bernhard.petschina@gmail.com> wrote:

> Bump to latest official version.
> 
> Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
> ---
>  package/stm32flash/stm32flash.hash | 2 +-
>  package/stm32flash/stm32flash.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6
@ 2021-07-02 10:42     ` Bernhard Petschina
  0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Petschina @ 2021-07-02 10:42 UTC (permalink / raw)
  To: buildroot

Hello Luca,

On 02.07.2021 12:31 Luca Ceresoli wrote:
> Hi Bernhard,
>
> On 02/07/21 11:11, Bernhard Petschina wrote:
>> Bump to latest official version.
>>
>> Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
>> ---
>>   package/stm32flash/stm32flash.hash | 2 +-
>>   package/stm32flash/stm32flash.mk   | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/stm32flash/stm32flash.hash b/package/stm32flash/stm32flash.hash
>> index 1b06a8f0f0..9bfb3f3be4 100644
>> --- a/package/stm32flash/stm32flash.hash
>> +++ b/package/stm32flash/stm32flash.hash
>> @@ -1,3 +1,3 @@
>>   # Locally computed:
>> -sha256  42b7d63f6016bd75911cbb87fe85fbc4f98adf3ceecfe6d91f7956b31d18095f  stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650-br1.tar.gz
>> +sha256  f140dcf9319b0a02c9137bc3824ab4b71719cb5470b3b78bbac7bcef8f299660  stm32flash-82f16f317185b6916e5f8b5697de58960f7e48a7-br1.tar.gz
>>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  gpl-2.0.txt
>> diff --git a/package/stm32flash/stm32flash.mk b/package/stm32flash/stm32flash.mk
>> index a8ae9b01df..32ca5cf222 100644
>> --- a/package/stm32flash/stm32flash.mk
>> +++ b/package/stm32flash/stm32flash.mk
>> @@ -4,7 +4,7 @@
>>   #
>>   ################################################################################
>>   
>> -STM32FLASH_VERSION = 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650
>> +STM32FLASH_VERSION = 82f16f317185b6916e5f8b5697de58960f7e48a7
> Why not using a tag? 'v0.6' points to that exact SHA-1.

I looked at some other packages and previous commits and pretty much 
every package uses the commithash instead of a tag.
So I thought that was something lika an unwritten rule.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210702/3ba6a128/attachment.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6
@ 2021-07-02 10:42     ` Bernhard Petschina
  0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Petschina @ 2021-07-02 10:42 UTC (permalink / raw)
  To: buildroot

Hello Luca,

On 02.07.2021 12:31 Luca Ceresoli wrote:
> Hi Bernhard,
>
> On 02/07/21 11:11, Bernhard Petschina wrote:
>> Bump to latest official version.
>>
>> Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
>> ---
>>   package/stm32flash/stm32flash.hash | 2 +-
>>   package/stm32flash/stm32flash.mk   | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/stm32flash/stm32flash.hash b/package/stm32flash/stm32flash.hash
>> index 1b06a8f0f0..9bfb3f3be4 100644
>> --- a/package/stm32flash/stm32flash.hash
>> +++ b/package/stm32flash/stm32flash.hash
>> @@ -1,3 +1,3 @@
>>   # Locally computed:
>> -sha256  42b7d63f6016bd75911cbb87fe85fbc4f98adf3ceecfe6d91f7956b31d18095f  stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650-br1.tar.gz
>> +sha256  f140dcf9319b0a02c9137bc3824ab4b71719cb5470b3b78bbac7bcef8f299660  stm32flash-82f16f317185b6916e5f8b5697de58960f7e48a7-br1.tar.gz
>>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  gpl-2.0.txt
>> diff --git a/package/stm32flash/stm32flash.mk b/package/stm32flash/stm32flash.mk
>> index a8ae9b01df..32ca5cf222 100644
>> --- a/package/stm32flash/stm32flash.mk
>> +++ b/package/stm32flash/stm32flash.mk
>> @@ -4,7 +4,7 @@
>>   #
>>   ################################################################################
>>   
>> -STM32FLASH_VERSION = 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650
>> +STM32FLASH_VERSION = 82f16f317185b6916e5f8b5697de58960f7e48a7
> Why not using a tag? 'v0.6' points to that exact SHA-1.

I looked at some other packages and previous commits and pretty much 
every package uses the commithash instead of a tag.
So I thought that was something lika an unwritten rule.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210702/3ba6a128/attachment-0002.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6
       [not found] <20210702091131.817804-1-bernhard.petschina@gmail.com>
@ 2021-07-02 10:31 ` Luca Ceresoli
  2021-07-02 10:42     ` Bernhard Petschina
  0 siblings, 1 reply; 6+ messages in thread
From: Luca Ceresoli @ 2021-07-02 10:31 UTC (permalink / raw)
  To: buildroot

Hi Bernhard,

On 02/07/21 11:11, Bernhard Petschina wrote:
> Bump to latest official version.
> 
> Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
> ---
>  package/stm32flash/stm32flash.hash | 2 +-
>  package/stm32flash/stm32flash.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/stm32flash/stm32flash.hash b/package/stm32flash/stm32flash.hash
> index 1b06a8f0f0..9bfb3f3be4 100644
> --- a/package/stm32flash/stm32flash.hash
> +++ b/package/stm32flash/stm32flash.hash
> @@ -1,3 +1,3 @@
>  # Locally computed:
> -sha256  42b7d63f6016bd75911cbb87fe85fbc4f98adf3ceecfe6d91f7956b31d18095f  stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650-br1.tar.gz
> +sha256  f140dcf9319b0a02c9137bc3824ab4b71719cb5470b3b78bbac7bcef8f299660  stm32flash-82f16f317185b6916e5f8b5697de58960f7e48a7-br1.tar.gz
>  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  gpl-2.0.txt
> diff --git a/package/stm32flash/stm32flash.mk b/package/stm32flash/stm32flash.mk
> index a8ae9b01df..32ca5cf222 100644
> --- a/package/stm32flash/stm32flash.mk
> +++ b/package/stm32flash/stm32flash.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -STM32FLASH_VERSION = 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650
> +STM32FLASH_VERSION = 82f16f317185b6916e5f8b5697de58960f7e48a7

Why not using a tag? 'v0.6' points to that exact SHA-1.


-- 
Luca

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6
@ 2021-07-02  9:16 Bernhard Petschina
  0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Petschina @ 2021-07-02  9:16 UTC (permalink / raw)
  To: buildroot

Bump to latest official version.

Signed-off-by: Bernhard Petschina <bernhard.petschina@gmail.com>
---
 package/stm32flash/stm32flash.hash | 2 +-
 package/stm32flash/stm32flash.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/stm32flash/stm32flash.hash b/package/stm32flash/stm32flash.hash
index 1b06a8f0f0..9bfb3f3be4 100644
--- a/package/stm32flash/stm32flash.hash
+++ b/package/stm32flash/stm32flash.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  42b7d63f6016bd75911cbb87fe85fbc4f98adf3ceecfe6d91f7956b31d18095f  stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650-br1.tar.gz
+sha256  f140dcf9319b0a02c9137bc3824ab4b71719cb5470b3b78bbac7bcef8f299660  stm32flash-82f16f317185b6916e5f8b5697de58960f7e48a7-br1.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  gpl-2.0.txt
diff --git a/package/stm32flash/stm32flash.mk b/package/stm32flash/stm32flash.mk
index a8ae9b01df..32ca5cf222 100644
--- a/package/stm32flash/stm32flash.mk
+++ b/package/stm32flash/stm32flash.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STM32FLASH_VERSION = 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650
+STM32FLASH_VERSION = 82f16f317185b6916e5f8b5697de58960f7e48a7
 STM32FLASH_SITE = git://git.code.sf.net/p/stm32flash/code
 STM32FLASH_LICENSE = GPL-2.0+
 STM32FLASH_LICENSE_FILES = gpl-2.0.txt
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-16 21:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 12:56 [Buildroot] [PATCH 1/1] package/stm32flash: bump to version 0.6 Bernhard Petschina
2021-07-16 21:09 ` Thomas Petazzoni
     [not found] <20210702091131.817804-1-bernhard.petschina@gmail.com>
2021-07-02 10:31 ` Luca Ceresoli
2021-07-02 10:42   ` Bernhard Petschina
2021-07-02 10:42     ` Bernhard Petschina
  -- strict thread matches above, loose matches on Subject: below --
2021-07-02  9:16 Bernhard Petschina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.