nixpkgs/pkgs/tools
Bjørn Forsman 112dc82132 mawk: 1.3.4-20230203 -> 1.3.4-20230525
Upgrade to fix random segfault.

Before:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/zyxgmjyb8ii282lx8g64dhd8y9k3rzd6-mawk-1.3.4-20230203
  i=1 PASS
  i=2 PASS
  i=3 Segmentation fault (core dumped)
  i=4 Segmentation fault (core dumped)
  i=5 Segmentation fault (core dumped)
  i=6 Segmentation fault (core dumped)
  i=7 Segmentation fault (core dumped)
  i=8 PASS
  i=9 Segmentation fault (core dumped)
  i=10 PASS

After:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/dn4mcifn50a6z3g482by0d988zwms0yq-mawk-1.3.4-20230525
  i=1 PASS
  i=2 PASS
  i=3 PASS
  i=4 PASS
  i=5 PASS
  i=6 PASS
  i=7 PASS
  i=8 PASS
  i=9 PASS
  i=10 PASS

Upstream changelog: https://invisible-island.net/mawk/CHANGES
2023-07-13 12:16:49 +01:00
..
admin Merge pull request #243170 from r-ryantm/auto-update/fits-cloudctl 2023-07-12 22:12:33 -06:00
archivers
audio Merge pull request #243009 from dotlambda/spotdl-4.2.0 2023-07-12 20:12:09 +02:00
backup Merge pull request #243188 from r-ryantm/auto-update/bacula 2023-07-13 10:33:27 +03:00
bluetooth
bootloaders/refind
cd-dvd
compression
dotool
filesystems Merge pull request #242912 from chayleaf/fix-getent 2023-07-12 12:37:08 +02:00
games scarab: 1.33.0.0 -> 1.34.0.0 2023-07-11 14:18:38 -07:00
graphics vips: Add cgif 2023-07-12 20:24:16 +12:00
inputmethods
misc turbo: 1.8.8 -> 1.10.7 2023-07-13 16:21:16 +08:00
networking Merge pull request #243171 from r-ryantm/auto-update/grpc_cli 2023-07-13 00:44:05 -06:00
nix nixos-option: use C++20 2023-07-13 08:25:28 +10:00
package-management nix-update: 0.18.0 -> 0.19.0 2023-07-12 16:38:08 -04:00
security Merge pull request #243082 from vikanezrimaya/age-plugin-tpm 2023-07-13 01:15:51 +03:00
system treewide: use lib.optional instead of 'then []' 2023-07-12 09:36:28 +01:00
text mawk: 1.3.4-20230203 -> 1.3.4-20230525 2023-07-13 12:16:49 +01:00
typesetting
video go2rtc: 1.5.0 -> 1.6.0 2023-07-13 00:01:44 +00:00
virtualization cri-tools: 1.27.0 -> 1.27.1 2023-07-13 20:40:42 +10:00
wayland
X11