Commit Graph

442 Commits

Author SHA1 Message Date
Daniel Kahn Gillmor be7c9f18eb move from autotools-dev to dh_autoreconf 2015-07-09 10:18:23 -04:00
Daniel Kahn Gillmor 9e92097878 New upstream release. 2015-07-09 10:10:04 -04:00
Daniel Kahn Gillmor fe479c6c6e Release 0.7.1
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABCgAGBQJU6M9kAAoJEAgwLbaiZwQotbwP/iIaonabM2HbgjV1h8ajtCQO
 vV1wgSpYHoRqb/0fIecUzXkEnKWcIbnVs/N8L1ui1Z0D0CliD7V8jzr4KVo2ip5K
 LqMn3oTEB7jV9Z31BAwmzGU8rBwRa7MdHlNLGcUiLb0oSTCrLieyJYAE/mK48YQq
 bWmbVpjnNy49JV9mLML1uxFFwASlX5OtfDDUaE9KsYy3P1SjlscW9KV4ST+1H3Hs
 FQsbt9eQFsLjt3hV03K9K6+yU9j7umCKXp0RqONonY7t6kwNi0HRR/bgdCJUAbHO
 AQRLZsnYTVngLHv+IVo0fF02CgBT+eDI8dppY6CSkOn4DZU8bV2fk46bCpnaNlgj
 Cx1UjQITNbHc2jyxDgnv38jKHzJB69kvtbrmS63HxLyiqE0z2X6cDttqPkwZLfJA
 CVJbCQ8fZUN/3etFYaqX27v95PpIbEsRffqjJ6hfp34gDPp3RprdBvC28tLP7HB/
 +V/+qRBQQwsxXRVb+bGXBQUjBpOIwPJQwTT1QhupwMA847geT+YyQcnIHNhwFXkG
 H7E5TwLvGfQUi8s+iqbsT36Q8SUxxjnw24wJYZsFXg2DdhUnuOA7ZKMxR/E7V4zy
 9TkfRUPGnx+4HwVOCaI9PEUYJ425N3GIPp2+07k3lVD/uT0OhhGyDKpudrPluWCo
 bGvkXzJHjhxMJucmcAvu
 =tu6S
 -----END PGP SIGNATURE-----

Merge tag 'libpsl-0.7.1' into debian

