Skip to content
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

Update OpenSSL to 3.0.7 #964

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Update OpenSSL to 3.0.7 #964

merged 1 commit into from
Dec 5, 2022

Conversation

nazar-pc
Copy link
Collaborator

@nazar-pc nazar-pc commented Dec 5, 2022

They have a new command in recent Meson version, meson wrap update openssl is what can be used now.

Resolves #939

worker/subprojects/openssl.wrap Show resolved Hide resolved
@nazar-pc
Copy link
Collaborator Author

nazar-pc commented Dec 5, 2022

Looks like we'll want to skip subprojects from CodeQL or at least openssl in there.

@nazar-pc nazar-pc merged commit e01bbce into versatica:v3 Dec 5, 2022
@nazar-pc nazar-pc deleted the update-openssl branch December 5, 2022 06:14
@ibc
Copy link
Member

ibc commented Dec 5, 2022

Looks like we'll want to skip subprojects from CodeQL or at least openssl in there.

AFAIR I did, but will check later today.

@eli-schwartz
Copy link

You can use e.g.

      with:
        config-file: .github/codeql/codeql-config.yml

And then specify:

paths-ignore:
  - 'worker/subprojects'

in the config file.

@ibc
Copy link
Member

ibc commented Dec 5, 2022

Looks like we'll want to skip subprojects from CodeQL or at least openssl in there.

I tried but I have no idea. I've created an issue and will investigate it some other day:

#966

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update OpenSSL to (at least) 3.0.7
3 participants