diff --git a/RELNOTES b/RELNOTES index a799b7893..41d979d0a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,4 +1,4 @@ -firejail (0.9.35) baseline; urgency=low +firejail (0.9.36-rc1) baseline; urgency=low * added unbound, dnscrypt-proxy, BitlBee, HexChat, WeeChat, parole and rtorrent profiles * Google Chrome profile rework @@ -22,7 +22,7 @@ firejail (0.9.35) baseline; urgency=low * added "hostname" command to profile files * added automated feature testing framework * bugfixes - -- netblue30 ongoing development + -- netblue30 Tue, 8 Nov 2015 09:00:00 -0500 firejail (0.9.34) baseline; urgency=low * added --ignore option diff --git a/configure b/configure index 463dc31c4..460224ad2 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.35. +# Generated by GNU Autoconf 2.69 for firejail 0.9.36-rc1. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='firejail' PACKAGE_TARNAME='firejail' -PACKAGE_VERSION='0.9.35' -PACKAGE_STRING='firejail 0.9.35' +PACKAGE_VERSION='0.9.36-rc1' +PACKAGE_STRING='firejail 0.9.36-rc1' PACKAGE_BUGREPORT='netblue30@yahoo.com' PACKAGE_URL='http://github.com/netblue30/firejail' @@ -1238,7 +1238,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.35 to adapt to many kinds of systems. +\`configure' configures firejail 0.9.36-rc1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1299,7 +1299,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of firejail 0.9.35:";; + short | recursive ) echo "Configuration of firejail 0.9.36-rc1:";; esac cat <<\_ACEOF @@ -1389,7 +1389,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -firejail configure 0.9.35 +firejail configure 0.9.36-rc1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1691,7 +1691,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.35, which was +It was created by firejail $as_me 0.9.36-rc1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4107,7 +4107,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.35, which was +This file was extended by firejail $as_me 0.9.36-rc1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4161,7 +4161,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.35 +firejail config.status 0.9.36-rc1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index b5b59d1e4..d9f7ad22a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT(firejail, 0.9.35, netblue30@yahoo.com, , http://github.com/netblue30/firejail) +AC_INIT(firejail, 0.9.36-rc1, netblue30@yahoo.com, , http://github.com/netblue30/firejail) AC_CONFIG_SRCDIR([src/firejail/main.c]) #AC_CONFIG_HEADERS([config.h]) diff --git a/test/features/2.3.exp b/test/features/2.3.exp index c519c72ad..dd4bdace7 100755 --- a/test/features/2.3.exp +++ b/test/features/2.3.exp @@ -26,10 +26,6 @@ expect { timeout {puts "TESTING ERROR 1.1\n";exit} "google.com" } -expect { - timeout {puts "TESTING ERROR 1.2\n";exit} - "google.com" -} expect { timeout {puts "TESTING ERROR 1.3\n";exit} "SERVER:" @@ -74,10 +70,6 @@ expect { timeout {puts "TESTING ERROR 1.1\n";exit} "google.com" } -expect { - timeout {puts "TESTING ERROR 1.2\n";exit} - "google.com" -} expect { timeout {puts "TESTING ERROR 1.3\n";exit} "SERVER:" @@ -125,10 +117,6 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "google.com" } -expect { - timeout {puts "TESTING ERROR 3.2\n";exit} - "google.com" -} expect { timeout {puts "TESTING ERROR 3.3\n";exit} "SERVER" @@ -173,10 +161,6 @@ expect { timeout {puts "TESTING ERROR 3.1\n";exit} "google.com" } -expect { - timeout {puts "TESTING ERROR 3.2\n";exit} - "google.com" -} expect { timeout {puts "TESTING ERROR 3.3\n";exit} "SERVER" @@ -225,10 +209,6 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "google.com" } -expect { - timeout {puts "TESTING ERROR 5.2\n";exit} - "google.com" -} expect { timeout {puts "TESTING ERROR 5.3\n";exit} "SERVER:" @@ -273,10 +253,6 @@ expect { timeout {puts "TESTING ERROR 5.1\n";exit} "google.com" } -expect { - timeout {puts "TESTING ERROR 5.2\n";exit} - "google.com" -} expect { timeout {puts "TESTING ERROR 5.3\n";exit} "SERVER:" diff --git a/todo b/todo index 9765781f9..dc2a7ee0e 100644 --- a/todo +++ b/todo @@ -165,3 +165,6 @@ rework the calls to invalid_filename(), depending if globing is allowed or not, The POSIX standard defines what a “portable filename” is. This turns out to be just A-Z, a-z, 0-9, , , and http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_276 +22. Fix manpage: +W: firejail: manpage-has-errors-from-man usr/share/man/man5/firejail-profile.5.gz 84: `\ ' is not allowed in an escape name +if building a 32bit package, rename the deb file manually