diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 12:01:58 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:46 -0400 |
commit | 32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204 (patch) | |
tree | 6976a7e3e09064010b0b73c800178d43fbd9a097 /net-libs | |
parent | net-libs/libnetfilter_log: use HTTPS (diff) | |
download | gentoo-32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204.tar.gz gentoo-32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204.tar.bz2 gentoo-32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204.zip |
net-libs/libnetfilter_queue: use HTTPS
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild index 50faf6d0d9ce..929d37364501 100644 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild +++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.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 autotools-utils linux-info DESCRIPTION="API to packets that have been queued by the kernel packet filter" -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/" -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild index 64216d3f1282..ad6618c7143b 100644 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild +++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit linux-info DESCRIPTION="API to packets that have been queued by the kernel packet filter" -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/" -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |