aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-18 15:34:54 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-01-18 15:34:54 -0500
commit9903aaa9ccfb35b1290dbfc5df5f3706b7f3fa1e (patch)
treebebcd99d05f1a2ea21a313dad1e3f7b5bbaad349
parentcompile fix (diff)
downloadfirejail-9903aaa9ccfb35b1290dbfc5df5f3706b7f3fa1e.tar.gz
firejail-9903aaa9ccfb35b1290dbfc5df5f3706b7f3fa1e.tar.zst
firejail-9903aaa9ccfb35b1290dbfc5df5f3706b7f3fa1e.zip
rel 0.9.68rc1 testing0.9.68rc1
-rw-r--r--RELNOTES5
-rwxr-xr-xconfigure26
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 16 deletions
diff --git a/RELNOTES b/RELNOTES
index 09472eeb3..eefa77ad7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,4 @@
1firejail (0.9.67) baseline; urgency=low 1firejail (0.9.68rc1) baseline; urgency=low
2 * work in progress 2 * work in progress
3 * exit code: distinguish fatal signals by adding 128 (#4533) 3 * exit code: distinguish fatal signals by adding 128 (#4533)
4 * close file descriptors greater than 2 (--keep-fd) (#4845) 4 * close file descriptors greater than 2 (--keep-fd) (#4845)
@@ -7,6 +7,7 @@ firejail (0.9.67) baseline; urgency=low
7 --deterministic-shutdown) (#4635) 7 --deterministic-shutdown) (#4635)
8 * noprinters command (#4607 #4827) 8 * noprinters command (#4607 #4827)
9 * network monitor (--nettrace) 9 * network monitor (--nettrace)
10 * network locker (--netlock)
10 * whitelist-ro profile command 11 * whitelist-ro profile command
11 * build: firecfg.config is now installed to /etc/firejail/ (#4669) 12 * build: firecfg.config is now installed to /etc/firejail/ (#4669)
12 * removed --disable-whitelist at compile time 13 * removed --disable-whitelist at compile time
@@ -21,7 +22,7 @@ firejail (0.9.67) baseline; urgency=low
21 * new profiles: make, meson, pip, codium, telnet, ftp, OpenStego 22 * new profiles: make, meson, pip, codium, telnet, ftp, OpenStego
22 * new profiles: imv, retroarch, torbrowser, CachyBrowser, 23 * new profiles: imv, retroarch, torbrowser, CachyBrowser,
23 * new profiles: notable, RPCS3, wget2, raincat, 24 * new profiles: notable, RPCS3, wget2, raincat,
24 -- netblue30 <netblue30@yahoo.com> Thu, 29 Jul 2021 09:00:00 -0500 25 -- netblue30 <netblue30@yahoo.com> Tue, 18 Jan 2022 09:00:00 -0500
25 26
26firejail (0.9.66) baseline; urgency=low 27firejail (0.9.66) baseline; urgency=low
27 * deprecated --audit options, relpaced by jailcheck utility 28 * deprecated --audit options, relpaced by jailcheck utility
diff --git a/configure b/configure
index a8c9a1d96..553738b98 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.67. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.68rc1.
4# 4#
5# Report bugs to <netblue30@protonmail.com>. 5# Report bugs to <netblue30@protonmail.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.67' 583PACKAGE_VERSION='0.9.68rc1'
584PACKAGE_STRING='firejail 0.9.67' 584PACKAGE_STRING='firejail 0.9.68rc1'
585PACKAGE_BUGREPORT='netblue30@protonmail.com' 585PACKAGE_BUGREPORT='netblue30@protonmail.com'
586PACKAGE_URL='https://firejail.wordpress.com' 586PACKAGE_URL='https://firejail.wordpress.com'
587 587
@@ -1298,7 +1298,7 @@ if test "$ac_init_help" = "long"; then
1298 # Omit some internal or obsolete options to make the list less imposing. 1298 # Omit some internal or obsolete options to make the list less imposing.
1299 # This message is too long to be a string in the A/UX 3.1 sh. 1299 # This message is too long to be a string in the A/UX 3.1 sh.
1300 cat <<_ACEOF 1300 cat <<_ACEOF
1301\`configure' configures firejail 0.9.67 to adapt to many kinds of systems. 1301\`configure' configures firejail 0.9.68rc1 to adapt to many kinds of systems.
1302 1302
1303Usage: $0 [OPTION]... [VAR=VALUE]... 1303Usage: $0 [OPTION]... [VAR=VALUE]...
1304 1304
@@ -1360,7 +1360,7 @@ fi
1360 1360
1361if test -n "$ac_init_help"; then 1361if test -n "$ac_init_help"; then
1362 case $ac_init_help in 1362 case $ac_init_help in
1363 short | recursive ) echo "Configuration of firejail 0.9.67:";; 1363 short | recursive ) echo "Configuration of firejail 0.9.68rc1:";;
1364 esac 1364 esac
1365 cat <<\_ACEOF 1365 cat <<\_ACEOF
1366 1366
@@ -1481,7 +1481,7 @@ fi
1481test -n "$ac_init_help" && exit $ac_status 1481test -n "$ac_init_help" && exit $ac_status
1482if $ac_init_version; then 1482if $ac_init_version; then
1483 cat <<\_ACEOF 1483 cat <<\_ACEOF
1484firejail configure 0.9.67 1484firejail configure 0.9.68rc1
1485generated by GNU Autoconf 2.69 1485generated by GNU Autoconf 2.69
1486 1486
1487Copyright (C) 2012 Free Software Foundation, Inc. 1487Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1737,7 +1737,7 @@ cat >config.log <<_ACEOF
1737This file contains any messages produced by compilers while 1737This file contains any messages produced by compilers while
1738running configure, to aid debugging if configure makes a mistake. 1738running configure, to aid debugging if configure makes a mistake.
1739 1739
1740It was created by firejail $as_me 0.9.67, which was 1740It was created by firejail $as_me 0.9.68rc1, which was
1741generated by GNU Autoconf 2.69. Invocation command line was 1741generated by GNU Autoconf 2.69. Invocation command line was
1742 1742
1743 $ $0 $@ 1743 $ $0 $@
@@ -3434,8 +3434,8 @@ if test "x$enable_apparmor" = "xyes"; then :
3434 HAVE_APPARMOR="-DHAVE_APPARMOR" 3434 HAVE_APPARMOR="-DHAVE_APPARMOR"
3435 3435
3436pkg_failed=no 3436pkg_failed=no
3437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AA" >&5 3437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libapparmor" >&5
3438$as_echo_n "checking for AA... " >&6; } 3438$as_echo_n "checking for libapparmor... " >&6; }
3439 3439
3440if test -n "$AA_CFLAGS"; then 3440if test -n "$AA_CFLAGS"; then
3441 pkg_cv_AA_CFLAGS="$AA_CFLAGS" 3441 pkg_cv_AA_CFLAGS="$AA_CFLAGS"
@@ -3475,7 +3475,7 @@ fi
3475 3475
3476 3476
3477if test $pkg_failed = yes; then 3477if test $pkg_failed = yes; then
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3479$as_echo "no" >&6; } 3479$as_echo "no" >&6; }
3480 3480
3481if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3481if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -3502,7 +3502,7 @@ Alternatively, you may set the environment variables AA_CFLAGS
3502and AA_LIBS to avoid the need to call pkg-config. 3502and AA_LIBS to avoid the need to call pkg-config.
3503See the pkg-config man page for more details." "$LINENO" 5 3503See the pkg-config man page for more details." "$LINENO" 5
3504elif test $pkg_failed = untried; then 3504elif test $pkg_failed = untried; then
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3506$as_echo "no" >&6; } 3506$as_echo "no" >&6; }
3507 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3507 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3508$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3508$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -4815,7 +4815,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4815# report actual input values of CONFIG_FILES etc. instead of their 4815# report actual input values of CONFIG_FILES etc. instead of their
4816# values after options handling. 4816# values after options handling.
4817ac_log=" 4817ac_log="
4818This file was extended by firejail $as_me 0.9.67, which was 4818This file was extended by firejail $as_me 0.9.68rc1, which was
4819generated by GNU Autoconf 2.69. Invocation command line was 4819generated by GNU Autoconf 2.69. Invocation command line was
4820 4820
4821 CONFIG_FILES = $CONFIG_FILES 4821 CONFIG_FILES = $CONFIG_FILES
@@ -4869,7 +4869,7 @@ _ACEOF
4869cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4869cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4870ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4870ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4871ac_cs_version="\\ 4871ac_cs_version="\\
4872firejail config.status 0.9.67 4872firejail config.status 0.9.68rc1
4873configured by $0, generated by GNU Autoconf 2.69, 4873configured by $0, generated by GNU Autoconf 2.69,
4874 with options \\"\$ac_cs_config\\" 4874 with options \\"\$ac_cs_config\\"
4875 4875
diff --git a/configure.ac b/configure.ac
index 232d49e1e..e7af84db1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
12# 12#
13 13
14AC_PREREQ([2.68]) 14AC_PREREQ([2.68])
15AC_INIT([firejail], [0.9.67], [netblue30@protonmail.com], [], 15AC_INIT([firejail], [0.9.68rc1], [netblue30@protonmail.com], [],
16 [https://firejail.wordpress.com]) 16 [https://firejail.wordpress.com])
17 17
18AC_CONFIG_SRCDIR([src/firejail/main.c]) 18AC_CONFIG_SRCDIR([src/firejail/main.c])