Accepting request 578936 from home:AndreasStieger:branches:network:utilities

- 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

- update to 0.20.0:
  * remove explicit plain TLD rule

OBS-URL: https://build.opensuse.org/request/show/578936
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=36
This commit is contained in:
OBS User mrdocs 2018-02-22 18:57:58 +00:00 committed by Git OBS Bridge
parent ca888952cd
commit 7e17edb151
7 changed files with 21 additions and 7 deletions

View File

@ -1 +1 @@
libpsl5
libpsl6

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:735146b51bbd3dcb6b0f87819c64bf3115f7fb9fa2e3a7fe9966e3346a8abc79
size 9072973

3
libpsl-0.20.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a2547b87689b7a62f8ff807ae4d8240c6f2b2eb8893ca391d686b3aaa95267
size 9079141

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.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 3 20:38:32 UTC 2018 - tchvatal@suse.com

View File

@ -17,9 +17,9 @@
#
%define somajor 5
%define somajor 6
Name: libpsl
Version: 0.19.1
Version: 0.20.0
Release: 0
Summary: C library for the Publix Suffix List
License: MIT AND MPL-2.0 AND BSD-3-Clause

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 09:37:13 UTC 2018 - astieger@suse.com
- update to 0.20.0:
* remove explicit plain TLD rule
-------------------------------------------------------------------
Wed Jan 3 20:38:11 UTC 2018 - tchvatal@suse.com

View File

@ -18,7 +18,7 @@
Name: psl-make-dafsa
Version: 0.19.1
Version: 0.20.0
Release: 0
Summary: Create a binary DAFSA from a Public Suffix List
License: BSD-3-Clause