SHA256
1
0
forked from pool/grep

Accepting request 912392 from home:Andreas_Schwab:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/912392
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=114
This commit is contained in:
2021-08-16 12:20:25 +00:00
committed by Git OBS Bridge
parent 7b29ed8d9a
commit cc0349ac7c
10 changed files with 44 additions and 256 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 16 12:05:52 UTC 2021 - Andreas Schwab <schwab@suse.de>
- 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 3 12:17:24 UTC 2021 - Andreas Schwab <schwab@suse.de>