Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon cb0b65eca2 Update to 2.22
Changelog:
* Noteworthy changes in release 2.22 (2015-11-01) [stable]

** Improvements

  Performance has improved for patterns containing very long strings,
  reducing preprocessing time for an N-byte regexp from O(N^2) to
  only slightly superlinear for most patterns.  Before, a command like
  the following would take over a minute, but now, it takes less than
  a second:
  : | grep -f <(seq -s '' 99999)

  When building grep, 'configure' now uses PCRE's pkg-config module for
  configuration information, rather than attempting to guess it by hand.

** Bug fixes

  A DFA matcher bug made this command mistakenly print its input line:
    echo axb | grep -E '^x|x$'
  Likewise for this equivalent command:
    echo axb | grep -e '^x' -e 'x$'
  [bug introduced in grep-2.19 ]

  grep no longer reads from uninitialized memory or from beyond the end
  of the heap-allocated input buffer.  This fix addressed CVE-2015-1345.
  [bug introduced in grep-2.19 ]

  With -z, '.' and '[^x]' in a pattern now consistently match newline.
  Previously, they sometimes matched newline, and sometimes did not.
  [bug introduced in grep-2.4]

  When the JIT stack is exhausted, grep -P now grows the stack rather
  than reporting an internal PCRE error.

  'grep -D skip PATTERN FILE' no longer hangs if FILE is a fifo.
  [bug introduced in grep-2.12]

  --exclude and related options are now matched against entire
  command-line arguments, not against command-line components.
  [bug introduced in grep-2.6]

  Fix performance degradation of grep -Fw in unibyte locales.
  [bug introduced in grep-2.19 ]
2015-11-20 19:04:49 +00:00
archivers Bump PKGREVISION for NO_LCHMOD change on Linux. 2015-11-13 22:13:43 +00:00
audio Don't link against libcompat, since ftime hasn't been used for a while. 2015-11-20 14:28:02 +00:00
benchmarks Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
biology gets() considered harmful. What is this, 1985? Fixes the build on OpenBSD. 2015-11-07 21:06:37 +00:00
bootstrap Default to ABI=64 on Darwin hosts which report as x86_64. 2015-11-09 10:54:44 +00:00
cad Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
chat patch xmpp/transport.py to use the more modern SSL/TLS interfaces. 2015-11-08 22:02:57 +00:00
comms Fix openbsd build failure. 2015-11-07 23:47:52 +00:00
converters Update p5-Convert-BinHex to 1.25. 2015-11-18 09:53:28 +00:00
cross Treat FreeBSD, DragonFly, OpenBSD, and Bitrig the same as NetBSD. 2015-11-08 00:02:03 +00:00
databases Changes 1.0.9: 2015-11-18 10:41:39 +00:00
devel Update to 3.21 2015-11-20 18:54:50 +00:00
distfiles
doc Updated security/putty to 0.66 2015-11-20 19:02:31 +00:00
editors Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
emulators Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
filesystems Changes 2015.3.14: 2015-11-10 17:45:22 +00:00
finance Update finance/magento to 1.9.2.2. 2015-11-06 12:46:14 +00:00
fonts Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
games Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
geography Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
graphics Allow building on OS X without X11 2015-11-19 11:46:33 +00:00
ham Regenerate patch to fix context. 2015-11-20 14:29:17 +00:00
inputmethod Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
lang Mark a few more variables as volatile to prevent clobbering by setjmp. 2015-11-20 14:31:59 +00:00
licenses add NVIDIA firmware license 2015-10-18 12:24:54 +00:00
mail Avoid ambigious class references. 2015-11-20 14:48:20 +00:00
math Changes 2.1: 2015-11-20 14:47:20 +00:00
mbone Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
meta-pkgs Add tex-moderncv and tex-blkarray 2015-11-18 09:53:05 +00:00
misc Restore i386 distfile. Fix PR pkg/50450 2015-11-20 18:48:09 +00:00
mk PR pkg/47404 2015-11-20 05:49:24 +00:00
multimedia Update to 1.6.1 2015-11-20 18:38:36 +00:00
net Changes 7.00: 2015-11-20 15:37:40 +00:00
news Add SHA512 digests for distfiles for news category 2015-11-02 23:49:46 +00:00
packages
parallel Update hwloc to 1.11.1 2015-11-14 17:12:35 +00:00
pkgtools Add files from OpenBSD 5.8-current Xenocara 2015-11-17 11:18:38 +00:00
print Add tex-blkarray{,-doc} 2015-11-18 09:48:08 +00:00
regress Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
security Update to 0.66 2015-11-20 19:02:02 +00:00
shells Add SHA512 digests for distfiles for shells category 2015-11-02 23:00:34 +00:00
sysutils "docbook-xsl" is an indirect dependency, xmlto depends on it. 2015-11-19 19:02:18 +00:00
templates Add a list of options to generated README.html files. Patch from 2015-10-03 13:17:57 +00:00
textproc Update to 2.22 2015-11-20 19:04:49 +00:00
time Update to 0.1.7 2015-11-15 08:22:15 +00:00
wm Update bbkeys to version 0.9.1. 2015-11-17 15:59:13 +00:00
www Avoid ambigious class references. 2015-11-20 14:48:20 +00:00
x11 Fix build on el capitan 2015-11-19 00:06:15 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.