grep 3.11-2 source package in Ubuntu

Changelog

grep (3.11-2) unstable; urgency=low

  * Add d/patches/grep-dirfd.patch to fix gnulib bug that produces an
    'Operation not supported' error when grep -r 100000+ files.
    Thanks to Vincent Lefèvre <email address hidden>. (Closes: #1041588)
    - Include debian/tests/dirfd to test the fix.

 -- Santiago Ruano Rincón <email address hidden>  Fri, 21 Jul 2023 18:33:27 -0300

Upload details

Uploaded by:
Anibal Monsalve Salazar
Uploaded to:
Sid
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main utils

Downloads

File Size SHA-256 Checksum
grep_3.11-2.dsc 1.6 KiB 1242a5ba53e6c508aa472ad8de1a20de029b109b345af64c56f949ec40cd5bdb
grep_3.11.orig.tar.xz 1.6 MiB 1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
grep_3.11.orig.tar.xz.asc 833 bytes 89ec23ffd59b68822732dc8204fc89883c3af30a90ae390feb94346d9d09a589
grep_3.11-2.debian.tar.xz 19.9 KiB 39b98a7fea70c900a0ece8c317a1fc9ceed21326bddda715a2bb9fea60746a82

Available diffs

No changes file available.

Binary packages built by this source

grep: GNU grep, egrep and fgrep

 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts. Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)

grep-dbgsym: debug symbols for grep