Received: by mail.netbsd.org (Postfix, from userid 605) id 9D2BD84DAD; Thu, 20 May 2021 08:22:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB8AC84DAC for ; Thu, 20 May 2021 08:22:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VDDwD_irHwEf for ; Thu, 20 May 2021 08:22:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 59AD884D1B for ; Thu, 20 May 2021 08:22:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 547A7FA95; Thu, 20 May 2021 08:22:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621498957257440" MIME-Version: 1.0 Date: Thu, 20 May 2021 08:22:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libidn2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210520082237.547A7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621498957257440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu May 20 08:22:37 UTC 2021 Modified Files: pkgsrc/devel/libidn2: Makefile distinfo Log Message: libidn2: update to 2.3.1. * Noteworthy changes in release 2.3.1 (2021-05-12) [stable] ** Implement full roundtrip for lookup functionality With TR64 enabled (default), '☺i' was converted to 'xn-- o-oia59s'. The output contains an illegal space and thus could not be decoded any more. Reported-by: Chris Malton. See and . ** Fix domain too long error ** doc: idn2.1 and libidn2.texi automatically get idn2 --help output. ** Updated gnulib files and various build fixes. In particular, it no longer attempts to detect a host CC compiler. See . To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libidn2/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libidn2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621498957257440 Content-Disposition: inline Content-Length: 1569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libidn2/Makefile diff -u pkgsrc/devel/libidn2/Makefile:1.8 pkgsrc/devel/libidn2/Makefile:1.9 --- pkgsrc/devel/libidn2/Makefile:1.8 Thu Nov 21 23:32:16 2019 +++ pkgsrc/devel/libidn2/Makefile Thu May 20 08:22:37 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2019/11/21 23:32:16 nia Exp $ +# $NetBSD: Makefile,v 1.9 2021/05/20 08:22:37 wiz Exp $ -DISTNAME= libidn2-2.3.0 +DISTNAME= libidn2-2.3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=libidn/} Index: pkgsrc/devel/libidn2/distinfo diff -u pkgsrc/devel/libidn2/distinfo:1.7 pkgsrc/devel/libidn2/distinfo:1.8 --- pkgsrc/devel/libidn2/distinfo:1.7 Thu Nov 21 23:32:16 2019 +++ pkgsrc/devel/libidn2/distinfo Thu May 20 08:22:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2019/11/21 23:32:16 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/05/20 08:22:37 wiz Exp $ -SHA1 (libidn2-2.3.0.tar.gz) = 53f54fd3c305d871ed5716406c0695fad5c34c45 -RMD160 (libidn2-2.3.0.tar.gz) = b14992e57a02ed507f11c8f169370c9c98ea0e08 -SHA512 (libidn2-2.3.0.tar.gz) = a2bf6d2249948bce14fbbc802f8af1c9b427fc9bf64203a2f3d7239d8e6061d0a8e7970a23e8e5889110a654a321e0504c7a6d049bb501e7f6a23d42b50b6187 -Size (libidn2-2.3.0.tar.gz) = 2164993 bytes +SHA1 (libidn2-2.3.1.tar.gz) = 00664b3e4373154caefb3e85c264e0078f269bc6 +RMD160 (libidn2-2.3.1.tar.gz) = 2c08a855bab9779f6d5c420038faf077a0c46a21 +SHA512 (libidn2-2.3.1.tar.gz) = 4d77a4a79e08a05e46fc14827f987b9e7645ebf5d0c0869eb96f9902c2f6b73ea69fd6f9f97b80a9f07cce84f7aa299834df91485d4e7c16500d31a4b9865fe4 +Size (libidn2-2.3.1.tar.gz) = 2188338 bytes --_----------=_1621498957257440--