From: Niels Möller Date: Wed, 15 Apr 2020 17:47:27 +0000 (+0200) Subject: Reorder DISTFILES to avoid wrong timestamp order in tar file. X-Git-Tag: nettle_3.6rc2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07da509867bc46846de6c9ee98bcacc6578c9994;p=thirdparty%2Fnettle.git Reorder DISTFILES to avoid wrong timestamp order in tar file. --- diff --git a/ChangeLog b/ChangeLog index 3552e2b4..4ad4b1dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2020-04-12 Niels Möller + * Makefile.in (DISTFILES): Reorder to ensure that generated des + headers can't be older than desdata.stamp. + * testsuite/ed448-test.c: Define _GNU_SOURCE, for getline with gcc -std=c89. diff --git a/Makefile.in b/Makefile.in index ddc30428..56815d89 100644 --- a/Makefile.in +++ b/Makefile.in @@ -244,7 +244,7 @@ DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \ README CONTRIBUTING.md AUTHORS COPYING.LESSERv3 COPYINGv2 COPYINGv3 \ INSTALL NEWS ChangeLog \ nettle.pc.in hogweed.pc.in \ - $(des_headers) descore.README desdata.stamp \ + desdata.stamp $(des_headers) descore.README \ aes-internal.h block-internal.h camellia-internal.h \ gost28147-internal.h serpent-internal.h \ cast128_sboxes.h desinfo.h desCode.h \