The NetBSD Project

CVS log for pkgsrc/devel/libidn2/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libidn2

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2020Q1-base


Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 31 10:39:54 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.3: +2 -0 lines
Diff to previous 1.3 (colored)

libidn2: Update to 2.2.0

Version 2.2.0 (released 2019-05-23)

* Perform A-Label roundtrip for lookup functions by default
* Stricter check of input to punycode decoder
* Fix punycode decoding with no ASCII chars but given delimiter
* Fix 'idn2 --no-tr64' (was a no-op)
* Allow _ as a basic code point in domain labels
* Fail building documentatino if 'ronn' isn't installed
* git tag changed to reflect https://semver.org/

Version 2.1.1 (released 2019-02-08)

* Revert SONAME bump from release 2.1.0
* Fix NULL dereference in idn2_register_u8() and idn2_register_ul()
* Fix free of random value in idn2_to_ascii_4i()
* Improved fuzzer (which found the above issues)
* Fix printf() crash in test-lookup.c on Solaris
* Check for valid unicode input in punycode encoder
* Avoid excessive CPU usage in punycode encoding with
  large inputs
* Deprecate idn2_to_ascii_4i() in favor of idn2_to_ascii_4i2()
* Restrict output length of idn2_to_ascii_4i() to 63 bytes

Version 2.1.0 (released 2019-01-04)

* Two exposed functions are no longer exposed:
  _idn2_punycode_encode() and _idn2_punycode_decode() which were
  meant to be used internally only. The output needs additional
  checks to be used safely.
  This is the reason to for the SONAME bump, just in case.
* Fix label length check for idn2_register_u8()
* Remove compiler warnings
* Use gnulib-python tool for bootstrapping if possible
* Improve build system (several small issues)
* Add missing error messages to idn2_strerror_name()
* Improve docs and remove typos
* Update gnulib

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>