summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-07 08:23:31 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-07 08:23:31 -0500
commit81afa601616dd4b7a60c7da227106deab69ffe04 (patch)
tree8d360dcf111f13f0d1e156bf6a965331c3d5838f
parentsecurity fix (diff)
downloadfirejail-81afa601616dd4b7a60c7da227106deab69ffe04.tar.gz
firejail-81afa601616dd4b7a60c7da227106deab69ffe04.tar.zst
firejail-81afa601616dd4b7a60c7da227106deab69ffe04.zip
0.9.44.4 testing
-rw-r--r--RELNOTES5
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 13 deletions
diff --git a/RELNOTES b/RELNOTES
index 7118b2ab2..329064ab3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,11 +1,10 @@
1firejail (0.9.44.3) baseline; urgency=low 1firejail (0.9.44.4) baseline; urgency=low
2 * development version
3 * security: --bandwidth root shell found by Martin Carpenter 2 * security: --bandwidth root shell found by Martin Carpenter
4 * security: disabled --allow-debuggers when running on kernel 3 * security: disabled --allow-debuggers when running on kernel
5 versions prior to 4.8; a kernel bug in ptrace system call 4 versions prior to 4.8; a kernel bug in ptrace system call
6 allows a full bypass of seccomp filter; problem reported by Lizzie Dixon 5 allows a full bypass of seccomp filter; problem reported by Lizzie Dixon
7 * security: root exploit found by Sebastian Krahmer 6 * security: root exploit found by Sebastian Krahmer
8 -- netblue30 <netblue30@yahoo.com> Wed, 4 Jan 2017 11:00:00 -0500 7 -- netblue30 <netblue30@yahoo.com> Sat, 7 Jan 2017 10:00:00 -0500
9 8
10firejail (0.9.44.2) baseline; urgency=low 9firejail (0.9.44.2) baseline; urgency=low
11 * security: overwrite /etc/resolv.conf found by Martin Carpenter 10 * security: overwrite /etc/resolv.conf found by Martin Carpenter
diff --git a/configure b/configure
index 5d1be3c19..40e8c6603 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for firejail 0.9.44.3. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.44.4.
4# 4#
5# Report bugs to <netblue30@yahoo.com>. 5# Report bugs to <netblue30@yahoo.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='firejail' 581PACKAGE_NAME='firejail'
582PACKAGE_TARNAME='firejail' 582PACKAGE_TARNAME='firejail'
583PACKAGE_VERSION='0.9.44.3' 583PACKAGE_VERSION='0.9.44.4'
584PACKAGE_STRING='firejail 0.9.44.3' 584PACKAGE_STRING='firejail 0.9.44.4'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then
1259 # Omit some internal or obsolete options to make the list less imposing. 1259 # Omit some internal or obsolete options to make the list less imposing.
1260 # This message is too long to be a string in the A/UX 3.1 sh. 1260 # This message is too long to be a string in the A/UX 3.1 sh.
1261 cat <<_ACEOF 1261 cat <<_ACEOF
1262\`configure' configures firejail 0.9.44.3 to adapt to many kinds of systems. 1262\`configure' configures firejail 0.9.44.4 to adapt to many kinds of systems.
1263 1263
1264Usage: $0 [OPTION]... [VAR=VALUE]... 1264Usage: $0 [OPTION]... [VAR=VALUE]...
1265 1265
@@ -1320,7 +1320,7 @@ fi
1320 1320
1321if test -n "$ac_init_help"; then 1321if test -n "$ac_init_help"; then
1322 case $ac_init_help in 1322 case $ac_init_help in
1323 short | recursive ) echo "Configuration of firejail 0.9.44.3:";; 1323 short | recursive ) echo "Configuration of firejail 0.9.44.4:";;
1324 esac 1324 esac
1325 cat <<\_ACEOF 1325 cat <<\_ACEOF
1326 1326
@@ -1424,7 +1424,7 @@ fi
1424test -n "$ac_init_help" && exit $ac_status 1424test -n "$ac_init_help" && exit $ac_status
1425if $ac_init_version; then 1425if $ac_init_version; then
1426 cat <<\_ACEOF 1426 cat <<\_ACEOF
1427firejail configure 0.9.44.3 1427firejail configure 0.9.44.4
1428generated by GNU Autoconf 2.69 1428generated by GNU Autoconf 2.69
1429 1429
1430Copyright (C) 2012 Free Software Foundation, Inc. 1430Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1726,7 +1726,7 @@ cat >config.log <<_ACEOF
1726This file contains any messages produced by compilers while 1726This file contains any messages produced by compilers while
1727running configure, to aid debugging if configure makes a mistake. 1727running configure, to aid debugging if configure makes a mistake.
1728 1728
1729It was created by firejail $as_me 0.9.44.3, which was 1729It was created by firejail $as_me 0.9.44.4, which was
1730generated by GNU Autoconf 2.69. Invocation command line was 1730generated by GNU Autoconf 2.69. Invocation command line was
1731 1731
1732 $ $0 $@ 1732 $ $0 $@
@@ -4303,7 +4303,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4303# report actual input values of CONFIG_FILES etc. instead of their 4303# report actual input values of CONFIG_FILES etc. instead of their
4304# values after options handling. 4304# values after options handling.
4305ac_log=" 4305ac_log="
4306This file was extended by firejail $as_me 0.9.44.3, which was 4306This file was extended by firejail $as_me 0.9.44.4, which was
4307generated by GNU Autoconf 2.69. Invocation command line was 4307generated by GNU Autoconf 2.69. Invocation command line was
4308 4308
4309 CONFIG_FILES = $CONFIG_FILES 4309 CONFIG_FILES = $CONFIG_FILES
@@ -4357,7 +4357,7 @@ _ACEOF
4357cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4357cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4358ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4358ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4359ac_cs_version="\\ 4359ac_cs_version="\\
4360firejail config.status 0.9.44.3 4360firejail config.status 0.9.44.4
4361configured by $0, generated by GNU Autoconf 2.69, 4361configured by $0, generated by GNU Autoconf 2.69,
4362 with options \\"\$ac_cs_config\\" 4362 with options \\"\$ac_cs_config\\"
4363 4363
diff --git a/configure.ac b/configure.ac
index c83043f31..ca278fa53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.44.3, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.44.4, netblue30@yahoo.com, , http://firejail.wordpress.com)
3AC_CONFIG_SRCDIR([src/firejail/main.c]) 3AC_CONFIG_SRCDIR([src/firejail/main.c])
4#AC_CONFIG_HEADERS([config.h]) 4#AC_CONFIG_HEADERS([config.h])
5 5