gawk: update to 5.2.1

This commit is contained in:
Juergen Daubert 2022-11-23 15:50:36 +01:00
parent 8126c30485
commit f05036cf90
3 changed files with 6 additions and 29 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqvKdXgkkafEIBNF4fE9AdWqt6lCFaTqooDsLxIWrdFzHzVyj/XkCQv8ck3vYQFvxi7OqvYQ+zHeZMpV/a4m2tgY=
SHA256 (Pkgfile) = 73a4c77a598ad60af460fe3d1ee0d938372ed5fd667626bffed4eb4a4cc5382b
RWRJc1FUaeVeql1Ucs6QxqBNR2GI/gvzxkvg006PROduT+2WwrUYo9o02n1C62WOCWn3kCoUZ/6+1ke4f0n0lG6c8bEjAyTR5AE=
SHA256 (Pkgfile) = b5fc75564aab148004a445fdb438c6524489f12abb5d52e3b26879b936aa86c6
SHA256 (.footprint) = fa59e73e7b04e206a9ff9d8031d5312b86641788424eef9733d53ca8334d8a64
SHA256 (gawk-5.2.0.tar.xz) = e4ddbad1c2ef10e8e815ca80208d0162d4c983e6cca16f925e8418632d639018
SHA256 (add-upref.patch) = bb0d82033baaeb5e9d1b7c83620a23ebc8f4907e371145d32e32ead06a2dfbb4
SHA256 (gawk-5.2.1.tar.xz) = 673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f

View File

@ -4,16 +4,13 @@
# Depends on: libmpfr readline
name=gawk
version=5.2.0
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz
add-upref.patch)
version=5.2.1
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
patch -p1 -i $SRC/add-upref.patch
export ac_cv_libsigsegv=no
./configure \

View File

@ -1,19 +0,0 @@
Fixes: d2e694ad66a379fa128137d19c10b77b942972f2
Fixes: https://bugs.gentoo.org/868567
Fixes: https://lists.gnu.org/archive/html/bug-gawk/2022-09/msg00006.html
---
interpret.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/interpret.h b/interpret.h
index 57d060e63f37..268655b2231f 100644
--- a/interpret.h
+++ b/interpret.h
@@ -238,6 +238,7 @@ uninitialized_scalar:
_("reference to uninitialized argument `%s'") :
_("reference to uninitialized variable `%s'"),
save_symbol->vname);
+ UPREF(m);
PUSH(m);
break;