Commit Graph

677 Commits

Author SHA1 Message Date
Tim Rühsen 71835fcd44 Add https://github.com/publicsuffix as git submodule 2015-07-14 13:25:42 +02:00
Daniel Kahn Gillmor f9a1bdcf80 Embed _psl_compile_time derived from $SOURCE_DATE_EPOCH if set
Making packages build byte-for-byte reproducibly from a given
toolchain+source makes it much easier to corroborate builds by testing
against other build infrastructure.

By default, libpsl currently embeds the current unix timestamp in
_psl_compile_time, which makes it bytewise incompatible if it is
rebuild even on the same machine one second later.

See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal for
more information about $SOURCE_DATE_EPOCH.
2015-07-12 22:55:35 +02:00
Tim Rühsen 37858be73f Avoid shell variables in AC_CONFIG_FILES (won't work) 2015-07-12 22:46:40 +02: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 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 Rühsen 7690e5498a Release v0.6.0 2014-10-28 16:17:26 +01:00
Tim Rühsen 8f48b7845f new version of effective_tld_names.dat 2014-10-28 15:47:15 +01:00
Tim Rühsen bbed26b303 check for alloca.h before including 2014-10-28 15:41:35 +01:00
Tim Rühsen 4fc3b3ef0d new version of effective_tld_names.dat 2014-09-05 11:35:42 +02:00
Tim Rühsen 79097c5369 replaced AC_PROG_CXX by AC_PROG_CC in configure.ac - we do not use c++ 2014-08-22 17:46:57 +02:00
Tim Rühsen 4a33c2f65c removed qsort_r() which seems unavailable on CygWin 2014-08-22 17:44:48 +02:00
Tim Rühsen 8c6179e798 added support for IP addresses in psl_is_cookie_domain_acceptable() 2014-08-19 17:46:36 +02:00
Tim Rühsen bf50d8d84f new version of effective_tld_names.dat 2014-08-14 11:06:26 +02:00
Tim Rühsen c5f61d745b whitespace correction 2014-08-14 11:05:47 +02:00
Tim Ruehsen 35953d4bf2 Merge branch 'master' into develop 2014-08-03 12:41:12 +02:00
Tim Ruehsen d428940914 Merge branch 'develop' 2014-08-03 12:19:28 +02:00
Tim Ruehsen c539460953 fix ASCII check 2014-08-03 12:18:09 +02:00
Tim Ruehsen c67389310d Merge branch 'master' into develop 2014-08-03 12:10:39 +02:00