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 EF650138335 for ; Sun, 3 Feb 2019 14:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D557E0BC5; Sun, 3 Feb 2019 14:08:21 +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 169E3E0BB8 for ; Sun, 3 Feb 2019 14:08:20 +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 A949533BED4 for ; Sun, 3 Feb 2019 14:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC66523 for ; Sun, 3 Feb 2019 14:08:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549202870.dae32ce3332c65e2c3d63c3a5a3abdff5a4ee5f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dae32ce3332c65e2c3d63c3a5a3abdff5a4ee5f4 X-VCS-Branch: master Date: Sun, 3 Feb 2019 14:08:16 +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: 75774827-9f0a-4222-bed2-4ec19baeca47 X-Archives-Hash: f50d71382e92ca46dc56b978fac36602 commit: dae32ce3332c65e2c3d63c3a5a3abdff5a4ee5f4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Feb 1 14:52:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 14:07:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae32ce3 app-benchmarks/stress-ng: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10958 Signed-off-by: Andreas Sturmlechner gentoo.org> app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild | 6 +++--- app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild index dbbd4ceea1d..6cd26a16422 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.09.49.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="Stress test for a computer system with various selectable ways" -HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/" -SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" +HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/" +SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild b/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild index 13f9d61038e..0dd8c5303f6 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.09.50.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="Stress test for a computer system with various selectable ways" -HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/" -SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" +HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/" +SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"