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 4198B1382C5 for ; Fri, 26 Jan 2018 18:55:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81CFDE0AA3; Fri, 26 Jan 2018 18:55:34 +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 5B455E0AA3 for ; Fri, 26 Jan 2018 18:55:34 +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 35C82335C0A for ; Fri, 26 Jan 2018 18:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B211C8 for ; Fri, 26 Jan 2018 18:55:31 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1516992905.c494ba53de8587c115b98c5212bcc3d2b5ceaa8b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xz-utils/xz-utils-5.2.2.ebuild app-arch/xz-utils/xz-utils-5.2.3.ebuild app-arch/xz-utils/xz-utils-9999.ebuild X-VCS-Directories: app-arch/xz-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c494ba53de8587c115b98c5212bcc3d2b5ceaa8b X-VCS-Branch: master Date: Fri, 26 Jan 2018 18:55:31 +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: 15ca6bc2-3c0d-4153-9d87-4c2b6560144b X-Archives-Hash: 981b9d5d7ebc4f55b1ac79c079377901 commit: c494ba53de8587c115b98c5212bcc3d2b5ceaa8b Author: Francesco Turco fastmail fm> AuthorDate: Fri Jan 26 17:18:24 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jan 26 18:55:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c494ba53 app-arch/xz-utils: use HTTPS instead of HTTP Closes: https://github.com/gentoo/gentoo/pull/6972 app-arch/xz-utils/xz-utils-5.2.2.ebuild | 2 +- app-arch/xz-utils/xz-utils-5.2.3.ebuild | 2 +- app-arch/xz-utils/xz-utils-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/xz-utils/xz-utils-5.2.2.ebuild b/app-arch/xz-utils/xz-utils-5.2.2.ebuild index 56a375592e4..727c5970e60 100644 --- a/app-arch/xz-utils/xz-utils-5.2.2.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.2.ebuild @@ -22,7 +22,7 @@ else fi DESCRIPTION="utils for managing LZMA compressed files" -HOMEPAGE="http://tukaani.org/xz/" +HOMEPAGE="https://tukaani.org/xz/" # See top-level COPYING file as it outlines the various pieces and their licenses. LICENSE="public-domain LGPL-2.1+ GPL-2+" diff --git a/app-arch/xz-utils/xz-utils-5.2.3.ebuild b/app-arch/xz-utils/xz-utils-5.2.3.ebuild index c50acecfe5e..516ab946793 100644 --- a/app-arch/xz-utils/xz-utils-5.2.3.ebuild +++ b/app-arch/xz-utils/xz-utils-5.2.3.ebuild @@ -22,7 +22,7 @@ else fi DESCRIPTION="utils for managing LZMA compressed files" -HOMEPAGE="http://tukaani.org/xz/" +HOMEPAGE="https://tukaani.org/xz/" # See top-level COPYING file as it outlines the various pieces and their licenses. LICENSE="public-domain LGPL-2.1+ GPL-2+" diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 14f09f4bd5d..e770562d7a4 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -22,7 +22,7 @@ else fi DESCRIPTION="utils for managing LZMA compressed files" -HOMEPAGE="http://tukaani.org/xz/" +HOMEPAGE="https://tukaani.org/xz/" # See top-level COPYING file as it outlines the various pieces and their licenses. LICENSE="public-domain LGPL-2.1+ GPL-2+"