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 A36E6138334 for ; Mon, 6 May 2019 17:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B593FE07D8; Mon, 6 May 2019 17:27:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9D464E07D8 for ; Mon, 6 May 2019 17:27:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B84934395E for ; Mon, 6 May 2019 17:27:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26A558E for ; Mon, 6 May 2019 17:27:41 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1557163652.b9b05e04fb6025d003e29c6e62f7786ddccd3ccb.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ssdeep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ssdeep/ssdeep-2.14.1.ebuild X-VCS-Directories: app-crypt/ssdeep/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: b9b05e04fb6025d003e29c6e62f7786ddccd3ccb X-VCS-Branch: master Date: Mon, 6 May 2019 17:27:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93899dda-d4df-41a8-b51d-ef2e8a0d8aba X-Archives-Hash: 02423b97893864b6ca6f0bf45b426ded commit: b9b05e04fb6025d003e29c6e62f7786ddccd3ccb Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 6 17:11:46 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon May 6 17:27:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b05e04 app-crypt/ssdeep: update HOMEPAGE, use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Alon Bar-Lev gentoo.org> app-crypt/ssdeep/ssdeep-2.14.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/ssdeep/ssdeep-2.14.1.ebuild b/app-crypt/ssdeep/ssdeep-2.14.1.ebuild index 306ea16efa2..6c177a3d426 100644 --- a/app-crypt/ssdeep/ssdeep-2.14.1.ebuild +++ b/app-crypt/ssdeep/ssdeep-2.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools multilib-minimal DESCRIPTION="Computes context triggered piecewise hashes (fuzzy hashes)" -HOMEPAGE="http://ssdeep.sourceforge.net/" +HOMEPAGE="https://ssdeep-project.github.io/ssdeep/" SRC_URI="https://github.com/${PN}-project/${PN}/releases/download/release-${PV}/${P}.tar.gz" LICENSE="GPL-2"