Name: | agrep |
---|---|
Version: | 0.8.0 |
Release: | 27.20140228gitc2f5d13.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 28146 |
License: | BSD |
RPM: | agrep-0.8.0-27.20140228gitc2f5d13.el8.x86_64.rpm |
Source RPM: | tre-0.8.0-27.20140228gitc2f5d13.el8.src.rpm |
Build Date: | Sat Nov 02 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://laurikari.net/tre/ |
Summary: | Approximate grep utility |
Description: | The agrep tool is similar to the commonly used grep utility, but agrep can be used to search for approximate matches. The agrep tool searches text input for lines (or records separated by strings matching arbitrary regexps) that contain an approximate, or fuzzy, match to a specified regexp, and prints the matching lines. Limits can be set on how many errors of each kind are allowed, or only the best matching lines can be output. Unlike other agrep implementations, TRE agrep allows full POSIX regexps of any length, any number of errors, and non-uniform costs. |
- Use newer make macro, %license
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- improve python bindings build patch based on upstream PR - fix infinite loop for certain regexps (upstream issue #50) - switch to python3 (#1634955)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- fix CVE-2016-8859 (#1387112, #1387113) - probably fix CVE-2015-3796 (see upstream issue #37 and https://bugs.chromium.org/p/project-zero/issues/detail?id=428) - update python bindings subpackage to current guidelines - fix parallel installation of multilib packages (patch by joseba.gar at gmail.com) (bug #1275830)