All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libuv: bump to version 1.34.1
@ 2020-01-20  9:12 Jörg Krause
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34 Jörg Krause
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jörg Krause @ 2020-01-20  9:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/libuv/libuv.hash | 2 +-
 package/libuv/libuv.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libuv/libuv.hash b/package/libuv/libuv.hash
index e49822ad0d..923cd1cb37 100644
--- a/package/libuv/libuv.hash
+++ b/package/libuv/libuv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  2c36b49bcf82c0d06ab0d77f98805605efa071d58ca29dee7c790912598b005d  libuv-1.34.0.tar.gz
+sha256  e3e0105c9b26e181e0547607cb6893462beb0c652674c3795766b2e5555288b3  libuv-1.34.1.tar.gz
 sha256  6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b  LICENSE
diff --git a/package/libuv/libuv.mk b/package/libuv/libuv.mk
index 4865c54551..d7160d1e0a 100644
--- a/package/libuv/libuv.mk
+++ b/package/libuv/libuv.mk
@@ -6,7 +6,7 @@
 
 # When bumping libuv, check if a new version of uvw is available
 # and bump it too.
-LIBUV_VERSION = 1.34.0
+LIBUV_VERSION = 1.34.1
 LIBUV_SITE = $(call github,libuv,libuv,v$(LIBUV_VERSION))
 LIBUV_DEPENDENCIES = host-pkgconf
 LIBUV_INSTALL_STAGING = YES
-- 
2.25.0

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

* [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34
  2020-01-20  9:12 [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Jörg Krause
@ 2020-01-20  9:12 ` Jörg Krause
  2020-01-20 19:03   ` Peter Korsgaard
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/luv: bump to version 1.34.1-1 Jörg Krause
  2020-01-20 19:03 ` [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Jörg Krause @ 2020-01-20  9:12 UTC (permalink / raw)
  To: buildroot

The copyright year was updated in LICENSE, therefore the value of the
hash was updated, too.

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/uvw/uvw.hash | 4 ++--
 package/uvw/uvw.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/uvw/uvw.hash b/package/uvw/uvw.hash
index 0fd93d3924..c74db9b916 100644
--- a/package/uvw/uvw.hash
+++ b/package/uvw/uvw.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  e10b3ea2df202ef8de24b9922cc30f4de89f30ed4533a6ebfc9d979e7b7c66aa  uvw-2.3.0_libuv-v1.34.tar.gz
-sha256  ea786619b4d1b2ba0a188e923111122dfefea1d01c86e37f9e8c80bdbc3ea400  LICENSE
+sha256  578179ee76d010c5c9fb180a1b60e45e9f04968718d62c51ec0f71b43564bab9  uvw-2.3.1_libuv-v1.34.tar.gz
+sha256  755b2f245af22830c15b60c54469c0d92fbed42009b0d0074cec4b3959905757  LICENSE
diff --git a/package/uvw/uvw.mk b/package/uvw/uvw.mk
index 46ee05bb08..71b23b2ac1 100644
--- a/package/uvw/uvw.mk
+++ b/package/uvw/uvw.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UVW_VERSION = 2.3.0_libuv-v1.34
+UVW_VERSION = 2.3.1_libuv-v1.34
 UVW_SITE = $(call github,skypjack,uvw,v$(UVW_VERSION))
 UVW_INSTALL_STAGING = YES
 UVW_INSTALL_TARGET = NO
-- 
2.25.0

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

* [Buildroot] [PATCH] package/luv: bump to version 1.34.1-1
  2020-01-20  9:12 [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Jörg Krause
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34 Jörg Krause
@ 2020-01-20  9:12 ` Jörg Krause
  2020-01-20 19:03   ` Peter Korsgaard
  2020-01-20 19:03 ` [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Jörg Krause @ 2020-01-20  9:12 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/luv/luv.hash | 2 +-
 package/luv/luv.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/luv/luv.hash b/package/luv/luv.hash
index 1f1d65c3f9..388bba9ebd 100644
--- a/package/luv/luv.hash
+++ b/package/luv/luv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3  luv-1.32.0-0.tar.gz
+sha256 e8267a65149a16ea279bc767c554b1441f8b52ec5ee48fe7d60b3f4106592aba  luv-1.34.1-1.tar.gz
 sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
diff --git a/package/luv/luv.mk b/package/luv/luv.mk
index 5723bc02e4..c1af508562 100644
--- a/package/luv/luv.mk
+++ b/package/luv/luv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUV_VERSION = 1.32.0-0
+LUV_VERSION = 1.34.1-1
 LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION)
 LUV_LICENSE = Apache-2.0
 LUV_LICENSE_FILES = LICENSE.txt
-- 
2.25.0

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

* [Buildroot] [PATCH] package/libuv: bump to version 1.34.1
  2020-01-20  9:12 [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Jörg Krause
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34 Jörg Krause
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/luv: bump to version 1.34.1-1 Jörg Krause
@ 2020-01-20 19:03 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-01-20 19:03 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:

 > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/luv: bump to version 1.34.1-1
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/luv: bump to version 1.34.1-1 Jörg Krause
@ 2020-01-20 19:03   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-01-20 19:03 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:

 > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34
  2020-01-20  9:12 ` [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34 Jörg Krause
@ 2020-01-20 19:03   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-01-20 19:03 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:

 > The copyright year was updated in LICENSE, therefore the value of the
 > hash was updated, too.

 > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-01-20 19:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20  9:12 [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Jörg Krause
2020-01-20  9:12 ` [Buildroot] [PATCH] package/uvw: bump to version 2.3.1_libuv-v1.34 Jörg Krause
2020-01-20 19:03   ` Peter Korsgaard
2020-01-20  9:12 ` [Buildroot] [PATCH] package/luv: bump to version 1.34.1-1 Jörg Krause
2020-01-20 19:03   ` Peter Korsgaard
2020-01-20 19:03 ` [Buildroot] [PATCH] package/libuv: bump to version 1.34.1 Peter Korsgaard

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.