gawk: 4.2.1 -> 5.0.1 (#59503)

* gawk: 4.2.1 -> 5.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gawk/versions

* libgpg-error: fix build with gawk 5

Cherry picked commit 6fe2cdd03c98270b0ce0026acf8dab0a6c4d3d63 from
https://github.com/NixOS/nixpkgs/pull/67801.

authored by

R. RyanTM and committed by
Samuel Leathers
50d8295c 5017f4c6

+14 -3
+12 -1
pkgs/development/libraries/libgpg-error/default.nix
··· 1 - { stdenv, lib, buildPackages, fetchurl, gettext 1 + { stdenv, lib, buildPackages, fetchurl, gettext, fetchpatch 2 2 , genPosixLockObjOnly ? false 3 3 }: let 4 4 genPosixLockObjOnlyAttrs = lib.optionalAttrs genPosixLockObjOnly { ··· 24 24 sha256 = "0z696dmhfxm2n6pmr8b857wwljq9h633yi99bhbn7h88f91rigds"; 25 25 }; 26 26 27 + # Remove gawk buildfix on > 1.36 28 + patches = [ 29 + (fetchpatch { 30 + url = "https://dev.gnupg.org/rE7865041c77f4f7005282f10f9b6666b19072fbdf?diff=1"; 31 + sha256 = "0hs4rpwqq2afpsbqliq451jjaysq2iyzxvd9sx3992b4vnllgqqq"; 32 + }) 33 + ]; 34 + 27 35 postPatch = '' 36 + # Remove on > 1.36 release: gawk upgrade fix didn't include Makefile regeneration 37 + sed 's/-v namespace=errnos_/-v pkg_namespace=errnos_/' -i src/Makefile.in 38 + 28 39 sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure 29 40 '' + lib.optionalString (stdenv.hostPlatform.isAarch32 && stdenv.buildPlatform != stdenv.hostPlatform) '' 30 41 ln -s lock-obj-pub.arm-unknown-linux-gnueabi.h src/syscfg/lock-obj-pub.linux-gnueabihf.h
+2 -2
pkgs/tools/text/gawk/default.nix
··· 19 19 inherit (stdenv.lib) optional; 20 20 in 21 21 stdenv.mkDerivation rec { 22 - name = "gawk-4.2.1"; 22 + name = "gawk-5.0.1"; 23 23 24 24 src = fetchurl { 25 25 url = "mirror://gnu/gawk/${name}.tar.xz"; 26 - sha256 = "0lam2zf3n7ak4pig8w46lhx9hzx50kj2v2yj1616mm26wy2rf4fi"; 26 + sha256 = "15570p7g2x54asvr2fsc56sxzmm08fbk4mzpcs5n92fp9vq8cklf"; 27 27 }; 28 28 29 29 # When we do build separate interactive version, it makes sense to always include man.