SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for grep-3.8-5.4.x86_64.rpm :

* Tue Sep 20 2022 Andreas Schwab - efgrep-warning.patch: remove warning from [ef]grep
* Sun Sep 04 2022 Andreas Stieger - GNU grep 3.8:
* The -P option is now based on PCRE2 instead of the older PCRE (boo#1201803)
* egrep and fgrep commands, deprecated since release 2.5.3 (2007), now warn that they are obsolescent and should be replaced by grep -E and grep -F
* The confusing GREP_COLOR environment variable is now obsolescent
* Regular expressions with stray backslashes now cause warnings
* Regular expressions like [:space:] are now errors even if POSIXLY_CORRECT is set, since POSIX now allows the GNU behavior
* In locales using UTF-8 encoding, the regular expression \'.\' no longer sometimes fails to match Unicode characters
* The -s option no longer suppresses \"binary file matches\" messages.- doc: fix man page syntax errors (bsc#1201001)
* Wed Aug 03 2022 Andreas Schwab - Skip more gnulib tests in qemu build
* Tue May 24 2022 Dirk Müller - use release keyring rather than full one for validation
* Tue May 24 2022 Stephan Kulow - Do not link an unversioned file by URL (and refresh keyring)
* Tue Mar 15 2022 Bernhard Wiedemann - Make profiling deterministic (bsc#1040589)
* Sat Feb 12 2022 Dirk Müller - use glibc-locale to reenable less common locale tests (bsc#1195390)
* Mon Aug 16 2021 Andreas Schwab - Update to grep 3.7
* Preprocessing N patterns would take at least O(N^2) time when too many patterns hashed to too few buckets- werror-return-type.patch, gnulib-c-stack.patch: Removed- Skip stack overflow tests in qemu build
* Tue Aug 03 2021 Andreas Schwab - gnulib-c-stack.patch: Fix AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC configure check
* Sat Nov 28 2020 Andreas Stieger - remove deprecated texinfo macros- silence egrep,fgrep packaging warnings
* Mon Nov 09 2020 Andreas Schwab - Update to grep 3.6
* The GREP_OPTIONS environment variable no longer affects grep\'s behavior.
* grep\'s DFA matcher performed an invalid regex transformation that would convert an ERE like a+a+a+ to a+a+, which would make grep a+a+a+ mistakenly match \"aa\".
* grep -P now reports the troublesome input filename upon PCRE execution failure.- werror-return-type.patch: work around gcc bug
* Fri Oct 30 2020 Ludwig Nussel - prepare usrmerge (boo#1029961)
* Mon Sep 28 2020 Andreas Stieger - grep 3.5:
* message for matching binary files now sent to stderr, and changed
* --files-without-match (-L) behavior reverted to again succeed when a line is selected, not when a file is listed
* various bug fixes- drop gnulib-test-avoid-FP-perror-strerror.patch, upstream
* Mon Aug 31 2020 Bernhard Voelker - gnulib-test-avoid-FP-perror-strerror.patch: Add patch to avoid false-positive error in gnulib tests \'test-perror2\' and \'test-strerror_r\', visible on armv7l.
* Wed Jul 01 2020 Bernhard Wiedemann - Use deterministic profile.sh script to make package build reproducible (boo#1040589)
* Tue Jan 21 2020 Andreas Schwab - Switch back to system regex to avoid undefined behaviour
* Sun Jan 05 2020 Andreas Stieger - grep 3.4:
* new --no-ignore-case option causes grep to observe case distinctions, overriding any previous -i (--ignore-case) option
* \'.\' no longer matches some invalid byte sequences in UTF-8 locales
* grep -Fw can no longer false match in non-UTF-8 multibyte locales
* The exit status of \'grep -L\' is no longer incorrect when standard output is /dev/null
* fix some performance bugs- drop test-pcre-jitstack.diff
* Thu Sep 19 2019 Ludwig Nussel - Do not recommend lang package. The lang package already has a supplements.
* Mon Feb 18 2019 schwabAATTsuse.de- test-pcre-jitstack.diff: avoid false positive upon stack overflow
* Mon Jan 07 2019 schwabAATTsuse.de- Update to grep 3.3
*
* Changes in behavior
* The --files-without-match (-L) option now causes grep to succeed when a file is listed, instead of when a line is selected.
*
* Improvements
* An over-30x performance improvement when many \'or\'d expressions share a common prefix, thanks to improvements in gnulib\'s dfa.c
* An additional 3-23% speed-up when searching large files, via increased initial buffer size.
* grep now diagnoses stack overflow- remove-backref-alt-test.patch: remove
 
ICM