On Thu, 16 Aug 2018 17:11:06 -0400 Leo Famulari wrote: > On Thu, Aug 09, 2018 at 05:04:29PM +0200, Björn Höfling wrote: > > This is a fix for core-updates. > > > > The libgcrypt package contains a yat2m command that adds a timestamp > > into the generated man-page. The (more or less) same C-file exits > > also in the packages gnupg and libgpg-error. There it already > > considers SOURCE_DATE_EPOCH. I diffed from gnupg and removed > > unrelated things. > > > > I will also report upstream. > > Thanks, please reply with a link to the upstream discussion. It's not (yet) a discussion :-) The task is tracked here: https://dev.gnupg.org/T4102 > > From 908c760f89ae5b47edbb0124339eab5801196f62 Mon Sep 17 00:00:00 > > 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?= > > > > Date: Thu, 9 Aug 2018 16:45:45 +0200 > > Subject: [PATCH] gnu: libgcrypt: Make build reproducible. > > > > * gnu/packages/patches/libgcrypt-make-yat2m-reproducible.patch: New > > file. > > * gnu/local.mk (dist_patch_DATA): Add it. > > * gnu/packages/gnupg.scm (libgcrypt)[source]: Use it. > > Pushed as 4866cba66ae40d722bb6c50b7dca27725ffa4532 Thanks. Björn