aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-08 09:55:37 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-08 09:55:37 -0500
commit2823ffcc25fca9547f2f0bd772b6989251dc5477 (patch)
tree54109060319e2687c71e36e71a012efc139aaa01
parenttesting (diff)
downloadfirejail-2823ffcc25fca9547f2f0bd772b6989251dc5477.tar.gz
firejail-2823ffcc25fca9547f2f0bd772b6989251dc5477.tar.zst
firejail-2823ffcc25fca9547f2f0bd772b6989251dc5477.zip
release 0.9.36-rc1 testing0.9.36-rc1
-rw-r--r--RELNOTES4
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rwxr-xr-xtest/features/2.3.exp24
-rw-r--r--todo3
5 files changed, 15 insertions, 36 deletions
diff --git a/RELNOTES b/RELNOTES
index a799b7893..41d979d0a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,4 @@
1firejail (0.9.35) baseline; urgency=low 1firejail (0.9.36-rc1) baseline; urgency=low
2 * added unbound, dnscrypt-proxy, BitlBee, HexChat, WeeChat, 2 * added unbound, dnscrypt-proxy, BitlBee, HexChat, WeeChat,
3 parole and rtorrent profiles 3 parole and rtorrent profiles
4 * Google Chrome profile rework 4 * Google Chrome profile rework
@@ -22,7 +22,7 @@ firejail (0.9.35) baseline; urgency=low
22 * added "hostname" command to profile files 22 * added "hostname" command to profile files
23 * added automated feature testing framework 23 * added automated feature testing framework
24 * bugfixes 24 * bugfixes
25 -- netblue30 <netblue30@yahoo.com> ongoing development 25 -- netblue30 <netblue30@yahoo.com> Tue, 8 Nov 2015 09:00:00 -0500
26 26
27firejail (0.9.34) baseline; urgency=low 27firejail (0.9.34) baseline; urgency=low
28 * added --ignore option 28 * added --ignore option
diff --git a/configure b/configure
index 463dc31c4..460224ad2 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.35. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.36-rc1.
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.35' 583PACKAGE_VERSION='0.9.36-rc1'
584PACKAGE_STRING='firejail 0.9.35' 584PACKAGE_STRING='firejail 0.9.36-rc1'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://github.com/netblue30/firejail' 586PACKAGE_URL='http://github.com/netblue30/firejail'
587 587
@@ -1238,7 +1238,7 @@ if test "$ac_init_help" = "long"; then
1238 # Omit some internal or obsolete options to make the list less imposing. 1238 # Omit some internal or obsolete options to make the list less imposing.
1239 # This message is too long to be a string in the A/UX 3.1 sh. 1239 # This message is too long to be a string in the A/UX 3.1 sh.
1240 cat <<_ACEOF 1240 cat <<_ACEOF
1241\`configure' configures firejail 0.9.35 to adapt to many kinds of systems. 1241\`configure' configures firejail 0.9.36-rc1 to adapt to many kinds of systems.
1242 1242
1243Usage: $0 [OPTION]... [VAR=VALUE]... 1243Usage: $0 [OPTION]... [VAR=VALUE]...
1244 1244
@@ -1299,7 +1299,7 @@ fi
1299 1299
1300if test -n "$ac_init_help"; then 1300if test -n "$ac_init_help"; then
1301 case $ac_init_help in 1301 case $ac_init_help in
1302 short | recursive ) echo "Configuration of firejail 0.9.35:";; 1302 short | recursive ) echo "Configuration of firejail 0.9.36-rc1:";;
1303 esac 1303 esac
1304 cat <<\_ACEOF 1304 cat <<\_ACEOF
1305 1305
@@ -1389,7 +1389,7 @@ fi
1389test -n "$ac_init_help" && exit $ac_status 1389test -n "$ac_init_help" && exit $ac_status
1390if $ac_init_version; then 1390if $ac_init_version; then
1391 cat <<\_ACEOF 1391 cat <<\_ACEOF
1392firejail configure 0.9.35 1392firejail configure 0.9.36-rc1
1393generated by GNU Autoconf 2.69 1393generated by GNU Autoconf 2.69
1394 1394
1395Copyright (C) 2012 Free Software Foundation, Inc. 1395Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1691,7 +1691,7 @@ cat >config.log <<_ACEOF
1691This file contains any messages produced by compilers while 1691This file contains any messages produced by compilers while
1692running configure, to aid debugging if configure makes a mistake. 1692running configure, to aid debugging if configure makes a mistake.
1693 1693
1694It was created by firejail $as_me 0.9.35, which was 1694It was created by firejail $as_me 0.9.36-rc1, which was
1695generated by GNU Autoconf 2.69. Invocation command line was 1695generated by GNU Autoconf 2.69. Invocation command line was
1696 1696
1697 $ $0 $@ 1697 $ $0 $@
@@ -4107,7 +4107,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4107# report actual input values of CONFIG_FILES etc. instead of their 4107# report actual input values of CONFIG_FILES etc. instead of their
4108# values after options handling. 4108# values after options handling.
4109ac_log=" 4109ac_log="
4110This file was extended by firejail $as_me 0.9.35, which was 4110This file was extended by firejail $as_me 0.9.36-rc1, which was
4111generated by GNU Autoconf 2.69. Invocation command line was 4111generated by GNU Autoconf 2.69. Invocation command line was
4112 4112
4113 CONFIG_FILES = $CONFIG_FILES 4113 CONFIG_FILES = $CONFIG_FILES
@@ -4161,7 +4161,7 @@ _ACEOF
4161cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4161cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4162ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4162ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4163ac_cs_version="\\ 4163ac_cs_version="\\
4164firejail config.status 0.9.35 4164firejail config.status 0.9.36-rc1
4165configured by $0, generated by GNU Autoconf 2.69, 4165configured by $0, generated by GNU Autoconf 2.69,
4166 with options \\"\$ac_cs_config\\" 4166 with options \\"\$ac_cs_config\\"
4167 4167
diff --git a/configure.ac b/configure.ac
index b5b59d1e4..d9f7ad22a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.35, netblue30@yahoo.com, , http://github.com/netblue30/firejail) 2AC_INIT(firejail, 0.9.36-rc1, netblue30@yahoo.com, , http://github.com/netblue30/firejail)
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
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
@@ -27,10 +27,6 @@ expect {
27 "google.com" 27 "google.com"
28} 28}
29expect { 29expect {
30 timeout {puts "TESTING ERROR 1.2\n";exit}
31 "google.com"
32}
33expect {
34 timeout {puts "TESTING ERROR 1.3\n";exit} 30 timeout {puts "TESTING ERROR 1.3\n";exit}
35 "SERVER:" 31 "SERVER:"
36} 32}
@@ -75,10 +71,6 @@ expect {
75 "google.com" 71 "google.com"
76} 72}
77expect { 73expect {
78 timeout {puts "TESTING ERROR 1.2\n";exit}
79 "google.com"
80}
81expect {
82 timeout {puts "TESTING ERROR 1.3\n";exit} 74 timeout {puts "TESTING ERROR 1.3\n";exit}
83 "SERVER:" 75 "SERVER:"
84} 76}
@@ -126,10 +118,6 @@ expect {
126 "google.com" 118 "google.com"
127} 119}
128expect { 120expect {
129 timeout {puts "TESTING ERROR 3.2\n";exit}
130 "google.com"
131}
132expect {
133 timeout {puts "TESTING ERROR 3.3\n";exit} 121 timeout {puts "TESTING ERROR 3.3\n";exit}
134 "SERVER" 122 "SERVER"
135} 123}
@@ -174,10 +162,6 @@ expect {
174 "google.com" 162 "google.com"
175} 163}
176expect { 164expect {
177 timeout {puts "TESTING ERROR 3.2\n";exit}
178 "google.com"
179}
180expect {
181 timeout {puts "TESTING ERROR 3.3\n";exit} 165 timeout {puts "TESTING ERROR 3.3\n";exit}
182 "SERVER" 166 "SERVER"
183} 167}
@@ -226,10 +210,6 @@ expect {
226 "google.com" 210 "google.com"
227} 211}
228expect { 212expect {
229 timeout {puts "TESTING ERROR 5.2\n";exit}
230 "google.com"
231}
232expect {
233 timeout {puts "TESTING ERROR 5.3\n";exit} 213 timeout {puts "TESTING ERROR 5.3\n";exit}
234 "SERVER:" 214 "SERVER:"
235} 215}
@@ -274,10 +254,6 @@ expect {
274 "google.com" 254 "google.com"
275} 255}
276expect { 256expect {
277 timeout {puts "TESTING ERROR 5.2\n";exit}
278 "google.com"
279}
280expect {
281 timeout {puts "TESTING ERROR 5.3\n";exit} 257 timeout {puts "TESTING ERROR 5.3\n";exit}
282 "SERVER:" 258 "SERVER:"
283} 259}
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,
165The POSIX standard defines what a “portable filename” is. This turns out to be just A-Z, a-z, 0-9, <period>, <underscore>, and <hyphen> 165The POSIX standard defines what a “portable filename” is. This turns out to be just A-Z, a-z, 0-9, <period>, <underscore>, and <hyphen>
166http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_276 166http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_276
167 167
16822. Fix manpage:
169W: firejail: manpage-has-errors-from-man usr/share/man/man5/firejail-profile.5.gz 84: `\ ' is not allowed in an escape name
170if building a 32bit package, rename the deb file manually