OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jan-2006 21:41:06
Branch: HEAD Handle: 2006011220410500
Modified files:
openpkg-src/monit monit.patch monit.spec
Log:
upgrading package: monit 4.6 -> 4.7
Summary:
Revision Changes Path
1.12 +0 -12 openpkg-src/monit/monit.patch
1.52 +2 -2 openpkg-src/monit/monit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/monit/monit.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 monit.patch
--- openpkg-src/monit/monit.patch 30 Mar 2005 07:58:16 -0000 1.11
+++ openpkg-src/monit/monit.patch 12 Jan 2006 20:41:05 -0000 1.12
@@ -130,15 +130,3 @@
#include "monitor.h"
#include "process.h"
#include "process_sysdep.h"
-Index: sendmail.c
---- sendmail.c.orig 2005-02-20 00:52:19 +0100
-+++ sendmail.c 2005-03-30 09:49:22 +0200
-@@ -140,7 +140,7 @@
- do_send(&S, "\r\n");
- do_send(&S, "%s\r\n", m->message);
- if(m->opt_message) {
-- do_send(&S, "%s\r\n", m->opt_message);
-+ do_send(&S, "\r\n%s\r\n", m->opt_message);
- }
- do_send(&S, ".\r\n");
- do_status(&S);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/monit/monit.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 monit.spec
--- openpkg-src/monit/monit.spec 1 Jan 2006 13:16:50 -0000 1.51
+++ openpkg-src/monit/monit.spec 12 Jan 2006 20:41:05 -0000 1.52
@@ -32,8 +32,8 @@
Class: BASE
Group: System
License: GPL
-Version: 4.6
-Release: 20051008
+Version: 4.7
+Release: 20060112
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]