From 9a7fdf61f75961468fa2793211526b42c3b3e289 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:27 -0700 Subject: [PATCH] logcheck: upgrade 1.4.3 -> 1.4.7 The Makefile now creates /run/lock/logcheck (was /var/lock/logcheck); update the sed that comments out that install line so nothing is left installed-but-not-shipped. Signed-off-by: Khem Raj --- .../logcheck/{logcheck_1.4.3.bb => logcheck_1.4.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-extended/logcheck/{logcheck_1.4.3.bb => logcheck_1.4.7.bb} (90%) diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.4.7.bb similarity index 90% rename from meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb rename to meta-perl/recipes-extended/logcheck/logcheck_1.4.7.bb index f00d78fef4..41cc92baa3 100644 --- a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb +++ b/meta-perl/recipes-extended/logcheck/logcheck_1.4.7.bb @@ -11,10 +11,10 @@ HOMEPAGE = "http://logcheck.org/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=c93c0550bd3173f4504b2cbd8991e50b" -SRC_URI = "https://snapshot.debian.org/archive/debian/20230718T155737Z/pool/main/l/${BPN}/${BPN}_${PV}.tar.xz \ +SRC_URI = "https://snapshot.debian.org/archive/debian/20250829T211924Z/pool/main/l/${BPN}/${BPN}_${PV}.tar.xz \ file://99_logcheck \ " -SRC_URI[sha256sum] = "ad83ae80bd780bdae5eefd40ad59a3e97b85ad3a4962aa7c00d98ed3bdffcdd0" +SRC_URI[sha256sum] = "cc160cbcac28f39388e8b96e462c4e62d005453b6957f1f0eaa8c093ff9cf3df" inherit useradd @@ -25,7 +25,7 @@ GROUPADD_PARAM:${PN} = "-r ${BPN}" do_install() { # Fix QA Issue - sed -i '/install -d $(DESTDIR)\/var\/lock\/logcheck/s/^/#/' Makefile + sed -i '/install -d $(DESTDIR)\/run\/lock\/logcheck/s/^/#/' Makefile # "make install" do not install the manpages. Install them manually. install -m 755 -d ${D}${mandir}/man1