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>
This commit is contained in:
parent
af4038d0ce
commit
9f615dc406
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user