pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libidn2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 30 11:17:47 UTC 2022

Modified Files:
        pkgsrc/devel/libidn2: Makefile PLIST distinfo

Log Message:
* Noteworthy changes in release 2.3.4 (2022-10-23) [stable]

** Support for Unicode 15.0.0.  Closes: #112.
We now uses Unicode.org's IDNA2008 tables rather than IANA's.  See
<https://gitlab.com/libidn/libidn2/-/issues/112> and
<https://lists.gnu.org/archive/html/help-libidn/2022-10/msg00000.html>
for rationale, which can be summarized into 1) IANA are still on
2019-era Unicode version 12 and we wish to support Unicode version
12-15, 2) consistency with some other implementations, 3) the only
incompatibility related to U+19DA is deemed to have minor real-world
consequences.  Thus we break backwards compatibility for U+19DA in
this release compared against libidn2 0.11..2.3.3 thus reverting back
to the libidn2 <= 0.11 behaviour.  We decided to not bump ABI version
and believe this is the best choice going forward as well for minor
internal non-API related ABI changes.

** Gnulib updated and now libunistring-optional is used.
This allows you to force libidn2 to use internal libunistring with the
following command: ./configure --with-included-libunistring


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libidn2/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libidn2/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libidn2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libidn2/Makefile
diff -u pkgsrc/devel/libidn2/Makefile:1.13 pkgsrc/devel/libidn2/Makefile:1.14
--- pkgsrc/devel/libidn2/Makefile:1.13  Wed Oct 26 10:31:01 2022
+++ pkgsrc/devel/libidn2/Makefile       Sun Oct 30 11:17:47 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/10/26 10:31:01 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/10/30 11:17:47 wiz Exp $
 
-DISTNAME=      libidn2-2.3.3
-PKGREVISION=   1
+DISTNAME=      libidn2-2.3.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=libidn/}
 

Index: pkgsrc/devel/libidn2/PLIST
diff -u pkgsrc/devel/libidn2/PLIST:1.6 pkgsrc/devel/libidn2/PLIST:1.7
--- pkgsrc/devel/libidn2/PLIST:1.6      Sun Jul 17 08:33:16 2022
+++ pkgsrc/devel/libidn2/PLIST  Sun Oct 30 11:17:47 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/07/17 08:33:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/10/30 11:17:47 wiz Exp $
 bin/idn2
 include/idn2.h
 info/libidn2.info
@@ -55,6 +55,7 @@ share/locale/id/LC_MESSAGES/libidn2.mo
 share/locale/it/LC_MESSAGES/libidn2.mo
 share/locale/ja/LC_MESSAGES/libidn2.mo
 share/locale/ka/LC_MESSAGES/libidn2.mo
+share/locale/ko/LC_MESSAGES/libidn2.mo
 share/locale/nl/LC_MESSAGES/libidn2.mo
 share/locale/pl/LC_MESSAGES/libidn2.mo
 share/locale/pt_BR/LC_MESSAGES/libidn2.mo

Index: pkgsrc/devel/libidn2/distinfo
diff -u pkgsrc/devel/libidn2/distinfo:1.12 pkgsrc/devel/libidn2/distinfo:1.13
--- pkgsrc/devel/libidn2/distinfo:1.12  Sun Jul 17 08:33:16 2022
+++ pkgsrc/devel/libidn2/distinfo       Sun Oct 30 11:17:47 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/07/17 08:33:16 wiz Exp $
+$NetBSD: distinfo,v 1.13 2022/10/30 11:17:47 wiz Exp $
 
-BLAKE2s (libidn2-2.3.3.tar.gz) = c15f17df54a6e585fac502c3541899a3becb42560fbd5f48e9a4b2a76cc31990
-SHA512 (libidn2-2.3.3.tar.gz) = 2dd0201b5224b3eb6a5667e53c9a2beb6e6aefefab23060a70f143bb5d447029e8f4200e4e0460a4fab51767f0bdfc9583a0cc757652bee58f5593106dd18274
-Size (libidn2-2.3.3.tar.gz) = 2116946 bytes
+BLAKE2s (libidn2-2.3.4.tar.gz) = 945e961371d041f46f684e2d9690c819c27accd1c34fbe0c885bd12ebc3b1e93
+SHA512 (libidn2-2.3.4.tar.gz) = a6e90ccef56cfd0b37e3333ab3594bb3cec7ca42a138ca8c4f4ce142da208fa792f6c78ca00c01001c2bc02831abcbaf1cf9bcc346a5290fd7b30708f5a462f3
+Size (libidn2-2.3.4.tar.gz) = 2083823 bytes



Home | Main Index | Thread Index | Old Index