From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) by sourceware.org (Postfix) with ESMTPS id CA4FB383F414 for ; Sat, 22 May 2021 02:36:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CA4FB383F414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from SystematicSW.ab.ca ([68.147.0.90]) by shaw.ca with ESMTP id kHVLl9C1UiLmnkHVMlCwqQ; Fri, 21 May 2021 20:36:45 -0600 X-Authority-Analysis: v=2.4 cv=W+Nb6Tak c=1 sm=1 tr=0 ts=60a86e3d a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=mDV3o1hIAAAA:8 a=7iiD9bH5AAAA:20 a=g8-3NRfN1UGAS6F2DXoA:9 a=JEVxQACcvwwA:10 a=_FVE-zBwftR9WsbkzFJk:22 a=pHzHmUro8NiASowvMSCR:22 a=6VlIyEUom7LUIeUMNQJH:22 From: Cygwin libidn2 Maintainer To: Cygwin Announcements Reply-To: Cygwin Date: Fri, 21 May 2021 20:32:41 -0600 Message-Id: <20210521203241.25897-1-Brian.Inglis@SystematicSW.ab.ca> Subject: Updated: libidn2{, _0, -devel, -doc} mingw64-{x86_64, i686}-libidn2 2.3.1 X-CMAE-Envelope: MS4xfEyCNfSKpAK2usSgcEUXGhpWwGYbwToMKKArmjAkLDHdegcZYZgvleyBKNboMLcS0mu3Vv6GPU6dZ7wtx2ceTaQpP4lj/MyvojYohw9214BaMOiZJK/g yJNuWgPSOovZtlGZBgzc2JU8+m0ExQvBQpS0WejgL0NKGAsHwKCaFyx27bmYg6DJ33kSD9nVlZTMjG5psdiMw+E3ZY10RC/7hOQpyKceiwjP5NYpN7UWqtaG Xk+f1Hh2VvLqznNRPz8kq/P+WsL49K7rAiB/D7BJkAs= X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2021 02:36:49 -0000 The following packages have been upgraded in the Cygwin distribution: * libidn2 2.3.1 * libidn2_0 2.3.1 * libidn2-devel 2.3.1 * libidn2-doc 2.3.1 * mingw64-x86_64-libidn2 2.3.1 * mingw64-i686-libidn2 2.3.1 International Domain Name library encodes and decodes Internationalized Domain Names implementing IETF IDN WG Stringprep, Punycode, IDNA2008, and Unicode TR46 specifications. Mingw packages provide MS VC RT-linked binaries, NOT Cygwin binaries, for use with the mingw64-{x86_64,i686}-gcc cross compiler, installed in /usr/{x86_64,i686}-w64-mingw32/sys-root/mingw/{bin,lib,include}/. For more information see the project home page: https://www.gnu.org/software/libidn/#libidn2 or the repo README: https://gitlab.com/libidn/libidn2 Please see below or read /usr/share/doc/libidn2/NEWS after installation for details of changes: https://gitlab.com/libidn/libidn2/-/blob/master/NEWS Noteworthy changes in release 2.3.1 (2021-05-12) [stable] * Implement full roundtrip for lookup functionality * Fix domain too long error * doc: idn2.1 and libidn2.texi automatically get idn2 --help output. * Updated gnulib files and various build fixes. Noteworthy changes in release 2.3.0 (2019-11-14) [stable] * Mitre assigned CVE-2019-12290 fixed by roundtrip feature in 2.2.0 (commit 241e8f48) * Update the data tables from Unicode 6.3.0 to Unicode 11.0 * Turn _idn2_punycode_encode, _idn2_punycode_decode into compat symbols (Fixes #74)