File libpsl.changes of Package libpsl
149
1
-------------------------------------------------------------------
2
Wed Apr 13 11:59:54 UTC 2022 - pgajdos@suse.com
3
4
- fix [bsc#1197771] - FTBFS: libpsl won't compile on SP4
5
- added patches
6
https://github.com/rockdaboot/libpsl/commit/f364cea73e351ce62e0b337fd1fbc21e70b52d56
7
+ libpsl-fix-test-data.patch
8
9
-------------------------------------------------------------------
10
Tue Feb 27 15:50:37 UTC 2018 - astieger@suse.com
11
12
- update to 0.20.1:
13
* Fix issue introduced with PSL_TYPE_NO_STAR_RULE in V0.20.0
14
* Fix SO_VERSION to 8:0:3
15
* Improve unit tests
16
17
-------------------------------------------------------------------
18
Thu Feb 22 15:14:07 UTC 2018 - fvogt@suse.com
19
20
- Use %license (boo#1082318)
21
22
-------------------------------------------------------------------
23
Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.com
24
25
- update to 0.20.0:
26
* Remove hard-coded gcc flag in Makefile.am
27
* Prevent excessive CPU cycles on large inputs
28
* New flag PSL_TYPE_NO_STAR_RULE to skip star rule
29
30
-------------------------------------------------------------------
31
Wed Jan 3 20:38:32 UTC 2018 - tchvatal@suse.com
32
33
- Make sure to use python3 during build instead of calling env
34
35
-------------------------------------------------------------------
36
Thu Nov 9 19:15:04 UTC 2017 - astieger@suse.com
37
38
- update to 0.19.1:
39
* New function psl_free_string()
40
* psl_make_dafsa now works with python2 and python3
41
* psl_*count() functions now return -1 if info is not available
42
* Fixed unsigned integer overflow in _mem_is_ascii()
43
* Add -fsanitize-address-use-after-scope to --enable-asan if
44
available
45
46
-------------------------------------------------------------------
47
Thu Jul 20 13:48:27 UTC 2017 - astieger@suse.com
48
49
- update to 0.18.0:
50
* Fix order of files in psl_latest()
51
* Add fuzzing architecture
52
* Fix memleak in _psl_is_public_suffix()
53
* Add configure option --enable-asan (Address sanitizer)
54
* Add configure option --enable-usan (Undefined sanitizer)
55
* Add configure option --enable-cfi (Control Flow Integrity)
56
* Fix finding libidn2 for static builds
57
* Fix use of uninitialized stack value
58
* Fix buffer overflow in libicu build
59
* Use libidn2 as default for builds (former libicu)
60
* Add pkg-config support for libidn and libidn2
61
62
-------------------------------------------------------------------
63
Thu Apr 6 14:41:26 UTC 2017 - coolo@suse.com
64
65
- Use idn2 runtime instead of libicu - as libicu requires 30MB
66
of unicode data - while idn2 is already part of minimal system
67
68
-------------------------------------------------------------------
69
Thu Jan 19 14:10:41 UTC 2017 - shshyukriev@suse.com
70
71
- libpsl 0.17.0:
72
* Use TR46 non-transitional for IDNA (libicu, libidn2 >= 0.14)
73
* Fix coverage upload from TravisCI to Coveralls
74
* New tests to cover psl_latest() and psl_dist_filename()
75
76
-------------------------------------------------------------------
77
Thu Dec 15 12:18:33 UTC 2016 - astieger@suse.com
78
79
- libpsl 0.16.1:
80
This version enables consumers of the library to dynamically load
81
the latest public suffix data from a binary data file in the
82
publicsuffix package which can then updated without re-building
83
libpsl.
84
* Add functions psl_latest() and psl_dist_filename()
85
* Do not taint out variable on error in psl_str_to_utf8lower()
86
* Replace psl2c by psl-make-dafsa
87
- correct licenses for package and subpackages
88
- package HTML docs in -devel package
89
90
-------------------------------------------------------------------
91
Mon Nov 14 15:26:42 UTC 2016 - astieger@suse.com
92
93
- libpsl 0.15.0:
94
* Python3 compatibility for psl-make-dafsa
95
* Support for UTF-8 in DAFSA data
96
* Skip punycode conversion if DAFSA has UTF-8
97
* Better code coverage by test suite
98
* Code cleanup and enhancements
99
* Install man pages for psl-make-dafsa and psl
100
* Enhancements to the documentation
101
102
-------------------------------------------------------------------
103
Mon Aug 1 11:37:20 UTC 2016 - astieger@suse.com
104
105
- libpsl 0.14.0:
106
* Remove unneeded libraries from tools/psl link step
107
* Use https instead of http where possible
108
* Add man page for tools/psl
109
* Add header magic to DAFSA files
110
* Rename make_dafsa.py to psl-make-dafsa
111
* Add man page for psl-make-dafsa
112
113
-------------------------------------------------------------------
114
Wed Mar 9 08:50:51 UTC 2016 - astieger@suse.com
115
116
- libpsl 0.13.0:
117
* Use tests.txt as PSL test file by default
118
* Slightly shorter DAFSA array when sorting input
119
* Check for python 2.7+ in configure.ac
120
* Fix python3 incompatibilities in make_dafsa.py
121
122
-------------------------------------------------------------------
123
Fri Feb 5 17:16:56 UTC 2016 - idonmez@suse.com
124
125
- Add baselibs.conf
126
127
-------------------------------------------------------------------
128
Thu Jan 7 22:28:27 UTC 2016 - astieger@suse.com
129
130
- libpsl 0.12.0 (libpsl.so.5 5:0:0)
131
* Remove psl_builtin_compile_time()
132
* Add function psl_is_public_suffix2()
133
* Avoid libicu dependency with --enable-runtime=no
134
- drop upstreamed 0001-Remove-include-of-bits-stat.h.patch
135
136
-------------------------------------------------------------------
137
Sat Nov 28 14:06:39 UTC 2015 - astieger@suse.com
138
139
- fix SLE 11 build:
140
* adding 0001-Remove-include-of-bits-stat.h.patch
141
* skip IDN feature
142
- update descriptions and categories
143
144
-------------------------------------------------------------------
145
Sun Nov 15 19:22:17 UTC 2015 - astieger@suse.com
146
147
- initial package for libpsl based on Fedora Spec
148
149