From caec31e7af6771af04fa2b2b98850422d1604c2b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 11 Oct 2018 09:20:04 -0400 Subject: 0.9.56.1 - bugfix release --- README | 5 +++-- README.md | 34 +++++++++++++++++++++++++++++++++- RELNOTES | 5 +++++ configure | 18 +++++++++--------- configure.ac | 2 +- 5 files changed, 51 insertions(+), 13 deletions(-) diff --git a/README b/README index ba29905f0..c3a046ead 100644 --- a/README +++ b/README @@ -33,14 +33,15 @@ Maintainer: - netblue30 (netblue30@yahoo.com) Committers +- chiraag-nataraj (https://github.com/chiraag-nataraj) +- crass (https://github.com/crass) - Fred-Barclay (https://github.com/Fred-Barclay) - Reiner Herrmann (https://github.com/reinerh - Debian/Ubuntu maintainer) - smithsohu (https://github.com/smitsohu) - SkewedZeppelin (https://github.com/SkewedZeppelin) -- startx2017 (https://github.com/startx2017) - 0.9.38-LTS and *bugfixes branches maintainer) +- startx2017 (https://github.com/startx2017) - LTS and *bugfixes branches maintainer) - Topi Miettinen (https://github.com/topimiettinen) - Vincent43 (https://github.com/Vincent43) -- chiraag-nataraj (https://github.com/chiraag-nataraj) - netblue30 (netblue30@yahoo.com) diff --git a/README.md b/README.md index 0c3cd38bb..e5b38827d 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,36 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe ````` ````` -# Current development version: 0.9.57 +# Current development version: 0.9.56.1 + +This is probably a bugfix release: fixes, small features, new profiles. If we end up implementing something major +we'll switch to a regular 0.9.57 release. + +# New Long Term Support (LTS) version + +We are rebasing our Long Term Support branch of Firejail. The current LTS version (0.9.38.x) is more than two years old. +The new version updates the code base to 0.9.56. We target a reduction of approx. 40% of the code by removing rarely +used features (chroot, overlay, rlimits, cgroups), incomplete features (private-bin, private-lib), +and a lot of instrumentation (build profile feature, tracing, auditing, etc). Sandbox-specific security features such as +seccomp, capabilities, filesystem whitelist/blacklist and networking are updated and hardened. + +We have an rc1 release out, the final version will follow in the next few weeks: +````` +firejail (0.9.56-LTS~rc1) baseline; urgency=low + * code based on Firejail version 0.9.56 + * much smaller code base for SUID executable + * command line options removed: + --audit, --build, --cgroup, --chroot, --get, --ls, --output, + --output-stderr, --overlay, --overlay-named, --overlay-tmpfs, + --overlay-clean, --private-home, --private-bin, --private-etc, + --private-opt, --private-srv, --put, --rlimit*, --trace, --tracelog, + --x11*, --xephyr* + * compile-time options: --enable-apparmor, --disable-seccomp, + --disable-globalcfg, --disable-network, --disable-userns, + --disable-whitelist, --disable-suid, --enable-fatal-warnings, + --enable-busybox-workaround + -- netblue30 Wed, 3 Oct 2018 08:00:00 -0500 +````` + +The new LTS branch is here: https://github.com/netblue30/firejail/tree/LTSbase + diff --git a/RELNOTES b/RELNOTES index 98398e51f..e3e3cdf35 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,8 @@ +firejail (0.9.56.1) baseline; urgency=low + * work in progress + * --disable-mnt rework + -- netblue30 Thu, 11 Oct 2018 08:00:00 -0500 + firejail (0.9.56) baseline; urgency=low * modif: removed CFG_CHROOT_DESKTOP configuration option * modif: removed compile time --enable-network=restricted diff --git a/configure b/configure index a7ef3a392..9e117dcbe 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for firejail 0.9.57. +# Generated by GNU Autoconf 2.69 for firejail 0.9.56.1. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='firejail' PACKAGE_TARNAME='firejail' -PACKAGE_VERSION='0.9.57' -PACKAGE_STRING='firejail 0.9.57' +PACKAGE_VERSION='0.9.56.1' +PACKAGE_STRING='firejail 0.9.56.1' PACKAGE_BUGREPORT='netblue30@yahoo.com' PACKAGE_URL='https://firejail.wordpress.com' @@ -1275,7 +1275,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures firejail 0.9.57 to adapt to many kinds of systems. +\`configure' configures firejail 0.9.56.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1337,7 +1337,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of firejail 0.9.57:";; + short | recursive ) echo "Configuration of firejail 0.9.56.1:";; esac cat <<\_ACEOF @@ -1442,7 +1442,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -firejail configure 0.9.57 +firejail configure 0.9.56.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1744,7 +1744,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by firejail $as_me 0.9.57, which was +It was created by firejail $as_me 0.9.56.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4379,7 +4379,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by firejail $as_me 0.9.57, which was +This file was extended by firejail $as_me 0.9.56.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4433,7 +4433,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -firejail config.status 0.9.57 +firejail config.status 0.9.56.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d1b827fef..2084b66f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT(firejail, 0.9.57, netblue30@yahoo.com, , https://firejail.wordpress.com) +AC_INIT(firejail, 0.9.56.1, netblue30@yahoo.com, , https://firejail.wordpress.com) AC_CONFIG_SRCDIR([src/firejail/main.c]) #AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3-70-g09d2