libpsl/src
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
..
Makefile.am psl.c: Do not define _GNU_SOURCE 2015-02-28 18:37:14 +01:00
psl.c Work around a libidn<=1.30 vulnerability 2015-07-06 13:03:50 +02:00
psl2c.c Embed _psl_compile_time derived from $SOURCE_DATE_EPOCH if set 2015-07-12 22:55:35 +02:00