All of lore.kernel.org
 help / color / mirror / Atom feed
* [AUH] make: upgrading to 4.4.1 SUCCEEDED
@ 2023-03-01 14:45 auh
  0 siblings, 0 replies; only message in thread
From: auh @ 2023-03-01 14:45 UTC (permalink / raw)
  To: Robert Yang; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 950 bytes --]

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *make* to *4.4.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-make-upgrade-4.4-4.4.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

[-- Attachment #2: 0001-make-upgrade-4.4-4.4.1.patch --]
[-- Type: application/octet-stream, Size: 2957 bytes --]

From 20cbc85eaa2fdfc4f54851ba049984290c75420d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Mar 2023 08:06:39 +0000
Subject: [PATCH] make: upgrade 4.4 -> 4.4.1

---
 meta/recipes-devtools/make/make/sigpipe.patch | 42 -------------------
 .../make/{make_4.4.bb => make_4.4.1.bb}       |  5 +--
 2 files changed, 2 insertions(+), 45 deletions(-)
 delete mode 100644 meta/recipes-devtools/make/make/sigpipe.patch
 rename meta/recipes-devtools/make/{make_4.4.bb => make_4.4.1.bb} (67%)

diff --git a/meta/recipes-devtools/make/make/sigpipe.patch b/meta/recipes-devtools/make/make/sigpipe.patch
deleted file mode 100644
index a7270fdbda..0000000000
--- a/meta/recipes-devtools/make/make/sigpipe.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 92ab2e642d2c04b3dcb5a736ae6193680bfd5f74 Mon Sep 17 00:00:00 2001
-From: Paul Smith <psmith@gnu.org>
-Date: Sun, 6 Nov 2022 15:22:02 -0500
-Subject: * src/main.c (main): [SV 63307] Handle SIGPIPE as a fatal signal
-
-Always ignoring SIGPIPE is visible to child processes.
-
-Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/make.git/commit/?id=92ab2e642d2c04b3dcb5a736ae6193680bfd5f74]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- src/main.c | 8 +++-----
- 1 file changed, 3 insertions(+), 5 deletions(-)
-
-diff --git a/src/main.c b/src/main.c
-index eec9365..f2caf7a 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -1182,11 +1182,6 @@ main (int argc, char **argv, char **envp)
-   /* Useful for attaching debuggers, etc.  */
-   SPIN ("main-entry");
- 
--  /* Don't die if our stdout sends us SIGPIPE.  */
--#ifdef SIGPIPE
--  bsd_signal (SIGPIPE, SIG_IGN);
--#endif
--
- #ifdef HAVE_ATEXIT
-   if (ANY_SET (check_io_state (), IO_STDOUT_OK))
-     atexit (close_stdout);
-@@ -1265,6 +1260,9 @@ main (int argc, char **argv, char **envp)
- #ifdef SIGQUIT
-   FATAL_SIG (SIGQUIT);
- #endif
-+#ifdef SIGPIPE
-+  FATAL_SIG (SIGPIPE);
-+#endif
-   FATAL_SIG (SIGINT);
-   FATAL_SIG (SIGTERM);
- 
--- 
-cgit v1.1
-
diff --git a/meta/recipes-devtools/make/make_4.4.bb b/meta/recipes-devtools/make/make_4.4.1.bb
similarity index 67%
rename from meta/recipes-devtools/make/make_4.4.bb
rename to meta/recipes-devtools/make/make_4.4.1.bb
index 6642c708d8..4f8c24ad0e 100644
--- a/meta/recipes-devtools/make/make_4.4.bb
+++ b/meta/recipes-devtools/make/make_4.4.1.bb
@@ -2,13 +2,12 @@ LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
 require make.inc
 
-SRC_URI += " \
+SRC_URI += "${GNU_MIRROR}/make/make-${PV}.tar.gz \
            file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \
-           file://sigpipe.patch \
            "
 
 EXTRA_OECONF += "--without-guile"
 
-SRC_URI[sha256sum] = "581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18"
+SRC_URI[sha256sum] = "dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.39.2


[-- Attachment #3: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 9656 bytes --]

packages/core2-32-poky-linux/make: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make: SRC_URI changed from "https://ftp.gnu.org/gnu/make/make-4.4.tar.gz file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch file://sigpipe.patch" to "https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch"
packages/core2-32-poky-linux/make: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-dbg: PKGSIZE changed from 607872 to 582920 (-4%)
packages/core2-32-poky-linux/make/make-dbg: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-dbg: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-dev: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-dev: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-doc: PKGSIZE changed from 663523 to 664245 (+0%)
packages/core2-32-poky-linux/make/make-doc: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-doc: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-be: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-be: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-bg: PKGSIZE changed from 65584 to 67139 (+2%)
packages/core2-32-poky-linux/make/make-locale-bg: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-bg: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-cs: PKGSIZE changed from 50567 to 51630 (+2%)
packages/core2-32-poky-linux/make/make-locale-cs: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-cs: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-da: PKGSIZE changed from 46951 to 46271 (-1%)
packages/core2-32-poky-linux/make/make-locale-da: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-da: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-de: PKGSIZE changed from 52220 to 53393 (+2%)
packages/core2-32-poky-linux/make/make-locale-de: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-de: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-es: PKGSIZE changed from 41411 to 41139 (-1%)
packages/core2-32-poky-linux/make/make-locale-es: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-es: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-fi: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-fi: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-fr: PKGSIZE changed from 41807 to 41529 (-1%)
packages/core2-32-poky-linux/make/make-locale-fr: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-fr: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-ga: PKGSIZE changed from 38938 to 38653 (-1%)
packages/core2-32-poky-linux/make/make-locale-ga: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-ga: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-gl: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-gl: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-he: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-he: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-hr: PKGSIZE changed from 50639 to 51679 (+2%)
packages/core2-32-poky-linux/make/make-locale-hr: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-hr: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-id: PKGSIZE changed from 39490 to 39250 (-1%)
packages/core2-32-poky-linux/make/make-locale-id: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-id: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-it: PKGSIZE changed from 41012 to 40756 (-1%)
packages/core2-32-poky-linux/make/make-locale-it: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-it: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-ja: PKGSIZE changed from 54247 to 55400 (+2%)
packages/core2-32-poky-linux/make/make-locale-ja: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-ja: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-ko: PKGSIZE changed from 51905 to 53067 (+2%)
packages/core2-32-poky-linux/make/make-locale-ko: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-ko: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-lt: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-lt: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-nl: PKGSIZE changed from 48958 to 48248 (-1%)
packages/core2-32-poky-linux/make/make-locale-nl: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-nl: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-pl: PKGSIZE changed from 49133 to 50247 (+2%)
packages/core2-32-poky-linux/make/make-locale-pl: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-pl: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-pt-br: PKGSIZE changed from 39569 to 39328 (-1%)
packages/core2-32-poky-linux/make/make-locale-pt-br: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-pt-br: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-pt: PKGSIZE changed from 39137 to 38893 (-1%)
packages/core2-32-poky-linux/make/make-locale-pt: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-pt: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-ro: PKGSIZE changed from 52157 to 53348 (+2%)
packages/core2-32-poky-linux/make/make-locale-ro: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-ro: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-ru: PKGSIZE changed from 51042 to 64005 (+25%)
packages/core2-32-poky-linux/make/make-locale-ru: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-ru: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-sr: PKGSIZE changed from 59190 to 62502 (+6%)
packages/core2-32-poky-linux/make/make-locale-sr: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-sr: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-sv: PKGSIZE changed from 48252 to 49313 (+2%)
packages/core2-32-poky-linux/make/make-locale-sv: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-sv: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-tr: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-tr: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-uk: PKGSIZE changed from 61658 to 63561 (+3%)
packages/core2-32-poky-linux/make/make-locale-uk: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-uk: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-vi: PKGSIZE changed from 42515 to 42231 (-1%)
packages/core2-32-poky-linux/make/make-locale-vi: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-vi: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-zh-cn: PKGSIZE changed from 37823 to 40272 (+6%)
packages/core2-32-poky-linux/make/make-locale-zh-cn: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-zh-cn: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-locale-zh-tw: PKGSIZE changed from 45174 to 47740 (+6%)
packages/core2-32-poky-linux/make/make-locale-zh-tw: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-locale-zh-tw: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-src: PKGSIZE changed from 988728 to 1000227 (+1%)
packages/core2-32-poky-linux/make/make-src: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-src: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make-staticdev: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make-staticdev: PKGV changed from 4.4 [default] to 4.4.1 [default]
packages/core2-32-poky-linux/make/make: PKGSIZE changed from 281968 to 287360 (+2%)
packages/core2-32-poky-linux/make/make: PV changed from "4.4" to "4.4.1"
packages/core2-32-poky-linux/make/make: PKGV changed from 4.4 [default] to 4.4.1 [default]

[-- Attachment #4: buildhistory-diff.txt --]
[-- Type: text/plain, Size: 93 bytes --]

packages/core2-32-poky-linux/make/make-locale-ru: PKGSIZE changed from 51042 to 64005 (+25%)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-01 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 14:45 [AUH] make: upgrading to 4.4.1 SUCCEEDED auh

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.