diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-30 22:02:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-30 22:02:31 +0000 |
commit | f3cd8ba5db865e204d1dd6bcd9fbbbeaedaeb668 (patch) | |
tree | e11fdffb2bf04a52d7bf5b88563eabbccd3f8a37 /sub | |
parent | af120388379268bb19052112242899f97fd26282 (diff) | |
download | lh-bootstrap-f3cd8ba5db865e204d1dd6bcd9fbbbeaedaeb668.tar.xz |
Use fixed multicall versions
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-rw-r--r-- | sub/skarnet.org/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sub/skarnet.org/Makefile b/sub/skarnet.org/Makefile index 40f1bb2..7f8f52b 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -8,7 +8,7 @@ NSSS_VERSION := b773c2e7bda84ccc98f6826edcde7bab8741830e UTMPS_VERSION := d5c9e14276ccda11cb01dff110623075f0f330a5 # UTMPS_VERSION := v0.1.2.2 -EXECLINE_VERSION=132bd3d98190a57094cb98e6970bf0346cceeb63 +EXECLINE_VERSION=61d68e5efd9b81f0df3303c1a1bdefcf7688d3f1 # EXECLINE_VERSION := v2.9.4.0 S6_VERSION=0c3cf16e675a65a15b9167c45179cf5c66b826e7 @@ -20,10 +20,10 @@ S6_RC_VERSION=940e4bb20f7927a54c9ee92bcea1c54f8b60666d S6_LINUX_INIT_VERSION=421ff132dee36124fd6fe4eaaffe3576179c3812 # S6_LINUX_INIT_VERSION := v1.1.2.0 -S6_PORTABLE_UTILS_VERSION=0cc88a66c338b91d79084383ba374d82da87e837 +S6_PORTABLE_UTILS_VERSION=aed143be3f5deace8e7b57ed48151fc17265cd9b # S6_PORTABLE_UTILS_VERSION := v2.3.0.3 -S6_LINUX_UTILS_VERSION=c81714aaecf508acfe125147c0b44587d0a5f0de +S6_LINUX_UTILS_VERSION=d492e79229d1f5f96c5c618cbd5504ffb32e2d72 # S6_LINUX_UTILS_VERSION=v2.6.2.0 S6_DNS_VERSION=2ac33222d297ad53bfdc15aa10563cf2c7eea042 |