* [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01
@ 2018-01-07 19:08 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 1/9] skalibs: bump version to 2.6.3.0 Eric Le Bihan
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
This series bumps skarnet.org packages to 2018.01 release and add license
hashes.
Eric Le Bihan (9):
skalibs: bump version to 2.6.3.0
s6: bump version to 2.7.0.0
s6-rc: bump version to 0.4.0.0
s6-dns: bump version to 2.3.0.0
execline: add license hash
s6-linux-init: add license hash
s6-networking: add license hash
s6-portable-utils: add license hash
s6-linux-utils: add license hash
package/execline/execline.hash | 1 +
package/s6-dns/s6-dns.hash | 3 ++-
package/s6-dns/s6-dns.mk | 2 +-
package/s6-linux-init/s6-linux-init.hash | 1 +
package/s6-linux-utils/s6-linux-utils.hash | 1 +
package/s6-networking/s6-networking.hash | 1 +
package/s6-portable-utils/s6-portable-utils.hash | 1 +
package/s6-rc/s6-rc.hash | 3 ++-
package/s6-rc/s6-rc.mk | 2 +-
package/s6/s6.hash | 3 ++-
package/s6/s6.mk | 2 +-
package/skalibs/skalibs.hash | 3 ++-
package/skalibs/skalibs.mk | 2 +-
13 files changed, 17 insertions(+), 8 deletions(-)
--
2.14.3
^ permalink raw reply [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 1/9] skalibs: bump version to 2.6.3.0
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 2/9] s6: bump version to 2.7.0.0 Eric Le Bihan
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Also add license hash.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/skalibs/skalibs.hash | 3 ++-
package/skalibs/skalibs.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/skalibs/skalibs.hash b/package/skalibs/skalibs.hash
index dc3bf13bb7..0936c09a43 100644
--- a/package/skalibs/skalibs.hash
+++ b/package/skalibs/skalibs.hash
@@ -1,2 +1,3 @@
# Locally generated
-sha256 12f9706b412367c45310ab971d204d959441895d3fea6e5e41ab8ef8d24b71b2 skalibs-2.6.2.0.tar.gz
+sha256 81d63a1918189036e9cc679d9b327d36a6056bba89132f35bb1c45b50ceb7226 skalibs-2.6.3.0.tar.gz
+sha256 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012 COPYING
diff --git a/package/skalibs/skalibs.mk b/package/skalibs/skalibs.mk
index de257f71d1..b8bb8e9576 100644
--- a/package/skalibs/skalibs.mk
+++ b/package/skalibs/skalibs.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SKALIBS_VERSION = 2.6.2.0
+SKALIBS_VERSION = 2.6.3.0
SKALIBS_SITE = http://skarnet.org/software/skalibs
SKALIBS_LICENSE = ISC
SKALIBS_LICENSE_FILES = COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 2/9] s6: bump version to 2.7.0.0
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 1/9] skalibs: bump version to 2.6.3.0 Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 3/9] s6-rc: bump version to 0.4.0.0 Eric Le Bihan
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Also add license hash.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6/s6.hash | 3 ++-
package/s6/s6.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/s6/s6.hash b/package/s6/s6.hash
index d2d42f44ee..4a20e0f914 100644
--- a/package/s6/s6.hash
+++ b/package/s6/s6.hash
@@ -1,2 +1,3 @@
# Locally generated
-sha256 0313e4b55c11a3e12d2e9766971c9cc1eb0aef85ddbb5a4385923839e937acb0 s6-2.6.2.0.tar.gz
+sha256 6617cbf82c73273c67c6102a1a5c48449ef65ffbe8d0db6a587b7f0078dc6e13 s6-2.7.0.0.tar.gz
+sha256 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012 COPYING
diff --git a/package/s6/s6.mk b/package/s6/s6.mk
index 5ea68a7f7d..5556bfff93 100644
--- a/package/s6/s6.mk
+++ b/package/s6/s6.mk
@@ -4,7 +4,7 @@
#
################################################################################
-S6_VERSION = 2.6.2.0
+S6_VERSION = 2.7.0.0
S6_SITE = http://skarnet.org/software/s6
S6_LICENSE = ISC
S6_LICENSE_FILES = COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 3/9] s6-rc: bump version to 0.4.0.0
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 1/9] skalibs: bump version to 2.6.3.0 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 2/9] s6: bump version to 2.7.0.0 Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 4/9] s6-dns: bump version to 2.3.0.0 Eric Le Bihan
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Also add license hash.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6-rc/s6-rc.hash | 3 ++-
package/s6-rc/s6-rc.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/s6-rc/s6-rc.hash b/package/s6-rc/s6-rc.hash
index 4c6e32a647..76ab69df18 100644
--- a/package/s6-rc/s6-rc.hash
+++ b/package/s6-rc/s6-rc.hash
@@ -1,2 +1,3 @@
# Locally generated
-sha256 ac0afe7adb3be24e3d0bd7ff1ed1011018751699669ce763a9562ab336fc7428 s6-rc-0.3.0.1.tar.gz
+sha256 96b8e7f275d42113b9ba7ef1d8856f64183b9421c39702f8332e6f5686496fba s6-rc-0.4.0.0.tar.gz
+sha256 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3 COPYING
diff --git a/package/s6-rc/s6-rc.mk b/package/s6-rc/s6-rc.mk
index 4a940ae0b6..396adaeaf4 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.1
+S6_RC_VERSION = 0.4.0.0
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] 11+ messages in thread
* [Buildroot] [PATCH 4/9] s6-dns: bump version to 2.3.0.0
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (2 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 3/9] s6-rc: bump version to 0.4.0.0 Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 5/9] execline: add license hash Eric Le Bihan
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Also add license hash.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6-dns/s6-dns.hash | 3 ++-
package/s6-dns/s6-dns.mk | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/s6-dns/s6-dns.hash b/package/s6-dns/s6-dns.hash
index 2e019ce7d6..483d4f0e4b 100644
--- a/package/s6-dns/s6-dns.hash
+++ b/package/s6-dns/s6-dns.hash
@@ -1,2 +1,3 @@
# Locally generated
-sha256 e31b454aef2bd0e35afb497c42dd0d49c011e0535ad2bf4dd6719afcf6e5e6b4 s6-dns-2.2.0.1.tar.gz
+sha256 a828583e48741927c88de3822283c317c792ffc15d5e9043f29625b87ba38740 s6-dns-2.3.0.0.tar.gz
+sha256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f COPYING
diff --git a/package/s6-dns/s6-dns.mk b/package/s6-dns/s6-dns.mk
index f0c63f35c3..42639aa9c4 100644
--- a/package/s6-dns/s6-dns.mk
+++ b/package/s6-dns/s6-dns.mk
@@ -4,7 +4,7 @@
#
################################################################################
-S6_DNS_VERSION = 2.2.0.1
+S6_DNS_VERSION = 2.3.0.0
S6_DNS_SITE = http://skarnet.org/software/s6-dns
S6_DNS_LICENSE = ISC
S6_DNS_LICENSE_FILES = COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 5/9] execline: add license hash
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (3 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 4/9] s6-dns: bump version to 2.3.0.0 Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 6/9] s6-linux-init: " Eric Le Bihan
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/execline/execline.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/execline/execline.hash b/package/execline/execline.hash
index 79ea5ba737..0e64ed9090 100644
--- a/package/execline/execline.hash
+++ b/package/execline/execline.hash
@@ -1,2 +1,3 @@
# Locally generated
sha256 e4bb8fc8f20cca96f4bac9f0f74ebce5081b4b687bb11c79c843faf12507a64b execline-2.3.0.4.tar.gz
+sah256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 6/9] s6-linux-init: add license hash
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (4 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 5/9] execline: add license hash Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 7/9] s6-networking: " Eric Le Bihan
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6-linux-init/s6-linux-init.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/s6-linux-init/s6-linux-init.hash b/package/s6-linux-init/s6-linux-init.hash
index 2ba3657ec3..03aeaf3abf 100644
--- a/package/s6-linux-init/s6-linux-init.hash
+++ b/package/s6-linux-init/s6-linux-init.hash
@@ -1,2 +1,3 @@
# Locally generated
sha256 9ee2e8a5abc250bcb2be7d07566592ba5cbe3abce858f60853d3ac45b1ccdd79 s6-linux-init-0.3.1.1.tar.gz
+sha256 43cdbc05eceb0781d71a0661bbb6b9335efc4b733fbd02847c0c6667fd440993 COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 7/9] s6-networking: add license hash
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (5 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 6/9] s6-linux-init: " Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 8/9] s6-portable-utils: " Eric Le Bihan
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6-networking/s6-networking.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/s6-networking/s6-networking.hash b/package/s6-networking/s6-networking.hash
index 3ba64b15a1..46f88e038c 100644
--- a/package/s6-networking/s6-networking.hash
+++ b/package/s6-networking/s6-networking.hash
@@ -1,2 +1,3 @@
# Locally generated
sha256 d81968756abbcecde6a872c89d82f643cd621a0c295c2c57650705dbe875481a s6-networking-2.3.0.2.tar.gz
+sha256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 8/9] s6-portable-utils: add license hash
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (6 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 7/9] s6-networking: " Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 9/9] s6-linux-utils: " Eric Le Bihan
2018-01-07 20:38 ` [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Thomas Petazzoni
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6-portable-utils/s6-portable-utils.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/s6-portable-utils/s6-portable-utils.hash b/package/s6-portable-utils/s6-portable-utils.hash
index 52097ed380..f27d0b8cc1 100644
--- a/package/s6-portable-utils/s6-portable-utils.hash
+++ b/package/s6-portable-utils/s6-portable-utils.hash
@@ -1,2 +1,3 @@
# Locally generated
sha256 6ae239d2c458a81c92b5d616129e443874f925bf3da02589913a1a3b708c4531 s6-portable-utils-2.2.1.1.tar.gz
+sha256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 9/9] s6-linux-utils: add license hash
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (7 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 8/9] s6-portable-utils: " Eric Le Bihan
@ 2018-01-07 19:08 ` Eric Le Bihan
2018-01-07 20:38 ` [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Thomas Petazzoni
9 siblings, 0 replies; 11+ messages in thread
From: Eric Le Bihan @ 2018-01-07 19:08 UTC (permalink / raw)
To: buildroot
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
---
package/s6-linux-utils/s6-linux-utils.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/s6-linux-utils/s6-linux-utils.hash b/package/s6-linux-utils/s6-linux-utils.hash
index 70870ab914..34fc5ea9b1 100644
--- a/package/s6-linux-utils/s6-linux-utils.hash
+++ b/package/s6-linux-utils/s6-linux-utils.hash
@@ -1,2 +1,3 @@
# Locally generated
sha256 9562ef293c916c4448d16fcbbc065eb28fd995ac34cd3538179cbc3ee056ab93 s6-linux-utils-2.4.0.1.tar.gz
+sha256 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f COPYING
--
2.14.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
` (8 preceding siblings ...)
2018-01-07 19:08 ` [Buildroot] [PATCH 9/9] s6-linux-utils: " Eric Le Bihan
@ 2018-01-07 20:38 ` Thomas Petazzoni
9 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2018-01-07 20:38 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 7 Jan 2018 20:08:44 +0100, Eric Le Bihan wrote:
>
> Eric Le Bihan (9):
> skalibs: bump version to 2.6.3.0
> s6: bump version to 2.7.0.0
> s6-rc: bump version to 0.4.0.0
> s6-dns: bump version to 2.3.0.0
> execline: add license hash
> s6-linux-init: add license hash
> s6-networking: add license hash
> s6-portable-utils: add license hash
> s6-linux-utils: add license hash
All applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2018-01-07 20:38 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 19:08 [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 1/9] skalibs: bump version to 2.6.3.0 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 2/9] s6: bump version to 2.7.0.0 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 3/9] s6-rc: bump version to 0.4.0.0 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 4/9] s6-dns: bump version to 2.3.0.0 Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 5/9] execline: add license hash Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 6/9] s6-linux-init: " Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 7/9] s6-networking: " Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 8/9] s6-portable-utils: " Eric Le Bihan
2018-01-07 19:08 ` [Buildroot] [PATCH 9/9] s6-linux-utils: " Eric Le Bihan
2018-01-07 20:38 ` [Buildroot] [PATCH 0/9] Bump skarnet.org packages to 2018.01 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox