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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB93A15817D for ; Mon, 17 Jun 2024 22:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C806E29B5; Mon, 17 Jun 2024 22:36:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3025FE29B5 for ; Mon, 17 Jun 2024 22:36:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F4C5335D64 for ; Mon, 17 Jun 2024 22:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038EC1D29 for ; Mon, 17 Jun 2024 22:36:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1718663652.f588ce0d3b8a06104cf55c4a51b375f6ee9c8ed1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cstream/cstream-3.2.1-r1.ebuild X-VCS-Directories: app-misc/cstream/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f588ce0d3b8a06104cf55c4a51b375f6ee9c8ed1 X-VCS-Branch: master Date: Mon, 17 Jun 2024 22:36:19 +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: 6853c38f-a3cd-4250-8b32-28cdda0efe14 X-Archives-Hash: ce9365e1eed277bf1a8ddc78411cfb88 commit: f588ce0d3b8a06104cf55c4a51b375f6ee9c8ed1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu May 30 18:17:37 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jun 17 22:34:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f588ce0d app-misc/cstream: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36904 Signed-off-by: Conrad Kostecki gentoo.org> app-misc/cstream/cstream-3.2.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/cstream/cstream-3.2.1-r1.ebuild b/app-misc/cstream/cstream-3.2.1-r1.ebuild index 3b9594ce01ed..0348aba5fad8 100644 --- a/app-misc/cstream/cstream-3.2.1-r1.ebuild +++ b/app-misc/cstream/cstream-3.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit autotools DESCRIPTION="General-purpose stream-handling tool like UNIX dd" -HOMEPAGE="http://www.cons.org/cracauer/cstream.html" -SRC_URI="http://www.cons.org/cracauer/download/${P}.tar.gz" +HOMEPAGE="https://www.cons.org/cracauer/cstream.html" +SRC_URI="https://www.cons.org/cracauer/download/${P}.tar.gz" LICENSE="MIT" SLOT="0"