aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-14 08:09:02 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-14 08:09:02 -0400
commit676cbe860eca26c29889cebbe02f672c2987a725 (patch)
tree824163e6df2ea57d00402851ce359d5224a03380
parentfixes (diff)
downloadfirejail-676cbe860eca26c29889cebbe02f672c2987a725.tar.gz
firejail-676cbe860eca26c29889cebbe02f672c2987a725.tar.zst
firejail-676cbe860eca26c29889cebbe02f672c2987a725.zip
release 0.9.32-rc10.9.32-rc1
-rw-r--r--Makefile.in1
-rw-r--r--RELNOTES3
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rwxr-xr-xmkdeb.sh2
-rw-r--r--platform/debian/conffiles2
6 files changed, 18 insertions, 12 deletions
diff --git a/Makefile.in b/Makefile.in
index 14fbaa0bf..0baad25cc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -107,6 +107,7 @@ realinstall:
107 install -c -m 0644 etc/deadbeef.profile $(DESTDIR)/$(sysconfdir)/firejail/. 107 install -c -m 0644 etc/deadbeef.profile $(DESTDIR)/$(sysconfdir)/firejail/.
108 install -c -m 0644 etc/filezilla.profile $(DESTDIR)/$(sysconfdir)/firejail/. 108 install -c -m 0644 etc/filezilla.profile $(DESTDIR)/$(sysconfdir)/firejail/.
109 install -c -m 0644 etc/fbreader.profile $(DESTDIR)/$(sysconfdir)/firejail/. 109 install -c -m 0644 etc/fbreader.profile $(DESTDIR)/$(sysconfdir)/firejail/.
110 install -c -m 0644 etc/spotify.profile $(DESTDIR)/$(sysconfdir)/firejail/.
110 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 111 bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
111 # man pages 112 # man pages
112 rm -f firejail.1.gz 113 rm -f firejail.1.gz
diff --git a/RELNOTES b/RELNOTES
index a8dd30de3..4ca531138 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -2,12 +2,13 @@ firejail (0.9.31) baseline; urgency=low
2 * added --interface option 2 * added --interface option
3 * added --mtu option 3 * added --mtu option
4 * added --private-bin option 4 * added --private-bin option
5 * added --nosound option
5 * added seccomp errno support 6 * added seccomp errno support
6 * added FBReader default profile 7 * added FBReader default profile
7 * added Spotify default profile 8 * added Spotify default profile
8 * lots of default security profile changes 9 * lots of default security profile changes
9 * bugfixes 10 * bugfixes
10 -- netblue30 <netblue30@yahoo.com> current development 11 -- netblue30 <netblue30@yahoo.com> Mon, 12 Oct 2015 08:00:00 -0500
11 12
12 13
13firejail (0.9.30) baseline; urgency=low 14firejail (0.9.30) baseline; urgency=low
diff --git a/configure b/configure
index 0665a46ed..2649f5fc2 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.31. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.32-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.31' 583PACKAGE_VERSION='0.9.32-rc1'
584PACKAGE_STRING='firejail 0.9.31' 584PACKAGE_STRING='firejail 0.9.32-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.31 to adapt to many kinds of systems. 1241\`configure' configures firejail 0.9.32-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.31:";; 1302 short | recursive ) echo "Configuration of firejail 0.9.32-rc1:";;
1303 esac 1303 esac
1304 cat <<\_ACEOF 1304 cat <<\_ACEOF
1305 1305
@@ -1326,7 +1326,7 @@ Use these variables to override the choices made by `configure' or to help
1326it to find libraries and programs with nonstandard names/locations. 1326it to find libraries and programs with nonstandard names/locations.
1327 1327
1328Report bugs to <netblue30@yahoo.com>. 1328Report bugs to <netblue30@yahoo.com>.
1329firejail home page: <https://github.com/netblue30/firejail>. 1329firejail home page: <http://github.com/netblue30/firejail>.
1330_ACEOF 1330_ACEOF
1331ac_status=$? 1331ac_status=$?
1332fi 1332fi
@@ -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.31 1392firejail configure 0.9.32-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.31, which was 1694It was created by firejail $as_me 0.9.32-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 $@
@@ -4102,7 +4102,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4102# report actual input values of CONFIG_FILES etc. instead of their 4102# report actual input values of CONFIG_FILES etc. instead of their
4103# values after options handling. 4103# values after options handling.
4104ac_log=" 4104ac_log="
4105This file was extended by firejail $as_me 0.9.31, which was 4105This file was extended by firejail $as_me 0.9.32-rc1, which was
4106generated by GNU Autoconf 2.69. Invocation command line was 4106generated by GNU Autoconf 2.69. Invocation command line was
4107 4107
4108 CONFIG_FILES = $CONFIG_FILES 4108 CONFIG_FILES = $CONFIG_FILES
@@ -4156,7 +4156,7 @@ _ACEOF
4156cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4156cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4157ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4157ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4158ac_cs_version="\\ 4158ac_cs_version="\\
4159firejail config.status 0.9.31 4159firejail config.status 0.9.32-rc1
4160configured by $0, generated by GNU Autoconf 2.69, 4160configured by $0, generated by GNU Autoconf 2.69,
4161 with options \\"\$ac_cs_config\\" 4161 with options \\"\$ac_cs_config\\"
4162 4162
diff --git a/configure.ac b/configure.ac
index 997e159e8..971951798 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.31, netblue30@yahoo.com, , http://github.com/netblue30/firejail) 2AC_INIT(firejail, 0.9.32-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/mkdeb.sh b/mkdeb.sh
index f9eb20ad9..4fc0f6e33 100755
--- a/mkdeb.sh
+++ b/mkdeb.sh
@@ -80,6 +80,8 @@ cp etc/disable-common.inc debian/etc/firejail/.
80cp etc/disable-history.inc debian/etc/firejail/. 80cp etc/disable-history.inc debian/etc/firejail/.
81cp etc/deadbeef.profile debian/etc/firejail/. 81cp etc/deadbeef.profile debian/etc/firejail/.
82cp etc/icecat.profile debian/etc/firejail/. 82cp etc/icecat.profile debian/etc/firejail/.
83cp etc/fbreader.profile debian/etc/firejail/.
84cp etc/spotify.profile debian/etc/firejail/.
83cp platform/debian/conffiles $DEBIAN_CTRL_DIR/. 85cp platform/debian/conffiles $DEBIAN_CTRL_DIR/.
84find ./debian -type d | xargs chmod 755 86find ./debian -type d | xargs chmod 755
85dpkg-deb --build debian 87dpkg-deb --build debian
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 7bf575dd8..dae744aab 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -32,3 +32,5 @@
32/etc/firejail/disable-history.inc 32/etc/firejail/disable-history.inc
33/etc/firejail/deadbeef.profile 33/etc/firejail/deadbeef.profile
34/etc/firejail/icecat.profile 34/etc/firejail/icecat.profile
35/etc/firejail/fbreader.profile
36/etc/firejail/spotify.profile