From patchwork Wed Aug 19 15:49:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3378 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BWsf74MCTz3x1D for ; Wed, 19 Aug 2020 15:49:19 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BWsf55mGvzkf; Wed, 19 Aug 2020 15:49:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BWsf55PJpz2yFB; Wed, 19 Aug 2020 15:49:17 +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 4BWsf51HD7z2xm4 for ; Wed, 19 Aug 2020 15:49:17 +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 4BWsf44GvRzkf for ; Wed, 19 Aug 2020 15:49:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597852156; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=puT1kccvcOWAQ3yodrBmNQK/b5TAbJWS3OUeBH35IUc=; b=y9hsOQ36jtvORCzGzrAfR7IIgNqIUDh/owZk4DN+I/FjidXSOJ04xeUf8IybyoUO6BsbXd yvk68boEl7f/WEAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597852156; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=puT1kccvcOWAQ3yodrBmNQK/b5TAbJWS3OUeBH35IUc=; b=pmripdy8lmZuFIcZtv2yxlRi4LoArOq4eypATAk+gD+DrtsyVsgTH7wLYQHs61JIwcmbSS kqg5s61H9cMCkoShnAOrxFPwH2HXUEJTaO+dZK0odaZS3lju2z6F68cdtOfDr6AtLpn9dt njq0AGXQksASLt3aOXH/QWE0Nz0FVQ20X8sksQ/FNuc51M2QEo7xxqEvVUz3Pttb64fZav c3T1ETRsl6x8Nae47ik44tK+3RqZImdNpfnQMAq4//QI3iFbYe7qFzaYffbVZLbMe0n2A4 eYef+/QAE1VvBm45BoY9eCdD/IiS3S91kuoRXfYS1t9MQAJCHJNM4FdIun/mMg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libidn: Update to 1.36 Date: Wed, 19 Aug 2020 17:49:11 +0200 Message-Id: <20200819154911.13614-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://lists.gnu.org/archive/html/info-gnu/2020-07/msg00004.html Signed-off-by: Matthias Fischer --- config/rootfiles/common/libidn | 4 ++-- lfs/libidn | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn index 03b12f1fc..7f00a96ea 100644 --- a/config/rootfiles/common/libidn +++ b/config/rootfiles/common/libidn @@ -9,8 +9,8 @@ usr/bin/idn #usr/lib/libidn.a #usr/lib/libidn.la usr/lib/libidn.so -usr/lib/libidn.so.11 -usr/lib/libidn.so.11.6.18 +usr/lib/libidn.so.12 +usr/lib/libidn.so.12.6.1 #usr/lib/pkgconfig/libidn.pc #usr/share/emacs #usr/share/emacs/site-lisp diff --git a/lfs/libidn b/lfs/libidn index fe4fe9e86..b8be721a3 100644 --- a/lfs/libidn +++ b/lfs/libidn @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2020 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 = 1.34 +VER = 1.36 THISAPP = libidn-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a829db6cd0b85733017c20a50bf10798 +$(DL_FILE)_MD5 = 813c7b268d1051ca02c3610986126f38 install : $(TARGET)