mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Make mktables reproducible
Had a datetime embedded in it
This commit is contained in:
parent
d25949b8a5
commit
4322a200f5
11 changed files with 209 additions and 0 deletions
19
steps/perl-5.12.5/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.12.5/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.12.5/lib/unicore/mktables perl-5.12.5/lib/unicore/mktables
|
||||
index 73ca9707e1..d019b472fd 100644
|
||||
--- perl-5.12.5/lib/unicore/mktables
|
||||
+++ perl-5.12.5/lib/unicore/mktables
|
||||
@@ -13971,7 +13971,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated on @{[scalar localtime]}
|
||||
+# Autogenerated
|
||||
#
|
||||
# - First section is input files
|
||||
# ($0 itself is not listed but is automatically considered an input)
|
||||
19
steps/perl-5.15.7/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.15.7/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.15.7/lib/unicore/mktables perl-5.15.7/lib/unicore/mktables
|
||||
index 0f8268626c..a1b52d45c0 100644
|
||||
--- perl-5.15.7/lib/unicore/mktables
|
||||
+++ perl-5.15.7/lib/unicore/mktables
|
||||
@@ -16167,7 +16167,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
#
|
||||
# - First section is input files
|
||||
# ($0 itself is not listed but is automatically considered an input)
|
||||
19
steps/perl-5.16.3/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.16.3/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.16.3/lib/unicore/mktables perl-5.16.3/lib/unicore/mktables
|
||||
index 0f8268626c..a1b52d45c0 100644
|
||||
--- perl-5.16.3/lib/unicore/mktables
|
||||
+++ perl-5.16.3/lib/unicore/mktables
|
||||
@@ -16167,7 +16167,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
#
|
||||
# - First section is input files
|
||||
# ($0 itself is not listed but is automatically considered an input)
|
||||
19
steps/perl-5.17.2/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.17.2/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.17.2/lib/unicore/mktables perl-5.17.2/lib/unicore/mktables
|
||||
index 0f8268626c..a1b52d45c0 100644
|
||||
--- perl-5.17.2/lib/unicore/mktables
|
||||
+++ perl-5.17.2/lib/unicore/mktables
|
||||
@@ -16167,7 +16167,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
#
|
||||
# - First section is input files
|
||||
# ($0 itself is not listed but is automatically considered an input)
|
||||
19
steps/perl-5.17.4/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.17.4/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.17.4/lib/unicore/mktables perl-5.17.4/lib/unicore/mktables
|
||||
index 0f8268626c..a1b52d45c0 100644
|
||||
--- perl-5.17.4/lib/unicore/mktables
|
||||
+++ perl-5.17.4/lib/unicore/mktables
|
||||
@@ -16167,7 +16167,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
#
|
||||
# - First section is input files
|
||||
# ($0 itself is not listed but is automatically considered an input)
|
||||
19
steps/perl-5.18.4/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.18.4/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.18.4/lib/unicore/mktables perl-5.18.4/lib/unicore/mktables
|
||||
index 0f8268626c..a1b52d45c0 100644
|
||||
--- perl-5.18.4/lib/unicore/mktables
|
||||
+++ perl-5.18.4/lib/unicore/mktables
|
||||
@@ -16167,7 +16167,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
#
|
||||
# - First section is input files
|
||||
# ($0 itself is not listed but is automatically considered an input)
|
||||
19
steps/perl-5.22.4/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.22.4/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.22.4/lib/unicore/mktables perl-5.22.4/lib/unicore/mktables
|
||||
index a746b77d41..9c4e0d1c43 100644
|
||||
--- perl-5.22.4/lib/unicore/mktables
|
||||
+++ perl-5.22.4/lib/unicore/mktables
|
||||
@@ -18480,7 +18480,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
# From options $command_line_arguments
|
||||
#
|
||||
# - First section is input files
|
||||
19
steps/perl-5.24.4/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.24.4/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.24.4/lib/unicore/mktables perl-5.24.4/lib/unicore/mktables
|
||||
index a746b77d41..9c4e0d1c43 100644
|
||||
--- perl-5.24.4/lib/unicore/mktables
|
||||
+++ perl-5.24.4/lib/unicore/mktables
|
||||
@@ -18480,7 +18480,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
# From options $command_line_arguments
|
||||
#
|
||||
# - First section is input files
|
||||
19
steps/perl-5.30.3/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.30.3/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.30.3/lib/unicore/mktables perl-5.30.3/lib/unicore/mktables
|
||||
index a746b77d41..9c4e0d1c43 100644
|
||||
--- perl-5.30.3/lib/unicore/mktables
|
||||
+++ perl-5.30.3/lib/unicore/mktables
|
||||
@@ -18480,7 +18480,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
# From options $command_line_arguments
|
||||
#
|
||||
# - First section is input files
|
||||
19
steps/perl-5.36.3/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.36.3/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.36.3/lib/unicore/mktables perl-5.36.3/lib/unicore/mktables
|
||||
index a746b77d41..9c4e0d1c43 100644
|
||||
--- perl-5.36.3/lib/unicore/mktables
|
||||
+++ perl-5.36.3/lib/unicore/mktables
|
||||
@@ -18480,7 +18480,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
# From options $command_line_arguments
|
||||
#
|
||||
# - First section is input files
|
||||
19
steps/perl-5.42.0/patches/reproducible-mktables.patch
Normal file
19
steps/perl-5.42.0/patches/reproducible-mktables.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
mktables embeds a timestamp
|
||||
|
||||
diff --git perl-5.42.0/lib/unicore/mktables perl-5.42.0/lib/unicore/mktables
|
||||
index a746b77d41..9c4e0d1c43 100644
|
||||
--- perl-5.42.0/lib/unicore/mktables
|
||||
+++ perl-5.42.0/lib/unicore/mktables
|
||||
@@ -18480,7 +18480,7 @@ if ( $file_list and $make_list ) {
|
||||
#
|
||||
# $file_list -- File list for $0.
|
||||
#
|
||||
-# Autogenerated starting on $start_time ($localtime)
|
||||
+# Autogenerated
|
||||
# From options $command_line_arguments
|
||||
#
|
||||
# - First section is input files
|
||||
Loading…
Add table
Add a link
Reference in a new issue