projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ba3fc
)
pcre2: bump to 10.46
author
John Audia
<
[email protected]
>
Sat, 30 Aug 2025 11:26:03 +0000
(07:26 -0400)
committer
Nick Hainke
<
[email protected]
>
Sun, 31 Aug 2025 10:23:24 +0000
(12:23 +0200)
Update to latest version.
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.46/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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/19904
Signed-off-by: Nick Hainke <
[email protected]
>
package/libs/pcre2/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/pcre2/Makefile
b/package/libs/pcre2/Makefile
index 084a63c0611df443f2d17175d873bfb7d59f3365..81310d1bac6aa33084965c1d5ed5dfcac00e1fc6 100644
(file)
--- a/
package/libs/pcre2/Makefile
+++ b/
package/libs/pcre2/Makefile
@@
-8,12
+8,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcre2
-PKG_VERSION:=10.4
2
+PKG_VERSION:=10.4
6
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:=
8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
+PKG_HASH:=
15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f
PKG_MAINTAINER:=Shane Peelar <
[email protected]
>
PKG_LICENSE:=BSD-3-Clause