Changelog for
libpsl-debugsource-0.21.2-3.3.x86_64.rpm :
* Tue Dec 27 2022 Andreas Stieger
- update to 0.21.2:
* Increased internal label size
* Fix undefined behavior in library code
* Ensure that calls to fopen() and stat() can handle largefiles- add multibuild definition
* Fri Jul 17 2020 Andreas Stieger - update to 0.21.1:
* fix build with recent platform.sh changes to publicsuffix
* Sun May 19 2019 Andreas Stieger - update to 0.21.0:
* Add -b/--batch to \'psl\' to suppress printing the domain
* Sat Apr 28 2018 astiegerAATTsuse.com- update to 0.20.2:
* Fix non srcdir builds
* Add API decoration
* Detection fallback from libidn2 to libcu, libidn
* Tue Feb 27 2018 astiegerAATTsuse.com- update to 0.20.1:
* Fix issue introduced with PSL_TYPE_NO_STAR_RULE in V0.20.0
* Fix SO_VERSION to 8:0:3
* Improve unit tests
* Thu Feb 22 2018 fvogtAATTsuse.com- Use %license (boo#1082318)
* Thu Feb 22 2018 astiegerAATTsuse.com- update to 0.20.0:
* Remove hard-coded gcc flag in Makefile.am
* Prevent excessive CPU cycles on large inputs
* New flag PSL_TYPE_NO_STAR_RULE to skip star rule
* Wed Jan 03 2018 tchvatalAATTsuse.com- Make sure to use python3 during build instead of calling env
* Thu Nov 09 2017 astiegerAATTsuse.com- update to 0.19.1:
* New function psl_free_string()
* psl_make_dafsa now works with python2 and python3
* psl_
*count() functions now return -1 if info is not available
* Fixed unsigned integer overflow in _mem_is_ascii()
* Add -fsanitize-address-use-after-scope to --enable-asan if available
* Thu Jul 20 2017 astiegerAATTsuse.com- update to 0.18.0:
* Fix order of files in psl_latest()
* Add fuzzing architecture
* Fix memleak in _psl_is_public_suffix()
* Add configure option --enable-asan (Address sanitizer)
* Add configure option --enable-usan (Undefined sanitizer)
* Add configure option --enable-cfi (Control Flow Integrity)
* Fix finding libidn2 for static builds
* Fix use of uninitialized stack value
* Fix buffer overflow in libicu build
* Use libidn2 as default for builds (former libicu)
* Add pkg-config support for libidn and libidn2