mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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:
@@ -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/
|
||||
|
||||
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user