[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package gawk-5.1.0-6.el9.inferit.src download

Name gawk
Epoch 0
Version 5.1.0
Release 6.el9.inferit
Architecture src
Website/URL https://www.gnu.org/software/gawk/
License GPLv3+ and GPLv2+ and LGPLv2+ and BSD
Build Time 2025-10-15 14:04:58
Build Host builder-x86-04.inferitos.ru
Summary 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.
Errata
Size 3116 KiB
Source Project gawk-5.1.0-6.el9.inferit
SHA-256 checksum 082a451467e718c5455ea6cf5ad76a51905a43586562da788c4305a7c67b9c20
× Full screenshot
Changelog link
* 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