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: 25-Oct-2007 18:22:26
Branch: HEAD Handle: 2007102517222500
Modified files:
openpkg-src/awk awk.patch awk.spec
Log:
upgrading package: awk 20070501 -> 20071023
Summary:
Revision Changes Path
1.4 +0 -12 openpkg-src/awk/awk.patch
1.28 +4 -4 openpkg-src/awk/awk.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/awk/awk.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 awk.patch
--- openpkg-src/awk/awk.patch 15 Sep 2006 17:26:41 -0000 1.3
+++ openpkg-src/awk/awk.patch 25 Oct 2007 16:22:25 -0000 1.4
@@ -19,15 +19,3 @@
{ "cntrl", 5, iscntrl },
{ "digit", 5, isdigit },
{ "graph", 5, isgraph },
-Index: lib.c
---- lib.c.orig 2005-04-24 20:37:01 +0200
-+++ lib.c 2006-09-15 19:25:25 +0200
-@@ -58,7 +58,7 @@
- void recinit(unsigned int n)
- {
- if ( (record = (char *) malloc(n)) == NULL
-- || (fields = (char *) malloc(n)) == NULL
-+ || (fields = (char *) malloc(n+1)) == NULL
- || (fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *))) == NULL
- || (fldtab[0] = (Cell *) malloc(sizeof(Cell))) == NULL )
- FATAL("out of space for $0 and fields");
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/awk/awk.spec
============================================================================
$ cvs diff -u -r1.27 -r1.28 awk.spec
--- openpkg-src/awk/awk.spec 2 May 2007 05:55:55 -0000 1.27
+++ openpkg-src/awk/awk.spec 25 Oct 2007 16:22:25 -0000 1.28
@@ -26,14 +26,14 @@
Name: awk
Summary: The One True Awk
URL: http://cm.bell-labs.com/who/bwk/
-Vendor: Brian Kernighan
+Vendor: Brian W. Kernighan
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: BASE
Group: Language
License: BSD
-Version: 20070501
-Release: 20070502
+Version: 20071023
+Release: 20071025
# list of sources
Source0:
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/awk/awk-%{version}.tar.gz
@@ -50,7 +50,7 @@
%description
Awk is the one true implementation of the AWK programming language
- from Brian Kernighan.
+ from Brian W. Kernighan.
%track
prog awk = {
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]