[Lunar-commits] <moonbase> gawk: version bumped to 3.1.8.

Florin Braescu florin at lunar-linux.org
Sat May 8 22:31:59 CEST 2010


commit c2e6df4576f130310d8e1f6adb06c28c6a99d296
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat May 8 23:31:59 2010 +0300

    gawk: version bumped to 3.1.8.
    
    Changes:
    1. The zero flag no longer applies to %c and %s; apparently the standards
       changed at some point.
    
    2. Updated to latest infrastructure: Autoconf 2.65, Automake 1.11.1,
       libtool 2.2.6b, Bison 2.4.2.
    
    3. Failure to open a socket is no longer a fatal error.
    
    4. dfa.h and dfa.c are now more-or-less in sync with GNU grep, for the first
       time in many years.
    
    5. Gawk no longer includes its own copy of libsigsegv but it will use it if
       installed on the build system. The --disable-libsigsegv configure option
       is now gone.
    
    6. The ' flag (%'d) is now just ignored on systems that can't support it.
    
    7. Lots of bug fixes.
---
 editors/gawk/BUILD   |    2 +-
 editors/gawk/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/editors/gawk/BUILD b/editors/gawk/BUILD
index 146b4df..90721f6 100644
--- a/editors/gawk/BUILD
+++ b/editors/gawk/BUILD
@@ -10,7 +10,7 @@
                --mandir=/usr/share/man    \
                --infodir=/usr/share/info  \
                --bindir=/bin              \
-	       ac_cv_func_working_mktime=yes  &&
+               ac_cv_func_working_mktime=yes  &&
 
   make          &&
   make install  &&
diff --git a/editors/gawk/DETAILS b/editors/gawk/DETAILS
index 52e663b..61968c4 100644
--- a/editors/gawk/DETAILS
+++ b/editors/gawk/DETAILS
@@ -1,12 +1,12 @@
           MODULE=gawk
-         VERSION=3.1.7
+         VERSION=3.1.8
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:77dfacb793d579fa6830152d943096bc4362a465
+      SOURCE_VFY=sha1:da1091cc39089c320f53d21fd2112bd7ce407de5
         WEB_SITE=http://www.gnu.org/software/gawk/gawk.html
          ENTERED=20010922
-         UPDATED=20090724
+         UPDATED=20100508
            PSAFE=no
            SHORT="A free version of awk"
 


More information about the Lunar-commits mailing list