Name: | agrep |
---|---|
Version: | 0.8.0 |
Release: | 18.20140228gitc2f5d13.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 71378 |
License: | BSD |
RPM: | agrep-0.8.0-18.20140228gitc2f5d13.el7.aarch64.rpm |
Source RPM: | tre-0.8.0-18.20140228gitc2f5d13.el7.src.rpm |
Build Date: | Sat May 26 2018 |
Build Host: | ca-buildarm02.us.oracle.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. |
- 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)
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- keep old timestamps embedded in .mo files (bug #1275830)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- update to latest snapshot from github - drop patches merged upstream - fix broken LDFLAGS in tre.pc (#1224203)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- fix build on aarch64 (bug #926655) - drop obsolete specfile parts - fix deprecated python macro usage
- add missing changes from R to be able to use tre in R as system lib (and resolve arm fails) Credit to Orion Poplawski.