Hello community,

here is the log from the commit of package mosquitto for openSUSE:Factory 
checked in at 2020-01-24 13:12:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosquitto (Old)
 and      /work/SRC/openSUSE:Factory/.mosquitto.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosquitto"

Fri Jan 24 13:12:28 2020 rev:14 rq:766709 version:1.6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosquitto/mosquitto.changes      2019-12-02 
11:33:20.990504352 +0100
+++ /work/SRC/openSUSE:Factory/.mosquitto.new.26092/mosquitto.changes   
2020-01-24 13:13:26.081487805 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 22:03:28 UTC 2020 - James Oakley <[email protected]>
+
+- Update apparmor profile to allow open of /etc/mosquitto/conf.d
+- Update default config to include files under /etc/mosquitto/conf.d
+  per the README in the directory
+- Add patch:
+  * mosquitto-1.6.8-config.patch
+
+-------------------------------------------------------------------

New:
----
  mosquitto-1.6.8-config.patch

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

Other differences:
------------------
++++++ mosquitto.spec ++++++
--- /var/tmp/diff_new_pack.YrWE42/_old  2020-01-24 13:13:27.361488319 +0100
+++ /var/tmp/diff_new_pack.YrWE42/_new  2020-01-24 13:13:27.361488319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mosquitto
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,6 +40,7 @@
 Source5:        README-ca_certificates
 Source6:        README-certs
 Patch0:         mosquitto-1.4.1_apparmor.patch
+Patch1:         mosquitto-1.6.8-config.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libcares-devel
@@ -121,6 +122,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 find misc -type f -exec chmod a-x "{}" "+"
 
 %build

++++++ mosquitto-1.4.1_apparmor.patch ++++++
--- /var/tmp/diff_new_pack.YrWE42/_old  2020-01-24 13:13:27.409488338 +0100
+++ /var/tmp/diff_new_pack.YrWE42/_new  2020-01-24 13:13:27.409488338 +0100
@@ -1,14 +1,20 @@
-Index: mosquitto-1.4.1/security/mosquitto.apparmor
-===================================================================
---- mosquitto-1.4.1.orig/security/mosquitto.apparmor
-+++ mosquitto-1.4.1/security/mosquitto.apparmor
+--- a/security/mosquitto.apparmor
++++ b/security/mosquitto.apparmor
 @@ -1,3 +1,5 @@
 +#include <tunables/global>
 +
  /usr/sbin/mosquitto {
        #include <abstractions/base>
        #include <abstractions/nameservice>
-@@ -24,4 +26,5 @@
+@@ -6,6 +8,7 @@
+       /etc/mosquitto/mosquitto.conf r,
+       /etc/mosquitto/ca_certificates/* r,
+       /etc/mosquitto/certs/* r,
++      /etc/mosquitto/conf.d r,
+       /etc/mosquitto/conf.d/* r,
+       /var/lib/mosquitto/ r,
+       /var/lib/mosquitto/mosquitto.db rwk,
+@@ -24,4 +27,5 @@
        /lib{,32,64}/libwrap.so*  rm,
        /etc/hosts.allow r,
        /etc/hosts.deny r,

++++++ mosquitto-1.6.8-config.patch ++++++
--- mosquitto-1.6.8.orig/mosquitto.conf
+++ mosquitto-1.6.8/mosquitto.conf
@@ -985,4 +985,4 @@
 # alphabetical order, with capital letters ordered first. If this option is
 # given multiple times, all of the files from the first instance will be
 # processed before the next instance. See the man page for examples.
-#include_dir
+include_dir /etc/mosquitto/conf.d



Reply via email to