[From nobody Sun Apr 26 07:53:06 2026
Received: (at submit) by bugs.debian.org; 9 Oct 2022 23:42:13 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-9.2 required=4.0 tests=BAYES_00,DIGITS_LETTERS,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MD5_SHA1_SUM,
 MURPHY_DRUGS_REL8,PGPSIGNATURE,SPF_HELO_NONE,SPF_PASS autolearn=ham
 autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 53; hammy, 150; neutral, 99; spammy,
 0. spammytokens: hammytokens:0.000-+--XDebbugsCc,
 0.000-+--X-Debbugs-Cc, 0.000-+--U*reproducible-builds,
 0.000-+--reproduciblebuildslistsaliothdebianorg,
 0.000-+--reproducible-builds@lists.alioth.debian.org
Return-path: &lt;vagrant@reproducible-builds.org&gt;
Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:60368)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;vagrant@reproducible-builds.org&gt;)
 id 1ohfvw-005dQn-RI
 for submit@bugs.debian.org; Sun, 09 Oct 2022 23:42:13 +0000
Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20])
 (Authenticated sender: vagrant@aikidev.net)
 by cascadia.aikidev.net (Postfix) with ESMTPSA id 4B7D41ABE8
 for &lt;submit@bugs.debian.org&gt;; Sun,  9 Oct 2022 16:42:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=reproducible-builds.org; s=1.vagrant; t=1665358931;
 bh=hva6Uc3+C9xhlf5zRlVagzs+lyq7vsFBbOZEeZqofh0=;
 h=From:To:Subject:Date:From;
 b=iDUSOvLV+GgBTW05aocwDVlTS7xQIuTIjkNXBEYrVxaNjUl9BTteFE6jDsbhuhIRm
 1ItqjFGEhGYHPTkmWCe4gItpQv26yLzd4Z1Hrn9vgfvmWa9jikZ1F2Nvz1VZWa07GI
 lXOgOw02s1wYPW6NQgQP+YaCNOs7Mk/dJTM2ulvZ4ZwfiZ/PY64fR270juWrou4+rl
 kKYTQDx97XFyAJkl0Lz4pI6arzLS2fwT3yf83I7Nx+k8TU0DSZf3QVz7a/v5tYAAb6
 zqPoxvj4IYVzlIZFQSLOCrj7jocphqYKqX0ygdNDZ0aTIKzbKvk2pXuwKNIE8Cjeyk
 KJmq72jH0c7DQ==
From: Vagrant Cascadian &lt;vagrant@reproducible-builds.org&gt;
To: submit@bugs.debian.org
Subject: jakarta-jmeter: reproducible-builds: year in documentation files
Date: Sun, 09 Oct 2022 16:42:07 -0700
Message-ID: &lt;87zge4tvhs.fsf@contorta&gt;
MIME-Version: 1.0
Content-Type: multipart/signed; boundary=&quot;==-=-=&quot;;
 micalg=pgp-sha512; protocol=&quot;application/pgp-signature&quot;
Delivered-To: submit@bugs.debian.org

--==-=-=
Content-Type: multipart/mixed; boundary=&quot;=-=-=&quot;

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Source: jakarta-jmeter
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The current year is embedded in various documentation files:

  https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffos=
cope-results/jakarta-jmeter.html

  /usr/share/jmeter/printable_docs/building.html

  Copyright=C2=B7&copy;=C2=B71999-2022,=C2=B7Apache=C2=B7Software=C2=B7Foun=
dation
  vs.
  Copyright=C2=B7&copy;=C2=B71999-2023,=C2=B7Apache=C2=B7Software=C2=B7Foun=
dation

Not only does this break reproducible builds, it is not an accurate
reflection of the correct copyright dates.

The attached patch to two upstream .vsl files fixes this by using the
date that the current upstream version was uploaded to debian (maybe it
is older, feel free to adjust appropriately).

According to my local tests, with this patch applied, jakarta-jmeter
should build reproducibly on tests.reproducible-builds.org!

Thanks for maintaining jakarta-jmeter!

live well,
  vagrant

--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline;
 filename=0001-xdocs-stylesheets-site-.vsl-Use-specific-date-for-Co.patch
Content-Transfer-Encoding: quoted-printable

From=20e19489b243bff03a128b8005dd7fdbd5ada11b6d Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian &lt;vagrant@reproducible-builds.org&gt;
Date: Sun, 9 Oct 2022 23:22:36 +0000
Subject: [PATCH] xdocs/stylesheets/site*.vsl: Use specific date for Copyrig=
ht
 headers.

This breaks reproducible builds, but also the dates for Copyright
headers are valid for when the content was initially authored, not
the build date.
=2D--
 xdocs/stylesheets/site.vsl           | 2 +-
 xdocs/stylesheets/site_printable.vsl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xdocs/stylesheets/site.vsl b/xdocs/stylesheets/site.vsl
index e91d687..3c0f36e 100644
=2D-- a/xdocs/stylesheets/site.vsl
+++ b/xdocs/stylesheets/site.vsl
@@ -33,7 +33,7 @@
 #set ($space =3D $space.charAt(0))
 #set ($udsc =3D &quot;_&quot;)
 #set ($udsc =3D $udsc.charAt(0))
=2D#set ($year =3D $date.getYear()+1900)
+#set ($year =3D &quot;2016&quot;)
 ##
 ## Website settings
 #set ($imgdir =3D &quot;$relativePath/images&quot;)
diff --git a/xdocs/stylesheets/site_printable.vsl b/xdocs/stylesheets/site_=
printable.vsl
index b817284..36ec7eb 100644
=2D-- a/xdocs/stylesheets/site_printable.vsl
+++ b/xdocs/stylesheets/site_printable.vsl
@@ -33,7 +33,7 @@
 #set ($space =3D $space.charAt(0))
 #set ($udsc =3D &quot;_&quot;)
 #set ($udsc =3D $udsc.charAt(0))
=2D#set ($year =3D $date.getYear()+1900)
+#set ($year =3D &quot;2016&quot;)
 ##
 ## Printable document settings
 #set ($imgdir =3D &quot;$relativePath/../docs/images&quot;)
=2D-=20
2.30.2


--=-=-=--

--==-=-=
Content-Type: application/pgp-signature; name=&quot;signature.asc&quot;

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY0NcTwAKCRDcUY/If5cW
qmLFAQC5NsvnAdloNvIGi/njLYzfulP+CYP6B8XifU+zOiicSgEA7DVuRIgjrrNg
a1UEuIXpDwyIkAXfMoyyrXqvEdYsfgA=
=3J7d
-----END PGP SIGNATURE-----
--==-=-=--
]