diff options
| author | John Audia | 2025-10-26 12:17:07 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-11-08 21:56:03 +0000 |
| commit | 5212866508a684adc6947cc8722137457b9e8106 (patch) | |
| tree | 6c2493b9a94e5952766de2c76fabfebf0889a30e | |
| parent | 5aab294726f35d8515945484cbee951655cdfe90 (diff) | |
| download | openwrt-5212866508a684adc6947cc8722137457b9e8106.tar.gz | |
pcre2: bump to 10.47
Update to latest version.
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.47/ChangeLog
Tested with snort3, no regressions.
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)
Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/20554
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/libs/pcre2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile index 81310d1bac..f170c527b5 100644 --- a/package/libs/pcre2/Makefile +++ b/package/libs/pcre2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre2 -PKG_VERSION:=10.46 +PKG_VERSION:=10.47 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/PCRE2Project/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERSION) -PKG_HASH:=15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f +PKG_HASH:=47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7 PKG_MAINTAINER:=Shane Peelar <lookatyouhacker@gmail.com> PKG_LICENSE:=BSD-3-Clause |