Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/
Date: Sun, 06 May 2018 14:16:40
Message-Id: 1525616026.32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204.bman@gentoo
1 commit: 32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 6 10:01:58 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 14:13:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cf0a2c
7
8 net-libs/libnetfilter_queue: use HTTPS
9
10 net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild | 6 +++---
11 net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild
15 index 50faf6d0d9c..929d3736450 100644
16 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild
17 +++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild
18 @@ -1,12 +1,12 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 inherit autotools-utils linux-info
25
26 DESCRIPTION="API to packets that have been queued by the kernel packet filter"
27 -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/"
28 -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
29 +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/"
30 +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34
35 diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
36 index 64216d3f128..ad6618c7143 100644
37 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
38 +++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
39 @@ -1,12 +1,12 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 inherit linux-info
46
47 DESCRIPTION="API to packets that have been queued by the kernel packet filter"
48 -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/"
49 -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
50 +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/"
51 +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
52
53 LICENSE="GPL-2"
54 SLOT="0"