From 84cb3ef42084d010e4658319afb20b0e58159f90 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 13 Oct 2016 12:27:13 -0400 Subject: 0.9.44~rc1 testing --- configure | 18 +++++++++--------- configure.ac | 2 +- platform/debian/conffiles | 13 ++++++------- src/firejail/firejail.h | 1 + 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/configure b/configure index 5e066a44d..48b891c40 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for firejail 0.9.43. +# Generated by GNU Autoconf 2.69 for firejail 0.9.44~rc1. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='firejail' PACKAGE_TARNAME='firejail' -PACKAGE_VERSION='0.9.43' -PACKAGE_STRING='firejail 0.9.43' +PACKAGE_VERSION='0.9.44~rc1' +PACKAGE_STRING='firejail 0.9.44~rc1' PACKAGE_BUGREPORT='netblue30@yahoo.com' PACKAGE_URL='http://firejail.wordpress.com' @@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures firejail 0.9.43 to adapt to many kinds of systems. +\`configure' configures firejail 0.9.44~rc1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1320,7 +1320,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of firejail 0.9.43:";; + short | recursive ) echo "Configuration of firejail 0.9.44~rc1:";; esac cat <<\_ACEOF @@ -1424,7 +1424,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -firejail configure 0.9.43 +firejail configure 0.9.44~rc1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1726,7 +1726,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by firejail $as_me 0.9.43, which was +It was created by firejail $as_me 0.9.44~rc1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4303,7 +4303,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by firejail $as_me 0.9.43, which was +This file was extended by firejail $as_me 0.9.44~rc1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4357,7 +4357,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -firejail config.status 0.9.43 +firejail config.status 0.9.44~rc1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index a1d65cc63..108b558d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT(firejail, 0.9.43, netblue30@yahoo.com, , http://firejail.wordpress.com) +AC_INIT(firejail, 0.9.44~rc1, netblue30@yahoo.com, , http://firejail.wordpress.com) AC_CONFIG_SRCDIR([src/firejail/main.c]) #AC_CONFIG_HEADERS([config.h]) diff --git a/platform/debian/conffiles b/platform/debian/conffiles index c6e243a03..a8ed6f691 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -155,10 +155,9 @@ /etc/firejail/7z.profile /etc/firejail/keepass.profile /etc/firejail/keepassx.profile -/etc/firejail/claws-mail -/etc/firejail/mutt -/etc/firejail/git -/etc/firejail/emacs -/etc/firejail/vim -/etc/firejail/xpdf - +/etc/firejail/claws-mail.profile +/etc/firejail/mutt.profile +/etc/firejail/git.profile +/etc/firejail/emacs.profile +/etc/firejail/vim.profile +/etc/firejail/xpdf.profile diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h index 15e108056..5f736f700 100644 --- a/src/firejail/firejail.h +++ b/src/firejail/firejail.h @@ -672,6 +672,7 @@ extern char *xephyr_extra_params; extern char *netfilter_default; int checkcfg(int val); void print_compiletime_support(void); +void x11_xorg(void); // appimage.c void appimage_set(const char *appimage_path); -- cgit v1.2.3-54-g00ecf