From 8aa28cd0e83effd129c8777b324eef8645207b8c Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 6 Dec 2025 22:45:30 +0100 Subject: [PATCH] package/audit: switch SITE to https The http link is broken: Connecting to people.redhat.com (people.redhat.com)|209.132.178.26|:80... failed: No route to host. No autobuilder error recorded. Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard (cherry picked from commit 80f8be48b65cd445b9a30b69235581fc5f437052) Signed-off-by: Thomas Perale --- package/audit/Config.in | 2 +- package/audit/audit.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/audit/Config.in b/package/audit/Config.in index 6e5761533f..e9bdf346da 100644 --- a/package/audit/Config.in +++ b/package/audit/Config.in @@ -17,7 +17,7 @@ config BR2_PACKAGE_AUDIT Note: The z/OS remote plugin is disabled in this package - http://people.redhat.com/sgrubb/audit/ + https://people.redhat.com/sgrubb/audit/ comment "audit needs a toolchain w/ threads, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS diff --git a/package/audit/audit.mk b/package/audit/audit.mk index eb0b74b098..499cf1cee9 100644 --- a/package/audit/audit.mk +++ b/package/audit/audit.mk @@ -5,7 +5,7 @@ ################################################################################ AUDIT_VERSION = 3.1.5 -AUDIT_SITE = http://people.redhat.com/sgrubb/audit +AUDIT_SITE = https://people.redhat.com/sgrubb/audit AUDIT_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries) AUDIT_LICENSE_FILES = COPYING COPYING.LIB AUDIT_CPE_ID_VENDOR = linux_audit_project