aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-10-21 07:50:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-10-21 07:50:19 -0400
commit87062d8a10b6cbb76c0fdc49d556d660539647e2 (patch)
tree4d3b2b276f3308b753c1f9d1a222e25379c80936
parentUpdate bug_report.md (diff)
downloadfirejail-87062d8a10b6cbb76c0fdc49d556d660539647e2.tar.gz
firejail-87062d8a10b6cbb76c0fdc49d556d660539647e2.tar.zst
firejail-87062d8a10b6cbb76c0fdc49d556d660539647e2.zip
0.9.64 testing
-rw-r--r--README1
-rw-r--r--RELNOTES4
-rwxr-xr-xconfigure26
-rw-r--r--configure.ac2
4 files changed, 17 insertions, 16 deletions
diff --git a/README b/README
index 1ede78891..330e2c60d 100644
--- a/README
+++ b/README
@@ -184,6 +184,7 @@ Bruno Nova (https://github.com/brunonova)
184Bundy01 (https://github.com/Bundy01) 184Bundy01 (https://github.com/Bundy01)
185 - fixup geary 185 - fixup geary
186 - add gradio profile 186 - add gradio profile
187 - update virtualbox.profile
187BytesTuner (https://github.com/BytesTuner) 188BytesTuner (https://github.com/BytesTuner)
188 - provided keepassxc profile 189 - provided keepassxc profile
189caoliver (https://github.com/caoliver) 190caoliver (https://github.com/caoliver)
diff --git a/RELNOTES b/RELNOTES
index 6a412b102..929e88804 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,4 @@
1firejail (0.9.64rc1) baseline; urgency=low 1firejail (0.9.64) baseline; urgency=low
2 * replaced --nowrap option with --wrap in firemon 2 * replaced --nowrap option with --wrap in firemon
3 * The blocking action of seccomp filters has been changed from 3 * The blocking action of seccomp filters has been changed from
4 killing the process to returning EPERM to the caller. To get the 4 killing the process to returning EPERM to the caller. To get the
@@ -51,7 +51,7 @@ firejail (0.9.64rc1) baseline; urgency=low
51 * new profiles: youtubemusic-nativefier, cola, dbus-send, notify-send 51 * new profiles: youtubemusic-nativefier, cola, dbus-send, notify-send
52 * new profiles: qrencode, ytmdesktop, twitch 52 * new profiles: qrencode, ytmdesktop, twitch
53 * new profiles: xournalpp, chromium-freeworld, equalx 53 * new profiles: xournalpp, chromium-freeworld, equalx
54 -- netblue30 <netblue30@yahoo.com> Sun, 4 Oct 2020 08:00:00 -0500 54 -- netblue30 <netblue30@yahoo.com> Wed,21 Oct 2020 08:00:00 -0500
55 55
56firejail (0.9.62) baseline; urgency=low 56firejail (0.9.62) baseline; urgency=low
57 * added file-copy-limit in /etc/firejail/firejail.config 57 * added file-copy-limit in /etc/firejail/firejail.config
diff --git a/configure b/configure
index 79315754c..223db707f 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.64rc2. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.64.
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.64rc2' 583PACKAGE_VERSION='0.9.64'
584PACKAGE_STRING='firejail 0.9.64rc2' 584PACKAGE_STRING='firejail 0.9.64'
585PACKAGE_BUGREPORT='netblue30@protonmail.com' 585PACKAGE_BUGREPORT='netblue30@protonmail.com'
586PACKAGE_URL='https://firejail.wordpress.com' 586PACKAGE_URL='https://firejail.wordpress.com'
587 587
@@ -1292,7 +1292,7 @@ if test "$ac_init_help" = "long"; then
1292 # Omit some internal or obsolete options to make the list less imposing. 1292 # Omit some internal or obsolete options to make the list less imposing.
1293 # This message is too long to be a string in the A/UX 3.1 sh. 1293 # This message is too long to be a string in the A/UX 3.1 sh.
1294 cat <<_ACEOF 1294 cat <<_ACEOF
1295\`configure' configures firejail 0.9.64rc2 to adapt to many kinds of systems. 1295\`configure' configures firejail 0.9.64 to adapt to many kinds of systems.
1296 1296
1297Usage: $0 [OPTION]... [VAR=VALUE]... 1297Usage: $0 [OPTION]... [VAR=VALUE]...
1298 1298
@@ -1354,7 +1354,7 @@ fi
1354 1354
1355if test -n "$ac_init_help"; then 1355if test -n "$ac_init_help"; then
1356 case $ac_init_help in 1356 case $ac_init_help in
1357 short | recursive ) echo "Configuration of firejail 0.9.64rc2:";; 1357 short | recursive ) echo "Configuration of firejail 0.9.64:";;
1358 esac 1358 esac
1359 cat <<\_ACEOF 1359 cat <<\_ACEOF
1360 1360
@@ -1470,7 +1470,7 @@ fi
1470test -n "$ac_init_help" && exit $ac_status 1470test -n "$ac_init_help" && exit $ac_status
1471if $ac_init_version; then 1471if $ac_init_version; then
1472 cat <<\_ACEOF 1472 cat <<\_ACEOF
1473firejail configure 0.9.64rc2 1473firejail configure 0.9.64
1474generated by GNU Autoconf 2.69 1474generated by GNU Autoconf 2.69
1475 1475
1476Copyright (C) 2012 Free Software Foundation, Inc. 1476Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1772,7 +1772,7 @@ cat >config.log <<_ACEOF
1772This file contains any messages produced by compilers while 1772This file contains any messages produced by compilers while
1773running configure, to aid debugging if configure makes a mistake. 1773running configure, to aid debugging if configure makes a mistake.
1774 1774
1775It was created by firejail $as_me 0.9.64rc2, which was 1775It was created by firejail $as_me 0.9.64, which was
1776generated by GNU Autoconf 2.69. Invocation command line was 1776generated by GNU Autoconf 2.69. Invocation command line was
1777 1777
1778 $ $0 $@ 1778 $ $0 $@
@@ -3417,8 +3417,8 @@ if test "x$enable_apparmor" = "xyes"; then :
3417 HAVE_APPARMOR="-DHAVE_APPARMOR" 3417 HAVE_APPARMOR="-DHAVE_APPARMOR"
3418 3418
3419pkg_failed=no 3419pkg_failed=no
3420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libapparmor" >&5 3420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AA" >&5
3421$as_echo_n "checking for libapparmor... " >&6; } 3421$as_echo_n "checking for AA... " >&6; }
3422 3422
3423if test -n "$AA_CFLAGS"; then 3423if test -n "$AA_CFLAGS"; then
3424 pkg_cv_AA_CFLAGS="$AA_CFLAGS" 3424 pkg_cv_AA_CFLAGS="$AA_CFLAGS"
@@ -3458,7 +3458,7 @@ fi
3458 3458
3459 3459
3460if test $pkg_failed = yes; then 3460if test $pkg_failed = yes; then
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3462$as_echo "no" >&6; } 3462$as_echo "no" >&6; }
3463 3463
3464if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3464if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -3485,7 +3485,7 @@ Alternatively, you may set the environment variables AA_CFLAGS
3485and AA_LIBS to avoid the need to call pkg-config. 3485and AA_LIBS to avoid the need to call pkg-config.
3486See the pkg-config man page for more details." "$LINENO" 5 3486See the pkg-config man page for more details." "$LINENO" 5
3487elif test $pkg_failed = untried; then 3487elif test $pkg_failed = untried; then
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3489$as_echo "no" >&6; } 3489$as_echo "no" >&6; }
3490 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3490 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3491$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3491$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -4801,7 +4801,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4801# report actual input values of CONFIG_FILES etc. instead of their 4801# report actual input values of CONFIG_FILES etc. instead of their
4802# values after options handling. 4802# values after options handling.
4803ac_log=" 4803ac_log="
4804This file was extended by firejail $as_me 0.9.64rc2, which was 4804This file was extended by firejail $as_me 0.9.64, which was
4805generated by GNU Autoconf 2.69. Invocation command line was 4805generated by GNU Autoconf 2.69. Invocation command line was
4806 4806
4807 CONFIG_FILES = $CONFIG_FILES 4807 CONFIG_FILES = $CONFIG_FILES
@@ -4855,7 +4855,7 @@ _ACEOF
4855cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4855cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4856ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4856ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4857ac_cs_version="\\ 4857ac_cs_version="\\
4858firejail config.status 0.9.64rc2 4858firejail config.status 0.9.64
4859configured by $0, generated by GNU Autoconf 2.69, 4859configured by $0, generated by GNU Autoconf 2.69,
4860 with options \\"\$ac_cs_config\\" 4860 with options \\"\$ac_cs_config\\"
4861 4861
diff --git a/configure.ac b/configure.ac
index 45f7c6207..1f8770587 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.64rc2, netblue30@protonmail.com, , https://firejail.wordpress.com) 15AC_INIT(firejail, 0.9.64, netblue30@protonmail.com, , https://firejail.wordpress.com)
16AC_CONFIG_SRCDIR([src/firejail/main.c]) 16AC_CONFIG_SRCDIR([src/firejail/main.c])
17 17
18AC_CONFIG_MACRO_DIR([m4]) 18AC_CONFIG_MACRO_DIR([m4])