[Lunar-commits] <moonbase> grep: version bumped to 2.7.

Florin Braescu florin at lunar-linux.org
Tue Sep 21 05:30:25 CEST 2010


commit caec7fa7c2b62c829c46aa9eac918ec6cb9fe9b6
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Sep 21 06:30:25 2010 +0300

    grep: version bumped to 2.7.
    
    Changes:
    * Bug fixes
    * New features:
    
    - grep now diagnoses (and fails with exit status 2) commonly mistyped
      regular expression like [:space:], [:digit:], etc.  Before, those were
      silently interpreted as [ac:eps] and [dgit:] respectively.  Virtually
      all who make that class of mistake should have used [[:space:]] or
      [[:digit:]].  This new behavior is disabled when the POSIXLY_CORRECT
      environment variable is set.
    
    - On systems using glibc, grep can support equivalence classes.  However,
      whether they actually work depends on glibc's locale definitions.
---
 utils/grep/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/grep/DETAILS b/utils/grep/DETAILS
index f664dde..3e53cd8 100644
--- a/utils/grep/DETAILS
+++ b/utils/grep/DETAILS
@@ -1,12 +1,12 @@
           MODULE=grep
-         VERSION=2.6.3
+         VERSION=2.7
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:ebf111c579bf6f252995b3929f9aed3c0a4038a0
+      SOURCE_VFY=sha1:8a5a4a14129d8f3f663b17e68e438881f5b95ac3
         WEB_SITE=http://www.gnu.org/software/grep/grep.html
          ENTERED=20010922
-         UPDATED=20100402
+         UPDATED=20100921
            SHORT="grep finds lines that match specified patterns"
 
 cat << EOF


More information about the Lunar-commits mailing list