Re: [announce] April 2021 bugfix update (plus an mdevd feature)

From: Laurent Bercot <ska-skaware_at_skarnet.org>
Date: Thu, 15 Apr 2021 14:34:32 +0000

  Wow, my client really did a number on the formatting this time.
Sorry about that. Here's a version with, hopefully, better
whitespace.


  Hello,

  New bugfix versions of all the skarnet.org packages are available.
I normally don't announce bugfix releases, but this one spans all
the packages, because it makes an important fix to the build system:

  - Libraries and binaries don't have the .note.GNU-stack section
stripped anymore. Previously, "make strip" would strip that section,
which would sometimes (depending on the toolchain) cause binaries to be
incorrectly tagged as needing an executable stack. This is not a
security
issue in itself, but an executable stack makes it easier for an attacker
to turn bugs into exploits, so it should be avoided whenever possible.
Thanks to Xavier Stonestreet for reporting and finding the cause
of the problem.

  Additionally, link tests are now performed with a regular file as
their output, instead of /dev/null, which makes them more portable to
old/buggy linkers.

  The new versions are the following:

skalibs-2.10.0.3 (*)
nsss-0.1.0.1
utmps-0.1.0.1 (*)
execline-2.8.0.1
s6-2.10.0.3 (*)
s6-rc-0.5.2.2
s6-portable-utils-2.2.3.2
s6-linux-utils-2.5.1.5
s6-linux-init-1.0.6.2 (*)
s6-dns-2.3.5.1 (*)
s6-networking-2.4.1.1
mdevd-1.0.4.0
bcnm-0.0.1.3
dnsfunnel-0.0.1.1

  The packages marked (*) have also had other bugs fixed, in addition
to the build system changes.

  Dependencies have all been updated to the latest versions. They are
not strict: libraries and binaries will build with older releases of
their dependencies. However, if you use "make strip" in your build,
it is recommended to upgrade everything all the way down to skalibs,
because otherwise your old installation may keep tainting your future
builds with an executable stack.

  You do not need to recompile your service databases, or recreate
your run-images. However, if you have a supervision tree running,
and "readelf -lW `which s6-supervise` | grep GNU_STACK | grep RWE"
prints a line, then you should restart your supervision tree after
upgrading at least skalibs and s6, as soon as is convenient for you.

  mdevd got a minor version bump instead of a bugfix bump, because this
version also comes with a new feature:
  The +, - and & directives in mdev.conf cause the rest of the line to be
interpreted as a command run under "execlineb -P". They are similar to
the _at_, $ and * directives respectively, but use "execlineb -P" instead
of "/bin/sh" as the command interpreter.

  Enjoy,
  More bug-reports always welcome.

--
  Laurent
Received on Thu Apr 15 2021 - 14:34:32 UTC

This archive was generated by hypermail 2.3.0 : Sun May 09 2021 - 19:38:49 UTC