From 80b1d93d8b783e59ae65a0940e74955dbef3f462 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 9 Oct 2022 17:59:32 +0200 Subject: [PATCH] package/s6: bump to v2.11.1.2 Summary of changes: - execline optional dependency bumped to 2.9.0.1. - skalibs dependency bumped to 2.12.0.0. - nsss optional dependency bumped to 0.2.0.1. - s6-svwait now supports the -r and -R options, to wait for service restarts. - The s6/lock.h, s6/supervise.h and s6/fdholder.h headers replace their previous versions that had an extra s6 prefix. - New binaries: s6-svlink, s6-svunlink, and s6-socklog. License hash updated due to copyright year change. Signed-off-by: Joachim Wiberg Signed-off-by: Thomas Petazzoni --- package/s6/s6.hash | 4 ++-- package/s6/s6.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/s6/s6.hash b/package/s6/s6.hash index a829700d97..3c5ce4265a 100644 --- a/package/s6/s6.hash +++ b/package/s6/s6.hash @@ -1,3 +1,3 @@ # Locally generated -sha256 1d21373151704150df0e8ed199f097f6ee5d2befb9a68aca4f20f3862e5d8757 s6-2.10.0.3.tar.gz -sha256 adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec COPYING +sha256 6c1474be3e889dac392cee307abe015cd4be0c85c725c84ea7f184f0e34503a2 s6-2.11.1.2.tar.gz +sha256 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754 COPYING diff --git a/package/s6/s6.mk b/package/s6/s6.mk index ead82d7eaf..78962ed159 100644 --- a/package/s6/s6.mk +++ b/package/s6/s6.mk @@ -4,7 +4,7 @@ # ################################################################################ -S6_VERSION = 2.10.0.3 +S6_VERSION = 2.11.1.2 S6_SITE = http://skarnet.org/software/s6 S6_LICENSE = ISC S6_LICENSE_FILES = COPYING