diff mbox series

[v1] package/bcm2835: bump version to 1.70

Message ID 20211018181155.16110-1-ps.report@gmx.net
State Accepted
Headers show
Series [v1] package/bcm2835: bump version to 1.70 | expand

Commit Message

Peter Seiderer Oct. 18, 2021, 6:11 p.m. UTC
Changelog (since 1.68):

  - 1.69, 2021-03-30 Added link to Ada bindings by Tama McGlinn.
    Fixed problem with undefined off_t on some compilers.
  - 1.70, Patch to ensure compilation with gcc -std=c99, as reported by
    John Blaiklock. Fix some inconsistencies in version numbers.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/bcm2835/bcm2835.hash | 2 +-
 package/bcm2835/bcm2835.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Oct. 18, 2021, 7:16 p.m. UTC | #1
On Mon, 18 Oct 2021 20:11:55 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Changelog (since 1.68):
> 
>   - 1.69, 2021-03-30 Added link to Ada bindings by Tama McGlinn.
>     Fixed problem with undefined off_t on some compilers.
>   - 1.70, Patch to ensure compilation with gcc -std=c99, as reported by
>     John Blaiklock. Fix some inconsistencies in version numbers.
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/bcm2835/bcm2835.hash | 2 +-
>  package/bcm2835/bcm2835.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/bcm2835/bcm2835.hash b/package/bcm2835/bcm2835.hash
index e366f19038..c9f7acfd01 100644
--- a/package/bcm2835/bcm2835.hash
+++ b/package/bcm2835/bcm2835.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  b7eda59fd7bc3cb97fdac14e8455e86ddad75006d69270358ac8d00108e369a9  bcm2835-1.68.tar.gz
+sha256  c062a8a1cf1dc1ba1ca3978451d2f668b66f7ce5548200a0f4a8bb2117b1b2c9  bcm2835-1.70.tar.gz
 sha256  8b1ba204bb69a0ade2bfcf65ef294a920f6bb361b317dba43c7ef29d96332b9b  COPYING
diff --git a/package/bcm2835/bcm2835.mk b/package/bcm2835/bcm2835.mk
index 1ddd035818..e9d7256f19 100644
--- a/package/bcm2835/bcm2835.mk
+++ b/package/bcm2835/bcm2835.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BCM2835_VERSION = 1.68
+BCM2835_VERSION = 1.70
 BCM2835_SITE = http://www.airspayce.com/mikem/bcm2835
 BCM2835_LICENSE = GPL-3.0
 BCM2835_LICENSE_FILES = COPYING