logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

date.patch (613B)


  1. SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
  2. SPDX-License-Identifier: GPL-2.0-only
  3. help2man manpages hardcode the current month and date into the generated
  4. manpage.
  5. This makes manpages not reproducible.
  6. diff --color -ru help2man.PL help2man.PL
  7. --- help2man-1.36.4/help2man.PL 2022-04-02 10:20:20.100234930 +1100
  8. +++ help2man-1.36.4/help2man.PL 2022-04-02 10:20:21.866247540 +1100
  9. @@ -303,7 +303,7 @@
  10. $_, $ARGV[0]
  11. } $help_option, $version_option;
  12. -my $date = strftime "%B %Y", localtime;
  13. +my $date = "";
  14. (my $program = $ARGV[0]) =~ s!.*/!!;
  15. my $package = $program;
  16. my $version;