From patchwork Sun Sep 17 14:09:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7198 Return-Path: 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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpVDV5hT3z3wtG for ; Sun, 17 Sep 2023 14:09:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpVDV3DC9z1r8; Sun, 17 Sep 2023 14:09:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpVDV2lb8z2yVQ; Sun, 17 Sep 2023 14:09:46 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RpVDT3chTz2xQp for ; Sun, 17 Sep 2023 14:09:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpVDT0RKYz1GJ; Sun, 17 Sep 2023 14:09:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694959785; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wY6SzF3bKjQZmH0YsdQS+t4mM3iWI3Wwt43EUJiJtBs=; b=ZjKk9mFf5Qw412gU1HtfXcaOy8n7rcXAJWQLxzHLRkYtB+e9vSlHNs/3+CRx8buR+aiPiL gZscCJYq55Q7LegO9exE9Wjz7jHVqlU3rQATmnYHKMU/duo0q0nIAFLbsAKilYLTBmzDwe 8+uyOuEP0dbv77b6DUzKHK44BXjvvvjHVNv44svzsUq9dzfn0+do18H35zKbk7SFWwKhU8 n7Wriu4jkeL1e5raJLpblT3qEfz9lfV2O/ZIcy4D6ARR6/aZfC46Ovpv9SQhDVcSTxKNsp OCdFUClllBq0EgFlPqe5hJOh0/7BHTqf5ywAkUplcEPShYlZhuMM+C0IMEQi8w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694959785; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=wY6SzF3bKjQZmH0YsdQS+t4mM3iWI3Wwt43EUJiJtBs=; b=MqwcHzuFODBZWFu8Mb3B+ome1DBWy+fV3DPyq1aVR3aB6ObZxX+zSqQj3+jAbt9naKs8Q5 I5l/t2uePer2EKBA== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] gmp: Update to 6.3.0 Date: Sun, 17 Sep 2023 14:09:34 +0000 Message-Id: <20230917140934.186912-1-jonatan.schlag@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: #13229 Signed-off-by: Jonatan Schlag --- gmp/gmp.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gmp/gmp.nm b/gmp/gmp.nm index a2ceb8d4e..b60d22ca0 100644 --- a/gmp/gmp.nm +++ b/gmp/gmp.nm @@ -4,8 +4,8 @@ ############################################################################### name = gmp -version = 6.2.1 -release = 1.2 +version = 6.3.0 +release = 1 groups = System/Libraries url = https://gmplib.org/ @@ -22,7 +22,7 @@ description emphasizes speed over simplicity/elegance in its operations. end -source_dl += https://gmplib.org/download/gmp/ ftp://ftp.gnu.org/gnu/gmp/ +source_dl = https://gmplib.org/download/gmp/ sources = %{thisapp}.tar.xz build