Skip to content
/ node Public
  • Sponsor nodejs/node

  • Notifications You must be signed in to change notification settings
  • Fork 31.4k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e1fce9

Browse files
nodejs-github-bottargos
authored andcommittedMar 11, 2025
deps: update archs files for openssl-3.0.16
PR-URL: #57335 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4056c1f commit 9e1fce9

File tree

431 files changed

+2210
-7818
lines changed

Some content is hidden

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

431 files changed

+2210
-7818
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by util/mkbuildinf.pl
44
*
5-
* Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 2014-2025 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the Apache License 2.0 (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Mon Sep 30 17:05:30 2024 UTC"
14+
#define DATE "built on: Wed Mar 5 20:59:02 2025 UTC"
1515

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

‎deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 15
32+
# define OPENSSL_VERSION_PATCH 16
3333

3434
/*
3535
* Additional version information
@@ -42,7 +42,7 @@ extern "C" {
4242
# define OPENSSL_VERSION_PRE_RELEASE ""
4343
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
4444
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
45-
# define OPENSSL_VERSION_BUILD_METADATA "+quic"
45+
# define OPENSSL_VERSION_BUILD_METADATA ""
4646

4747
/*
4848
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
@@ -57,7 +57,7 @@ extern "C" {
5757
* be related to the API version expressed with the macros above.
5858
* This is defined in free form.
5959
*/
60-
# define OPENSSL_SHLIB_VERSION 81.3
60+
# define OPENSSL_SHLIB_VERSION 3
6161

6262
/*
6363
* SECTION 2: USEFUL MACROS
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.15"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
77+
# define OPENSSL_VERSION_STR "3.0.16"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
85+
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.