All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11
@ 2017-12-14 22:25 Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 1/4] skalibs: bump version to 2.6.2.0 Eric Le Bihan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eric Le Bihan @ 2017-12-14 22:25 UTC (permalink / raw)
  To: buildroot

This series bumps all skarnet.org packages updated in release 2017.11.

Eric Le Bihan (4):
  skalibs: bump version to 2.6.2.0
  execline: bump version to 2.3.0.4
  s6: bump version to 2.6.2.0
  s6-rc: bump version to 0.3.0.1

 package/execline/execline.hash | 2 +-
 package/execline/execline.mk   | 2 +-
 package/s6-rc/s6-rc.hash       | 2 +-
 package/s6-rc/s6-rc.mk         | 2 +-
 package/s6/s6.hash             | 2 +-
 package/s6/s6.mk               | 2 +-
 package/skalibs/skalibs.hash   | 2 +-
 package/skalibs/skalibs.mk     | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

--
2.14.3

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

* [Buildroot] [PATCH 1/4] skalibs: bump version to 2.6.2.0
  2017-12-14 22:25 [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Eric Le Bihan
@ 2017-12-14 22:25 ` Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 2/4] execline: bump version to 2.3.0.4 Eric Le Bihan
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eric Le Bihan @ 2017-12-14 22:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/skalibs/skalibs.hash | 2 +-
 package/skalibs/skalibs.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/skalibs/skalibs.hash b/package/skalibs/skalibs.hash
index 1e0625f3e7..dc3bf13bb7 100644
--- a/package/skalibs/skalibs.hash
+++ b/package/skalibs/skalibs.hash
@@ -1,2 +1,2 @@
 # Locally generated
-sha256 b11f515d29768497d648c7ae87e26f7441395a056ebbe3fe89596fe6454a557a  skalibs-2.6.0.1.tar.gz
+sha256 12f9706b412367c45310ab971d204d959441895d3fea6e5e41ab8ef8d24b71b2  skalibs-2.6.2.0.tar.gz
diff --git a/package/skalibs/skalibs.mk b/package/skalibs/skalibs.mk
index 2588d276e7..de257f71d1 100644
--- a/package/skalibs/skalibs.mk
+++ b/package/skalibs/skalibs.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SKALIBS_VERSION = 2.6.0.1
+SKALIBS_VERSION = 2.6.2.0
 SKALIBS_SITE = http://skarnet.org/software/skalibs
 SKALIBS_LICENSE = ISC
 SKALIBS_LICENSE_FILES = COPYING
-- 
2.14.3

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

* [Buildroot] [PATCH 2/4] execline: bump version to 2.3.0.4
  2017-12-14 22:25 [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 1/4] skalibs: bump version to 2.6.2.0 Eric Le Bihan
@ 2017-12-14 22:25 ` Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 3/4] s6: bump version to 2.6.2.0 Eric Le Bihan
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eric Le Bihan @ 2017-12-14 22:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/execline/execline.hash | 2 +-
 package/execline/execline.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/execline/execline.hash b/package/execline/execline.hash
index 1251d8d79e..79ea5ba737 100644
--- a/package/execline/execline.hash
+++ b/package/execline/execline.hash
@@ -1,2 +1,2 @@
 # Locally generated
-sha256 1a698425740a410a38be770f98b8faf94c633e29a74ba1d25adddbb294e979f5  execline-2.3.0.3.tar.gz
+sha256 e4bb8fc8f20cca96f4bac9f0f74ebce5081b4b687bb11c79c843faf12507a64b  execline-2.3.0.4.tar.gz
diff --git a/package/execline/execline.mk b/package/execline/execline.mk
index a4f4229f6c..68131b8fa2 100644
--- a/package/execline/execline.mk
+++ b/package/execline/execline.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXECLINE_VERSION = 2.3.0.3
+EXECLINE_VERSION = 2.3.0.4
 EXECLINE_SITE = http://skarnet.org/software/execline
 EXECLINE_LICENSE = ISC
 EXECLINE_LICENSE_FILES = COPYING
-- 
2.14.3

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

* [Buildroot] [PATCH 3/4] s6: bump version to 2.6.2.0
  2017-12-14 22:25 [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 1/4] skalibs: bump version to 2.6.2.0 Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 2/4] execline: bump version to 2.3.0.4 Eric Le Bihan
