The GNU version of the AWK text processing utility
Repositories
BaseOS
Description
The gawk package contains the GNU version of AWK text processing utility. AWK is
a programming language designed for text processing and typically used as a data
extraction and reporting tool.
The gawk utility can be used to do quick and easy text pattern matching,
extracting or reformatting. It is considered to be a standard Linux tool for
text processing.
* Tue Oct 07 2025 Victor Evdokimov <viktor.evdokimov@softline.com> - 5.1.0-6.inferit
- Fixed the using null pointer in function set_breakpoint:
using-null-pointer-in-set_breakpoint.patch
- Fixed fd leak in function remap_std_file:
not-closed-fd-in-remap_std_file.patch
- Fixed fd leak in function do_readfile:
not-closed-fd-in-do_readfile.patch
- Fixed closing null file pointer in function do_writea:
closed-null-file-pointer-in-do_writea.patch
- Fixed using illegal array index in function value_info:
illegal-array-index-in-value_info.patch