mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pcre2: Version bump. 10.44 -> 10.45
@ 2025-02-12 20:42 Christian Melki
  2025-02-17  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-02-12 20:42 UTC (permalink / raw)
  To: ptxdist

Bunch of changes. Some change existing behavior.
https://github.com/PCRE2Project/pcre2/blob/pcre2-10.45/NEWS

* License file changed format. Looks like the text contents is the same though.

* Add options.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/pcre2.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/pcre2.make b/rules/pcre2.make
index 39a3fbab5..d8b9baf9f 100644
--- a/rules/pcre2.make
+++ b/rules/pcre2.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_PCRE2) += pcre2
 #
 # Paths and names
 #
-PCRE2_VERSION		:= 10.44
-PCRE2_MD5		:= 9d1fe11e2e919c7b395e3e8f0a5c3eec
+PCRE2_VERSION		:= 10.45
+PCRE2_MD5		:= f71abbe1b5adf25cd9af5d26ef223b66
 PCRE2			:= pcre2-$(PCRE2_VERSION)
 PCRE2_SUFFIX		:= tar.bz2
 PCRE2_URL		:= https://github.com/PCRE2Project/pcre2/releases/download/$(PCRE2)/$(PCRE2).$(PCRE2_SUFFIX)
 PCRE2_SOURCE		:= $(SRCDIR)/$(PCRE2).$(PCRE2_SUFFIX)
 PCRE2_DIR		:= $(BUILDDIR)/$(PCRE2)
 PCRE2_LICENSE		:= BSD-3-Clause
-PCRE2_LICENSE_FILES	:= file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a
+PCRE2_LICENSE_FILES	:= file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -34,6 +34,7 @@ PCRE2_LICENSE_FILES	:= file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a
 PCRE2_CONF_TOOL	:= autoconf
 PCRE2_CONF_OPT	:=  \
 	$(CROSS_AUTOCONF_USR) \
+	$(GLOBAL_LARGE_FILE_OPTION) \
 	--$(call ptx/endis,PTXCONF_PCRE2_8)-pcre2-8 \
 	--$(call ptx/endis,PTXCONF_PCRE2_16)-pcre2-16 \
 	--$(call ptx/endis,PTXCONF_PCRE2_32)-pcre2-32 \
@@ -57,6 +58,7 @@ PCRE2_CONF_OPT	:=  \
 	--disable-valgrind \
 	--disable-coverage \
 	--disable-fuzz-support \
+	--disable-diff-fuzz-support \
 	--enable-percent-zt
 
 # ----------------------------------------------------------------------------
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] pcre2: Version bump. 10.44 -> 10.45
  2025-02-12 20:42 [ptxdist] [PATCH] pcre2: Version bump. 10.44 -> 10.45 Christian Melki
@ 2025-02-17  7:24 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-02-17  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as eaab1d57213028645b6a592adef88e115abb3412.

Michael

[sent from post-receive hook]

On Mon, 17 Feb 2025 08:24:40 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Bunch of changes. Some change existing behavior.
> https://github.com/PCRE2Project/pcre2/blob/pcre2-10.45/NEWS
> 
> * License file changed format. Looks like the text contents is the same though.
> 
> * Add options.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250212204244.3064678-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/pcre2.make b/rules/pcre2.make
> index 39a3fbab56ae..d8b9baf9f9e1 100644
> --- a/rules/pcre2.make
> +++ b/rules/pcre2.make
> @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_PCRE2) += pcre2
>  #
>  # Paths and names
>  #
> -PCRE2_VERSION		:= 10.44
> -PCRE2_MD5		:= 9d1fe11e2e919c7b395e3e8f0a5c3eec
> +PCRE2_VERSION		:= 10.45
> +PCRE2_MD5		:= f71abbe1b5adf25cd9af5d26ef223b66
>  PCRE2			:= pcre2-$(PCRE2_VERSION)
>  PCRE2_SUFFIX		:= tar.bz2
>  PCRE2_URL		:= https://github.com/PCRE2Project/pcre2/releases/download/$(PCRE2)/$(PCRE2).$(PCRE2_SUFFIX)
>  PCRE2_SOURCE		:= $(SRCDIR)/$(PCRE2).$(PCRE2_SUFFIX)
>  PCRE2_DIR		:= $(BUILDDIR)/$(PCRE2)
>  PCRE2_LICENSE		:= BSD-3-Clause
> -PCRE2_LICENSE_FILES	:= file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a
> +PCRE2_LICENSE_FILES	:= file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -34,6 +34,7 @@ PCRE2_LICENSE_FILES	:= file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a
>  PCRE2_CONF_TOOL	:= autoconf
>  PCRE2_CONF_OPT	:=  \
>  	$(CROSS_AUTOCONF_USR) \
> +	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--$(call ptx/endis,PTXCONF_PCRE2_8)-pcre2-8 \
>  	--$(call ptx/endis,PTXCONF_PCRE2_16)-pcre2-16 \
>  	--$(call ptx/endis,PTXCONF_PCRE2_32)-pcre2-32 \
> @@ -57,6 +58,7 @@ PCRE2_CONF_OPT	:=  \
>  	--disable-valgrind \
>  	--disable-coverage \
>  	--disable-fuzz-support \
> +	--disable-diff-fuzz-support \
>  	--enable-percent-zt
>  
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-17  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-12 20:42 [ptxdist] [PATCH] pcre2: Version bump. 10.44 -> 10.45 Christian Melki
2025-02-17  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox