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

fix: add required pubkey for 1.25.5 #75

Merged
merged 1 commit into from
Apr 23, 2024
Merged

fix: add required pubkey for 1.25.5 #75

merged 1 commit into from
Apr 23, 2024

Conversation

allan2
Copy link
Contributor

@allan2 allan2 commented Apr 19, 2024

Roman's key is necessary to build for nginx 1.25.5.

You can verify the key is legitimate through:

wget https://nginx.org/download/nginx-1.25.5.tar.gz
wget https://nginx.org/download/nginx-1.25.5.tar.gz.asc
gpg --verify nginx-1.25.5.tar.gz.asc

It is also here: https://keyserver.ubuntu.com/pks/lookup?search=43387825DDB1BB97EC36BA5D007C8D7C15D87369&fingerprint=on&op=index

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have written my commit messages in the Conventional Commits format.
  • I have read the CONTRIBUTING doc
  • I have added tests (when possible) that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Roman's key is necessary to build for nginx 1.25.5.

You can verify the key is legitimate through:

```
wget https://nginx.org/download/nginx-1.25.5.tar.gz
wget https://nginx.org/download/nginx-1.25.5.tar.gz.asc
gpg --verify nginx-1.25.5.tar.gz.asc
```

It is also here: https://keyserver.ubuntu.com/pks/lookup?search=43387825DDB1BB97EC36BA5D007C8D7C15D87369&fingerprint=on&op=index
Copy link
Contributor

@dekobon dekobon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution!

@dekobon dekobon merged commit c795063 into nginx:master Apr 23, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants