OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   02-Feb-2004 10:50:48
  Branch: HEAD                             Handle: 2004020209504305

  Modified files:
    openpkg-re/vcheck       vc.xinetd
    openpkg-src/xinetd      xinetd.patch xinetd.spec
    openpkg-web             news.txt

  Log:
    upgrading package: xinetd 2.3.12 -> 2.3.13

  Summary:
    Revision    Changes     Path
    1.2         +1  -1      openpkg-re/vcheck/vc.xinetd
    1.2         +8  -28     openpkg-src/xinetd/xinetd.patch
    1.5         +2  -2      openpkg-src/xinetd/xinetd.spec
    1.8405      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.xinetd
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 vc.xinetd
  --- openpkg-re/vcheck/vc.xinetd       7 Oct 2003 08:26:51 -0000       1.1
  +++ openpkg-re/vcheck/vc.xinetd       2 Feb 2004 09:50:43 -0000       1.2
  @@ -2,7 +2,7 @@
   }
   
   prog xinetd = {
  -  version   = 2.3.12
  +  version   = 2.3.13
     url       = http://www.xinetd.org/
     regex     = xinetd-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xinetd/xinetd.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 xinetd.patch
  --- openpkg-src/xinetd/xinetd.patch   7 Oct 2003 08:26:53 -0000       1.1
  +++ openpkg-src/xinetd/xinetd.patch   2 Feb 2004 09:50:48 -0000       1.2
  @@ -1,28 +1,7 @@
  ---- libs/src/sio/siosup.c.reconfig   2003-09-02 22:09:49.000000000 -0400
  -+++ libs/src/sio/siosup.c    2003-09-02 22:10:01.000000000 -0400
  -@@ -861,7 +861,7 @@
  -    int n_fds = 4; /* Let's bump 4 at a time for hysteresis */
  - 
  -    /* If the fd is out of range of the proposed size, make n_fds big enough */
  --   if (fd > (__sio_n_descriptors+n_fds))
  -+   if (fd >= (__sio_n_descriptors+n_fds))
  -       n_fds += fd - __sio_n_descriptors;
  - 
  - #ifdef HAVE_MMAP
  ---- xinetd/Makefile.in.orig  Sun Jun  8 00:47:24 2003
  -+++ xinetd/Makefile.in       Sat Sep 27 21:24:00 2003
  -@@ -40,7 +40,7 @@
  - 
  - INSTALL_CMD = @INSTALL@
  - 
  --LIBS        = -lsio -lmisc -lxlog -lstr -lpset -lportable @LIBS@
  -+LIBS        = -lsio -lmisc -lxlog -lpset -lportable -lstr @LIBS@
  - 
  - INCLUDEDIR  = -I../libs/include
  - LIBDIR      = -L../libs/lib
  ---- xinetd/defs.h.orig       Thu Jun 14 11:29:09 2001
  -+++ xinetd/defs.h    Sat Jun 30 15:41:43 2001
  -@@ -96,7 +96,7 @@
  +Index: xinetd/defs.h
  +--- xinetd/defs.h.orig       2003-05-08 16:52:24.000000000 +0200
  ++++ xinetd/defs.h    2004-02-02 10:10:22.000000000 +0100
  +@@ -108,7 +108,7 @@
    /*
     * Used for listen(2)
     */
  @@ -31,9 +10,10 @@
    
    /*
     * When explicit values are given for enum's, that is because the structures 
  ---- xinetd/xconv.pl.orig     Wed Aug 16 01:32:49 2000
  -+++ xinetd/xconv.pl  Sat Nov 11 14:46:21 2000
  -@@ -40,7 +40,7 @@
  +Index: xinetd/xconv.pl
  +--- xinetd/xconv.pl.orig     2003-02-27 23:16:25.000000000 +0100
  ++++ xinetd/xconv.pl  2004-02-02 10:10:22.000000000 +0100
  +@@ -45,7 +45,7 @@
        } else {
                print "\twait        = yes\n";
        }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xinetd/xinetd.spec
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 xinetd.spec
  --- openpkg-src/xinetd/xinetd.spec    26 Jan 2004 16:36:08 -0000      1.4
  +++ openpkg-src/xinetd/xinetd.spec    2 Feb 2004 09:50:48 -0000       1.5
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [PLUS]
   Group:        Network
   License:      GPL
  -Version:      2.3.12
  -Release:      20040126
  +Version:      2.3.13
  +Release:      20040202
   
   #   list of sources
   Source0:      http://www.xinetd.org/xinetd-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.8404 -r1.8405 news.txt
  --- openpkg-web/news.txt      2 Feb 2004 09:08:39 -0000       1.8404
  +++ openpkg-web/news.txt      2 Feb 2004 09:50:44 -0000       1.8405
  @@ -1,3 +1,4 @@
  +02-Feb-2004: Upgraded package: P<xinetd-2.3.13-20040202>
   02-Feb-2004: Upgraded package: P<bogofilter-0.17.0-20040202>
   01-Feb-2004: Upgraded package: P<perl-crypto-20040201-20040201>
   01-Feb-2004: Upgraded package: P<perl-xml-20040201-20040201>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to