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_log/
Date: Sun, 06 May 2018 14:16:40
Message-Id: 1525616026.08ee5066c25c9cdc63892a2dfd0e75dc49cdbbe7.bman@gentoo
1 commit: 08ee5066c25c9cdc63892a2dfd0e75dc49cdbbe7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 6 10:01:12 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=08ee5066
7
8 net-libs/libnetfilter_log: use HTTPS
9
10 net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild b/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild
14 index 23e1b0f2767..f167de5d796 100644
15 --- a/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild
16 +++ b/net-libs/libnetfilter_log/libnetfilter_log-1.0.1.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit linux-info autotools-utils
24
25 DESCRIPTION="interface to packets that have been logged by the kernel packet filter"
26 -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_log/"
27 -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
28 +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_log/"
29 +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
30
31 LICENSE="GPL-2"
32 SLOT="0"