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:   28-May-2008 08:32:21
  Branch: HEAD                             Handle: 2008052807321901

  Modified files:
    openpkg-src/nagios      nagios.patch nagios.spec

  Log:
    modifying package: nagios-3.0.2 20080521 -> 20080528

  Summary:
    Revision    Changes     Path
    1.18        +7  -19     openpkg-src/nagios/nagios.patch
    1.111       +2  -2      openpkg-src/nagios/nagios.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/nagios/nagios.patch
  ============================================================================
  $ cvs diff -u -r1.17 -r1.18 nagios.patch
  --- openpkg-src/nagios/nagios.patch   13 Mar 2008 18:21:21 -0000      1.17
  +++ openpkg-src/nagios/nagios.patch   28 May 2008 06:32:19 -0000      1.18
  @@ -1,6 +1,6 @@
   Index: base/logging.c
   --- base/logging.c.orig      2007-10-29 00:21:29 +0100
  -+++ base/logging.c   2008-03-13 18:28:21 +0100
  ++++ base/logging.c   2008-05-28 08:27:03 +0200
   @@ -204,6 +204,7 @@
    
    /* write something to the syslog facility */
  @@ -24,7 +24,7 @@
    
   Index: base/utils.c
   --- base/utils.c.orig        2008-03-10 21:58:33 +0100
  -+++ base/utils.c     2008-03-13 18:28:21 +0100
  ++++ base/utils.c     2008-05-28 08:27:03 +0200
   @@ -499,7 +499,7 @@
                /* report an error if we couldn't run the command */
                if(fp==NULL){
  @@ -34,10 +34,10 @@
                        buffer[sizeof(buffer)-1]='\x0';
    
                        /* write the error back to the parent process */
  -Index: nagios-plugins-1.4.11/configure
  ---- nagios-plugins-1.4.11/configure.orig     2007-12-13 23:42:38 +0100
  -+++ nagios-plugins-1.4.11/configure  2008-03-13 18:28:21 +0100
  -@@ -21902,8 +21902,8 @@
  +Index: nagios-plugins-1.4.12/configure
  +--- nagios-plugins-1.4.12/configure.orig     2008-05-28 00:05:10 +0200
  ++++ nagios-plugins-1.4.12/configure  2008-05-28 08:27:03 +0200
  +@@ -22427,8 +22427,8 @@
    fi
    
    if test "$ac_cv_lib_ldap_main" = "yes"; then
  @@ -48,7 +48,7 @@
    
    
    
  -@@ -25319,17 +25319,10 @@
  +@@ -26074,17 +26074,10 @@
    
    { echo "$as_me:$LINENO: checking for ICMP ping syntax" >&5
    echo $ECHO_N "checking for ICMP ping syntax... $ECHO_C" >&6; }
  @@ -66,15 +66,3 @@
    
    elif [ "z$ac_cv_uname_s" = "zUnixWare" ] && \
        $PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
  -Index: nagios-plugins-1.4.11/plugins/common.h
  ---- nagios-plugins-1.4.11/plugins/common.h.orig      2007-04-26 00:10:13 
+0200
  -+++ nagios-plugins-1.4.11/plugins/common.h   2008-03-13 18:28:21 +0100
  -@@ -188,7 +188,7 @@
  - 
  - /* Solaris does not have floorf, but floor works. Should probably be in 
configure */
  - #if defined(__sun) || defined(__sun__)
  --static inline float floorf (float x) { return floor(x); }
  -+#define floorf(x) (float)floor((double)(x))
  - #endif
  - 
  - enum {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nagios/nagios.spec
  ============================================================================
  $ cvs diff -u -r1.110 -r1.111 nagios.spec
  --- openpkg-src/nagios/nagios.spec    21 May 2008 18:43:54 -0000      1.110
  +++ openpkg-src/nagios/nagios.spec    28 May 2008 06:32:20 -0000      1.111
  @@ -23,7 +23,7 @@
   
   #   package versions
   %define       V_nagios                   3.0.2
  -%define       V_nagios_plugins           1.4.11
  +%define       V_nagios_plugins           1.4.12
   %define       V_perl_nagios_plugin       0.27
   %define       V_perl_nagios_object       0.20
   %define       V_perl_nagios_cmd          0.05
  @@ -39,7 +39,7 @@
   Group:        Monitoring
   License:      GPL
   Version:      %{V_nagios}
  -Release:      20080521
  +Release:      20080528
   
   #   package options
   %option       with_perl   yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to