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:   08-Mar-2008 13:12:04
  Branch: HEAD                             Handle: 2008030812120300

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

  Log:
    upgrading package: rsyslog 3.12.0 -> 3.12.2

  Summary:
    Revision    Changes     Path
    1.5         +13 -24     openpkg-src/rsyslog/rsyslog.patch
    1.13        +3  -3      openpkg-src/rsyslog/rsyslog.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsyslog/rsyslog.patch
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 rsyslog.patch
  --- openpkg-src/rsyslog/rsyslog.patch 19 Feb 2008 18:40:54 -0000      1.4
  +++ openpkg-src/rsyslog/rsyslog.patch 8 Mar 2008 12:12:03 -0000       1.5
  @@ -1,6 +1,6 @@
   Index: config.h.in
  ---- config.h.in.orig 2008-02-18 10:51:24 +0100
  -+++ config.h.in      2008-02-19 19:34:44 +0100
  +--- config.h.in.orig 2008-03-07 08:26:54 +0100
  ++++ config.h.in      2008-03-08 09:02:05 +0100
   @@ -1,7 +1,9 @@
    /* config.h.in.  Generated from configure.ac by autoheader.  */
    
  @@ -12,8 +12,8 @@
    /* Regular expressions support enabled. */
    #undef FEATURE_REGEXP
   Index: net.h
  ---- net.h.orig       2008-01-18 19:47:19 +0100
  -+++ net.h    2008-02-19 19:34:44 +0100
  +--- net.h.orig       2008-03-07 08:33:15 +0100
  ++++ net.h    2008-03-08 09:02:05 +0100
   @@ -23,6 +23,9 @@
    #ifndef INCLUDED_NET_H
    #define INCLUDED_NET_H
  @@ -23,13 +23,13 @@
   +
    #ifdef SYSLOG_INET
    #include <netinet/in.h>
  - 
  + #include <sys/socket.h> /* this is needed on HP UX -- rgerhards, 2008-03-04 
*/
   Index: queue.c
  ---- queue.c.orig     2008-02-15 15:38:22 +0100
  -+++ queue.c  2008-02-19 19:34:44 +0100
  -@@ -38,6 +38,8 @@
  - #include <fcntl.h>
  +--- queue.c.orig     2008-03-05 11:37:06 +0100
  ++++ queue.c  2008-03-08 09:02:05 +0100
  +@@ -39,6 +39,8 @@
    #include <unistd.h>
  + #include <sys/stat.h>        /* required for HP UX */
    #include <errno.h>
   +#include <sys/types.h>
   +#include <sys/stat.h>
  @@ -37,24 +37,13 @@
    #include "rsyslog.h"
    #include "syslogd.h"
   Index: stream.c
  ---- stream.c.orig    2008-02-14 10:48:09 +0100
  -+++ stream.c 2008-02-19 19:34:44 +0100
  -@@ -37,6 +37,7 @@
  - #include <fcntl.h>
  +--- stream.c.orig    2008-03-06 17:08:23 +0100
  ++++ stream.c 2008-03-08 09:02:05 +0100
  +@@ -38,6 +38,7 @@
    #include <unistd.h>
  + #include <sys/stat.h>        /* required for HP UX */
    #include <errno.h>
   +#include <sys/stat.h>
    
    #include "rsyslog.h"
    #include "syslogd.h"
  -Index: syslogd.c
  ---- syslogd.c.orig   2008-02-19 19:34:44 +0100
  -+++ syslogd.c        2008-02-19 19:38:18 +0100
  -@@ -133,6 +133,7 @@
  - #include <sys/wait.h>
  - #include <sys/file.h>
  - #include <sys/time.h>
  -+#include <sys/stat.h>
  - 
  - #if HAVE_SYS_TIMESPEC_H
  - # include <sys/timespec.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rsyslog/rsyslog.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 rsyslog.spec
  --- openpkg-src/rsyslog/rsyslog.spec  29 Feb 2008 15:55:54 -0000      1.12
  +++ openpkg-src/rsyslog/rsyslog.spec  8 Mar 2008 12:12:03 -0000       1.13
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Logfile
   License:      GPL
  -Version:      3.12.0
  -Release:      20080229
  +Version:      3.12.2
  +Release:      20080308
   
   #   package options
   %option       with_kerberos no
  @@ -115,7 +115,7 @@
   %if "%{with_pgsql}" == "yes"
           --enable-pgsql \
   %endif
  -        --disable-klogd
  +        --disable-klog
   
       #   build program
       %{l_make} %{l_mflags}
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to