Skip to content

Commit 837a1d8

Browse files
RafaelGSSjuanarbol
authored andcommittedJul 3, 2022
deps: update archs files for OpenSSL-1.1.1p
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/include/crypto/bn_conf.h $ git add deps/openssl/openssl/include/crypto/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: #43527 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-June/000228.html Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent c5d9c9a commit 837a1d8

File tree

149 files changed

+211
-2402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+211
-2402
lines changed
 

‎deps/openssl/config/archs/BSD-x86/asm/configdata.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1o",
115-
version_num => "0x101010ffL",
114+
version => "1.1.1p",
115+
version_num => "0x1010110fL",
116116
);
117117

118118
our %target = (

‎deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue May 3 18:38:01 2022 UTC"
14+
#define DATE "built on: Tue Jun 21 19:50:57 2022 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

0 commit comments

Comments
 (0)
Please sign in to comment.