Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netsniff-ng/
Date: Sun, 30 Jul 2017 09:45:09
Message-Id: 1501407886.71650ec65cd11c044f83c45aaa1f808707cc7449.mgorny@gentoo
1 commit: 71650ec65cd11c044f83c45aaa1f808707cc7449
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:45:21 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71650ec6
7
8 net-analyzer/netsniff-ng: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
16 index e820c5d4f3f..d924f6ec374 100644
17 --- a/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
18 +++ b/net-analyzer/netsniff-ng/netsniff-ng-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,7 +7,7 @@ inherit git-2 eutils multilib toolchain-funcs
26
27 DESCRIPTION="high performance network sniffer for packet inspection"
28 HOMEPAGE="http://netsniff-ng.org/"
29 -EGIT_REPO_URI="git://github.com/borkmann/${PN}.git"
30 +EGIT_REPO_URI="https://github.com/borkmann/${PN}.git"
31
32 LICENSE="GPL-2"
33 SLOT="0"