mawk 1.3.4.20240622-1 source package in Ubuntu

Changelog

mawk (1.3.4.20240622-1) unstable; urgency=medium

  * New upstream snapshot 1.3.4.20240622.
    + Fix buffer overread in scan.c with mawk -f <large file>.
      (Closes: #1074280)
  * debian/control: Move package description to the source package
    section.
  * debian/control: Bump Standards-Version to 4.7.0.

 -- Boyuan Yang <email address hidden>  Tue, 25 Jun 2024 19:34:29 -0400

Upload details

Uploaded by:
Boyuan Yang
Uploaded to:
Sid
Original maintainer:
Boyuan Yang
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20240622-1.dsc 2.9 KiB 1fa3cd244fde32ff1ce65b0820b72435d53e22d193e93d120b76de79850c689b
mawk_1.3.4.20240622.orig.tar.gz 404.5 KiB 4e917e87a7a9fbaf76995784a4b0b5dc0dd954b977d0983030f78f6a07b1a765
mawk_1.3.4.20240622.orig.tar.gz.asc 729 bytes 1c66d8d18bf562d492a3b33a379c51ec80e111f8203a9546969fd7e436cb7041
mawk_1.3.4.20240622-1.debian.tar.xz 15.3 KiB f3d47c6af07fb9104b129f37032b9bb1a8c5fdcd0c39aec6dbc90f765b30bb4d

No changes file available.

Binary packages built by this source

mawk: Pattern scanning and text processing language

 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.

mawk-dbgsym: debug symbols for mawk