package/libnetfilter_log: use https for _SITE

http redirects to https, so use that instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9f615dc406)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-06-03 09:17:13 +02:00
parent 3779f0c522
commit b7a7f87bc4
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBNETFILTER_LOG
libnetfilter_log is a userspace library providing interface
to packets that have been logged by the kernel packet filter.
http://www.netfilter.org/projects/libnetfilter_log/
https://www.netfilter.org/projects/libnetfilter_log/

View File

@ -6,7 +6,7 @@
LIBNETFILTER_LOG_VERSION = 1.0.2
LIBNETFILTER_LOG_SOURCE = libnetfilter_log-$(LIBNETFILTER_LOG_VERSION).tar.bz2
LIBNETFILTER_LOG_SITE = http://www.netfilter.org/projects/libnetfilter_log/files
LIBNETFILTER_LOG_SITE = https://www.netfilter.org/projects/libnetfilter_log/files
LIBNETFILTER_LOG_INSTALL_STAGING = YES
LIBNETFILTER_LOG_DEPENDENCIES = host-pkgconf libmnl libnfnetlink
LIBNETFILTER_LOG_LICENSE = GPL-2.0+