All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Mingyu < wangmy@fujitsu.com>
To: openembedded-devel@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [PATCH] [oe] [meta-oe] [PATCH v2] poke: upgrade 4.3 -> 5.0
Date: Thu, 20 Aug 2026 19:08:27 +0800	[thread overview]
Message-ID: <20260820110827.1322-1-wangmy@fujitsu.com> (raw)

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../poke/poke/0001-fix-format-security.patch  | 37 +++++++++++++++++++
 .../poke/{poke_4.3.bb => poke_5.0.bb}         |  3 +-
 2 files changed, 39 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-devtools/poke/poke/0001-fix-format-security.patch
 rename meta-oe/recipes-devtools/poke/{poke_4.3.bb => poke_5.0.bb} (91%)

diff --git a/meta-oe/recipes-devtools/poke/poke/0001-fix-format-security.patch b/meta-oe/recipes-devtools/poke/poke/0001-fix-format-security.patch
new file mode 100644
index 0000000000..6b2d290d9f
--- /dev/null
+++ b/meta-oe/recipes-devtools/poke/poke/0001-fix-format-security.patch
@@ -0,0 +1,37 @@
+From dbaecb5f0032401617254a2f6eb10cdd28ea04f2 Mon Sep 17 00:00:00 2001
+From: Wang Mingyu <wangmy@fujitsu.com>
+Date: Thu, 20 Aug 2026 10:24:56 +0000
+Subject: [PATCH] fix format security
+
+Upstream-Status: Submitted
+
+Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
+---
+ jitter/gnulib-local/openat-die.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/jitter/gnulib-local/openat-die.c b/jitter/gnulib-local/openat-die.c
+index d37e399..f4b3301 100644
+--- a/jitter/gnulib-local/openat-die.c
++++ b/jitter/gnulib-local/openat-die.c
+@@ -35,7 +35,7 @@ openat_save_fail (int errnum)
+ {
+ #ifndef GNULIB_LIBPOSIX
+   error (exit_failure, errnum,
+-         _("unable to record current working directory"));
++         "%s", _("unable to record current working directory"));
+ #endif
+   /* _Noreturn cannot be applied to error, since it returns
+      when its first argument is 0.  To help compilers understand that this
+@@ -54,7 +54,7 @@ openat_restore_fail (int errnum)
+ {
+ #ifndef GNULIB_LIBPOSIX
+   error (exit_failure, errnum,
+-         _("failed to return to initial working directory"));
++         "%s", _("failed to return to initial working directory"));
+ #endif
+ 
+   /* As above.  */
+-- 
+2.43.0
+
diff --git a/meta-oe/recipes-devtools/poke/poke_4.3.bb b/meta-oe/recipes-devtools/poke/poke_5.0.bb
similarity index 91%
rename from meta-oe/recipes-devtools/poke/poke_4.3.bb
rename to meta-oe/recipes-devtools/poke/poke_5.0.bb
index 14597c93c2..07a172060d 100644
--- a/meta-oe/recipes-devtools/poke/poke_4.3.bb
+++ b/meta-oe/recipes-devtools/poke/poke_5.0.bb
@@ -7,11 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \
           file://0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch \
+          file://0001-fix-format-security.patch \
           "
 
 DEPENDS = "flex-native bison-native bdwgc readline"
 
-SRC_URI[sha256sum] = "a84cb9175d50d45a411f2481fd0662b83cb32ce517316b889cfb570819579373"
+SRC_URI[sha256sum] = "6873d59abe821c8111b88623ea7ad9e090892fa95c75562606dd88374e2f5b8f"
 UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/poke/"
 UPSTREAM_CHECK_REGEX = "poke-(?P<pver>\d+(\.\d+)+)\.tar"
 
-- 
2.43.0



                 reply	other threads:[~2026-08-20 11:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260820110827.1322-1-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.