Tue Aug 21 18:04:59 2012 UTC ()
Changes 2.14:
** Bug fixes

  grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale,
  even though there was no match, and the command generated no output.
  E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print
  "(standard input)".  Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$'
  would print "2:4:6:8:10:12:14:16" and exit 0.  Now it prints nothing
  and exits with status of 1.  [bug introduced in grep-2.6]

  'grep' no longer falsely reports text files as being binary on file
  systems that compress contents or that store tiny contents in metadata.


(adam)
diff -r1.28 -r1.29 pkgsrc/textproc/grep/Makefile
diff -r1.10 -r1.11 pkgsrc/textproc/grep/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/textproc/grep/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/grep/Makefile 2012/08/03 13:07:54 1.28
+++ pkgsrc/textproc/grep/Makefile 2012/08/21 18:04:58 1.29
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.28 2012/08/03 13:07:54 adam Exp $ 1# $NetBSD: Makefile,v 1.29 2012/08/21 18:04:58 adam Exp $
2 2
3DISTNAME= grep-2.13 3DISTNAME= grep-2.14
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GNU:=grep/} 5MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= bouyer@NetBSD.org 8MAINTAINER= bouyer@NetBSD.org
9HOMEPAGE= http://www.gnu.org/software/grep/grep.html 9HOMEPAGE= http://www.gnu.org/software/grep/grep.html
10COMMENT= GNU grep 10COMMENT= GNU grep
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_TOOLS+= makeinfo msgfmt 16USE_TOOLS+= makeinfo msgfmt

cvs diff -r1.10 -r1.11 pkgsrc/textproc/grep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/grep/distinfo 2012/08/03 13:07:54 1.10
+++ pkgsrc/textproc/grep/distinfo 2012/08/21 18:04:58 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2012/08/03 13:07:54 adam Exp $ 1$NetBSD: distinfo,v 1.11 2012/08/21 18:04:58 adam Exp $
2 2
3SHA1 (grep-2.13.tar.xz) = 6bc69e3c5613f9d099fbba5308e9f7005ecb112b 3SHA1 (grep-2.14.tar.xz) = fb6ea404a0ef915334ca6212c7b517432ffe193e
4RMD160 (grep-2.13.tar.xz) = cd386db8796c80e64c90afafd94baad40ba9b6e3 4RMD160 (grep-2.14.tar.xz) = 4157376c36ebb7b5da83687f241745ca6df9058b
5Size (grep-2.13.tar.xz) = 1191516 bytes 5Size (grep-2.14.tar.xz) = 1195640 bytes