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

c_rehash: Fix file extension matching #19427

Closed
wants to merge 1 commit into from
Closed

Conversation

uedvt359
Copy link
Contributor

For some reason, parenthesis were added 8 years ago in commit a787c25. This essentially removed the . and $ constructs from the middle branches. Hence a file called e.g. cert.key would accidentally match the (cer) rule.

CLA: trivial

For some reason, parenthesis were added 8 years ago in commit
a787c25. This essentially removed the
\. and $ constructs from the middle branches. Hence a file called e.g.
cert.key would accidentally match the (cer) rule.

CLA: trivial
@t8m t8m added branch: master Merge to master branch approval: review pending This pull request needs review by a committer approval: otc review pending This pull request needs review by an OTC member triaged: bug The issue/pr is/fixes a bug branch: 3.0 Merge to openssl-3.0 branch cla: trivial One of the commits is marked as 'CLA: trivial' labels Oct 18, 2022
Copy link
Member

@t8m t8m left a comment

Choose a reason for hiding this comment

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

OK with CLA: trivial

@t8m t8m removed the approval: otc review pending This pull request needs review by an OTC member label Oct 18, 2022
@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Oct 19, 2022
@paulidale
Copy link
Contributor

okay with trivial

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

@t8m
Copy link
Member

t8m commented Oct 20, 2022

Merged to master branch. In the end I've decided to not merge to 3.0 branch as in theory someone could depend on the existing match there and we do not want to introduce a break of such kind in existing stable release. Thank you for your contribution.

@t8m t8m removed the branch: 3.0 Merge to openssl-3.0 branch label Oct 20, 2022
@t8m t8m closed this Oct 20, 2022
openssl-machine pushed a commit that referenced this pull request Oct 20, 2022
For some reason, parenthesis were added 8 years ago in commit
a787c25. This essentially removed the
\. and $ constructs from the middle branches. Hence a file called e.g.
cert.key would accidentally match the (cer) rule.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #19427)
@uedvt359
Copy link
Contributor Author

appreciated, thank you!

t8m pushed a commit to t8m/openssl that referenced this pull request Nov 21, 2022
For some reason, parenthesis were added 8 years ago in commit
a787c25. This essentially removed the
\. and $ constructs from the middle branches. Hence a file called e.g.
cert.key would accidentally match the (cer) rule.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#19427)

(cherry picked from commit 706fc5f)
openssl-machine pushed a commit that referenced this pull request Nov 23, 2022
For some reason, parenthesis were added 8 years ago in commit
a787c25. This essentially removed the
\. and $ constructs from the middle branches. Hence a file called e.g.
cert.key would accidentally match the (cer) rule.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #19427)

(cherry picked from commit 706fc5f)
beldmit pushed a commit to beldmit/openssl that referenced this pull request Dec 26, 2022
For some reason, parenthesis were added 8 years ago in commit
a787c25. This essentially removed the
\. and $ constructs from the middle branches. Hence a file called e.g.
cert.key would accidentally match the (cer) rule.

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#19427)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch cla: trivial One of the commits is marked as 'CLA: trivial' triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants