aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-01-26 07:20:10 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-01-26 07:20:10 -0500
commit48630b151c33cb1794eb63880b15e6b4d2f46029 (patch)
tree1698232c2b2ac04c58f444e328ea3ac898efd3bf
parentmerge/readme update (diff)
downloadfirejail-48630b151c33cb1794eb63880b15e6b4d2f46029.tar.gz
firejail-48630b151c33cb1794eb63880b15e6b4d2f46029.tar.zst
firejail-48630b151c33cb1794eb63880b15e6b4d2f46029.zip
release 0.9.64.2 testing
-rw-r--r--RELNOTES5
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 13 deletions
diff --git a/RELNOTES b/RELNOTES
index e83c408c3..bbf338d15 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,4 @@
1firejail (0.9.65) baseline; urgency=low 1firejail (0.9.64.2) baseline; urgency=low
2 * allow --tmpfs inside $HOME for unprivileged users 2 * allow --tmpfs inside $HOME for unprivileged users
3 * --disable-usertmpfs compile time option 3 * --disable-usertmpfs compile time option
4 * allow AF_BLUETOOTH via --protocol=bluetooth 4 * allow AF_BLUETOOTH via --protocol=bluetooth
@@ -10,8 +10,7 @@ firejail (0.9.65) baseline; urgency=low
10 * new profiles: straw-viewer, lutris, dolphin-emu, authenticator-rs, servo 10 * new profiles: straw-viewer, lutris, dolphin-emu, authenticator-rs, servo
11 * new profiles: npm, marker, yarn, lsar, unar, agetpkg, mdr, shotwell, qnapi 11 * new profiles: npm, marker, yarn, lsar, unar, agetpkg, mdr, shotwell, qnapi
12 * new profiles: guvcview, pkglog, kdiff3, CoyIM 12 * new profiles: guvcview, pkglog, kdiff3, CoyIM
13 13 -- netblue30 <netblue30@yahoo.com> Tue, 26 Jan 2020 09:00:00 -0500
14 -- netblue30 <netblue30@yahoo.com> Wed, 21 Oct 2020 09:00:00 -0500
15 14
16firejail (0.9.64) baseline; urgency=low 15firejail (0.9.64) baseline; urgency=low
17 * replaced --nowrap option with --wrap in firemon 16 * replaced --nowrap option with --wrap in firemon
diff --git a/configure b/configure
index 75c2499a9..7d3413eaf 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.65. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.64.2.
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.65' 583PACKAGE_VERSION='0.9.64.2'
584PACKAGE_STRING='firejail 0.9.65' 584PACKAGE_STRING='firejail 0.9.64.2'
585PACKAGE_BUGREPORT='netblue30@protonmail.com' 585PACKAGE_BUGREPORT='netblue30@protonmail.com'
586PACKAGE_URL='https://firejail.wordpress.com' 586PACKAGE_URL='https://firejail.wordpress.com'
587 587
@@ -1294,7 +1294,7 @@ if test "$ac_init_help" = "long"; then
1294 # Omit some internal or obsolete options to make the list less imposing. 1294 # Omit some internal or obsolete options to make the list less imposing.
1295 # This message is too long to be a string in the A/UX 3.1 sh. 1295 # This message is too long to be a string in the A/UX 3.1 sh.
1296 cat <<_ACEOF 1296 cat <<_ACEOF
1297\`configure' configures firejail 0.9.65 to adapt to many kinds of systems. 1297\`configure' configures firejail 0.9.64.2 to adapt to many kinds of systems.
1298 1298
1299Usage: $0 [OPTION]... [VAR=VALUE]... 1299Usage: $0 [OPTION]... [VAR=VALUE]...
1300 1300
@@ -1356,7 +1356,7 @@ fi
1356 1356
1357if test -n "$ac_init_help"; then 1357if test -n "$ac_init_help"; then
1358 case $ac_init_help in 1358 case $ac_init_help in
1359 short | recursive ) echo "Configuration of firejail 0.9.65:";; 1359 short | recursive ) echo "Configuration of firejail 0.9.64.2:";;
1360 esac 1360 esac
1361 cat <<\_ACEOF 1361 cat <<\_ACEOF
1362 1362
@@ -1473,7 +1473,7 @@ fi
1473test -n "$ac_init_help" && exit $ac_status 1473test -n "$ac_init_help" && exit $ac_status
1474if $ac_init_version; then 1474if $ac_init_version; then
1475 cat <<\_ACEOF 1475 cat <<\_ACEOF
1476firejail configure 0.9.65 1476firejail configure 0.9.64.2
1477generated by GNU Autoconf 2.69 1477generated by GNU Autoconf 2.69
1478 1478
1479Copyright (C) 2012 Free Software Foundation, Inc. 1479Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1775,7 +1775,7 @@ cat >config.log <<_ACEOF
1775This file contains any messages produced by compilers while 1775This file contains any messages produced by compilers while
1776running configure, to aid debugging if configure makes a mistake. 1776running configure, to aid debugging if configure makes a mistake.
1777 1777
1778It was created by firejail $as_me 0.9.65, which was 1778It was created by firejail $as_me 0.9.64.2, which was
1779generated by GNU Autoconf 2.69. Invocation command line was 1779generated by GNU Autoconf 2.69. Invocation command line was
1780 1780
1781 $ $0 $@ 1781 $ $0 $@
@@ -4817,7 +4817,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4817# report actual input values of CONFIG_FILES etc. instead of their 4817# report actual input values of CONFIG_FILES etc. instead of their
4818# values after options handling. 4818# values after options handling.
4819ac_log=" 4819ac_log="
4820This file was extended by firejail $as_me 0.9.65, which was 4820This file was extended by firejail $as_me 0.9.64.2, which was
4821generated by GNU Autoconf 2.69. Invocation command line was 4821generated by GNU Autoconf 2.69. Invocation command line was
4822 4822
4823 CONFIG_FILES = $CONFIG_FILES 4823 CONFIG_FILES = $CONFIG_FILES
@@ -4871,7 +4871,7 @@ _ACEOF
4871cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4871cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4872ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4872ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4873ac_cs_version="\\ 4873ac_cs_version="\\
4874firejail config.status 0.9.65 4874firejail config.status 0.9.64.2
4875configured by $0, generated by GNU Autoconf 2.69, 4875configured by $0, generated by GNU Autoconf 2.69,
4876 with options \\"\$ac_cs_config\\" 4876 with options \\"\$ac_cs_config\\"
4877 4877
diff --git a/configure.ac b/configure.ac
index e21e4a01f..8ff8ef6bc 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.65, netblue30@protonmail.com, , https://firejail.wordpress.com) 15AC_INIT(firejail, 0.9.64.2, 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])