All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3
@ 2020-04-30  1:16 Ryan Barnett
  2020-04-30  1:16 ` [Buildroot] [PATCH 2/2] package/ser2net: bump to version 4.1.7 Ryan Barnett
  2020-05-01 12:10 ` [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Ryan Barnett @ 2020-04-30  1:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
---
 package/gensio/gensio.hash | 6 +++---
 package/gensio/gensio.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/gensio/gensio.hash b/package/gensio/gensio.hash
index be78696b5a..c9da6f3cdc 100644
--- a/package/gensio/gensio.hash
+++ b/package/gensio/gensio.hash
@@ -1,7 +1,7 @@
 # From https://sourceforge.net/projects/ser2net/files/ser2net/
-md5  6676c877275f3475b59f584204d94daa  gensio-2.0.1.tar.gz
-sha1  0624b6ea0c9b939454df1e0265b20fdacd5383b1  gensio-2.0.1.tar.gz
+md5  76466adbd15aae9d0af7207a921935b5  gensio-2.0.3.tar.gz
+sha1  da14b4903e8422745dd6193b41385ad2e1bd1fff  gensio-2.0.3.tar.gz
 # Locally computed:
-sha256  92333a2f0baa3d77a6ff13a81ae165e871d70e8a583882c46363fe4b710c7348  gensio-2.0.1.tar.gz
+sha256  f19cfcef8187a01b0168931c2b80d065c8bba6004e06fab62745ca512374d706  gensio-2.0.3.tar.gz
 sha256  501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1  COPYING
 sha256  dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89  COPYING.LIB
diff --git a/package/gensio/gensio.mk b/package/gensio/gensio.mk
index 101f2c2574..17388ad3c6 100644
--- a/package/gensio/gensio.mk
+++ b/package/gensio/gensio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GENSIO_VERSION = 2.0.1
+GENSIO_VERSION = 2.0.3
 GENSIO_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
 GENSIO_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
 GENSIO_LICENSE_FILES = COPYING.LIB COPYING
-- 
2.17.1

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

* [Buildroot] [PATCH 2/2] package/ser2net: bump to version 4.1.7
  2020-04-30  1:16 [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3 Ryan Barnett
@ 2020-04-30  1:16 ` Ryan Barnett
  2020-05-01 12:10   ` Thomas Petazzoni
  2020-05-01 12:10 ` [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Ryan Barnett @ 2020-04-30  1:16 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
---
 package/ser2net/ser2net.hash | 6 +++---
 package/ser2net/ser2net.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/ser2net/ser2net.hash b/package/ser2net/ser2net.hash
index 1eaad2c584..91d97e74fc 100644
--- a/package/ser2net/ser2net.hash
+++ b/package/ser2net/ser2net.hash
@@ -1,6 +1,6 @@
 # From https://sourceforge.net/projects/ser2net/files/ser2net/
-md5  96498fab618ff23ae2791eefc86a5066  ser2net-4.1.6.tar.gz
-sha1  3b31fbbbdab2c658bb0dc19ed93c7d8474ecdd25  ser2net-4.1.6.tar.gz
+md5  504345864f6110d5b6b63ad1f2ba3ed9  ser2net-4.1.7.tar.gz
+sha1  8268c2f7937152a7bbbac6d2f289c257d11deb69  ser2net-4.1.7.tar.gz
 # Locally computed:
-sha256  757505db9afc21a448cb008a3b9a9040cdc17c348ef42a55c9e672d4ccf71e9f  ser2net-4.1.6.tar.gz
+sha256  55bbeeed58eda7514ba7a52d14a930e57e1e5c6fd785a84ca0dd7c3b5615e0a5  ser2net-4.1.7.tar.gz
 sha256  501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1  COPYING
diff --git a/package/ser2net/ser2net.mk b/package/ser2net/ser2net.mk
index da0aa6c156..1f29e2950e 100644
--- a/package/ser2net/ser2net.mk
+++ b/package/ser2net/ser2net.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SER2NET_VERSION = 4.1.6
+SER2NET_VERSION = 4.1.7
 SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
 SER2NET_LICENSE = GPL-2.0+
 SER2NET_LICENSE_FILES = COPYING
-- 
2.17.1

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

* [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3
  2020-04-30  1:16 [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3 Ryan Barnett
  2020-04-30  1:16 ` [Buildroot] [PATCH 2/2] package/ser2net: bump to version 4.1.7 Ryan Barnett
@ 2020-05-01 12:10 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-01 12:10 UTC (permalink / raw)
  To: buildroot

On Wed, 29 Apr 2020 20:16:55 -0500
Ryan Barnett <ryanbarnett3@gmail.com> wrote:

> Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
> ---
>  package/gensio/gensio.hash | 6 +++---
>  package/gensio/gensio.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 2/2] package/ser2net: bump to version 4.1.7
  2020-04-30  1:16 ` [Buildroot] [PATCH 2/2] package/ser2net: bump to version 4.1.7 Ryan Barnett
@ 2020-05-01 12:10   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-01 12:10 UTC (permalink / raw)
  To: buildroot

On Wed, 29 Apr 2020 20:16:56 -0500
Ryan Barnett <ryanbarnett3@gmail.com> wrote:

> Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
> ---
>  package/ser2net/ser2net.hash | 6 +++---
>  package/ser2net/ser2net.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

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

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

end of thread, other threads:[~2020-05-01 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  1:16 [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3 Ryan Barnett
2020-04-30  1:16 ` [Buildroot] [PATCH 2/2] package/ser2net: bump to version 4.1.7 Ryan Barnett
2020-05-01 12:10   ` Thomas Petazzoni
2020-05-01 12:10 ` [Buildroot] [PATCH 1/2] package/gensio: bump to version 2.0.3 Thomas Petazzoni

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.