Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *gawk* to *5.3.1* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-gawk-upgrade-5.3.0-5.3.1.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From d57f505745e98649db293d8ac832d23e78e763f2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 17 Nov 2024 08:52:47 +0000
Subject: [PATCH] gawk: upgrade 5.3.0 -> 5.3.1

---
 ...001-m4-readline-add-missing-includes.patch | 38 -------------------
 .../gawk/{gawk_5.3.0.bb => gawk_5.3.1.bb}     |  3 +-
 2 files changed, 1 insertion(+), 40 deletions(-)
 delete mode 100644 
meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch
 rename meta/recipes-extended/gawk/{gawk_5.3.0.bb => gawk_5.3.1.bb} (95%)

diff --git 
a/meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch 
b/meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch
deleted file mode 100644
index 6fffd1f373..0000000000
--- 
a/meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 4f4e84f139e2a8682f1374a592f2636c43ad857b Mon Sep 17 00:00:00 2001
-From: Ross Burton <[email protected]>
-Date: Tue, 21 May 2024 15:10:11 +0000
-Subject: [PATCH] m4/readline: add missing includes
-
-The cross-specific code fragment only includes stdio.h, where the native
-fragment also includes fcntl.h and unistd.h.  This is important because
-GCC 14.1 has made the implicit definitions an error:
-
-conftest.c: In function 'main':
-conftest.c:144:9: error: implicit declaration of function 'close'; did you 
mean 'pclose'? [-Wimplicit-function-declaration]
-conftest.c:146:14: error: implicit declaration of function 'open'; did you 
mean 'popen'? [-Wimplicit-function-declaration]
-
-Add the missing includes so that the check doesn't always fail due to
-these errors.
-
-Upstream-Status: Backport 
[https://git.savannah.gnu.org/cgit/gawk.git/commit/?id=c1613c310d71b87f509458e0259ecd10eda2b140]
-Signed-off-by: Ross Burton <[email protected]>
----
- m4/readline.m4 | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/m4/readline.m4 b/m4/readline.m4
-index 38f96326..efd52d4e 100644
---- a/m4/readline.m4
-+++ b/m4/readline.m4
-@@ -66,6 +66,8 @@ dnl action if false:
- dnl action if cross compiling:
-               [AC_LINK_IFELSE(
-                       [AC_LANG_PROGRAM([[#include <stdio.h>
-+#include <fcntl.h>
-+#include <unistd.h>
- #include <readline/readline.h>
- #include <readline/history.h>]],              dnl includes
-                       dnl function body
--- 
-2.34.1
-
diff --git a/meta/recipes-extended/gawk/gawk_5.3.0.bb 
b/meta/recipes-extended/gawk/gawk_5.3.1.bb
similarity index 95%
rename from meta/recipes-extended/gawk/gawk_5.3.0.bb
rename to meta/recipes-extended/gawk/gawk_5.3.1.bb
index ac9d8500d6..50b891ef14 100644
--- a/meta/recipes-extended/gawk/gawk_5.3.0.bb
+++ b/meta/recipes-extended/gawk/gawk_5.3.1.bb
@@ -16,11 +16,10 @@ PACKAGECONFIG[readline] = 
"--with-readline,--without-readline,readline"
 PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
 
 SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
-           file://0001-m4-readline-add-missing-includes.patch \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = 
"378f8864ec21cfceaa048f7e1869ac9b4597b449087caf1eb55e440d30273336"
+SRC_URI[sha256sum] = 
"fa41b3a85413af87fb5e3a7d9c8fa8d4a20728c67651185bb49c38a7f9382b1e"
 
 inherit autotools gettext texinfo update-alternatives
 
-- 
2.44.1

packages/core2-64-poky-linux/gawk/gawk-ptest: FILELIST: added 
"/usr/lib/gawk/ptest/test/dbugarray1.in 
/usr/lib/gawk/ptest/test/printf-corners.ok /usr/lib/gawk/ptest/test/typeof7.awk 
/usr/lib/gawk/ptest/test/typeof8.awk 
/usr/lib/gawk/ptest/test/matchuninitialized.awk 
/usr/lib/gawk/ptest/test/nsprof3.awk /usr/lib/gawk/ptest/test/dbugarray1.ok 
/usr/lib/gawk/ptest/test/re_test.awk /usr/lib/gawk/ptest/test/dbugarray1.awk 
/usr/lib/gawk/ptest/test/printf-corners.awk 
/usr/lib/gawk/ptest/test/dbugarray3.awk 
/usr/lib/gawk/ptest/test/asortsymtab-mpfr.ok 
/usr/lib/gawk/ptest/test/match4.awk 
/usr/lib/gawk/ptest/test/matchuninitialized.ok 
/usr/lib/gawk/ptest/test/dbugarray4.awk 
/usr/lib/gawk/ptest/test/strsubscript.awk /usr/lib/gawk/ptest/test/nsprof3.ok 
/usr/lib/gawk/ptest/test/re_test.ok /usr/lib/gawk/ptest/test/typeof7.ok 
/usr/lib/gawk/ptest/test/typeof8.ok /usr/lib/gawk/ptest/test/dbugarray2.awk 
/usr/lib/gawk/ptest/test/printf-corners-mpfr.ok 
/usr/lib/gawk/ptest/test/strsubscript.ok /usr/lib/ga
 wk/ptest/test/match4.ok /usr/lib/gawk/ptest/test/dbugarray4.ok 
/usr/lib/gawk/ptest/test/dbugarray4.in /usr/lib/gawk/ptest/test/dbugarray2.in 
/usr/lib/gawk/ptest/test/dbugarray3.in /usr/lib/gawk/ptest/test/dbugarray2.ok 
/usr/lib/gawk/ptest/test/dbugarray3.ok"
packages/core2-64-poky-linux/gawk/gawk: FILELIST: removed 
"/usr/bin/gawk-5.3.0", added "/usr/bin/gawk-5.3.1"
packages/core2-64-poky-linux/gawk: PACKAGES: added "gawk-locale-ka"
packages/core2-64-poky-linux/gawk/gawk-dbg: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk/gawk-dbg: PKGV changed from 5.3.0 [default] 
to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-dbg: PKGSIZE changed from 2607560 to 
2622568 (+1%)
packages/core2-64-poky-linux/gawk/gawk-dev: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk/gawk-dev: PKGV changed from 5.3.0 [default] 
to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-dev: PKGSIZE changed from 42138 to 42488 
(+1%)
packages/core2-64-poky-linux/gawk/gawk-doc: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk/gawk-doc: PKGV changed from 5.3.0 [default] 
to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-doc: PKGSIZE changed from 2352307 to 
2363583 (+0%)
packages/core2-64-poky-linux/gawk/gawk-gawkbug: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-gawkbug: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-bg: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-bg: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-bg: PKGSIZE changed from 125283 
to 121033 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-ca: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-ca: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-ca: PKGSIZE changed from 51046 to 
48698 (-5%)
packages/core2-64-poky-linux/gawk/gawk-locale-da: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-da: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-da: PKGSIZE changed from 36004 to 
33958 (-6%)
packages/core2-64-poky-linux/gawk/gawk-locale-de: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-de: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-de: PKGSIZE changed from 96695 to 
93581 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-es: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-es: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-es: PKGSIZE changed from 95192 to 
91998 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-fi: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-fi: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-fi: PKGSIZE changed from 56396 to 
54007 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-fr: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-fr: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-fr: PKGSIZE changed from 96983 to 
93836 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-id: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-id: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-id: PKGSIZE changed from 47007 to 
45106 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-it: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-it: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-it: PKGSIZE changed from 92886 to 
89741 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-ja: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-ja: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-ja: PKGSIZE changed from 36469 to 
34352 (-6%)
packages/core2-64-poky-linux/gawk/gawk-locale-ko: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-ko: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-ko: PKGSIZE changed from 100387 
to 97099 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-ms: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-ms: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-nl: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-nl: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-nl: PKGSIZE changed from 68681 to 
65683 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-pl: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-pl: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-pl: PKGSIZE changed from 94551 to 
91466 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-pt-br: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-pt-br: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-pt-br: PKGSIZE changed from 86494 
to 83119 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-pt: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-pt: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-pt: PKGSIZE changed from 85184 to 
81859 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-ro: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-ro: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-ro: PKGSIZE changed from 97548 to 
94356 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-sr: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-sr: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-sr: PKGSIZE changed from 116380 
to 113185 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-sv: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-sv: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-sv: PKGSIZE changed from 92545 to 
89480 (-3%)
packages/core2-64-poky-linux/gawk/gawk-locale-uk: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-uk: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-uk: PKGSIZE changed from 119483 
to 114854 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-vi: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-vi: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-vi: PKGSIZE changed from 63942 to 
61178 (-4%)
packages/core2-64-poky-linux/gawk/gawk-locale-zh-cn: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-locale-zh-cn: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-locale-zh-cn: PKGSIZE changed from 86715 
to 83805 (-3%)
packages/core2-64-poky-linux/gawk/gawk-ptest: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk/gawk-ptest: PKGV changed from 5.3.0 [default] 
to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-ptest: FILELIST: added 
"/usr/lib/gawk/ptest/test/typeof7.ok /usr/lib/gawk/ptest/test/re_test.ok 
/usr/lib/gawk/ptest/test/typeof8.ok /usr/lib/gawk/ptest/test/nsprof3.ok 
/usr/lib/gawk/ptest/test/matchuninitialized.awk 
/usr/lib/gawk/ptest/test/printf-corners.awk 
/usr/lib/gawk/ptest/test/dbugarray4.ok /usr/lib/gawk/ptest/test/match4.awk 
/usr/lib/gawk/ptest/test/dbugarray1.awk /usr/lib/gawk/ptest/test/dbugarray2.in 
/usr/lib/gawk/ptest/test/dbugarray4.in /usr/lib/gawk/ptest/test/nsprof3.awk 
/usr/lib/gawk/ptest/test/typeof7.awk /usr/lib/gawk/ptest/test/typeof8.awk 
/usr/lib/gawk/ptest/test/re_test.awk /usr/lib/gawk/ptest/test/dbugarray2.ok 
/usr/lib/gawk/ptest/test/dbugarray3.awk 
/usr/lib/gawk/ptest/test/matchuninitialized.ok 
/usr/lib/gawk/ptest/test/dbugarray4.awk /usr/lib/gawk/ptest/test/match4.ok 
/usr/lib/gawk/ptest/test/asortsymtab-mpfr.ok 
/usr/lib/gawk/ptest/test/strsubscript.awk 
/usr/lib/gawk/ptest/test/printf-corners.ok /usr/lib/gawk/ptest/test/pr
 intf-corners-mpfr.ok /usr/lib/gawk/ptest/test/dbugarray3.ok 
/usr/lib/gawk/ptest/test/dbugarray1.ok /usr/lib/gawk/ptest/test/strsubscript.ok 
/usr/lib/gawk/ptest/test/dbugarray1.in /usr/lib/gawk/ptest/test/dbugarray2.awk 
/usr/lib/gawk/ptest/test/dbugarray3.in"
packages/core2-64-poky-linux/gawk/gawk-ptest: PKGSIZE changed from 1392513 to 
1405254 (+1%)
packages/core2-64-poky-linux/gawk/gawk-src: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk/gawk-src: PKGV changed from 5.3.0 [default] 
to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk-src: FILELIST: directory renamed 
/usr/src/debug/gawk/5.3.0/support -> /usr/src/debug/gawk/5.3.1/support, 
directory renamed /usr/src/debug/gawk/5.3.0/posix -> 
/usr/src/debug/gawk/5.3.1/posix, directory renamed 
/usr/src/debug/gawk/5.3.0/awklib -> /usr/src/debug/gawk/5.3.1/awklib, directory 
renamed /usr/src/debug/gawk/5.3.0/extension -> 
/usr/src/debug/gawk/5.3.1/extension, directory renamed 
/usr/src/debug/gawk/5.3.0/support/malloc -> 
/usr/src/debug/gawk/5.3.1/support/malloc, removed 
"/usr/src/debug/gawk/5.3.0/msg.c /usr/src/debug/gawk/5.3.0/field.c 
/usr/src/debug/gawk/5.3.0/debug.c /usr/src/debug/gawk/5.3.0/array.c 
/usr/src/debug/gawk/5.3.0/main.c /usr/src/debug/gawk/5.3.0/floatcomp.c 
/usr/src/debug/gawk/5.3.0/node.c /usr/src/debug/gawk/5.3.0/awk.h 
/usr/src/debug/gawk/5.3.0/awkgram.y /usr/src/debug/gawk/5.3.0/profile.c 
/usr/src/debug/gawk/5.3.0/command.c /usr/src/debug/gawk/5.3.0/mpfr.c 
/usr/src/debug/gawk/5.3.0/builtin.c /usr/src/debug/gawk/5.3.0/
 command.y /usr/src/debug/gawk/5.3.0/gawkapi.h 
/usr/src/debug/gawk/5.3.0/version.c /usr/src/debug/gawk/5.3.0/gawkapi.c 
/usr/src/debug/gawk/5.3.0/str_array.c /usr/src/debug/gawk/5.3.0/int_array.c 
/usr/src/debug/gawk/5.3.0/awkgram.c /usr/src/debug/gawk/5.3.0/cmd.h 
/usr/src/debug/gawk/5.3.0/cint_array.c /usr/src/debug/gawk/5.3.0/ext.c 
/usr/src/debug/gawk/5.3.0/eval.c /usr/src/debug/gawk/5.3.0/interpret.h 
/usr/src/debug/gawk/5.3.0/re.c /usr/src/debug/gawk/5.3.0/io.c 
/usr/src/debug/gawk/5.3.0/symbol.c", added "/usr/src/debug/gawk/5.3.1/mpfr.c 
/usr/src/debug/gawk/5.3.1/floatcomp.c /usr/src/debug/gawk/5.3.1/io.c 
/usr/src/debug/gawk/5.3.1/node.c /usr/src/debug/gawk/5.3.1/cint_array.c 
/usr/src/debug/gawk/5.3.1/cmd.h /usr/src/debug/gawk/5.3.1/awk.h 
/usr/src/debug/gawk/5.3.1/ext.c /usr/src/debug/gawk/5.3.1/int_array.c 
/usr/src/debug/gawk/5.3.1/str_array.c /usr/src/debug/gawk/5.3.1/array.c 
/usr/src/debug/gawk/5.3.1/debug.c /usr/src/debug/gawk/5.3.1/field.c 
/usr/src/debug/gawk/5.3.1/msg.c /usr/sr
 c/debug/gawk/5.3.1/printf.c /usr/src/debug/gawk/5.3.1/command.y 
/usr/src/debug/gawk/5.3.1/command.c /usr/src/debug/gawk/5.3.1/profile.c 
/usr/src/debug/gawk/5.3.1/re.c /usr/src/debug/gawk/5.3.1/main.c 
/usr/src/debug/gawk/5.3.1/gawkapi.h /usr/src/debug/gawk/5.3.1/awkgram.y 
/usr/src/debug/gawk/5.3.1/gawkapi.c /usr/src/debug/gawk/5.3.1/interpret.h 
/usr/src/debug/gawk/5.3.1/awkgram.c /usr/src/debug/gawk/5.3.1/eval.c 
/usr/src/debug/gawk/5.3.1/builtin.c /usr/src/debug/gawk/5.3.1/symbol.c 
/usr/src/debug/gawk/5.3.1/version.c"
packages/core2-64-poky-linux/gawk/gawk-src: PKGSIZE changed from 2379256 to 
2397440 (+1%)
packages/core2-64-poky-linux/gawk/gawk-staticdev: PV changed from "5.3.0" to 
"5.3.1"
packages/core2-64-poky-linux/gawk/gawk-staticdev: PKGV changed from 5.3.0 
[default] to 5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk/gawk: PKGV changed from 5.3.0 [default] to 
5.3.1 [default]
packages/core2-64-poky-linux/gawk/gawk: FILELIST: removed 
"/usr/bin/gawk-5.3.0", added "/usr/bin/gawk-5.3.1"
packages/core2-64-poky-linux/gawk/gawk: PKGSIZE changed from 941392 to 941410 
(+0%)
packages/core2-64-poky-linux/gawk: PV changed from "5.3.0" to "5.3.1"
packages/core2-64-poky-linux/gawk: PKGV changed from 5.3.0 [default] to 5.3.1 
[default]
packages/core2-64-poky-linux/gawk: SRC_URI changed from 
"https://ftp.gnu.org/gnu/gawk/gawk-5.3.0.tar.gz 
file://0001-m4-readline-add-missing-includes.patch file://run-ptest" to 
"https://ftp.gnu.org/gnu/gawk/gawk-5.3.1.tar.gz file://run-ptest"
packages/core2-64-poky-linux/gawk: PACKAGES: added "gawk-locale-ka"

Attachment: 0001-gawk-upgrade-5.3.0-5.3.1.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#207308): 
https://lists.openembedded.org/g/openembedded-core/message/207308
Mute This Topic: https://lists.openembedded.org/mt/109653245/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to