Skip to content

Commit f95db9b

Browse files
committed
version: 3.2.0.1
This version uses the latest skarnet.org packages. It is only a maintenance release. Signed-off-by: Laurent Bercot <[email protected]>
1 parent e2738d1 commit f95db9b

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Build the following Dockerfile and try it out:
4242
```
4343
# Use your favorite image
4444
FROM ubuntu
45-
ARG S6_OVERLAY_VERSION=3.2.0.0
45+
ARG S6_OVERLAY_VERSION=3.2.0.1
4646
4747
RUN apt-get update && apt-get install -y nginx xz-utils
4848
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
@@ -958,7 +958,7 @@ RUN cd /tmp && sha256sum -c *.sha256
958958

959959
### `USER` directive
960960

961-
As of version 3.2.0.0, s6-overlay has limited support for running as a user other than `root`:
961+
As of version 3.2.0.1, s6-overlay has limited support for running as a user other than `root`:
962962

963963
* Tools like `fix-attrs` and `logutil-service` are unlikely to work (they rely
964964
on being able to change UIDs).

conf/defaults.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.6.0
44

55
# The version of the software being built.
6-
VERSION := 3.2.0.0
6+
VERSION := 3.2.0.1
77

88
# Where stuff is going to be built. Change for out-of-tree builds.
99
OUTPUT := output
@@ -21,7 +21,7 @@ TOOLCHAIN_PATH :=
2121

2222
# When fetching one from the web, what version we want.
2323
# Only a few versions are available, don't change blindly.
24-
TOOLCHAIN_VERSION := 14.1.0
24+
TOOLCHAIN_VERSION := 14.2.0
2525

2626
# For fetching toolchains: the download command.
2727
# Change to curl -O if you don't have wget.

conf/versions

+19-19
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
# These version numbers are either git commit hashes or git tags.
44
# Try to keep to the latest commits.
55

6-
BEARSSL_VERSION=79c060eea3eea1257797f15ea1608a9a9923aa6f
6+
BEARSSL_VERSION=3c040368f6791553610e362401db1efff4b4c5b8
77
# BEARSSL_VERSION=v0.6
88

9-
# SKALIBS_VERSION=4dcf9fa0521a1c4243c28fb2f657d8029317e55e
10-
SKALIBS_VERSION=v2.14.2.0
9+
# SKALIBS_VERSION=18290598b001146c684d5b67762007fee0182071
10+
SKALIBS_VERSION=v2.14.3.0
1111

12-
# EXECLINE_VERSION=9983edf33b1eb4d91bf1187f8e4b7c0c3d288e53
13-
EXECLINE_VERSION=v2.9.6.0
12+
# EXECLINE_VERSION=7966e2038925e3be60e82402673dcf080b6b3a89
13+
EXECLINE_VERSION=v2.9.6.1
1414

15-
# S6_VERSION=9778ca30e4415698dbb1f736cf5fe132a7cec04d
16-
S6_VERSION=v2.13.0.0
15+
# S6_VERSION=83af5922365b2c6e9decc7c8d6168deb76994e85
16+
S6_VERSION=v2.13.1.0
1717

18-
# S6_RC_VERSION=f3a8a60eb872096084c98ccaabf65656df349998
19-
S6_RC_VERSION=v0.5.4.3
18+
# S6_RC_VERSION=7ea129564e5df90963fe0d3302dd3244050fa3af
19+
S6_RC_VERSION=v0.5.5.0
2020

21-
# S6_LINUX_INIT_VERSION=28787fc0512f8df17809c1a0507da2bfed552082
22-
S6_LINUX_INIT_VERSION=v1.1.2.0
21+
# S6_LINUX_INIT_VERSION=69f6e33e931e0302c94ceea83c691644d64a943d
22+
S6_LINUX_INIT_VERSION=v1.1.2.1
2323

24-
# S6_PORTABLE_UTILS_VERSION=00ad09ecf7ad44e32c3cc54819bbf50e944fd4f9
25-
S6_PORTABLE_UTILS_VERSION=v2.3.0.3
24+
# S6_PORTABLE_UTILS_VERSION=133a98cfccabd660afe2d59c142e0f83ebd88b28
25+
S6_PORTABLE_UTILS_VERSION=v2.3.0.4
2626

27-
# S6_LINUX_UTILS_VERSION=4ac235b523cd1b50bd681e31c8241a2b8bdd3060
28-
S6_LINUX_UTILS_VERSION=v2.6.2.0
27+
# S6_LINUX_UTILS_VERSION=8de20625f671a4c45abfc46821651476cf6d5fe6
28+
S6_LINUX_UTILS_VERSION=v2.6.2.1
2929

30-
# S6_DNS_VERSION=33e4b9d9137b5dbb02a087956f1558ef30647aea
31-
S6_DNS_VERSION=v2.3.7.2
30+
# S6_DNS_VERSION=0d15ddfe8aaa1faf94a3734091c70739fcbb28e4
31+
#S6_DNS_VERSION=v2.4.0.0
3232

33-
# S6_NETWORKING_VERSION=42cb4c7b043964874caea0268b6c814e68a6e7a5
34-
S6_NETWORKING_VERSION=v2.7.0.3
33+
# S6_NETWORKING_VERSION=f7965cf9e2f22d94b33aec470479f31cedc2e4f8
34+
S6_NETWORKING_VERSION=v2.7.0.4
3535

3636
# S6_OVERLAY_HELPERS_VERSION=a6281ad45dd43f4e8ddb6818a9b0513e391e64bb
3737
S6_OVERLAY_HELPERS_VERSION=v0.1.1.0

0 commit comments

Comments
 (0)