| Message ID | 20260619-auh-v1-3-62299dbd8231@pbarker.dev |
|---|---|
| State | Under Review |
| Headers | show |
| Series | Various updates via AUH | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/3-5-lsof-upgrade-4.99.6---4.99.7.patch FAIL: test commit message user tags: Mbox includes one or more GitHub-style username tags. Ensure that any "@" symbols are stripped out of usernames (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message presence (test_mbox.TestMbox.test_commit_message_presence) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
diff --git a/meta/recipes-extended/lsof/files/remove-host-information.patch b/meta/recipes-extended/lsof/files/remove-host-information.patch index 1f2b4afa6951..e93197e261e5 100644 --- a/meta/recipes-extended/lsof/files/remove-host-information.patch +++ b/meta/recipes-extended/lsof/files/remove-host-information.patch @@ -1,4 +1,4 @@ -From 4f05492ac07a7bbaf06dd8265b9cba329e1b53e9 Mon Sep 17 00:00:00 2001 +From 0873414e87d04561e531418a3a3c0f1574f31773 Mon Sep 17 00:00:00 2001 From: Ross Burton <ross.burton@arm.com> Date: Wed, 30 Aug 2017 15:05:16 +0800 Subject: [PATCH] lsof: remove host information from version.h @@ -42,7 +42,7 @@ index aac0b80..2e635a5 100644 #endif diff --git a/lib/dialects/linux/Makefile b/lib/dialects/linux/Makefile -index f8adaa6..7a79ca7 100644 +index 53bfc97..8512e36 100644 --- a/lib/dialects/linux/Makefile +++ b/lib/dialects/linux/Makefile @@ -83,64 +83,17 @@ ${LIB}: FRC diff --git a/meta/recipes-extended/lsof/lsof_4.99.6.bb b/meta/recipes-extended/lsof/lsof_4.99.7.bb similarity index 93% rename from meta/recipes-extended/lsof/lsof_4.99.6.bb rename to meta/recipes-extended/lsof/lsof_4.99.7.bb index 853924fd2178..1aad09275c99 100644 --- a/meta/recipes-extended/lsof/lsof_4.99.6.bb +++ b/meta/recipes-extended/lsof/lsof_4.99.7.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a48ac97a8550eff12395a2c0d6151510" SRC_URI = "git://github.com/lsof-org/lsof;branch=master;protocol=https;tag=${PV} \ file://remove-host-information.patch" -SRCREV = "b173315c8f94bf61d52094857ea3fe7d0f5aaff9" +SRCREV = "646395f8e893edb5572405b2311a079f55f269f2" inherit update-alternatives autotools pkgconfig manpages PACKAGECONFIG[manpages] = ""
- lsof_free_result(): handle result == NULL by @neek78 (#349) - [linux] Fix missing parenthesis in lstat error message format by @cuiweixie (#350) - Fix use-after-free in lsof_select_process_regex by @cuiweixie (#351) - Fix truncated fd numbers in -F field output by @kurok (#352) - Add -J/-j options for JSON and JSON Lines output format. -J outputs a JSON envelope with process and file information; -j outputs JSON Lines format where each line is a JSON object representing a file descriptor by @kurok (#353) - Document non-UTF-8 encoding behavior in JSON output by @kurok (#355) - Follow autoconf conventions for --enable/--disable help output by @kurok (#356) - Skip building liblsof when --disable-liblsof is given by @kurok (#357) - [linux] Display connection state for UDP sockets with -T option by @kurok (#358) - Add more information to the tutorial about debugging busy mounts by @jakobcornell (#360) - Fix case sensitivity in INSTALL commands by @AngelofVerdant (#361) - [netbsd] Fix support for NetBSD 10/11 by @jiegec (#363) For more details, see: https://github.com/lsof-org/lsof/releases/tag/4.99.7 Signed-off-by: Paul Barker <paul@pbarker.dev> --- meta/recipes-extended/lsof/files/remove-host-information.patch | 4 ++-- meta/recipes-extended/lsof/{lsof_4.99.6.bb => lsof_4.99.7.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)