From patchwork Wed Nov 30 16:01:46 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: 6226 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 4NMkVC2Pv3z3wgq for ; Wed, 30 Nov 2022 16:01:55 +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 4NMkV95v5Vz2q9; Wed, 30 Nov 2022 16:01:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NMkV94H7sz2xv5; Wed, 30 Nov 2022 16:01:53 +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 4NMkV80Vl0z2xYk for ; Wed, 30 Nov 2022 16:01:52 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NMkV65QMWz2RZ for ; Wed, 30 Nov 2022 16:01:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669824111; 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=LT6jJBhPkKf0Wi3HJr91Mc7m6FFjHid3w7ekWzmARNY=; b=IsX0IWGkkpT+Wur42KB7AhllFSs8BlIxLYlflIxDBSqVntT6YhxP1HzbskDlS8s6MUVH0J lFy2N0ypKf7I0PBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669824111; 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=LT6jJBhPkKf0Wi3HJr91Mc7m6FFjHid3w7ekWzmARNY=; b=NTxcyokamsu7vRouCrUYULPSgHOsMbHOyBcpqTN5vzp2giUBvCbYWmVRDdtlVfvEXpEdzU 6jmANBo8ZTK/ZGCDIjWHkeLjsWXcz1B4YnCUITTbJRlxq/kgYCR3wRo0pGK7iG+ubblbch 0LdIf8I69D9cuct20R4oO7cXUyY3GS23/qP4Di0uyy+4bHbhV33Nb5M7wmoFt0rwP3bm/8 qxi7d1ExlXBaONcTlLiTXqwiNexdWHyEgSx/BWycMn+g/eZ1iG4KyvgwPp1BPJmQ3yz72O 00D/gP+JJJaEPoY/bBjlEP3Tqu+lesUQ0MBnU63fbUU/qDQHtPECIqBPsHV9+w== Message-ID: <49a32a8a-32d1-f982-30ba-7160a4dfcdf5@ipfire.org> Date: Wed, 30 Nov 2022 17:01:46 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] libidn: Update to 1.41 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 --- libidn/libidn.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libidn/libidn.nm b/libidn/libidn.nm index 333d73c73..b90d85f5e 100644 --- a/libidn/libidn.nm +++ b/libidn/libidn.nm @@ -4,11 +4,11 @@ ############################################################################### name = libidn -version = 1.32 +version = 1.41 release = 1 groups = System/Libraries -url = http://www.gnu.org/software/libidn/ +url = https://www.gnu.org/software/libidn/ license = GPLv2+ LGPLv3+ summary = Internationalized Domain Name support library. @@ -19,7 +19,7 @@ description names. end -source_dl = http://ftp.gnu.org/gnu/libidn/ +source_dl = https://ftp.gnu.org/gnu/libidn/ build configure_options += \