From patchwork Sat Jan 25 19:13:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2725 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 484lz13pfMz3xXd for ; Sat, 25 Jan 2020 19:13:17 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 484lz00Fnkz6Qm; Sat, 25 Jan 2020 19:13:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 484lyz2sz2z2ycq; Sat, 25 Jan 2020 19:13:15 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 484lyx6Qxtz2yCf for ; Sat, 25 Jan 2020 19:13:13 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 484lyx2t0dz1jG for ; Sat, 25 Jan 2020 19:13:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1579979593; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=J63ARJPpAl7M4Bh09x/c8+szXohcSvlD9rKe/W/TSqQ=; b=Xs8VEH2TdKd8m/capSUCK13lH05fv6uGlLrJ65BjyjlYiMBqAmqFms/U9GwDGm/jv+R3yd tQ1DqwS6WGEFmKCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1579979593; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=J63ARJPpAl7M4Bh09x/c8+szXohcSvlD9rKe/W/TSqQ=; b=XbrcwDA79nuHY+QaveRTi3X8BNeoKPU13rbXh36sxSEgmoWAL3CCwJfBpUr7RkvPJL7pXv hpDA0tMSBRaxkriC7TpYdhP39HPtJqbWnF30wdwWN8Zx6qdm/3jLJc/Fa7OxVCt15GY0hP MI4+egUVYLZPc+M1MHX6HBEepKCUX1ya5QGLXDAU5l/cXPcD8X6MUbiNmgRw0ZEoWz8FS0 7A2l8oYLeAvPs4tkPmQ8URupt6LODo9Mq9n9kQxh3HRmDDGZ3H+HfCT5C2Zn6xhDW8YeEi tXGAErrNqb+yaM1hUUHs8ZW9mMHIop0MzAoVtXPR+0BHtqPDVfdx16tAQJ0hRA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libtool: Update 2.4.6 Date: Sat, 25 Jan 2020 20:13:06 +0100 Message-Id: <20200125191306.24916-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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" For details see: https://savannah.gnu.org/forum/forum.php?forum_id=8210 Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/libtool | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libtool b/lfs/libtool index 90dae11e8..e769a10d0 100644 --- a/lfs/libtool +++ b/lfs/libtool @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.4.4 +VER = 2.4.6 THISAPP = libtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e +$(DL_FILE)_MD5 = 1bfb9b923f2c1339b4d2ce1807064aa5 install : $(TARGET)