Hello community,

here is the log from the commit of package monit for openSUSE:Factory checked 
in at 2016-11-10 13:23:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/monit (Old)
 and      /work/SRC/openSUSE:Factory/.monit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "monit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/monit/monit.changes      2016-09-24 
15:29:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.monit.new/monit.changes 2016-11-10 
13:23:50.000000000 +0100
@@ -1,0 +2,25 @@
+Fri Nov  4 13:17:39 UTC 2016 - lie...@rz.uni-mannheim.de
+
+- update to 5.20:
+  + New: Added gzip compression support to the HTTP GUI.
+  + New: Added gzip compression when communicating with M/Monit.
+  + New: Added global set onreboot <start | nostart | laststate>
+        statement which allows to set a default service startup
+        policy (the default is onreboot start).
+  + New: Added new timeout options to the set limits statement:
+  + New: The cpu, memory, swap, inode and space tests now allows
+        using decimal values when testing percent usage.
+  + New: Set the HOME environment variable when executing program
+        as other user.
+  + Fixed: CSRF vulnerability (CVE-2016-7067). (boo#1007455) 
+  + Fixed: A lot of bugs.
+
+- update to 5.19:
+  + New: Monit HTTP: support for IPv6 added.
+  + New: Monit HTTP GUI: it is now possible to listen on both TCP
+        and unix sockets.
+  + New: apache-status protocol test:
+  + New: Added Basic Authentication support to the HTTP protocol test.
+  + Fixed: A lot of bugs.
+
+-------------------------------------------------------------------

Old:
----
  monit-5.18.tar.gz
  monit-5.18.tar.gz.sha256

New:
----
  monit-5.20.0.tar.gz
  monit-5.20.0.tar.gz.sha256

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

Other differences:
------------------
++++++ monit.spec ++++++
--- /var/tmp/diff_new_pack.XSqTgD/_old  2016-11-10 13:23:51.000000000 +0100
+++ /var/tmp/diff_new_pack.XSqTgD/_new  2016-11-10 13:23:51.000000000 +0100
@@ -18,13 +18,13 @@
 
 
 Name:           monit
-Version:        5.18
+Version:        5.20.0
 Release:        0
 Summary:        Service Manager and Monitor System
 License:        AGPL-3.0
 Group:          System/Monitoring
-Source:         http://mmonit.com/monit/dist/monit-%{version}.tar.gz
-Source2:        http://mmonit.com/monit/dist/monit-%{version}.tar.gz.sha256
+Source:         https://mmonit.com/monit/dist/monit-%{version}.tar.gz
+Source2:        https://mmonit.com/monit/dist/monit-%{version}.tar.gz.sha256
 Source1:        monit-vendor-files.tar.gz
 Patch1:         monit-better_default_monitrc.patch
 Patch2:         monit-rundir.patch

++++++ monit-5.18.tar.gz -> monit-5.20.0.tar.gz ++++++
++++ 27614 lines of diff (skipped)

++++++ monit-5.18.tar.gz.sha256 -> monit-5.20.0.tar.gz.sha256 ++++++
--- /work/SRC/openSUSE:Factory/monit/monit-5.18.tar.gz.sha256   2016-09-24 
15:29:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.monit.new/monit-5.20.0.tar.gz.sha256    
2016-11-10 13:23:50.000000000 +0100
@@ -1 +1 @@
-75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf  
monit-5.18.tar.gz
+ebac395ec50c1ae64d568db1260bc049d0e0e624c00e79d7b1b9a59c2679b98d  
monit-5.20.0.tar.gz

++++++ monit-better_default_monitrc.patch ++++++
--- /var/tmp/diff_new_pack.XSqTgD/_old  2016-11-10 13:23:52.000000000 +0100
+++ /var/tmp/diff_new_pack.XSqTgD/_new  2016-11-10 13:23:52.000000000 +0100
@@ -1,5 +1,5 @@
---- monit-5.16/monitrc 2016-02-04 09:11:03.000000000 +0100
-+++ monit-5.16/monitrc 2016-02-09 08:51:00.185575004 +0100
+--- monit-5.20.0/monitrc       2016-10-21 11:58:30.000000000 +0200
++++ monit-5.20.0/monitrc       2016-11-04 14:58:04.539402482 +0100
 @@ -24,20 +24,20 @@
  ## Set syslog logging. If you want to log to a standalone log file instead,
  ## specify the full path to the log file
@@ -16,7 +16,7 @@
 +set pidfile /run/monit/monit.pid
  #
  ## Set the location of the Monit id file which stores the unique id for the
- ## Monit instance. The id is generated and stored on first Monit start. By 
+ ## Monit instance. The id is generated and stored on first Monit start. By
  ## default the file is placed in $HOME/.monit.id.
  #
 -# set idfile /var/.monit.id
@@ -33,29 +33,29 @@
  #
  #
  
-@@ -62,10 +62,10 @@
+@@ -66,10 +66,10 @@
  ## Set global SSL options (just most common options showed, see manual for
  ## full list).
  #
 -# set ssl {
 -#     verify     : enable, # verify SSL certificates (disabled by default but 
STRONGLY RECOMMENDED)
-+set ssl {
++ set ssl {
 +     verify     : enable, # verify SSL certificates (disabled by default but 
STRONGLY RECOMMENDED)
  #     selfsigned : allow   # allow self signed SSL certificates (reject by 
default)
 -# }
-+}
++ }
  #
  #
- ## Set the list of mail servers for alert delivery. Multiple servers may be 
-@@ -77,6 +77,7 @@
+ ## Set the list of mail servers for alert delivery. Multiple servers may be
+@@ -80,6 +80,7 @@
+ # set mailserver mail.bar.baz,               # primary mailserver
  #                backup.bar.baz port 10025,  # backup mailserver on port 10025
  #                localhost                   # fallback relay
- #
 +set mailserver localhost
  #
- ## By default Monit will drop alert events if no mail servers are available. 
- ## If you want to keep the alerts for later delivery retry, you can use the 
-@@ -85,9 +86,9 @@
+ #
+ ## By default Monit will drop alert events if no mail servers are available.
+@@ -89,9 +90,9 @@
  ## by using the SLOTS option (if omitted, the queue is limited by space
  ## available in the back end filesystem).
  #
@@ -63,12 +63,12 @@
 -#     basedir /var/monit  # set the base directory where events will be stored
 -#     slots 100           # optionally limit the queue size
 +set eventqueue
-+     basedir /run/monit/events  # set the base directory where events will be 
stored
++      basedir /run/monit/events  # set the base directory where events will 
be stored
 +     slots 100           # optionally limit the queue size
  #
  #
- ## Send status and events to M/Monit (for more informations about M/Monit 
-@@ -123,14 +124,14 @@
+ ## Send status and events to M/Monit (for more informations about M/Monit
+@@ -129,14 +130,14 @@
  ## or sender using the MAIL-FORMAT statement. Macros such as $DATE, etc.
  ## are expanded at runtime. For example, to override the sender, use:
  #
@@ -76,8 +76,8 @@
 +set mail-format { from: monit@localhost }
  #
  #
- ## You can set alert recipients whom will receive alerts if/when a 
- ## service defined in this file has errors. Alerts may be restricted on 
+ ## You can set alert recipients whom will receive alerts if/when a
+ ## service defined in this file has errors. Alerts may be restricted on
  ## events by using a filter as in the second example below.
  #
 -# set alert sys...@foo.bar                       # receive all alerts


Reply via email to