aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-07 11:19:29 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-07 11:19:29 -0400
commit9b2ca6a7a3ed5361db84c3ff303979a88afa7629 (patch)
tree4fd22bf45e9ec3963cfa20413e003751443079ff
parentCentOS fixes (diff)
downloadfirejail-9b2ca6a7a3ed5361db84c3ff303979a88afa7629.tar.gz
firejail-9b2ca6a7a3ed5361db84c3ff303979a88afa7629.tar.zst
firejail-9b2ca6a7a3ed5361db84c3ff303979a88afa7629.zip
0.9.46~rc1 testing
-rw-r--r--RELNOTES11
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 14 deletions
diff --git a/RELNOTES b/RELNOTES
index b33184379..924dcfe30 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -9,16 +9,19 @@ firejail (0.9.45) baseline; urgency=low
9 * feature: private /opt directory (--private-opt, profile support) 9 * feature: private /opt directory (--private-opt, profile support)
10 * feature: private /srv directory (--private-srv, profile support) 10 * feature: private /srv directory (--private-srv, profile support)
11 * feature: spoof machine-id (--machine-id, profile support) 11 * feature: spoof machine-id (--machine-id, profile support)
12 * feature: allow blacklists under --private (--allow-private-blacklist, profile support) 12 * feature: allow blacklists under --private (--allow-private-blacklist,
13 profile support)
13 * feature: user-defined /etc/hosts file (--hosts-file, profile support) 14 * feature: user-defined /etc/hosts file (--hosts-file, profile support)
14 * feature: support for the real /var/log directory (--writable-var-log, profile support) 15 * feature: support for the real /var/log directory (--writable-var-log,
16 profile support)
15 * feature: config support for firejail prompt in terminals 17 * feature: config support for firejail prompt in terminals
16 * feature: AppImage type 2 support 18 * feature: AppImage type 2 support
17 * feature: pass command line arguments to appimages 19 * feature: pass command line arguments to appimages
18 * feature: allow non-seccomp setup for OverlayFS sandboxes - more work to come 20 * feature: allow non-seccomp setup for OverlayFS sandboxes - more work to come
19 * feature: added a number of Python scripts for handling sandboxes 21 * feature: added a number of Python scripts for handling sandboxes
20 * feature: allow local customization using .local files under /etc/firejail 22 * feature: allow local customization using .local files under /etc/firejail
21 * feature: follow-symlink-as-user runtime config option in /etc/firejail/firejail.config 23 * feature: follow-symlink-as-user runtime config option in
24 /etc/firejail/firejail.config
22 * feature: follow-symlink-private-bin option in /etc/firejail/firejail.config 25 * feature: follow-symlink-private-bin option in /etc/firejail/firejail.config
23 * feature: xvfb X11 server support (--x11=xvfb) 26 * feature: xvfb X11 server support (--x11=xvfb)
24 * feature: allow /tmp directory in mkdir and mkfile profile commands 27 * feature: allow /tmp directory in mkdir and mkfile profile commands
@@ -34,7 +37,7 @@ firejail (0.9.45) baseline; urgency=low
34 * new profiles: Uzbl browser, iridium browser, Thunar, Geeqie, Engrampa 37 * new profiles: Uzbl browser, iridium browser, Thunar, Geeqie, Engrampa
35 * new profiles: Scribus, mousepad, gpicview, keepassxc, cvlc, MediathekView 38 * new profiles: Scribus, mousepad, gpicview, keepassxc, cvlc, MediathekView
36 * bugfixes 39 * bugfixes
37 -- netblue30 <netblue30@yahoo.com> Sun, 23 Oct 2016 08:00:00 -0500 40 -- netblue30 <netblue30@yahoo.com> Fri, 7 Apr 2017 08:00:00 -0500
38 41
39firejail (0.9.44.10) baseline; urgency=low 42firejail (0.9.44.10) baseline; urgency=low
40 * security: when using --x11=xorg and --net, incorrect processing of 43 * security: when using --x11=xorg and --net, incorrect processing of
diff --git a/configure b/configure
index 4ff257b66..1005a00d8 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.45. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.46~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.45' 583PACKAGE_VERSION='0.9.46~rc1'
584PACKAGE_STRING='firejail 0.9.45' 584PACKAGE_STRING='firejail 0.9.46~rc1'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1263,7 +1263,7 @@ if test "$ac_init_help" = "long"; then
1263 # Omit some internal or obsolete options to make the list less imposing. 1263 # Omit some internal or obsolete options to make the list less imposing.
1264 # This message is too long to be a string in the A/UX 3.1 sh. 1264 # This message is too long to be a string in the A/UX 3.1 sh.
1265 cat <<_ACEOF 1265 cat <<_ACEOF
1266\`configure' configures firejail 0.9.45 to adapt to many kinds of systems. 1266\`configure' configures firejail 0.9.46~rc1 to adapt to many kinds of systems.
1267 1267
1268Usage: $0 [OPTION]... [VAR=VALUE]... 1268Usage: $0 [OPTION]... [VAR=VALUE]...
1269 1269
@@ -1324,7 +1324,7 @@ fi
1324 1324
1325if test -n "$ac_init_help"; then 1325if test -n "$ac_init_help"; then
1326 case $ac_init_help in 1326 case $ac_init_help in
1327 short | recursive ) echo "Configuration of firejail 0.9.45:";; 1327 short | recursive ) echo "Configuration of firejail 0.9.46~rc1:";;
1328 esac 1328 esac
1329 cat <<\_ACEOF 1329 cat <<\_ACEOF
1330 1330
@@ -1430,7 +1430,7 @@ fi
1430test -n "$ac_init_help" && exit $ac_status 1430test -n "$ac_init_help" && exit $ac_status
1431if $ac_init_version; then 1431if $ac_init_version; then
1432 cat <<\_ACEOF 1432 cat <<\_ACEOF
1433firejail configure 0.9.45 1433firejail configure 0.9.46~rc1
1434generated by GNU Autoconf 2.69 1434generated by GNU Autoconf 2.69
1435 1435
1436Copyright (C) 2012 Free Software Foundation, Inc. 1436Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1732,7 +1732,7 @@ cat >config.log <<_ACEOF
1732This file contains any messages produced by compilers while 1732This file contains any messages produced by compilers while
1733running configure, to aid debugging if configure makes a mistake. 1733running configure, to aid debugging if configure makes a mistake.
1734 1734
1735It was created by firejail $as_me 0.9.45, which was 1735It was created by firejail $as_me 0.9.46~rc1, which was
1736generated by GNU Autoconf 2.69. Invocation command line was 1736generated by GNU Autoconf 2.69. Invocation command line was
1737 1737
1738 $ $0 $@ 1738 $ $0 $@
@@ -4337,7 +4337,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4337# report actual input values of CONFIG_FILES etc. instead of their 4337# report actual input values of CONFIG_FILES etc. instead of their
4338# values after options handling. 4338# values after options handling.
4339ac_log=" 4339ac_log="
4340This file was extended by firejail $as_me 0.9.45, which was 4340This file was extended by firejail $as_me 0.9.46~rc1, which was
4341generated by GNU Autoconf 2.69. Invocation command line was 4341generated by GNU Autoconf 2.69. Invocation command line was
4342 4342
4343 CONFIG_FILES = $CONFIG_FILES 4343 CONFIG_FILES = $CONFIG_FILES
@@ -4391,7 +4391,7 @@ _ACEOF
4391cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4391cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4392ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4392ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4393ac_cs_version="\\ 4393ac_cs_version="\\
4394firejail config.status 0.9.45 4394firejail config.status 0.9.46~rc1
4395configured by $0, generated by GNU Autoconf 2.69, 4395configured by $0, generated by GNU Autoconf 2.69,
4396 with options \\"\$ac_cs_config\\" 4396 with options \\"\$ac_cs_config\\"
4397 4397
diff --git a/configure.ac b/configure.ac
index c04bfed89..164ecab4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.45, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.46~rc1, 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