@ 2017-12-14 22:25 ` Eric Le Bihan
  2017-12-14 22:25 ` [Buildroot] [PATCH 4/4] s6-rc: bump version to 0.3.0.1 Eric Le Bihan
  2017-12-15  7:59 ` [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Eric Le Bihan @ 2017-12-14 22:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/s6/s6.hash | 2 +-
 package/s6/s6.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/s6/s6.hash b/package/s6/s6.hash
index 2f498b0d6a..d2d42f44ee 100644
--- a/package/s6/s6.hash
+++ b/package/s6/s6.hash
@@ -1,2 +1,2 @@
 # Locally generated
-sha256 0172b7293d4d5607ca3ca77382fee9b87c10bd58680720b29625cf35afc75c5c  s6-2.6.1.1.tar.gz
+sha256 0313e4b55c11a3e12d2e9766971c9cc1eb0aef85ddbb5a4385923839e937acb0  s6-2.6.2.0.tar.gz
diff --git a/package/s6/s6.mk b/package/s6/s6.mk
index 3cf3885d5a..5ea68a7f7d 100644
--- a/package/s6/s6.mk
+++ b/package/s6/s6.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-S6_VERSION = 2.6.1.1
+S6_VERSION = 2.6.2.0
 S6_SITE = http://skarnet.org/software/s6
 S6_LICENSE = ISC
 S6_LICENSE_FILES = COPYING
-- 
2.14.3

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

* [Buildroot] [PATCH 4/4] s6-rc: bump version to 0.3.0.1
  2017-12-14 22:25 [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Eric Le Bihan
                   ` (2 preceding siblings ...)
  2017-12-14 22:25 ` [Buildroot] [PATCH 3/4] s6: bump version to 2.6.2.0 Eric Le Bihan
@ 2017-12-14 22:25 ` Eric Le Bihan
  2017-12-15  7:59 ` [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Eric Le Bihan @ 2017-12-14 22:25 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
 package/s6-rc/s6-rc.hash | 2 +-
 package/s6-rc/s6-rc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/s6-rc/s6-rc.hash b/package/s6-rc/s6-rc.hash
index 7ee13876f5..4c6e32a647 100644
--- a/package/s6-rc/s6-rc.hash
+++ b/package/s6-rc/s6-rc.hash
@@ -1,2 +1,2 @@
 # Locally generated
-sha256 78266a397330d35d5eac9e99d1436feba58e36f41bfe1db0fd16c4b6cc73c999  s6-rc-0.3.0.0.tar.gz
+sha256 ac0afe7adb3be24e3d0bd7ff1ed1011018751699669ce763a9562ab336fc7428  s6-rc-0.3.0.1.tar.gz
diff --git a/package/s6-rc/s6-rc.mk b/package/s6-rc/s6-rc.mk
index e651814a15..4a940ae0b6 100644
--- a/package/s6-rc/s6-rc.mk
+++ b/package/s6-rc/s6-rc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-S6_RC_VERSION = 0.3.0.0
+S6_RC_VERSION = 0.3.0.1
 S6_RC_SITE = http://skarnet.org/software/s6-rc
 S6_RC_LICENSE = ISC
 S6_RC_LICENSE_FILES = COPYING
-- 
2.14.3

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

* [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11
  2017-12-14 22:25 [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Eric Le Bihan
                   ` (3 preceding siblings ...)
  2017-12-14 22:25 ` [Buildroot] [PATCH 4/4] s6-rc: bump version to 0.3.0.1 Eric Le Bihan
@ 2017-12-15  7:59 ` Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-12-15  7:59 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 14 Dec 2017 23:25:54 +0100, Eric Le Bihan wrote:

> Eric Le Bihan (4):
>   skalibs: bump version to 2.6.2.0
>   execline: bump version to 2.3.0.4
>   s6: bump version to 2.6.2.0
>   s6-rc: bump version to 0.3.0.1

Applied, thanks. If you have the time to add the hashes for the license
files, that would be a nice addition.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-12-15  7:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 22:25 [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 Eric Le Bihan
2017-12-14 22:25 ` [Buildroot] [PATCH 1/4] skalibs: bump version to 2.6.2.0 Eric Le Bihan
2017-12-14 22:25 ` [Buildroot] [PATCH 2/4] execline: bump version to 2.3.0.4 Eric Le Bihan
2017-12-14 22:25 ` [Buildroot] [PATCH 3/4] s6: bump version to 2.6.2.0 Eric Le Bihan
2017-12-14 22:25 ` [Buildroot] [PATCH 4/4] s6-rc: bump version to 0.3.0.1 Eric Le Bihan
2017-12-15  7:59 ` [Buildroot] [PATCH 0/4] Bump skarnet.org packages to 2017.11 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.