Your message dated Sun, 27 Nov 2022 20:46:40 +0000
with message-id <[email protected]>
and subject line Bug#834050: fixed in libpam-ldap 186-4.1
has caused the Debian Bug report #834050,
regarding libpam-ldap: please make the build reproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
834050: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834050
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libpam-ldap
Version: 186-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed
that libpam-ldap could not be built reproducibly.
Patch attached.
[0] https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible_build.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible_build.patch 2016-08-11 17:24:10.813698405
+0100
@@ -0,0 +1,16 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2016-08-11
+
+--- libpam-ldap-186.orig/vers_string
++++ libpam-ldap-186/vers_string
+@@ -14,6 +14,9 @@ if ($ENV{'PROGRAM'}) { $PROGRAM = $ENV{'
+
+ chop($AUTHOR);
+ chop($DATE=`date -u`);
++if (defined $ENV{SOURCE_DATE_EPOCH}) {
++ chop($DATE=`LC_ALL=C date --date="@\${SOURCE_DATE_EPOCH}" -u`);
++}
+ chop($CWD=`pwd`);
+
+ ($PROJECT, $VERSION) = split(/\-/, &getCVSVersionInfo());
--- a/debian/patches/series 2016-08-11 17:18:11.882715439 +0100
--- b/debian/patches/series 2016-08-11 17:24:09.565688068 +0100
@@ -3,3 +3,4 @@
log_shadowlastchange_failure
username_for_memberuid
manpage_fix_spell.patch
+reproducible_build.patch
--- End Message ---
--- Begin Message ---
Source: libpam-ldap
Source-Version: 186-4.1
Done: Vagrant Cascadian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libpam-ldap, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated
libpam-ldap package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 17 Nov 2022 11:42:13 -0800
Source: libpam-ldap
Architecture: source
Version: 186-4.1
Distribution: unstable
Urgency: medium
Maintainer: Lucas de Castro Borges <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 834050
Changes:
libpam-ldap (186-4.1) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Chris Lamb ]
* vers_string: Use fixed value for AUTHOR if SOURCE_DATE_EPOCH is
set. (Closes: #834050)
.
[ Vagrant Cascadian ]
* debian/rules: Pass PROGRAM to dh_auto_build override.
(Closes: #834050)
Checksums-Sha1:
c49ef8dcaa6f628fb91253c67fa620a9f8efa7a5 1398 libpam-ldap_186-4.1.dsc
a229e80bd2669f26645a6de1f3ecac8300d2e994 57932
libpam-ldap_186-4.1.debian.tar.xz
Checksums-Sha256:
c60d3b3b4e64e689e203e21c81909ed7bc7c8bfc090faf657d1d09b0483f4177 1398
libpam-ldap_186-4.1.dsc
287e2c5f8eb3f25fbc7e250afc9536de7cb1cc959548162f021bc0de218630f7 57932
libpam-ldap_186-4.1.debian.tar.xz
Files:
05e38dbd33fd2a5fd34b30d42b7b1f1d 1398 admin optional libpam-ldap_186-4.1.dsc
69e7cfd467c5fcfd423628390a4efd6c 57932 admin optional
libpam-ldap_186-4.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY3aP5CAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqiIFAP4jXp9lj+JSqP9i
PPl540idx065TDEPN1jwp1sgMPNOkAD/V6uFk9Jeq76sU8lw4T2qko/Py1YIXK8p
czmtl51QUwk=
=HD9q
-----END PGP SIGNATURE-----
--- End Message ---