pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/grep



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue May 20 15:00:27 UTC 2025

Modified Files:
        pkgsrc/textproc/grep: Makefile distinfo

Log Message:
textproc/grep: Update to 3.12

Changelog:
* Noteworthy changes in release 3.12 (2025-04-10) [stable]

** Bug fixes

  Searching a directory with at least 100,000 entries no longer fails
  with "Operation not supported" and exit status 2. Now, this prints 1
  and no diagnostic, as expected:
    $ mkdir t && cd t && seq 100000|xargs touch && grep -r x .; echo $?
    1
  [bug introduced in grep 3.11]

  -mN where 1 < N no longer mistakenly lseeks to end of input merely
  because standard output is /dev/null.

** Changes in behavior

  The --unix-byte-offsets (-u) option is gone. In grep-3.7 (2021-08-14)
  it became a warning-only no-op. Before then, it was a Windows-only no-op.

  On Windows platforms and on AIX in 32-bit mode, grep in some cases
  now supports Unicode characters outside the Basic Multilingual Plane.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/textproc/grep/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/grep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/grep/Makefile
diff -u pkgsrc/textproc/grep/Makefile:1.67 pkgsrc/textproc/grep/Makefile:1.68
--- pkgsrc/textproc/grep/Makefile:1.67  Wed May  1 22:42:42 2024
+++ pkgsrc/textproc/grep/Makefile       Tue May 20 15:00:27 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2024/05/01 22:42:42 cheusov Exp $
+# $NetBSD: Makefile,v 1.68 2025/05/20 15:00:27 ryoon Exp $
 
-DISTNAME=      grep-3.11
+DISTNAME=      grep-3.12
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNU:=grep/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/textproc/grep/distinfo
diff -u pkgsrc/textproc/grep/distinfo:1.34 pkgsrc/textproc/grep/distinfo:1.35
--- pkgsrc/textproc/grep/distinfo:1.34  Mon Jul 17 14:15:43 2023
+++ pkgsrc/textproc/grep/distinfo       Tue May 20 15:00:27 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2023/07/17 14:15:43 ryoon Exp $
+$NetBSD: distinfo,v 1.35 2025/05/20 15:00:27 ryoon Exp $
 
-BLAKE2s (grep-3.11.tar.xz) = 8e44c05eccba9401c52d37abb792b08b1b8a5a99cbf5c005fe04cd1fc7142cb7
-SHA512 (grep-3.11.tar.xz) = f254a1905a08c8173e12fbdd4fd8baed9a200217fba9d7641f0d78e4e002c1f2a621152d67027d9b25f0bb2430898f5233dc70909d8464fd13d7dd9298e65c42
-Size (grep-3.11.tar.xz) = 1703776 bytes
+BLAKE2s (grep-3.12.tar.xz) = 4d13c0a297db2dd9cfb7b7c2a912327b1681edd0fd06e93c3eb744188820dfaa
+SHA512 (grep-3.12.tar.xz) = c54b4db5a8b9afe098c088decd94977746305284d716666a60bac82b4edc0fae4acf828970b5b6fc7d58ecd549f638e17e6958f33a71fedcc7d7415b9228b161
+Size (grep-3.12.tar.xz) = 1918448 bytes
 SHA1 (patch-configure) = b574ebe1575afc5767b0c6634451a3485bb98312
 SHA1 (patch-src_Makefile.in) = 9efe4748d4b1ff33adca4e251e2e4249c62f0035



Home | Main Index | Thread Index | Old Index