]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Reduce usage of __DATE__
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 4 Aug 2022 15:03:01 +0000 (17:03 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 6 Aug 2022 10:38:59 +0000 (12:38 +0200)
commita9b3585d606e5b5717778777a4f346c8371d2698
tree0acbb0f0826dd53f3cac294e6fa25b725d34cc08
parentf9ef554a5bda5c354e59261f9dbf6519e2815388
Reduce usage of __DATE__

To increase the reproducibility of builds
we shouldn't use __DATE__. However, for
the development builds there is some demand
for leaving this in.

So as suggested by Gert Doering go for a
compromise where we only use __DATE__ if
we also include the git information. This
will remove this information from release
builds, but not from builds done directly
from the git checkout.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220804150301.62856-2-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24807.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c
src/tapctl/main.c