Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 15 12:46:08 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
||||||
|
|
||||||
- Add reproducibledate.patch (boo#1231667)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 16:42:52 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
Mon Jul 22 16:42:52 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
@ -200,7 +200,6 @@ Patch118: openssl-CVE-2024-2511.patch
|
|||||||
Patch119: openssl-CVE-2024-4741.patch
|
Patch119: openssl-CVE-2024-4741.patch
|
||||||
# PATCH-FIX-UPSTREAM: bsc#1227138 CVE-2024-5535: SSL_select_next_proto buffer overread
|
# PATCH-FIX-UPSTREAM: bsc#1227138 CVE-2024-5535: SSL_select_next_proto buffer overread
|
||||||
Patch120: openssl-CVE-2024-5535.patch
|
Patch120: openssl-CVE-2024-5535.patch
|
||||||
Patch121: reproducibledate.patch
|
|
||||||
BuildRequires: jitterentropy-devel >= 3.4.0
|
BuildRequires: jitterentropy-devel >= 3.4.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/apps/progs.pl b/apps/progs.pl
|
|
||||||
index 5767140..834544a 100644
|
|
||||||
--- a/apps/progs.pl
|
|
||||||
+++ b/apps/progs.pl
|
|
||||||
@@ -17,7 +17,7 @@ use configdata qw/@disablables %unified_info/;
|
|
||||||
my %commands = ();
|
|
||||||
my $cmdre = qr/^\s*int\s+([a-z_][a-z0-9_]*)_main\(\s*int\s+argc\s*,/;
|
|
||||||
my $apps_openssl = shift @ARGV;
|
|
||||||
-my $YEAR = [localtime()]->[5] + 1900;
|
|
||||||
+my $YEAR = 2024;
|
|
||||||
|
|
||||||
# because the program apps/openssl has object files as sources, and
|
|
||||||
# they then have the corresponding C files as source, we need to chain
|
|
Loading…
Reference in New Issue
Block a user