diff --git a/README.md b/README.md index 10ea1b7..6b7da81 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Build the following Dockerfile and try it out: ``` # Use your favorite image FROM ubuntu -ARG S6_OVERLAY_VERSION=3.2.0.0 +ARG S6_OVERLAY_VERSION=3.2.0.1 RUN apt-get update && apt-get install -y nginx xz-utils RUN echo "daemon off;" >> /etc/nginx/nginx.conf @@ -958,7 +958,7 @@ RUN cd /tmp && sha256sum -c *.sha256 ### `USER` directive -As of version 3.2.0.0, s6-overlay has limited support for running as a user other than `root`: +As of version 3.2.0.1, s6-overlay has limited support for running as a user other than `root`: * Tools like `fix-attrs` and `logutil-service` are unlikely to work (they rely on being able to change UIDs). diff --git a/conf/defaults.mk b/conf/defaults.mk index e0dec0d..86b2581 100644 --- a/conf/defaults.mk +++ b/conf/defaults.mk @@ -3,7 +3,7 @@ # e.g.: make SHEBANGDIR=/usr/bin VERSION=3.1.6.0 # The version of the software being built. -VERSION := 3.2.0.0 +VERSION := 3.2.0.1 # Where stuff is going to be built. Change for out-of-tree builds. OUTPUT := output @@ -21,7 +21,7 @@ TOOLCHAIN_PATH := # When fetching one from the web, what version we want. # Only a few versions are available, don't change blindly. -TOOLCHAIN_VERSION := 14.1.0 +TOOLCHAIN_VERSION := 14.2.0 # For fetching toolchains: the download command. # Change to curl -O if you don't have wget. diff --git a/conf/versions b/conf/versions index 889a9bf..bb23320 100644 --- a/conf/versions +++ b/conf/versions @@ -3,35 +3,35 @@ # These version numbers are either git commit hashes or git tags. # Try to keep to the latest commits. -BEARSSL_VERSION=79c060eea3eea1257797f15ea1608a9a9923aa6f +BEARSSL_VERSION=3c040368f6791553610e362401db1efff4b4c5b8 # BEARSSL_VERSION=v0.6 -# SKALIBS_VERSION=4dcf9fa0521a1c4243c28fb2f657d8029317e55e -SKALIBS_VERSION=v2.14.2.0 +# SKALIBS_VERSION=18290598b001146c684d5b67762007fee0182071 +SKALIBS_VERSION=v2.14.3.0 -# EXECLINE_VERSION=9983edf33b1eb4d91bf1187f8e4b7c0c3d288e53 -EXECLINE_VERSION=v2.9.6.0 +# EXECLINE_VERSION=7966e2038925e3be60e82402673dcf080b6b3a89 +EXECLINE_VERSION=v2.9.6.1 -# S6_VERSION=9778ca30e4415698dbb1f736cf5fe132a7cec04d -S6_VERSION=v2.13.0.0 +# S6_VERSION=83af5922365b2c6e9decc7c8d6168deb76994e85 +S6_VERSION=v2.13.1.0 -# S6_RC_VERSION=f3a8a60eb872096084c98ccaabf65656df349998 -S6_RC_VERSION=v0.5.4.3 +# S6_RC_VERSION=7ea129564e5df90963fe0d3302dd3244050fa3af +S6_RC_VERSION=v0.5.5.0 -# S6_LINUX_INIT_VERSION=28787fc0512f8df17809c1a0507da2bfed552082 -S6_LINUX_INIT_VERSION=v1.1.2.0 +# S6_LINUX_INIT_VERSION=69f6e33e931e0302c94ceea83c691644d64a943d +S6_LINUX_INIT_VERSION=v1.1.2.1 -# S6_PORTABLE_UTILS_VERSION=00ad09ecf7ad44e32c3cc54819bbf50e944fd4f9 -S6_PORTABLE_UTILS_VERSION=v2.3.0.3 +# S6_PORTABLE_UTILS_VERSION=133a98cfccabd660afe2d59c142e0f83ebd88b28 +S6_PORTABLE_UTILS_VERSION=v2.3.0.4 -# S6_LINUX_UTILS_VERSION=4ac235b523cd1b50bd681e31c8241a2b8bdd3060 -S6_LINUX_UTILS_VERSION=v2.6.2.0 +# S6_LINUX_UTILS_VERSION=8de20625f671a4c45abfc46821651476cf6d5fe6 +S6_LINUX_UTILS_VERSION=v2.6.2.1 -# S6_DNS_VERSION=33e4b9d9137b5dbb02a087956f1558ef30647aea -S6_DNS_VERSION=v2.3.7.2 +# S6_DNS_VERSION=0d15ddfe8aaa1faf94a3734091c70739fcbb28e4 +#S6_DNS_VERSION=v2.4.0.0 -# S6_NETWORKING_VERSION=42cb4c7b043964874caea0268b6c814e68a6e7a5 -S6_NETWORKING_VERSION=v2.7.0.3 +# S6_NETWORKING_VERSION=f7965cf9e2f22d94b33aec470479f31cedc2e4f8 +S6_NETWORKING_VERSION=v2.7.0.4 # S6_OVERLAY_HELPERS_VERSION=a6281ad45dd43f4e8ddb6818a9b0513e391e64bb S6_OVERLAY_HELPERS_VERSION=v0.1.1.0