From 478dd24279f833042a94590df0726d163b576af5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 5 Oct 2015 02:04:55 +0000 Subject: - minor bugfix in s6-log (correct return when stat() fails) - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1 --- INSTALL | 4 ++-- configure | 1 - doc/index.html | 8 +++++--- doc/upgrade.html | 7 +++++++ examples/ROOT/etc/s6-init/init-stage1 | 1 + package/info | 2 +- src/daemontools-extras/s6-log.c | 2 +- src/supervision/s6-svscan.c | 1 + 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 96cbb33..3ad879c 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 4.0 or later - - skalibs version 2.3.7.0 or later: http://skarnet.org/software/skalibs/ - - execline version 2.1.4.0 or later: http://skarnet.org/software/execline/ + - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/ + - execline version 2.1.4.1 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/configure b/configure index b1590fa..3ddb7e5 100755 --- a/configure +++ b/configure @@ -304,7 +304,6 @@ fi if $shared ; then tryldflag LDFLAGS_AUTO -Wl,--hash-style=both - tryldflag LDFLAGS_SHARED -Wl,-Bsymbolic fi LDFLAGS_SHARED="${LDFLAGS_SHARED}${addlibdpath}" diff --git a/doc/index.html b/doc/index.html index b458c92..50018e7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -84,11 +84,11 @@ with s6
  • GNU make, version 4.0 or later. Please be aware that s6 will not build with an earlier version.
  • skalibs version -2.3.7.0 or later. It's a build-time requirement. It's also a run-time +2.3.7.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • execline version -2.1.4.0 or later. It's a build-time and run-time requirement.
  • +2.1.4.1 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -101,7 +101,7 @@ library.

    Download