From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b8bvQ2Wh5z333P for ; Sat, 31 May 2025 10:29:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b8bvL63dlz2y3W for ; Sat, 31 May 2025 10:29:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b8bvL0NJwz2WJ; Sat, 31 May 2025 10:29:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748687374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cYory8JF9UivIJgGjiMHpgKxyxnUH+/LmfA05UUH3hY=; b=6Kgf5R+2urU9Iq/t+kLUCjaSbHqS111Add7YIyogxD5UTWEhvtvIbvvsyYXgyk0KO/oZDp EKef3PEiHQpPO0Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748687374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cYory8JF9UivIJgGjiMHpgKxyxnUH+/LmfA05UUH3hY=; b=V5CeAbw7rG8+ZtGPYdk1WeOo8nQ1dI2VZTqtEEtPRkfG2nh/9NnrtF6ZtXy+9CKofFfhv4 n5GELQtANSxs5dXFUrjHh29oibDZ74/YRUShSeHl8EhhCz9AJVaHakyznuxrU9LcRJ6Bg1 lNirJWnW/GJ5mr/kEduDO5DOlU5oI+rYeIHN6puoD3DRcccIwOib7y7z4ZMdSVP3oAGj3A +xhlzYo4xiKhk352CQTurCmWJYudY5BNQ5pX51hNn3of6cjoHvR1uHCVcQLXovuYLm9QWL r7xdJoGf0x+rjfdlaBte1nIh078zbUrzYwuyHLaUe6upgL3szr+XeDaf6ceEoA== Content-Type: text/plain; charset=us-ascii Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH] ruby: Change archive type from xz to gz From: Michael Tremer In-Reply-To: <20250530214855.4086861-1-adolf.belka@ipfire.org> Date: Sat, 31 May 2025 11:29:33 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <38B9954D-DC53-4CA2-BEC3-6B4FDFDCCCCE@ipfire.org> References: <20250530214855.4086861-1-adolf.belka@ipfire.org> To: Adolf Belka Thank you! Merged! Hopefully the build is running through now *fingers crossed* -Michael > On 30 May 2025, at 22:48, Adolf Belka wrote: >=20 > - The gz archive has an sha256 sum for comparison. Th xz archive has = nothing. > - Changed the source location to the one with gz file and sha256sum. >=20 > Signed-off-by: Adolf Belka > --- > lfs/ruby | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/ruby b/lfs/ruby > index 7175a1792..cb1b1c74b 100644 > --- a/lfs/ruby > +++ b/lfs/ruby > @@ -27,12 +27,12 @@ include Config > VER =3D 3.4.4 >=20 > THISAPP =3D ruby-$(VER) > -DL_FILE =3D $(THISAPP).tar.xz > +DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) >=20 > -# https://mirror.cyberbits.eu/ruby/ > +# https://www.ruby-lang.org/en/downloads/ >=20 > CFLAGS +=3D -DRUBY_FUNCTION_NAME_STRING=3D__FUNCTION__ >=20 > --=20 > 2.49.0 >=20 >=20