Skip to content

[msh3] update to 0.7.0 #41200

@talregev

Description

@talregev

Library name

msh3

New version number

0.7.0

Other information that may be useful (release notes, etc...)

it needed to change also msquick:
https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L574
That needed c++ define:
https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L498

Not sure how to do that.

When I tried to update:

msh3.cpp.obj : error LNK2001: unresolved external symbol CxPlatGetSelfSignedCert
msh3.cpp.obj : error LNK2001: unresolved external symbol CxPlatFreeSelfSignedCert
bin\msh3.dll : fatal error LNK1120: 2 unresolved externals

ninja: build stopped: subcommand failed.

I am not sure how to compile these symbol. I know they are depends on define cpp: QUIC_TEST_APIS
https://github.com/microsoft/msquic/blob/v2.3.5/src/inc/quic_platform.h#L498

I tried to add it via port config with VCPKG_CXX_FLAGS with both define in msquic and msh3, but without success.

Metadata

Metadata

Assignees

Labels

category:port-updateThe issue is with a library, which is requesting update new revision

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions