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

chore(deps): bump pcre2 to 10.44 #13451

Merged
merged 1 commit into from
Aug 8, 2024
Merged

chore(deps): bump pcre2 to 10.44 #13451

merged 1 commit into from
Aug 8, 2024

Conversation

bungle
Copy link
Member

@bungle bungle commented Aug 5, 2024

Summary

This is mostly a bug-fix and tidying release. There is one new function, to set a maximum size for a compiled pattern. The maximum name length for groups is increased to 128. Some auxiliary files for building under VMS are added.

KAG-5081

@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Aug 5, 2024
### Summary

This is mostly a bug-fix and tidying release. There is one new function, to set
a maximum size for a compiled pattern. The maximum name length for groups is
increased to 128. Some auxiliary files for building under VMS are added.

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
@bungle bungle merged commit 8ae3dd5 into master Aug 8, 2024
25 checks passed
@bungle bungle deleted the chore/pcre-10.44 branch August 8, 2024 08:28
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13451-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13451-to-master-to-upstream
git checkout -b cherry-pick-13451-to-master-to-upstream
ancref=$(git merge-base eec79525ddc12bad2fc4b717ffdcb74e3b1f3611 585c98aa0e9eba088eeae2c9d2eb3b43c30850c9)
git cherry-pick -x $ancref..585c98aa0e9eba088eeae2c9d2eb3b43c30850c9

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Aug 8, 2024
@kikito kikito removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Aug 13, 2024
oowl pushed a commit that referenced this pull request Aug 15, 2024
This is mostly a bug-fix and tidying release. There is one new function, to set
a maximum size for a compiled pattern. The maximum name length for groups is
increased to 128. Some auxiliary files for building under VMS are added.

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants