From 8fa9dacb4a72557ee6a680d8d1e7089ff30e0429 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Dec 2022 11:01:01 +0800 Subject: [PATCH] psmisc: upgrade 23.5 -> 23.6 Changelog: ========= * buildsys: Fix DEJAGNU work-around Debian #1015089 * killall: Use kill if pidfd_send_signal fails Debian #1015228 * fuser: Do not mention nonexistent - reset option #42 * fuser: Use modern statn where possible * pstree: Better AppArmor support !30 (From OE-Core rev: bba39ca977e82fa75ba34f2cd1dad3e86b0237c2) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-extended/psmisc/{psmisc_23.5.bb => psmisc_23.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/psmisc/{psmisc_23.5.bb => psmisc_23.6.bb} (85%) diff --git a/meta/recipes-extended/psmisc/psmisc_23.5.bb b/meta/recipes-extended/psmisc/psmisc_23.6.bb similarity index 85% rename from meta/recipes-extended/psmisc/psmisc_23.5.bb rename to meta/recipes-extended/psmisc/psmisc_23.6.bb index 1c390f3615..2e55ad00bd 100644 --- a/meta/recipes-extended/psmisc/psmisc_23.5.bb +++ b/meta/recipes-extended/psmisc/psmisc_23.6.bb @@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https;branch=master \ file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \ " -SRCREV = "17353f3fddef6b360bc47f7834f2cd011bea2b87" +SRCREV = "3098e641dc1ddb210186f53464255670b480377b" S = "${WORKDIR}/git"