[openssl] Disable building quicserver utility. (#35838)

Thix fixes #35792.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
This commit is contained in:
Vitalii Koshura 2024-01-04 22:59:47 +03:00 committed by GitHub
parent d8c0c7da8b
commit baa9580d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 2 deletions

View File

@ -31,6 +31,7 @@ vcpkg_from_github(
unix/move-openssldir.patch
unix/no-empty-dirs.patch
unix/no-static-libs-for-shared.patch
unix/disable-quicserver.patch
)
vcpkg_list(SET CONFIGURE_OPTIONS

View File

@ -0,0 +1,17 @@
diff --git a/util/build.info b/util/build.info
index cf06f15ae4f0e..e4aab44b38038 100644
--- a/util/build.info
+++ b/util/build.info
@@ -6,9 +6,9 @@ SCRIPTS{noinst}=wrap.pl
SOURCE[wrap.pl]=wrap.pl.in
DEPEND[wrap.pl]=../configdata.pm
-IF[{- !$disabled{quic} && !$disabled{stdio} -}]
+IF[{- !$disabled{quic} && !$disabled{stdio} && !$disabled{apps} -}]
PROGRAMS{noinst}=quicserver
SOURCE[quicserver]=quicserver.c
-INCLUDE[quicserver]=../include ../apps/include
-DEPEND[quicserver]=../libcrypto.a ../libssl.a
+ INCLUDE[quicserver]=../include ../apps/include
+ DEPEND[quicserver]=../libcrypto.a ../libssl.a
ENDIF

View File

@ -1,7 +1,7 @@
{
"name": "openssl",
"version": "3.2.0",
"port-version": 1,
"port-version": 2,
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
"homepage": "https://www.openssl.org",
"license": "Apache-2.0",

View File

@ -6342,7 +6342,7 @@
},
"openssl": {
"baseline": "3.2.0",
"port-version": 1
"port-version": 2
},
"openssl-unix": {
"baseline": "deprecated",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8865e51e2cd2c891df13f80e1a2585d8b69eab9c",
"version": "3.2.0",
"port-version": 2
},
{
"git-tree": "dd76b04663283d999c149033c3fac211d08f0324",
"version": "3.2.0",