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 774C3138331 for ; Sun, 27 May 2018 16:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8057E0924; Sun, 27 May 2018 16:11:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 91C56E091C for ; Sun, 27 May 2018 16:11:10 +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 8868A335CC6 for ; Sun, 27 May 2018 16:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0937F2AD for ; Sun, 27 May 2018 16:11:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527437327.fff223b862457e96e9bab5ca9ca61c24ab72f734.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/putty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/putty/putty-0.68.ebuild net-misc/putty/putty-0.69.ebuild net-misc/putty/putty-0.70.ebuild net-misc/putty/putty-9999.ebuild X-VCS-Directories: net-misc/putty/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: fff223b862457e96e9bab5ca9ca61c24ab72f734 X-VCS-Branch: master Date: Sun, 27 May 2018 16:11:07 +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: 8486c11b-79cf-4e79-95a1-acfa589e752c X-Archives-Hash: c33397e0f949e3e6ae592ed1edb4c937 commit: fff223b862457e96e9bab5ca9ca61c24ab72f734 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 27 13:10:17 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 16:08:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff223b8 net-misc/putty: use HTTPs net-misc/putty/putty-0.68.ebuild | 6 +++--- net-misc/putty/putty-0.69.ebuild | 6 +++--- net-misc/putty/putty-0.70.ebuild | 6 +++--- net-misc/putty/putty-9999.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net-misc/putty/putty-0.68.ebuild b/net-misc/putty/putty-0.68.ebuild index e09e97c727a..f0ff385a500 100644 --- a/net-misc/putty/putty-0.68.ebuild +++ b/net-misc/putty/putty-0.68.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils gnome2-utils toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" LICENSE="MIT" SLOT="0" @@ -13,7 +13,7 @@ KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="doc +gtk ipv6 kerberos" SRC_URI=" https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 - http://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz + https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz " RDEPEND=" diff --git a/net-misc/putty/putty-0.69.ebuild b/net-misc/putty/putty-0.69.ebuild index 448708462c8..1d6f330296b 100644 --- a/net-misc/putty/putty-0.69.ebuild +++ b/net-misc/putty/putty-0.69.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils gnome2-utils toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" LICENSE="MIT" SLOT="0" @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc +gtk ipv6 kerberos" SRC_URI=" https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 - http://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz + https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz " RDEPEND=" diff --git a/net-misc/putty/putty-0.70.ebuild b/net-misc/putty/putty-0.70.ebuild index 448708462c8..1d6f330296b 100644 --- a/net-misc/putty/putty-0.70.ebuild +++ b/net-misc/putty/putty-0.70.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils gnome2-utils toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" LICENSE="MIT" SLOT="0" @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc +gtk ipv6 kerberos" SRC_URI=" https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2 - http://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz + https://the.earth.li/~sgtatham/${PN}/latest/${P}.tar.gz " RDEPEND=" diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index f6f0e21c65a..5f8b56a4cf8 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils gnome2-utils git-r3 toolchain-funcs DESCRIPTION="A Free Telnet/SSH Client" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/putty/" +HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/" EGIT_REPO_URI="git://git.tartarus.org/simon/putty.git" SRC_URI="https://dev.gentoo.org/~jer/${PN}-icons.tar.bz2" LICENSE="MIT"