aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-29 08:31:20 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-29 08:31:20 -0500
commitccc5d78e18172440fd25253c9f9d8155817b52d6 (patch)
tree3b29fe0fb75c8d262bc118b811e54d6613ea86c7
parentMerge pull request #337 from Fred-Barclay/master (diff)
downloadfirejail-ccc5d78e18172440fd25253c9f9d8155817b52d6.tar.gz
firejail-ccc5d78e18172440fd25253c9f9d8155817b52d6.tar.zst
firejail-ccc5d78e18172440fd25253c9f9d8155817b52d6.zip
0.9.40-rc1 testing
-rw-r--r--Makefile.in2
-rw-r--r--README2
-rw-r--r--RELNOTES7
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--platform/debian/conffiles2
6 files changed, 19 insertions, 14 deletions
diff --git a/Makefile.in b/Makefile.in
index 655cc9289..0f5e2344d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,6 +142,8 @@ realinstall:
142 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/. 142 install -c -m 0644 .etc/lxterminal.profile $(DESTDIR)/$(sysconfdir)/firejail/.
143 install -c -m 0644 .etc/cherrytree.profile $(DESTDIR)/$(sysconfdir)/firejail/. 143 install -c -m 0644 .etc/cherrytree.profile $(DESTDIR)/$(sysconfdir)/firejail/.
144 install -c -m 0644 .etc/wesnoth.profile $(DESTDIR)/$(sysconfdir)/firejail/. 144 install -c -m 0644 .etc/wesnoth.profile $(DESTDIR)/$(sysconfdir)/firejail/.
145 install -c -m 0644 .etc/vivaldi.profile $(DESTDIR)/$(sysconfdir)/firejail/.
146 install -c -m 0644 .etc/vivaldi-beta.profile $(DESTDIR)/$(sysconfdir)/firejail/.
145 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 147 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
146 rm -fr .etc 148 rm -fr .etc
147 # man pages 149 # man pages
diff --git a/README b/README
index efc39d730..a4b963512 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21Fred-Barclay (https://github.com/Fred-Barclay)
22 - added Vivaldi profiles
21yumkam (https://github.com/yumkam) 23yumkam (https://github.com/yumkam)
22 - add compile-time option to restrict --net= to root only 24 - add compile-time option to restrict --net= to root only
23 - man page fixes 25 - man page fixes
diff --git a/RELNOTES b/RELNOTES
index 42e2f14d7..484de76c5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,4 @@
1firejail (0.9.39) baseline; urgency=low 1firejail (0.9.40-rc1) baseline; urgency=low
2 * work in progress!
3 * default seccomp filter update 2 * default seccomp filter update
4 * disable STUN/WebRTC in default netfilter configuration 3 * disable STUN/WebRTC in default netfilter configuration
5 * added --nice option 4 * added --nice option
@@ -8,9 +7,9 @@ firejail (0.9.39) baseline; urgency=low
8 * --version also prints compile options 7 * --version also prints compile options
9 * added compile-time option to restrict --net= to root only 8 * added compile-time option to restrict --net= to root only
10 * build rpm packages using "make rpms" 9 * build rpm packages using "make rpms"
11 * new profiles: lxterminal, Epiphany, cherrytree, Polari 10 * new profiles: lxterminal, Epiphany, cherrytree, Polari, Vivaldi
12 * bugfixes 11 * bugfixes
13 -- netblue30 <netblue30@yahoo.com> Wed, 24 Feb 2016 10:00:00 -0500 12 -- netblue30 <netblue30@yahoo.com> Wed, 28 Feb 2016 08:00:00 -0500
14 13
15firejail (0.9.38) baseline; urgency=low 14firejail (0.9.38) baseline; urgency=low
16 * IPv6 support (--ip6 and --netfilter6) 15 * IPv6 support (--ip6 and --netfilter6)
diff --git a/configure b/configure
index 71f421ff4..d14c14ee6 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.39. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.40-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.39' 583PACKAGE_VERSION='0.9.40-rc1'
584PACKAGE_STRING='firejail 0.9.39' 584PACKAGE_STRING='firejail 0.9.40-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
@@ -1244,7 +1244,7 @@ if test "$ac_init_help" = "long"; then
1244 # Omit some internal or obsolete options to make the list less imposing. 1244 # Omit some internal or obsolete options to make the list less imposing.
1245 # This message is too long to be a string in the A/UX 3.1 sh. 1245 # This message is too long to be a string in the A/UX 3.1 sh.
1246 cat <<_ACEOF 1246 cat <<_ACEOF
1247\`configure' configures firejail 0.9.39 to adapt to many kinds of systems. 1247\`configure' configures firejail 0.9.40-rc1 to adapt to many kinds of systems.
1248 1248
1249Usage: $0 [OPTION]... [VAR=VALUE]... 1249Usage: $0 [OPTION]... [VAR=VALUE]...
1250 1250
@@ -1305,7 +1305,7 @@ fi
1305 1305
1306if test -n "$ac_init_help"; then 1306if test -n "$ac_init_help"; then
1307 case $ac_init_help in 1307 case $ac_init_help in
1308 short | recursive ) echo "Configuration of firejail 0.9.39:";; 1308 short | recursive ) echo "Configuration of firejail 0.9.40-rc1:";;
1309 esac 1309 esac
1310 cat <<\_ACEOF 1310 cat <<\_ACEOF
1311 1311
@@ -1400,7 +1400,7 @@ fi
1400test -n "$ac_init_help" && exit $ac_status 1400test -n "$ac_init_help" && exit $ac_status
1401if $ac_init_version; then 1401if $ac_init_version; then
1402 cat <<\_ACEOF 1402 cat <<\_ACEOF
1403firejail configure 0.9.39 1403firejail configure 0.9.40-rc1
1404generated by GNU Autoconf 2.69 1404generated by GNU Autoconf 2.69
1405 1405
1406Copyright (C) 2012 Free Software Foundation, Inc. 1406Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1702,7 +1702,7 @@ cat >config.log <<_ACEOF
1702This file contains any messages produced by compilers while 1702This file contains any messages produced by compilers while
1703running configure, to aid debugging if configure makes a mistake. 1703running configure, to aid debugging if configure makes a mistake.
1704 1704
1705It was created by firejail $as_me 0.9.39, which was 1705It was created by firejail $as_me 0.9.40-rc1, which was
1706generated by GNU Autoconf 2.69. Invocation command line was 1706generated by GNU Autoconf 2.69. Invocation command line was
1707 1707
1708 $ $0 $@ 1708 $ $0 $@
@@ -4168,7 +4168,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4168# report actual input values of CONFIG_FILES etc. instead of their 4168# report actual input values of CONFIG_FILES etc. instead of their
4169# values after options handling. 4169# values after options handling.
4170ac_log=" 4170ac_log="
4171This file was extended by firejail $as_me 0.9.39, which was 4171This file was extended by firejail $as_me 0.9.40-rc1, which was
4172generated by GNU Autoconf 2.69. Invocation command line was 4172generated by GNU Autoconf 2.69. Invocation command line was
4173 4173
4174 CONFIG_FILES = $CONFIG_FILES 4174 CONFIG_FILES = $CONFIG_FILES
@@ -4222,7 +4222,7 @@ _ACEOF
4222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4223ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4223ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4224ac_cs_version="\\ 4224ac_cs_version="\\
4225firejail config.status 0.9.39 4225firejail config.status 0.9.40-rc1
4226configured by $0, generated by GNU Autoconf 2.69, 4226configured by $0, generated by GNU Autoconf 2.69,
4227 with options \\"\$ac_cs_config\\" 4227 with options \\"\$ac_cs_config\\"
4228 4228
diff --git a/configure.ac b/configure.ac
index 512159568..b8d560c91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.39, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.40-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
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 41a8cfb0b..bfce6a3ca 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -68,3 +68,5 @@
68/etc/lxterminal.profile 68/etc/lxterminal.profile
69/etc/cherrytree.profile 69/etc/cherrytree.profile
70/etc/wesnoth.profile 70/etc/wesnoth.profile
71/etc/vivaldi.profile
72/etc/vivaldi-beta.profile