mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/pcre2: bump version to 10.47
Release notes: https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.47 Updated license hash due to upstream commits:4f5a2ada2e1fffb0d44ed8a9f2fe55Added license file for sljit:d8a9f2fe55Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
51558fa3ea
commit
1023741fb1
@@ -1,5 +1,6 @@
|
||||
# Locally calculated after checking pgp signature:
|
||||
# https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.46/pcre2-10.46.tar.bz2.sig
|
||||
sha256 15fbc5aba6beee0b17aecb04602ae39432393aba1ebd8e39b7cabf7db883299f pcre2-10.46.tar.bz2
|
||||
# https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.bz2.sig
|
||||
sha256 47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7 pcre2-10.47.tar.bz2
|
||||
# Locally computed
|
||||
sha256 9cf7ac6976099a1d856826d3ef1b093bd6b84489dc6100628ac79e740cf9885a LICENCE.md
|
||||
sha256 197d8a73ffee0d6b09adba2f9c677b5f5aede24edf89258a68e48248d010d811 LICENCE.md
|
||||
sha256 5f216505c0f6ea3273caec89e766eef93cdeb7bbb0c429f9360116d7c938feeb deps/sljit/LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PCRE2_VERSION = 10.46
|
||||
PCRE2_VERSION = 10.47
|
||||
PCRE2_SITE = https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(PCRE2_VERSION)
|
||||
PCRE2_SOURCE = pcre2-$(PCRE2_VERSION).tar.bz2
|
||||
PCRE2_LICENSE = BSD-3-Clause
|
||||
@@ -22,6 +22,8 @@ PCRE2_CONF_OPTS += $(if $(BR2_PACKAGE_PCRE2_32),--enable-pcre2-32,--disable-pcre
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PCRE2_JIT),y)
|
||||
PCRE2_CONF_OPTS += --enable-jit
|
||||
PCRE2_LICENSE += BSD-2-Clause
|
||||
PCRE2_LICENSE_FILES += deps/sljit/LICENSE
|
||||
else
|
||||
PCRE2_CONF_OPTS += --disable-jit
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user