diff options
author | adam <adam> | 2014-02-23 15:30:31 +0000 |
---|---|---|
committer | adam <adam> | 2014-02-23 15:30:31 +0000 |
commit | 27481d2007cd89401e1a100afa1019bfd7f533de (patch) | |
tree | 279f929014061afde6f7a4497aee0332ddf8c385 /textproc/grep | |
parent | 0c8bb27b4bb9550907bbe611f9e784dfc19de302 (diff) | |
download | pkgsrc-27481d2007cd89401e1a100afa1019bfd7f533de.tar.gz |
Changes 2.18:
Bug fixes:
* grep no longer mishandles patterns like [^^-~] in unibyte locales.
* grep -i in a multibyte, non-UTF8 locale could be up to 200 times slower
than in 2.16.
Diffstat (limited to 'textproc/grep')
-rw-r--r-- | textproc/grep/Makefile | 4 | ||||
-rw-r--r-- | textproc/grep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 7864ef9b7ce..2abf58c8f49 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2014/01/11 10:52:09 adam Exp $ +# $NetBSD: Makefile,v 1.38 2014/02/23 15:30:31 adam Exp $ -DISTNAME= grep-2.16 +DISTNAME= grep-2.18 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=grep/} EXTRACT_SUFX= .tar.xz diff --git a/textproc/grep/distinfo b/textproc/grep/distinfo index 95f0daf3d38..5bfc630901c 100644 --- a/textproc/grep/distinfo +++ b/textproc/grep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2014/01/11 10:52:09 adam Exp $ +$NetBSD: distinfo,v 1.14 2014/02/23 15:30:31 adam Exp $ -SHA1 (grep-2.16.tar.xz) = 4ab9c1f8a5934734d3e01dc32ee1a8ae0f974359 -RMD160 (grep-2.16.tar.xz) = c1e2534a1835dd590e08cb50dec2f135c8844e38 -Size (grep-2.16.tar.xz) = 1210192 bytes +SHA1 (grep-2.18.tar.xz) = fdb12580714966745635da7d9db55060f88db28b +RMD160 (grep-2.18.tar.xz) = ceab2b128640718e73616863e9c506c9666517d6 +Size (grep-2.18.tar.xz) = 1213220 bytes |