From patchwork Wed Nov 30 15:36:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6224 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NMjxB0JnKz3wgq for ; Wed, 30 Nov 2022 15:36: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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NMjx83rhxz2Z8; Wed, 30 Nov 2022 15:36:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NMjx82kHzz2xkm; Wed, 30 Nov 2022 15:36:44 +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 4NMjx743m6z2xYk for ; Wed, 30 Nov 2022 15:36:43 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NMjx50Y1Gz1Nq for ; Wed, 30 Nov 2022 15:36:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669822602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Hi9QPHOsqq3OAwUzkr2oLN2yCR+imQFB92lrGTVy0g4=; b=bEQwa39negBeUWu6S+s7ahAbJIZTcl5cgNH2TY5e1Ti5ReLmxKNLgnPJYKtuxqOmh0sY2+ /qQNtX0zgNZOwKAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669822602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Hi9QPHOsqq3OAwUzkr2oLN2yCR+imQFB92lrGTVy0g4=; b=fiVwaaaRZv4/lafb2sgcGzDUeOX7Nwr0cCh39jl2pIPsvfcJIITpgecvCT4ofy24uZOdjQ StQO6LJ/8HRLNN3P0C+Pa+WQdY3NFQ5Hhb2JX7jNmxSWewuoChmRtEus6H2s1noU+YPMMX A97OsVj3d0vzuPt4nNIMF4YXDkYXginZpNnhRl676kJCMxNKmpLsQHGOUT+OQjlNerbXxD C9n5ybt0d4vXTqzB9w0+mLxaBMWToCEE0QS4bu3mDVm0BjBOPV69ER2t5W1d0e6XdpLOAj MBT+Ou58Vphnq1KOnGVQWNOe3Gc/pCipeiM0jB0ORe1rUGJPBGJLfy7EUAxaNA== Message-ID: <0738d9fc-d032-fff4-5d85-5067610e1ba8@ipfire.org> Date: Wed, 30 Nov 2022 16:36:35 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libtool: Update to 2.4.7 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" Signed-off-by: Peter Müller --- libtool/libtool.nm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libtool/libtool.nm b/libtool/libtool.nm index 4467fbf4b..e95e7ff30 100644 --- a/libtool/libtool.nm +++ b/libtool/libtool.nm @@ -4,11 +4,11 @@ ############################################################################### name = libtool -version = 2.4.6 -release = 2 +version = 2.4.7 +release = 1 groups = System/Libraries -url = http://www.gnu.org/software/libtool/ +url = https://www.gnu.org/software/libtool/ license = GPLv2+ and LGPLv2+ and GFDL summary = Runtime libraries for GNU Libtool Dynamic Module Loader. @@ -19,14 +19,15 @@ description interface which simplifies the process of using shared libraries. end -source_dl = http://ftp.gnu.org/gnu/libtool/ -sources = %{thisapp}.tar.gz +source_dl = https://ftp.gnu.org/gnu/libtool/ +sources = %{thisapp}.tar.xz build requires autoconf automake m4 + perl(Data::Dumper) end end