diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 12:01:12 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:46 -0400 |
commit | 08ee5066c25c9cdc63892a2dfd0e75dc49cdbbe7 (patch) | |
tree | c11bf91520cfd36289741e9bf50e44885332f38d | |
parent | net-firewall/psad: use HTTPS (diff) | |
download | gentoo-08ee5066c25c9cdc63892a2dfd0e75dc49cdbbe7.tar.gz gentoo-08ee5066c25c9cdc63892a2dfd0e75dc49cdbbe7.tar.bz2 gentoo-08ee5066c25c9cdc63892a2dfd0e75dc49cdbbe7.zip |
net-libs/libnetfilter_log: use HTTPS
-rw-r--r-- | net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild b/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild index 23e1b0f27678..f167de5d796d 100644 --- a/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild +++ b/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit linux-info autotools-utils DESCRIPTION="interface to packets that have been logged by the kernel packet filter" -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_log/" -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_log/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |