From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 650A2139694 for ; Sun, 30 Jul 2017 09:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DEC5E0F58; Sun, 30 Jul 2017 09:45:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F828E0F2B for ; Sun, 30 Jul 2017 09:45:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94AA5341A8A for ; Sun, 30 Jul 2017 09:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 385DE74D3 for ; Sun, 30 Jul 2017 09:44:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501407887.9064de4f98e3d82ffc02bda4489324df765b9824.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zmap/metadata.xml net-analyzer/zmap/zmap-9999.ebuild X-VCS-Directories: net-analyzer/zmap/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9064de4f98e3d82ffc02bda4489324df765b9824 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b8acb60-9088-467d-8178-78c716e7c932 X-Archives-Hash: 9a5ebde9f32f49f727ce45d8acd9efda commit: 9064de4f98e3d82ffc02bda4489324df765b9824 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 17:50:31 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9064de4f net-analyzer/zmap: use HTTPS for GitHub, fix whitespace in metadata.xml Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-analyzer/zmap/metadata.xml | 8 ++++---- net-analyzer/zmap/zmap-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-analyzer/zmap/metadata.xml b/net-analyzer/zmap/metadata.xml index c17fdf9b5b0..46f0b4cadbc 100644 --- a/net-analyzer/zmap/metadata.xml +++ b/net-analyzer/zmap/metadata.xml @@ -18,11 +18,11 @@ across the Internet. Add support to store results JSON based - Add support for storing in a mongo DB via dev-db/mongodb - + Add support for storing in a mongo DB via dev-db/mongodb + - Add support for storing in a redis DB via dev-libs/hiredis - + Add support for storing in a redis DB via dev-libs/hiredis + zmap/zmap diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild index 2d3f004575e..a229c000077 100644 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ b/net-analyzer/zmap/zmap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit cmake-utils fcaps git-r3 DESCRIPTION="Fast network scanner designed for Internet-wide network surveys" HOMEPAGE="https://zmap.io/" SRC_URI="" -EGIT_REPO_URI="git://github.com/zmap/zmap.git" +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" SLOT="0" LICENSE="Apache-2.0"