From 9d064cace8d25ea62a625e51211105599d4c72d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 7 Oct 2018 21:15:07 +0200 Subject: [PATCH] Update to latest Public Suffix List --- list | 2 +- src/psl.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/list b/list index c45eff1..6f2b9e7 160000 --- a/list +++ b/list @@ -1 +1 @@ -Subproject commit c45eff1c741d197778430e64e5d6f8bb0d7e9c8d +Subproject commit 6f2b9e75eaf65bb75da83677655a59110088ebc5 diff --git a/src/psl.c b/src/psl.c index d3754da..ec9d807 100644 --- a/src/psl.c +++ b/src/psl.c @@ -1245,6 +1245,7 @@ psl_ctx_t *psl_load_fp(FILE *fp) /* * as of 02.11.2012, the list at https://publicsuffix.org/list/ contains ~6000 rules and 40 exceptions. * as of 19.02.2014, the list at https://publicsuffix.org/list/ contains ~6500 rules and 19 exceptions. + * as of 07.10.2018, the list at https://publicsuffix.org/list/ contains ~8600 rules and 8 exceptions. */ psl->suffixes = _vector_alloc(8*1024, _suffix_compare_array); psl->utf8 = 1; /* we put UTF-8 and punycode rules in the lookup vector */