package/nfacct: 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 5438d7d803
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
61564410c9
commit
38a28aff85
@ -5,4 +5,4 @@ config BR2_PACKAGE_NFACCT
|
|||||||
nfacct is the command line tool to create/retrieve/delete
|
nfacct is the command line tool to create/retrieve/delete
|
||||||
netfilter accounting objects.
|
netfilter accounting objects.
|
||||||
|
|
||||||
http://www.netfilter.org/projects/nfacct/
|
https://www.netfilter.org/projects/nfacct/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
NFACCT_VERSION = 1.0.2
|
NFACCT_VERSION = 1.0.2
|
||||||
NFACCT_SOURCE = nfacct-$(NFACCT_VERSION).tar.bz2
|
NFACCT_SOURCE = nfacct-$(NFACCT_VERSION).tar.bz2
|
||||||
NFACCT_SITE = http://www.netfilter.org/projects/nfacct/files
|
NFACCT_SITE = https://www.netfilter.org/projects/nfacct/files
|
||||||
NFACCT_DEPENDENCIES = host-pkgconf \
|
NFACCT_DEPENDENCIES = host-pkgconf \
|
||||||
libnetfilter_acct
|
libnetfilter_acct
|
||||||
NFACCT_LICENSE = GPL-2.0
|
NFACCT_LICENSE = GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user