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:   04-Feb-2006 10:20:39
  Branch: HEAD                             Handle: 2006020409203900

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

  Log:
    upgrading package: sed 4.1.4 -> 4.1.5

  Summary:
    Revision    Changes     Path
    1.8         +26 -2      openpkg-src/sed/sed.patch
    1.55        +2  -2      openpkg-src/sed/sed.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sed/sed.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 sed.patch
  --- openpkg-src/sed/sed.patch 29 Jan 2005 09:35:21 -0000      1.7
  +++ openpkg-src/sed/sed.patch 4 Feb 2006 09:20:39 -0000       1.8
  @@ -1,6 +1,6 @@
   Index: lib/getline.c
  ---- lib/getline.c.orig       2003-08-26 11:11:17.000000000 +0200
  -+++ lib/getline.c    2003-10-23 22:19:20.000000000 +0200
  +--- lib/getline.c.orig       2005-06-21 16:09:37 +0200
  ++++ lib/getline.c    2006-02-04 10:09:00 +0100
   @@ -23,6 +23,7 @@
    
    #include <limits.h>
  @@ -9,3 +9,27 @@
    
    /* Read up to (and including) a '\n' from STREAM into *LINEPTR
       (and null-terminate it). *LINEPTR is a pointer returned from malloc (or
  +Index: lib/getopt.c
  +--- lib/getopt.c.orig        2005-06-21 16:09:37 +0200
  ++++ lib/getopt.c     2006-02-04 10:11:57 +0100
  +@@ -43,6 +43,7 @@
  + #endif
  + 
  + #include <stdio.h>
  ++#include <string.h>
  + 
  + /* Comment out all this code if we are using the GNU C Library, and are not
  +    actually compiling the library itself.  This code is part of the GNU C
  +Index: lib/regex_internal.h
  +--- lib/regex_internal.h.orig        2005-12-06 09:50:56 +0100
  ++++ lib/regex_internal.h     2006-02-04 10:13:09 +0100
  +@@ -410,7 +410,9 @@
  + #define re_string_skip_bytes(pstr,idx) ((pstr)->cur_idx += (idx))
  + #define re_string_set_index(pstr,idx) ((pstr)->cur_idx = (idx))
  + 
  ++#ifdef HAVE_ALLOCA_H
  + #include <alloca.h>
  ++#endif
  + 
  + #ifndef _LIBC
  + # if HAVE_ALLOCA
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sed/sed.spec
  ============================================================================
  $ cvs diff -u -r1.54 -r1.55 sed.spec
  --- openpkg-src/sed/sed.spec  1 Jan 2006 13:22:02 -0000       1.54
  +++ openpkg-src/sed/sed.spec  4 Feb 2006 09:20:39 -0000       1.55
  @@ -32,8 +32,8 @@
   Class:        BASE
   Group:        Text
   License:      GPL
  -Version:      4.1.4
  -Release:      20050216
  +Version:      4.1.5
  +Release:      20060204
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to