-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cnats] Update to 3.9.2 #43172
base: master
Are you sure you want to change the base?
[cnats] Update to 3.9.2 #43172
Conversation
@microsoft-github-policy-service agree company="Synadia" |
HEAD_REF main | ||
PATCHES | ||
fix-sodium-dep.patch | ||
fix_install_path.patch | ||
lowercase_ws2_32.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch have applied to the latest version.
|
||
#ifndef _WIN32 | ||
static void _sigsegv_handler(int sig) { | ||
- void *array[20]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mtmk, Thanks for your PR, This change involves upstream code. I suggest it is important to let the upstream maintainers know. Can you submit it upstream?
The "supports" clause reflects platforms that may be fixed by this new version.Any fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.Also removed ws2_32 patches since it's fixed in NATS repo. Added compile patch in test.c.
cc @fran6co @XJ-0461