Hello community,

here is the log from the commit of package blueman for openSUSE:Factory checked 
in at 2018-07-31 15:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blueman (Old)
 and      /work/SRC/openSUSE:Factory/.blueman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blueman"

Tue Jul 31 15:59:52 2018 rev:4 rq:626129 version:2.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/blueman/blueman.changes  2018-04-27 
16:09:41.837465651 +0200
+++ /work/SRC/openSUSE:Factory/.blueman.new/blueman.changes     2018-07-31 
15:59:56.991602469 +0200
@@ -1,0 +2,8 @@
+Fri Jul 27 10:03:37 UTC 2018 - [email protected]
+
+- update to version 2.0.6: This fixes the security of the polkit authorization
+  checks in blueman (bsc#1083066). Previously any user with access to the
+  D-Bus system bus could trigger certain network configuration logic in
+  blueman without authentication.
+
+-------------------------------------------------------------------

Old:
----
  blueman-2.0.5.tar.xz

New:
----
  blueman-2.0.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ blueman.spec ++++++
--- /var/tmp/diff_new_pack.kfehs7/_old  2018-07-31 15:59:59.235606278 +0200
+++ /var/tmp/diff_new_pack.kfehs7/_new  2018-07-31 15:59:59.239606285 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           blueman
-Version:        2.0.5
+Version:        2.0.6
 Release:        0
 Summary:        GTK+ Bluetooth Manager
 License:        GPL-3.0-only

++++++ blueman-2.0.5.tar.xz -> blueman-2.0.6.tar.xz ++++++
++++ 4417 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/.circleci/config.yml new/blueman-2.0.6/.circleci/config.yml
--- old/blueman-2.0.5/.circleci/config.yml      1970-01-01 01:00:00.000000000 
+0100
+++ new/blueman-2.0.6/.circleci/config.yml      2018-07-22 22:14:52.000000000 
+0200
@@ -0,0 +1,45 @@
+# Python CircleCI 2.0 configuration file
+#
+# Check https://circleci.com/docs/2.0/language-python/ for more details
+#
+#
+version: 2
+jobs:
+  python3:
+    docker:
+      - image: debian:unstable
+
+    environment:
+      PYTHON: "python3"
+
+    steps:
+      - checkout
+      - run: apt-get update
+      - run: apt-get install -y -qq --no-install-recommends sudo automake 
autoconf libglib2.0-dev libtool intltool python3-dev python-gi python-gi-dev 
cython python3-dbus dh-autoreconf libbluetooth-dev gtk-update-icon-cache
+      - run: ./autogen.sh
+      - run: make
+      - run: make distcheck
+      - run: sudo make install
+
+  python2:
+    docker:
+      - image: debian:unstable
+
+    environment:
+      PYTHON: "python2"
+
+    steps:
+      - checkout
+      - run: apt-get update
+      - run: apt-get install -y -qq --no-install-recommends sudo automake 
autoconf libglib2.0-dev libtool intltool python-dev python-gi python-gi-dev 
cython python-dbus dh-autoreconf libbluetooth-dev gtk-update-icon-cache
+      - run: ./autogen.sh
+      - run: make
+      - run: make distcheck
+      - run: sudo make install
+
+workflows:
+  version: 2
+  build_and_test:
+    jobs:
+      - python3
+      - python2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/.travis.yml new/blueman-2.0.6/.travis.yml
--- old/blueman-2.0.5/.travis.yml       2017-10-01 08:19:46.000000000 +0200
+++ new/blueman-2.0.6/.travis.yml       2018-07-22 22:14:52.000000000 +0200
@@ -1,12 +1,20 @@
+language: python
+
+virtualenv:
+  system_site_packages: true
+
+python:
+  - "2.7"
+  - "3.4"
+
 script:
   - ./autogen.sh
   - make
   - make check
 
-env:
-  - PYTHON=python2.7
-  - PYTHON=python3.2
-
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -qq automake autoconf libglib2.0-dev libtool 
libgtk-3-dev libstartup-notification0-dev python-gi-dev libbluetooth-dev 
intltool python-dev python3-dev cython python-dbus python3-dbus dh-autoreconf
+
+  # travis build environment is polluted
+  - unset PYTHON_CFLAGS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/CHANGELOG.md new/blueman-2.0.6/CHANGELOG.md
--- old/blueman-2.0.5/CHANGELOG.md      2017-10-01 08:19:46.000000000 +0200
+++ new/blueman-2.0.6/CHANGELOG.md      2018-07-22 22:14:52.000000000 +0200
@@ -1,5 +1,15 @@
 # Changelog
 
+## 2.0.6
+
+**This release adds authorisation checks for the commands blueman runs as 
root**
+
+We added the following policykit authorisation checks
+* org.blueman.network.setup
+* org.blueman.pppd.pppconnect
+* org.blueman.rfkill.setstate
+
+See https://github.com/blueman-project/blueman/wiki/PolicyKit
 
 ## 2.0.5
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/autom4te.cache/output.0 
new/blueman-2.0.6/autom4te.cache/output.0
--- old/blueman-2.0.5/autom4te.cache/output.0   2017-10-01 08:21:28.000000000 
+0200
+++ new/blueman-2.0.6/autom4te.cache/output.0   2018-07-27 08:14:29.000000000 
+0200
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.5.
+@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.6.
 @%:@
 @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>.
 @%:@ 
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='blueman'
 PACKAGE_TARNAME='blueman'
-PACKAGE_VERSION='2.0.5'
-PACKAGE_STRING='blueman 2.0.5'
+PACKAGE_VERSION='2.0.6'
+PACKAGE_STRING='blueman 2.0.6'
 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
 PACKAGE_URL=''
 
@@ -1452,7 +1452,7 @@
   # 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 blueman 2.0.5 to adapt to many kinds of systems.
+\`configure' configures blueman 2.0.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1523,7 +1523,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of blueman 2.0.5:";;
+     short | recursive ) echo "Configuration of blueman 2.0.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1533,8 +1533,8 @@
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-silent-rules   less verbose build output (undo: "make V=1")
   --disable-silent-rules  verbose build output (undo: "make V=0")
-  --enable-maintainer-mode 
-                          enable make rules and dependencies not useful (and
+  --disable-maintainer-mode 
+                          disable make rules and dependencies not useful (and
                           sometimes confusing) to the casual installer
   --enable-dependency-tracking 
                           do not reject slow dependency extractors
@@ -1680,7 +1680,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-blueman configure 2.0.5
+blueman configure 2.0.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2049,7 +2049,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by blueman $as_me 2.0.5, which was
+It was created by blueman $as_me 2.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2914,7 +2914,7 @@
 
 # Define the identity of the package.
  PACKAGE='blueman'
- VERSION='2.0.5'
+ VERSION='2.0.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3015,7 +3015,7 @@
 if test "${enable_maintainer_mode+set}" = set; then :
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 else
-  USE_MAINTAINER_MODE=no
+  USE_MAINTAINER_MODE=yes
 fi
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
@@ -15738,7 +15738,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by blueman $as_me 2.0.5, which was
+This file was extended by blueman $as_me 2.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15804,7 +15804,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-blueman config.status 2.0.5
+blueman config.status 2.0.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/autom4te.cache/output.1 
new/blueman-2.0.6/autom4te.cache/output.1
--- old/blueman-2.0.5/autom4te.cache/output.1   2017-10-01 08:21:29.000000000 
+0200
+++ new/blueman-2.0.6/autom4te.cache/output.1   2018-07-27 08:14:31.000000000 
+0200
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.5.
+@%:@ Generated by GNU Autoconf 2.69 for blueman 2.0.6.
 @%:@
 @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>.
 @%:@ 
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='blueman'
 PACKAGE_TARNAME='blueman'
-PACKAGE_VERSION='2.0.5'
-PACKAGE_STRING='blueman 2.0.5'
+PACKAGE_VERSION='2.0.6'
+PACKAGE_STRING='blueman 2.0.6'
 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
 PACKAGE_URL=''
 
@@ -1452,7 +1452,7 @@
   # 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 blueman 2.0.5 to adapt to many kinds of systems.
+\`configure' configures blueman 2.0.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1523,7 +1523,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of blueman 2.0.5:";;
+     short | recursive ) echo "Configuration of blueman 2.0.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1533,8 +1533,8 @@
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-silent-rules   less verbose build output (undo: "make V=1")
   --disable-silent-rules  verbose build output (undo: "make V=0")
-  --enable-maintainer-mode 
-                          enable make rules and dependencies not useful (and
+  --disable-maintainer-mode 
+                          disable make rules and dependencies not useful (and
                           sometimes confusing) to the casual installer
   --enable-dependency-tracking 
                           do not reject slow dependency extractors
@@ -1680,7 +1680,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-blueman configure 2.0.5
+blueman configure 2.0.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2049,7 +2049,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by blueman $as_me 2.0.5, which was
+It was created by blueman $as_me 2.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2914,7 +2914,7 @@
 
 # Define the identity of the package.
  PACKAGE='blueman'
- VERSION='2.0.5'
+ VERSION='2.0.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3015,7 +3015,7 @@
 if test "${enable_maintainer_mode+set}" = set; then :
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 else
-  USE_MAINTAINER_MODE=no
+  USE_MAINTAINER_MODE=yes
 fi
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
@@ -15734,7 +15734,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by blueman $as_me 2.0.5, which was
+This file was extended by blueman $as_me 2.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15800,7 +15800,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-blueman config.status 2.0.5
+blueman config.status 2.0.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/autom4te.cache/requests 
new/blueman-2.0.6/autom4te.cache/requests
--- old/blueman-2.0.5/autom4te.cache/requests   2017-10-01 08:21:31.000000000 
+0200
+++ new/blueman-2.0.6/autom4te.cache/requests   2018-07-27 08:14:32.000000000 
+0200
@@ -49,210 +49,210 @@
                         'configure.ac'
                       ],
                       {
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
                         '_LT_WITH_SYSROOT' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'LT_PROG_GO' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'AM_PATH_PYTHON' => 1,
+                        '_LT_AC_LOCK' => 1,
+                        'AC_LIBTOOL_FC' => 1,
+                        '_LT_CC_BASENAME' => 1,
+                        'AC_LIBLTDL_CONVENIENCE' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        'AC_DISABLE_FAST_INSTALL' => 1,
                         'AC_LIBTOOL_F77' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'LT_INIT' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
                         '_LT_AC_PROG_CXXCPP' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AM_CHECK_PYMOD' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
+                        'LT_PATH_LD' => 1,
+                        'LTDL_INSTALLABLE' => 1,
+                        '_LT_AC_CHECK_DLFCN' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
                         'AC_CONFIG_MACRO_DIR' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        'AU_DEFUN' => 1,
-                        'LT_AC_PROG_SED' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
                         'LT_SYS_MODULE_PATH' => 1,
+                        'LTDL_INIT' => 1,
+                        'AC_ENABLE_STATIC' => 1,
+                        'LT_LIB_M' => 1,
+                        'AC_LIBTOOL_CXX' => 1,
+                        '_LT_PROG_FC' => 1,
+                        'AC_LIBTOOL_RC' => 1,
+                        'AC_LTDL_DLSYM_USCORE' => 1,
+                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
+                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
                         'IT_PROG_INTLTOOL' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        'include' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
+                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
+                        'GLIB_RUN_PROG' => 1,
+                        'PKG_CHECK_EXISTS' => 1,
+                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
+                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        'AC_LTDL_SHLIBPATH' => 1,
                         'AM_PROG_LIBTOOL' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'AM_RUN_LOG' => 1,
-                        '_LT_PROG_CXX' => 1,
+                        'AM_SET_DEPDIR' => 1,
+                        '_m4_warn' => 1,
+                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        'LT_LIB_DLLOAD' => 1,
+                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
+                        'AC_LIBTOOL_CONFIG' => 1,
+                        'AC_PROG_LD' => 1,
+                        'AM_DISABLE_STATIC' => 1,
                         'AM_DISABLE_SHARED' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        '_LT_CC_BASENAME' => 1,
-                        'IT_PO_SUBDIR' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'AC_DISABLE_STATIC' => 1,
-                        'PKG_CHECK_MODULES_STATIC' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        'AC_PROG_INTLTOOL' => 1,
-                        'AM_NLS' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        'LT_PATH_NM' => 1,
-                        'LT_PROG_RC' => 1,
-                        'AC_PROG_NM' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        '_LT_PROG_F77' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        'm4_pattern_allow' => 1,
                         '_IT_SUBST' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
-                        '_LTDL_SETUP' => 1,
+                        'LT_SYS_DLOPEN_SELF' => 1,
+                        'AM_NLS' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        'AC_PROG_LD_GNU' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
+                        'AC_DEFUN_ONCE' => 1,
                         '_LT_AC_TAGCONFIG' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        'LT_LANG' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        'GLIB_RUN_PROG' => 1,
+                        '_LT_LINKER_BOILERPLATE' => 1,
+                        '_LT_PROG_LTMAIN' => 1,
+                        '_GSETTINGS_SUBST' => 1,
+                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'AM_ENABLE_STATIC' => 1,
+                        'AC_PATH_TOOL_PREFIX' => 1,
                         '_LT_AC_LANG_F77_CONFIG' => 1,
-                        'LT_PATH_LD' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AC_LTDL_DLLIB' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'AM_CHECK_PYTHON_HEADERS' => 1,
+                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
+                        'LT_FUNC_DLSYM_USCORE' => 1,
+                        'AC_PROG_INTLTOOL' => 1,
+                        'AM_PATH_PYTHON' => 1,
+                        'LT_AC_PROG_GCJ' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        'LT_SYS_MODULE_EXT' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        '_LT_PROG_ECHO_BACKSLASH' => 1,
+                        'LT_INIT' => 1,
+                        '_LT_AC_SHELL_INIT' => 1,
+                        '_LT_LIBOBJ' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        'm4_include' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
+                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
                         'PKG_CHECK_MODULES' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        'GLIB_GSETTINGS' => 1,
+                        'LTOBSOLETE_VERSION' => 1,
+                        'AM_CHECK_PYMOD' => 1,
                         '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
-                        '_m4_warn' => 1,
+                        '_LT_AC_LANG_C_CONFIG' => 1,
+                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
                         '_LT_AC_LANG_GCJ' => 1,
-                        'LTDL_INIT' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'AC_LTDL_OBJDIR' => 1,
+                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
+                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
+                        'AM_ENABLE_SHARED' => 1,
                         'AC_WITH_LTDL' => 1,
-                        'AC_ENABLE_STATIC' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
+                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
+                        '_LT_PROG_F77' => 1,
+                        '_LTDL_SETUP' => 1,
+                        'AC_LTDL_PREOPEN' => 1,
+                        'LT_PATH_NM' => 1,
+                        'LT_CMD_MAX_LEN' => 1,
+                        '_LT_DLL_DEF_P' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        'AC_LIBTOOL_GCJ' => 1,
+                        'AM_RUN_LOG' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'm4_pattern_allow' => 1,
+                        'LT_LANG' => 1,
+                        '_LT_AC_LANG_CXX_CONFIG' => 1,
+                        '_LT_AC_LANG_F77' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
+                        'AM_GLIB_DEFINE_LOCALEDIR' => 1,
+                        'AC_PATH_MAGIC' => 1,
+                        '_AM_PROG_CC_C_O' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        'AC_PROG_NM' => 1,
+                        'AC_LIBTOOL_OBJDIR' => 1,
+                        'PKG_CHECK_VAR' => 1,
+                        '_LT_LINKER_OPTION' => 1,
+                        'PKG_NOARCH_INSTALLDIR' => 1,
+                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
+                        'AM_GLIB_GNU_GETTEXT' => 1,
+                        'LT_AC_PROG_RC' => 1,
                         'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
-                        'AM_MISSING_PROG' => 1,
+                        '_LT_AC_SYS_COMPILER' => 1,
+                        'GLIB_GNU_GETTEXT' => 1,
                         'PKG_INSTALLDIR' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'm4_pattern_forbid' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'AC_LIBLTDL_INSTALLABLE' => 1,
+                        'LT_OUTPUT' => 1,
+                        'AC_LIBTOOL_DLOPEN' => 1,
                         'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_DISABLE_SHARED' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        'AC_LIBTOOL_FC' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AC_LIB_LTDL' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
+                        '_LT_AC_TAGVAR' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'AC_DEPLIBS_CHECK_METHOD' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AC_ENABLE_FAST_INSTALL' => 1,
+                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
+                        'IT_PO_SUBDIR' => 1,
+                        'LTVERSION_VERSION' => 1,
+                        'AC_LIBTOOL_LINKER_OPTION' => 1,
                         'AM_PYTHON_CHECK_VERSION' => 1,
+                        '_AC_PROG_LIBTOOL' => 1,
+                        'AC_LTDL_SYMBOL_USCORE' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        'LT_PROG_GCJ' => 1,
+                        'AM_PROG_LD' => 1,
+                        '_LT_PROG_CXX' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'AU_DEFUN' => 1,
+                        'AC_LIBTOOL_PICMODE' => 1,
+                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        'LT_WITH_LTDL' => 1,
+                        'AC_LIBTOOL_SETUP' => 1,
+                        'PKG_CHECK_MODULES_STATIC' => 1,
+                        'LT_PROG_GO' => 1,
+                        'AC_DISABLE_SHARED' => 1,
+                        '_LT_PATH_TOOL_PREFIX' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
                         'AM_PROG_NM' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
+                        'AC_LTDL_SHLIBEXT' => 1,
+                        '_LT_AC_FILE_LTDLL_C' => 1,
+                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        'GLIB_GSETTINGS' => 1,
+                        'include' => 1,
+                        '_LT_COMPILER_OPTION' => 1,
+                        'LT_PROG_RC' => 1,
                         'AC_DEFUN' => 1,
+                        'AC_CHECK_LIBM' => 1,
                         'AM_PROG_INSTALL_STRIP' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
+                        'AC_LIBTOOL_WIN32_DLL' => 1,
+                        'LTDL_CONVENIENCE' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        '_LT_AC_LANG_CXX' => 1,
+                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        'LT_FUNC_ARGZ' => 1,
                         '_AM_PROG_TAR' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        '_LT_LIBOBJ' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'AM_GLIB_GNU_GETTEXT' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        'LT_LIB_M' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
                         'LT_SYS_DLSEARCH_PATH' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
                         'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        '_GSETTINGS_SUBST' => 1,
-                        'AS_AC_EXPAND' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        'AC_PATH_TOOL_PREFIX' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
+                        'LT_AC_PROG_SED' => 1,
                         'LT_SYS_SYMBOL_USCORE' => 1,
-                        'AC_PROG_LD' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
+                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
+                        'AC_LIB_LTDL' => 1,
+                        'AC_LTDL_DLLIB' => 1,
+                        '_AM_DEPENDENCIES' => 1,
                         'AC_PROG_EGREP' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        'LT_OUTPUT' => 1,
-                        '_AM_SET_OPTIONS' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'GLIB_GNU_GETTEXT' => 1,
-                        'AM_GLIB_DEFINE_LOCALEDIR' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'LT_LIB_DLLOAD' => 1,
+                        'AC_DISABLE_STATIC' => 1,
+                        'LTOPTIONS_VERSION' => 1,
+                        '_LT_AC_LANG_RC_CONFIG' => 1,
+                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
+                        'AS_AC_EXPAND' => 1,
+                        'AC_PROG_LD_RELOAD_FLAG' => 1,
+                        'AM_DEP_TRACK' => 1,
+                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
+                        'LTSUGAR_VERSION' => 1,
                         'AM_MAINTAINER_MODE' => 1,
-                        'm4_include' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'AM_CHECK_PYTHON_HEADERS' => 1,
-                        '_LT_PROG_FC' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        'LT_WITH_LTDL' => 1
+                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
+                        '_AM_CONFIG_MACRO_DIRS' => 1,
+                        'AC_ENABLE_SHARED' => 1,
+                        'AC_LTDL_SYSSEARCHPATH' => 1,
+                        'LT_AC_PROG_EGREP' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -267,66 +267,66 @@
                         'configure.ac'
                       ],
                       {
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'include' => 1,
+                        'm4_include' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        '_AM_COND_ELSE' => 1,
+                        'LT_INIT' => 1,
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
+                        'AM_PROG_FC_C_O' => 1,
+                        'AM_PROG_F77_C_O' => 1,
+                        'AC_INIT' => 1,
                         'AC_FC_PP_SRCEXT' => 1,
-                        'AC_CANONICAL_HOST' => 1,
-                        'AC_CONFIG_SUBDIRS' => 1,
-                        'AM_PROG_MKDIR_P' => 1,
-                        'AM_ENABLE_MULTILIB' => 1,
-                        'sinclude' => 1,
+                        '_AM_MAKEFILE_INCLUDE' => 1,
                         'AM_CONDITIONAL' => 1,
-                        '_AM_COND_ELSE' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AC_FC_FREEFORM' => 1,
+                        'AC_CANONICAL_HOST' => 1,
+                        'AH_OUTPUT' => 1,
                         'AM_EXTRA_RECURSIVE_TARGETS' => 1,
-                        'AC_CONFIG_LINKS' => 1,
+                        'AC_CONFIG_HEADERS' => 1,
+                        'AM_SILENT_RULES' => 1,
                         'AM_AUTOMAKE_VERSION' => 1,
-                        'AC_INIT' => 1,
-                        'AM_PROG_F77_C_O' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
-                        'm4_include' => 1,
+                        'AC_CANONICAL_TARGET' => 1,
+                        'include' => 1,
+                        'sinclude' => 1,
+                        'AC_CONFIG_FILES' => 1,
+                        'AM_PROG_MKDIR_P' => 1,
+                        'AM_POT_TOOLS' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
                         'AC_CONFIG_AUX_DIR' => 1,
-                        'AM_PROG_MOC' => 1,
-                        'AC_FC_SRCEXT' => 1,
+                        'AC_FC_PP_DEFINE' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
+                        'AM_NLS' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'AM_PATH_GUILE' => 1,
                         'm4_pattern_allow' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_PROG_CXX_C_O' => 1,
                         'AM_GNU_GETTEXT' => 1,
-                        'AC_CONFIG_FILES' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'AM_PATH_GUILE' => 1,
+                        'AC_SUBST' => 1,
+                        'AC_FC_FREEFORM' => 1,
                         'AC_SUBST_TRACE' => 1,
-                        'AC_DEFINE_TRACE_LITERAL' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AM_PROG_FC_C_O' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
-                        '_AM_MAKEFILE_INCLUDE' => 1,
-                        'LT_INIT' => 1,
-                        'AC_LIBSOURCE' => 1,
-                        'AM_POT_TOOLS' => 1,
                         'm4_pattern_forbid' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        'm4_sinclude' => 1,
-                        'AC_CANONICAL_TARGET' => 1,
-                        'AM_NLS' => 1,
+                        'AM_PROG_MOC' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
                         'AC_CANONICAL_BUILD' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'AM_PROG_CXX_C_O' => 1,
+                        '_AM_COND_IF' => 1,
+                        'AM_PROG_LIBTOOL' => 1,
+                        '_m4_warn' => 1,
                         '_AM_COND_ENDIF' => 1,
                         'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        '_AM_COND_IF' => 1,
+                        'm4_sinclude' => 1,
+                        'AC_CANONICAL_SYSTEM' => 1,
+                        'AC_FC_SRCEXT' => 1,
                         'AM_PROG_AR' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        '_m4_warn' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'AC_SUBST' => 1,
-                        'AC_FC_PP_DEFINE' => 1,
-                        'AH_OUTPUT' => 1,
-                        'AC_CANONICAL_SYSTEM' => 1
+                        'AC_CONFIG_LINKS' => 1,
+                        'AC_CONFIG_SUBDIRS' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'AC_LIBSOURCE' => 1,
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
+                        'AM_ENABLE_MULTILIB' => 1
                       }
                     ], 'Autom4te::Request' )
            );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/autom4te.cache/traces.0 
new/blueman-2.0.6/autom4te.cache/traces.0
--- old/blueman-2.0.5/autom4te.cache/traces.0   2017-10-01 08:21:28.000000000 
+0200
+++ new/blueman-2.0.6/autom4te.cache/traces.0   2018-07-27 08:14:29.000000000 
+0200
@@ -1,4 +1,4 @@
-m4trace:/usr/share/aclocal/glib-gettext.m4:363: -1- 
AU_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl
+m4trace:/usr/share/aclocal/glib-gettext.m4:366: -1- 
AU_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl
    
    GLIB_LC_MESSAGES
    GLIB_WITH_NLS
@@ -68,7 +68,7 @@
    sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e 
"\$s/\(.*\) \\\\/\1/" \
        < $srcdir/po/POTFILES.in > po/POTFILES
   ], [[$0: This macro is deprecated. You should use upstream gettext 
instead.]])
-m4trace:/usr/share/aclocal/glib-gettext.m4:363: -1- 
AC_DEFUN([GLIB_GNU_GETTEXT], [AC_DIAGNOSE([obsolete], [The macro 
`GLIB_GNU_GETTEXT' is obsolete.
+m4trace:/usr/share/aclocal/glib-gettext.m4:366: -1- 
AC_DEFUN([GLIB_GNU_GETTEXT], [AC_DIAGNOSE([obsolete], [The macro 
`GLIB_GNU_GETTEXT' is obsolete.
 You should run autoupdate.])dnl
 AC_REQUIRE([AC_PROG_CC])dnl
    
@@ -140,9 +140,9 @@
    sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e 
"\$s/\(.*\) \\\\/\1/" \
        < $srcdir/po/POTFILES.in > po/POTFILES
   ])
-m4trace:/usr/share/aclocal/glib-gettext.m4:463: -1- 
AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
-m4trace:/usr/share/aclocal/glib-gettext.m4:463: -1- 
AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
-m4trace:/usr/share/aclocal/glib-gettext.m4:473: -1- AC_DEFUN([GLIB_RUN_PROG], 
[cat >conftest.foo <<_ACEOF
+m4trace:/usr/share/aclocal/glib-gettext.m4:466: -1- 
AC_DEFUN([AM_GLIB_GNU_GETTEXT], [GLIB_GNU_GETTEXT($@)])
+m4trace:/usr/share/aclocal/glib-gettext.m4:466: -1- 
AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR], [GLIB_DEFINE_LOCALEDIR($@)])
+m4trace:/usr/share/aclocal/glib-gettext.m4:476: -1- AC_DEFUN([GLIB_RUN_PROG], 
[cat >conftest.foo <<_ACEOF
 $2
 _ACEOF
 if AC_RUN_LOG([$1 conftest.foo]); then
@@ -151,7 +151,7 @@
 echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
 sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
 fi])
-m4trace:/usr/share/aclocal/gsettings.m4:6: -1- AC_DEFUN([GLIB_GSETTINGS], [
+m4trace:/usr/share/aclocal/gsettings.m4:9: -1- AC_DEFUN([GLIB_GSETTINGS], [
   m4_pattern_allow([AM_V_GEN])
   AC_ARG_ENABLE(schemas-compile,
                 AS_HELP_STRING([--disable-schemas-compile],
@@ -219,7 +219,7 @@
 '
   _GSETTINGS_SUBST(GSETTINGS_RULES)
 ])
-m4trace:/usr/share/aclocal/gsettings.m4:78: -1- AC_DEFUN([_GSETTINGS_SUBST], [
+m4trace:/usr/share/aclocal/gsettings.m4:81: -1- AC_DEFUN([_GSETTINGS_SUBST], [
 AC_SUBST([$1])
 m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
 
@@ -3399,7 +3399,7 @@
 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_BACKSLASH$])
 m4trace:configure.ac:5: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
-m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE
+m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE([enable])
 m4trace:configure.ac:7: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test 
$USE_MAINTAINER_MODE = yes])
 m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
 m4trace:configure.ac:7: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
@@ -3537,8 +3537,8 @@
 m4trace:configure.ac:15: -1- AM_GLIB_GNU_GETTEXT
 m4trace:configure.ac:15: -1- GLIB_GNU_GETTEXT([])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro 
`GLIB_GNU_GETTEXT' is obsolete.
-You should run autoupdate.], [/usr/share/aclocal/glib-gettext.m4:363: 
GLIB_GNU_GETTEXT is expanded from...
-/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
+You should run autoupdate.], [/usr/share/aclocal/glib-gettext.m4:366: 
GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LOCALE_H$])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is 
obsolete.
@@ -3546,9 +3546,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
-/usr/share/aclocal/glib-gettext.m4:48: GLIB_LC_MESSAGES is expanded from...
-/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
-/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:51: GLIB_LC_MESSAGES is expanded from...
+/usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^USE_NLS$])
@@ -3563,9 +3563,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
-/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
-/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
-/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
+/usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is 
obsolete.
 You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK 
is expanded from...
@@ -3575,9 +3575,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
-/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
-/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
-/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
+/usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_BIND_TEXTDOMAIN_CODESET$])
@@ -3603,16 +3603,16 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
-/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
-/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
-/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
+/usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^ENABLE_NLS$])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro 
`AC_OUTPUT_COMMANDS' is obsolete.
 You should run autoupdate.], [../../lib/autoconf/status.m4:1026: 
AC_OUTPUT_COMMANDS is expanded from...
-/usr/share/aclocal/glib-gettext.m4:147: GLIB_WITH_NLS is expanded from...
-/usr/share/aclocal/glib-gettext.m4:363: GLIB_GNU_GETTEXT is expanded from...
-/usr/share/aclocal/glib-gettext.m4:463: AM_GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:150: GLIB_WITH_NLS is expanded from...
+/usr/share/aclocal/glib-gettext.m4:366: GLIB_GNU_GETTEXT is expanded from...
+/usr/share/aclocal/glib-gettext.m4:466: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^CATALOGS$])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^CATOBJEXT$])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/autom4te.cache/traces.1 
new/blueman-2.0.6/autom4te.cache/traces.1
--- old/blueman-2.0.5/autom4te.cache/traces.1   2017-10-01 08:21:29.000000000 
+0200
+++ new/blueman-2.0.6/autom4te.cache/traces.1   2018-07-27 08:14:31.000000000 
+0200
@@ -1,5 +1,5 @@
-m4trace:aclocal.m4:11539: -1- m4_include([acinclude.m4])
-m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.0.5], 
[https://github.com/blueman-project/blueman/issues])
+m4trace:aclocal.m4:11545: -1- m4_include([acinclude.m4])
+m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.0.6], 
[https://github.com/blueman-project/blueman/issues])
 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS 
directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -251,7 +251,7 @@
 m4trace:configure.ac:5: -1- AC_SUBST_TRACE([AM_BACKSLASH])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^AM_BACKSLASH$])
 m4trace:configure.ac:5: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
-m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE
+m4trace:configure.ac:7: -1- AM_MAINTAINER_MODE([enable])
 m4trace:configure.ac:7: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test 
$USE_MAINTAINER_MODE = yes])
 m4trace:configure.ac:7: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([MAINTAINER_MODE_TRUE])
@@ -343,7 +343,7 @@
 m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
 m4trace:configure.ac:9: -1- AC_PROG_LIBTOOL
 m4trace:configure.ac:9: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' 
is obsolete.
-You should run autoupdate.], [aclocal.m4:879: AC_PROG_LIBTOOL is expanded 
from...
+You should run autoupdate.], [aclocal.m4:885: AC_PROG_LIBTOOL is expanded 
from...
 configure.ac:9: the top level])
 m4trace:configure.ac:9: -1- LT_INIT
 m4trace:configure.ac:9: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
@@ -522,8 +522,8 @@
 m4trace:configure.ac:14: -1- AH_OUTPUT([GETTEXT_PACKAGE], [/* The gettext 
package */
 @%:@undef GETTEXT_PACKAGE])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro 
`GLIB_GNU_GETTEXT' is obsolete.
-You should run autoupdate.], [aclocal.m4:385: GLIB_GNU_GETTEXT is expanded 
from...
-aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
+You should run autoupdate.], [aclocal.m4:388: GLIB_GNU_GETTEXT is expanded 
from...
+aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you 
have the <locale.h> header file. */
 @%:@undef HAVE_LOCALE_H])
@@ -534,9 +534,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
-aclocal.m4:70: GLIB_LC_MESSAGES is expanded from...
-aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
-aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:73: GLIB_LC_MESSAGES is expanded from...
+aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
@@ -566,9 +566,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
-aclocal.m4:169: GLIB_WITH_NLS is expanded from...
-aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
-aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:172: GLIB_WITH_NLS is expanded from...
+aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is 
obsolete.
 You should run autoupdate.], [../../lib/autoconf/general.m4:2698: AC_TRY_LINK 
is expanded from...
@@ -578,9 +578,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
-aclocal.m4:169: GLIB_WITH_NLS is expanded from...
-aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
-aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:172: GLIB_WITH_NLS is expanded from...
+aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- AH_OUTPUT([HAVE_BIND_TEXTDOMAIN_CODESET], [/* 
Define to 1 if you have the `bind_textdomain_codeset\' function. */
 @%:@undef HAVE_BIND_TEXTDOMAIN_CODESET])
@@ -615,9 +615,9 @@
 ../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
 ../../lib/autoconf/headers.m4:129: _AC_CHECK_HEADER_MONGREL is expanded from...
 ../../lib/autoconf/headers.m4:67: AC_CHECK_HEADER is expanded from...
-aclocal.m4:169: GLIB_WITH_NLS is expanded from...
-aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
-aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:172: GLIB_WITH_NLS is expanded from...
+aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
 m4trace:configure.ac:15: -1- m4_pattern_allow([^ENABLE_NLS$])
@@ -625,9 +625,9 @@
 @%:@undef ENABLE_NLS])
 m4trace:configure.ac:15: -1- _m4_warn([obsolete], [The macro 
`AC_OUTPUT_COMMANDS' is obsolete.
 You should run autoupdate.], [../../lib/autoconf/status.m4:1026: 
AC_OUTPUT_COMMANDS is expanded from...
-aclocal.m4:169: GLIB_WITH_NLS is expanded from...
-aclocal.m4:385: GLIB_GNU_GETTEXT is expanded from...
-aclocal.m4:485: AM_GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:172: GLIB_WITH_NLS is expanded from...
+aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
+aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
 configure.ac:15: the top level])
 m4trace:configure.ac:15: -1- AC_SUBST([CATALOGS])
 m4trace:configure.ac:15: -1- AC_SUBST_TRACE([CATALOGS])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/blueman/plugins/mechanism/Network.py 
new/blueman-2.0.6/blueman/plugins/mechanism/Network.py
--- old/blueman-2.0.5/blueman/plugins/mechanism/Network.py      2017-10-01 
08:19:46.000000000 +0200
+++ new/blueman-2.0.6/blueman/plugins/mechanism/Network.py      2018-07-22 
22:14:52.000000000 +0200
@@ -53,6 +53,7 @@
     @dbus.service.method('org.blueman.Mechanism', in_signature="ayays", 
out_signature="", sender_keyword="caller",
                          byte_arrays=True)
     def EnableNetwork(self, ip_address, netmask, dhcp_handler, caller):
+        self.confirm_authorization(caller, "org.blueman.network.setup")
         nc = NetConf.get_default()
         nc.set_ipv4(ip_address, netmask)
         nc.set_dhcp_handler(DHCPDHANDLERS[dhcp_handler])
@@ -60,11 +61,13 @@
 
     @dbus.service.method('org.blueman.Mechanism', in_signature="", 
out_signature="", sender_keyword="caller")
     def ReloadNetwork(self, caller):
+        self.confirm_authorization(caller, "org.blueman.network.setup")
         nc = NetConf.get_default()
         nc.apply_settings()
 
     @dbus.service.method('org.blueman.Mechanism', in_signature="", 
out_signature="", sender_keyword="caller")
     def DisableNetwork(self, caller):
+        self.confirm_authorization(caller, "org.blueman.network.setup")
         nc = NetConf.get_default()
         nc.remove_settings()
         nc.set_ipv4(None, None)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/blueman/plugins/mechanism/Ppp.py 
new/blueman-2.0.6/blueman/plugins/mechanism/Ppp.py
--- old/blueman-2.0.5/blueman/plugins/mechanism/Ppp.py  2017-10-01 
08:19:46.000000000 +0200
+++ new/blueman-2.0.6/blueman/plugins/mechanism/Ppp.py  2018-07-22 
22:14:52.000000000 +0200
@@ -21,6 +21,7 @@
     @dbus.service.method('org.blueman.Mechanism', in_signature="sss", 
out_signature="s", sender_keyword="caller",
                          async_callbacks=("ok", "err"))
     def PPPConnect(self, port, number, apn, caller, ok, err):
+        self.confirm_authorization(caller, "org.blueman.pppd.pppconnect")
         self.timer.stop()
         from blueman.main.PPPConnection import PPPConnection
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/blueman/plugins/mechanism/RfKill.py 
new/blueman-2.0.6/blueman/plugins/mechanism/RfKill.py
--- old/blueman-2.0.5/blueman/plugins/mechanism/RfKill.py       2017-10-01 
08:19:46.000000000 +0200
+++ new/blueman-2.0.6/blueman/plugins/mechanism/RfKill.py       2018-07-22 
22:14:52.000000000 +0200
@@ -13,8 +13,9 @@
     raise ImportError("Hardware kill switch not found")
 
 class RfKill(MechanismPlugin):
-    @dbus.service.method('org.blueman.Mechanism', in_signature="b", 
out_signature="")
-    def SetRfkillState(self, state):
+    @dbus.service.method('org.blueman.Mechanism', in_signature="b", 
out_signature="", sender_keyword="caller")
+    def SetRfkillState(self, state, caller):
+        self.confirm_authorization(caller, "org.blueman.rfkill.setstate")
         f = open('/dev/rfkill', 'r+b', buffering=0)
         f.write(struct.pack("IBBBB", 0, RFKILL_TYPE_BLUETOOTH, 
RFKILL_OP_CHANGE_ALL, (0 if state else 1), 0))
         f.close()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/configure.ac new/blueman-2.0.6/configure.ac
--- old/blueman-2.0.5/configure.ac      2017-10-01 08:19:46.000000000 +0200
+++ new/blueman-2.0.6/configure.ac      2018-07-22 22:14:52.000000000 +0200
@@ -1,10 +1,10 @@
 AC_PREREQ(2.61)
 
-AC_INIT([blueman], [2.0.5], 
[https://github.com/blueman-project/blueman/issues])
+AC_INIT([blueman], [2.0.6], 
[https://github.com/blueman-project/blueman/issues])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([foreign dist-xz])
 
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 AC_PROG_CC
 AC_PROG_LIBTOOL
 PKG_PROG_PKG_CONFIG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/data/configs/org.blueman.Mechanism.conf 
new/blueman-2.0.6/data/configs/org.blueman.Mechanism.conf
--- old/blueman-2.0.5/data/configs/org.blueman.Mechanism.conf   2017-10-01 
08:19:46.000000000 +0200
+++ new/blueman-2.0.6/data/configs/org.blueman.Mechanism.conf   2018-07-22 
22:14:52.000000000 +0200
@@ -6,8 +6,11 @@
 <busconfig>
        <policy user="root">
                <allow own="org.blueman.Mechanism"/>
+               <allow send_destination="org.blueman.Mechanism"/>
+               <allow receive_sender="org.blueman.Mechanism"/>
        </policy>
        <policy context="default">
                <allow send_destination="org.blueman.Mechanism"/>
+               <allow receive_sender="org.blueman.Mechanism"/>
        </policy>
 </busconfig>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/blueman-2.0.5/data/configs/org.blueman.policy.in 
new/blueman-2.0.6/data/configs/org.blueman.policy.in
--- old/blueman-2.0.5/data/configs/org.blueman.policy.in        2017-10-01 
08:19:46.000000000 +0200
+++ new/blueman-2.0.6/data/configs/org.blueman.policy.in        2018-07-22 
22:14:52.000000000 +0200
@@ -23,17 +23,26 @@
     <_message>Launching DHCP client requires privileges</_message>
     <defaults>
       <allow_inactive>no</allow_inactive>
-      <allow_active>yes</allow_active>
+      <allow_active>auth_admin_keep</allow_active>
+    </defaults>
+  </action>
+
+  <action id="org.blueman.pppd.pppconnect">
+    <_description>Launch PPP daemon</_description>
+    <_message>Launching PPP daemon requires privileges</_message>
+    <defaults>
+      <allow_inactive>no</allow_inactive>
+      <allow_active>auth_admin_keep</allow_active>
     </defaults>
   </action>
-  
-  <action id="org.blueman.bluez.config">
-    <_description>Bluetooth Configuration</_description>
-    <_message>Changing Bluetooth system settings requires privileges</_message>
+
+  <action id="org.blueman.rfkill.setstate">
+    <_description>Set RfKill State</_description>
+    <_message>Setting RfKill State requires privileges</_message>
     <defaults>
       <allow_inactive>no</allow_inactive>
       <allow_active>auth_admin_keep</allow_active>
     </defaults>
   </action>
-  
+
 </policyconfig>


Reply via email to