Skip to content

Commit ad42cdc

Browse files
committed
bump pcre2
1 parent 3b6961a commit ad42cdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Release 6.0.27 (Not yet released)
2222
- rubygems: 3.6.2 -> 3.6.6
2323
- zstd: 1.5.6 -> 1.5.7
2424
* [Nginx] Upgrades preferred Nginx to 1.26.3 from 1.26.2.
25-
*
25+
* [Nginx] The preferred PCRE2 version is now 10.45 (previously 10.39).
2626

2727

2828
Release 6.0.26

src/ruby_supportlib/phusion_passenger.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ module PhusionPassenger
4343
PACKAGING_NGINX_SHA256_CHECKSUM = '69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa'
4444

4545
# sha256sum of the .tar.gz
46-
PREFERRED_PCRE_VERSION = '10.39'
47-
PCRE_SHA256_CHECKSUM = '0781bd2536ef5279b1943471fdcdbd9961a2845e1d2c9ad849b9bd98ba1a9bd4'
46+
PREFERRED_PCRE_VERSION = '10.45'
47+
PCRE_SHA256_CHECKSUM = '0e138387df7835d7403b8351e2226c1377da804e0737db0e071b48f07c9d12ee'
4848

4949
STANDALONE_INTERFACE_VERSION = 1
5050

0 commit comments

Comments
 (0)