Marcus Meissner
297908ce48
- Explicitly require python2 - Cleanup with spec-cleaner - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/539550 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=31
110 lines
3.9 KiB
Plaintext
110 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 7 13:29:05 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Explicitly require python2
|
|
- Cleanup with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 13:48:27 UTC 2017 - astieger@suse.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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 6 14:41:26 UTC 2017 - coolo@suse.com
|
|
|
|
- Use idn2 runtime instead of libicu - as libicu requires 30MB
|
|
of unicode data - while idn2 is already part of minimal system
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 19 14:10:41 UTC 2017 - shshyukriev@suse.com
|
|
|
|
- libpsl 0.17.0:
|
|
* Use TR46 non-transitional for IDNA (libicu, libidn2 >= 0.14)
|
|
* Fix coverage upload from TravisCI to Coveralls
|
|
* New tests to cover psl_latest() and psl_dist_filename()
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 12:18:33 UTC 2016 - astieger@suse.com
|
|
|
|
- libpsl 0.16.1:
|
|
This version enables consumers of the library to dynamically load
|
|
the latest public suffix data from a binary data file in the
|
|
publicsuffix package which can then updated without re-building
|
|
libpsl.
|
|
* Add functions psl_latest() and psl_dist_filename()
|
|
* Do not taint out variable on error in psl_str_to_utf8lower()
|
|
* Replace psl2c by psl-make-dafsa
|
|
- correct licenses for package and subpackages
|
|
- package HTML docs in -devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 14 15:26:42 UTC 2016 - astieger@suse.com
|
|
|
|
- libpsl 0.15.0:
|
|
* Python3 compatibility for psl-make-dafsa
|
|
* Support for UTF-8 in DAFSA data
|
|
* Skip punycode conversion if DAFSA has UTF-8
|
|
* Better code coverage by test suite
|
|
* Code cleanup and enhancements
|
|
* Install man pages for psl-make-dafsa and psl
|
|
* Enhancements to the documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 1 11:37:20 UTC 2016 - astieger@suse.com
|
|
|
|
- libpsl 0.14.0:
|
|
* Remove unneeded libraries from tools/psl link step
|
|
* Use https instead of http where possible
|
|
* Add man page for tools/psl
|
|
* Add header magic to DAFSA files
|
|
* Rename make_dafsa.py to psl-make-dafsa
|
|
* Add man page for psl-make-dafsa
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 9 08:50:51 UTC 2016 - astieger@suse.com
|
|
|
|
- libpsl 0.13.0:
|
|
* Use tests.txt as PSL test file by default
|
|
* Slightly shorter DAFSA array when sorting input
|
|
* Check for python 2.7+ in configure.ac
|
|
* Fix python3 incompatibilities in make_dafsa.py
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 5 17:16:56 UTC 2016 - idonmez@suse.com
|
|
|
|
- Add baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 7 22:28:27 UTC 2016 - astieger@suse.com
|
|
|
|
- libpsl 0.12.0 (libpsl.so.5 5:0:0)
|
|
* Remove psl_builtin_compile_time()
|
|
* Add function psl_is_public_suffix2()
|
|
* Avoid libicu dependency with --enable-runtime=no
|
|
- drop upstreamed 0001-Remove-include-of-bits-stat.h.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 28 14:06:39 UTC 2015 - astieger@suse.com
|
|
|
|
- fix SLE 11 build:
|
|
* adding 0001-Remove-include-of-bits-stat.h.patch
|
|
* skip IDN feature
|
|
- update descriptions and categories
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 15 19:22:17 UTC 2015 - astieger@suse.com
|
|
|
|
- initial package for libpsl based on Fedora Spec
|
|
|