gawk 1:5.1.0-1ubuntu0.1 source package in Ubuntu

Changelog

gawk (1:5.1.0-1ubuntu0.1) jammy-security; urgency=medium

  * SECURITY UPDATE: integer overflow
    - debian/patches/CVE-2023-4156.patch: prevent integer overflow
      by adding check for negative size value in builtin.c.
    - CVE-2023-4156

 -- Fabian Toepfer <email address hidden>  Thu, 17 Aug 2023 12:24:36 +0200

Upload details

Uploaded by:
Fabian Toepfer
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main interpreters
Jammy security main interpreters

Downloads

File Size SHA-256 Checksum
gawk_5.1.0.orig.tar.xz 2.4 MiB d67f5a78ef71a3f556a8c6864991bca5950ef3b249abacac30e708776b4aba7c
gawk_5.1.0-1ubuntu0.1.debian.tar.xz 13.0 KiB b1fa3841bac1d3f9126161517bf30fc9d76156f0939bf67ede37f112990f68eb
gawk_5.1.0-1ubuntu0.1.dsc 1.9 KiB edf66a39b1563125a59e5556f1970cb0b0a5680d1d56e82f832044e8dc45b819

View changes file

Binary packages built by this source

gawk: GNU awk, a pattern scanning and processing language

 `awk', a program that you can use to select particular records in a
 file and perform operations upon them.
 .
 Gawk is the GNU Project's implementation of the AWK programming language.
 It conforms to the definition of the language in the POSIX 1003.2 Command
 Language And Utilities Standard. This version in turn is based on the
 description in The AWK Programming Language, by Aho, Kernighan, and
 Weinberger, with the additional features defined in the System V Release
 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
 extensions, and some GNU-specific extensions.

gawk-dbgsym: debug symbols for gawk