FreeBSD Bugzilla – Attachment 162358 Details for
Bug 203960
[MAINTAINER] sysutils/monit: Update to 5.15
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 5.14 -> 5.15 update
monit.patch (text/plain), 1.89 KB, created by
Martin Pala
on 2015-10-22 14:24:55 UTC
(
hide
)
Description:
patch for 5.14 -> 5.15 update
Filename:
MIME Type:
Creator:
Martin Pala
Created:
2015-10-22 14:24:55 UTC
Size:
1.89 KB
patch
obsolete
>diff -ruN monit/Makefile monit-new/Makefile >--- monit/Makefile 2015-06-17 15:49:02.000000000 +0200 >+++ monit-new/Makefile 2015-10-22 16:18:24.325347000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/sysutils/monit/Makefile 389932 2015-06-17 13:49:02Z jhale $ > > PORTNAME= monit >-PORTVERSION= 5.14 >+PORTVERSION= 5.15 > CATEGORIES= sysutils > MASTER_SITES= http://www.mmonit.com/monit/dist/ > >diff -ruN monit/distinfo monit-new/distinfo >--- monit/distinfo 2015-06-17 15:49:02.000000000 +0200 >+++ monit-new/distinfo 2015-10-22 16:19:07.050717000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (monit-5.14.tar.gz) = d0424c3ee8ed43d670ba039184a972ac9f3ad6f45b0806ec17c23820996256c6 >-SIZE (monit-5.14.tar.gz) = 1200131 >+SHA256 (monit-5.15.tar.gz) = deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c >+SIZE (monit-5.15.tar.gz) = 1218043 >diff -ruN monit/files/patch-src_http.c monit-new/files/patch-src_http.c >--- monit/files/patch-src_http.c 2015-10-21 16:17:11.000000000 +0200 >+++ monit-new/files/patch-src_http.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- src/http.c.orig 2015-06-02 10:09:34 UTC >-+++ src/http.c >-@@ -137,6 +137,8 @@ void monit_http(Httpd_Action action) { >- >- >- static void *thread_wrapper(void *arg) { >-+ sigset_t ns; >-+ set_signal_block(&ns, NULL); >- Engine_start(); >- #ifdef HAVE_OPENSSL >- Ssl_threadCleanup(); >diff -ruN monit/files/patch-src_monit.c monit-new/files/patch-src_monit.c >--- monit/files/patch-src_monit.c 2015-10-21 16:17:11.000000000 +0200 >+++ monit-new/files/patch-src_monit.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- src/monit.c.orig 2015-06-08 12:24:39 UTC >-+++ src/monit.c >-@@ -819,6 +819,8 @@ static void version() { >- * M/Monit heartbeat thread >- */ >- static void *heartbeat(void *args) { >-+ sigset_t ns; >-+ set_signal_block(&ns, NULL); >- LogInfo("M/Monit heartbeat started\n"); >- LOCK(heartbeatMutex) >- {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203960
: 162358 |
162359
|
162360
|
162361