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 88BA6138334 for ; Thu, 21 Jun 2018 06:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A5AAE0948; Thu, 21 Jun 2018 06:28:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F306BE0948 for ; Thu, 21 Jun 2018 06:28:07 +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 04AB1335C76 for ; Thu, 21 Jun 2018 06:28:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 367AB2DA for ; Thu, 21 Jun 2018 06:28:04 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1529562279.2748b29cb886594c817e343992dd11c61f02c825.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/cmospwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/cmospwd/cmospwd-5.1.ebuild X-VCS-Directories: app-forensics/cmospwd/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2748b29cb886594c817e343992dd11c61f02c825 X-VCS-Branch: master Date: Thu, 21 Jun 2018 06:28:04 +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: e182a77a-5f45-42e2-8f32-bf07e67d384d X-Archives-Hash: 59381b6f43fe1aed772b1a0f14090665 commit: 2748b29cb886594c817e343992dd11c61f02c825 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jun 19 17:14:15 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jun 21 06:24:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2748b29c app-forensics/cmospwd: use HTTPs app-forensics/cmospwd/cmospwd-5.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-forensics/cmospwd/cmospwd-5.1.ebuild b/app-forensics/cmospwd/cmospwd-5.1.ebuild index 1fbc8925130..5d8abd99a5c 100644 --- a/app-forensics/cmospwd/cmospwd-5.1.ebuild +++ b/app-forensics/cmospwd/cmospwd-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit toolchain-funcs DESCRIPTION="CmosPwd decrypts password stored in cmos used to access BIOS SETUP" -HOMEPAGE="http://www.cgsecurity.org/wiki/CmosPwd" -SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2" +HOMEPAGE="https://www.cgsecurity.org/wiki/CmosPwd" +SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"