Release 0.7.1
2015-07-09 10:06:35 -04:00
Daniel Kahn Gillmor c568fe012f use new upstream tags 2015-07-09 10:06:04 -04:00
Tim Rühsen 1bdff6b113 new version of effective_tld_names.dat 2015-07-06 13:19:55 +02:00
Tim Rühsen 998b5515d7 Work around a libidn<=1.30 vulnerability 2015-07-06 13:03:50 +02:00
Tim Rühsen 88d75c0ad4 add LICENSE to distribution tarball 2015-03-02 14:56:40 +01:00
Giuseppe Scrivano 7a07205f1b psl.c: fix strndup replacement
Do not copy more bytes than the src string length.
2015-02-28 18:52:47 +01:00
Giuseppe Scrivano 225c557e23 psl.c: Do not define _GNU_SOURCE 2015-02-28 18:37:14 +01:00
Tim Ruehsen 1030a438c9 Release v0.7.1 2015-02-21 19:30:52 +01:00
Tim Ruehsen fdcaea49db new version of effective_tld_names.dat 2015-02-21 19:29:55 +01:00
Christopher Meng eea684ba20 Allow custom public suffix file
There is an option already in the configure.ac to allow system-wide
public suffix. Fedora ships the data as a package "publicsuffix-list"
and installs it to /usr/share/.
Thus I'd like to use the system one since it's updated often.
2015-02-14 10:49:45 +01:00
Tim Rühsen 22de5ae709 Release v0.7.0 2015-01-30 16:16:42 +01:00
Tim Rühsen 5910b625ce new version of effective_tld_names.dat 2015-01-26 14:47:17 +01:00
Tim Rühsen 8af7964a08 Do not install docs when gtk-doc is not installed
Reported-by: Dagobert Michelsen <dam@opencsw.org>
2015-01-26 13:16:59 +01:00
Tim Rühsen 067f6aee9c Don't use locale dependent isspace()
Fixes an issue on Solaris
Reported-by: Dagobert Michelsen <dam@opencsw.org>
2015-01-26 11:05:32 +01:00
Tim Rühsen 896f7f6ae4 Fix ASCII check in src/psl2c.c 2015-01-26 11:04:22 +01:00
Tim Rühsen 58a4f6c028 add iconv Solaris compatibility 2015-01-23 16:13:19 +01:00
Tim Rühsen 910c4b37b6 add strndup() compatibility code 2015-01-23 15:05:02 +01:00
Tim Rühsen 768790eab7 explicitely remove gtk-doc.make if gtkdoc is not installed 2015-01-23 12:19:50 +01:00
Tim Rühsen c485ed9edd adjusted autogen.sh to work on Solaris 2015-01-22 16:40:13 +01:00
Tim Rühsen d22c4b1483 fixed docs for 'make distcheck' after 'make clean' 2015-01-21 17:02:27 +01:00
Tim Rühsen 16d751c7d3 mark API as stable 2015-01-21 15:38:18 +01:00
Tim Rühsen 8e39ffa4c5 renamed ICUUC to LIBICU 2015-01-21 14:26:12 +01:00
Tim Rühsen 666e61659d use pkg-config to detect libicu 2015-01-21 14:22:57 +01:00
Tim Rühsen 06785d7f3f new author Dagobert Michelsen 2015-01-21 12:35:58 +01:00
Tim Rühsen 6f899ae32b fixed gcc warning about comparison being always true 2015-01-21 12:26:44 +01:00
Tim Rühsen d5254ac816 removed C99 style comments 2015-01-21 12:21:32 +01:00
Dagobert Michelsen de1a34d673 Solaris needs -lsocket -lnsl for inet_ntop 2015-01-21 11:36:58 +01:00
Tim Rühsen 832829622d Added GTK_DOC_USE_LIBTOOL conditional for tarball using without gtk-doc tools installed
Reported-by: Dagobert Michelsen
2015-01-21 11:16:02 +01:00
Tim Rühsen b1b05d8dc4 Revert "added ./configure to distribution tarball"
This reverts commit 9ca28c69d9.
The configure script *WAS* included in the dist tarball before.
2015-01-20 15:23:51 +01:00
Tim Rühsen 9ca28c69d9 added ./configure to distribution tarball
Reported-by: Dagobert Michelsen
2015-01-20 14:47:26 +01:00
Tim Rühsen 89744e3d49 prepare for 0.6.2-1 Debian release 2014-11-14 17:52:51 +01:00
Tim Rühsen 9524576b0f Release v0.6.2 2014-11-14 17:20:57 +01:00
Tim Rühsen c8a9d2d6ff revoke ec63726165 2014-11-14 17:18:41 +01:00
Tim Rühsen ad0cbba010 Release v0.6.1 2014-11-14 15:53:21 +01:00
Tim Rühsen ec63726165 fixed compiler warning in src/psl.c 2014-11-14 15:52:37 +01:00
Tim Rühsen dac13e7c42 new version of effective_tld_names.dat 2014-11-14 15:31:28 +01:00
Tim Rühsen 69d95c794b Fixed pkg-config file 2014-11-14 11:40:29 +01:00
Tim Ruehsen 2bb8a6d29f prepare for 0.6.0-1 Debian release 2014-11-10 21:23:39 +01:00
Tim Rühsen f78e18a2d0 Release v0.6.0 2014-11-10 21:23:39 +01:00
Tim Rühsen 19064bc613 new version of effective_tld_names.dat 2014-11-10 21:23:39 +01:00
Tim Rühsen f97f140105 check for alloca.h before including 2014-11-10 21:23:39 +01:00
Tim Rühsen d86f4e6da1 new version of effective_tld_names.dat 2014-11-10 21:23:39 +01:00
Tim Rühsen dbe6944887 replaced AC_PROG_CXX by AC_PROG_CC in configure.ac - we do not use c++ 2014-11-10 21:23:39 +01:00
Tim Rühsen d7933b1576 removed qsort_r() which seems unavailable on CygWin 2014-11-10 21:23:39 +01:00
Tim Rühsen f95df36c08 added support for IP addresses in psl_is_cookie_domain_acceptable() 2014-11-10 21:23:39 +01:00
Tim Rühsen 86621607ff new version of effective_tld_names.dat 2014-11-10 21:23:39 +01:00
Tim Rühsen 0cede6fe58 whitespace correction 2014-11-10 21:23:39 +01:00
Tim Rühsen 7690e5498a Release v0.6.0 2014-10-28 16:17:26 +01:00