mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] wpewebkit: version bump 2.38.2 -> 2.38.5
@ 2023-02-23 14:52 Bastian Krause
  2023-02-23 14:52 ` [ptxdist] [PATCH 2/2] libwpe: version bump 1.14.0 -> 1.14.1 Bastian Krause
  2023-02-24  7:24 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.38.2 -> 2.38.5 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Bastian Krause @ 2023-02-23 14:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/wpewebkit.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
index c7363c591..6d6065cc7 100644
--- a/rules/wpewebkit.make
+++ b/rules/wpewebkit.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WPEWEBKIT) += wpewebkit
 #
 # Paths and names
 #
-WPEWEBKIT_VERSION	:= 2.38.2
-WPEWEBKIT_MD5		:= 451a450d64a45f2965d3c09792c63466
+WPEWEBKIT_VERSION	:= 2.38.5
+WPEWEBKIT_MD5		:= 73f7abd0c1cc808032869f72602166e3
 WPEWEBKIT		:= wpewebkit-$(WPEWEBKIT_VERSION)
 WPEWEBKIT_SUFFIX	:= tar.xz
 WPEWEBKIT_URL		:= https://wpewebkit.org/releases/$(WPEWEBKIT).$(WPEWEBKIT_SUFFIX)
-- 
2.30.2




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

* [ptxdist] [PATCH 2/2] libwpe: version bump 1.14.0 -> 1.14.1
  2023-02-23 14:52 [ptxdist] [PATCH 1/2] wpewebkit: version bump 2.38.2 -> 2.38.5 Bastian Krause
@ 2023-02-23 14:52 ` Bastian Krause
  2023-02-24  7:24   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-02-24  7:24 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.38.2 -> 2.38.5 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Bastian Krause @ 2023-02-23 14:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/libwpe.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libwpe.make b/rules/libwpe.make
index 799d4df61..4e0ea0ab8 100644
--- a/rules/libwpe.make
+++ b/rules/libwpe.make
@@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_LIBWPE) += libwpe
 #
 # Paths and names
 #
-LIBWPE_VERSION		:= 1.14.0
+LIBWPE_VERSION		:= 1.14.1
 LIBWPE_LIBRARY_VERSION	:= 1.0
-LIBWPE_MD5		:= f9737912975f979f9e4e01eec174a271
+LIBWPE_MD5		:= d834d70a6b3afb24a05ec188df248e52
 LIBWPE			:= libwpe-$(LIBWPE_VERSION)
 LIBWPE_SUFFIX		:= tar.xz
 LIBWPE_URL		:= https://wpewebkit.org/releases/$(LIBWPE).$(LIBWPE_SUFFIX)
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] wpewebkit: version bump 2.38.2 -> 2.38.5
  2023-02-23 14:52 [ptxdist] [PATCH 1/2] wpewebkit: version bump 2.38.2 -> 2.38.5 Bastian Krause
  2023-02-23 14:52 ` [ptxdist] [PATCH 2/2] libwpe: version bump 1.14.0 -> 1.14.1 Bastian Krause
@ 2023-02-24  7:24 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-02-24  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as 3631f68c13632665980ae3af4cb64e03444e4ea0.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:55 +0100, Bastian Krause <bst@pengutronix.de> wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20230223145233.307604-1-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
> index c7363c591cdb..6d6065cc7308 100644
> --- a/rules/wpewebkit.make
> +++ b/rules/wpewebkit.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WPEWEBKIT) += wpewebkit
>  #
>  # Paths and names
>  #
> -WPEWEBKIT_VERSION	:= 2.38.2
> -WPEWEBKIT_MD5		:= 451a450d64a45f2965d3c09792c63466
> +WPEWEBKIT_VERSION	:= 2.38.5
> +WPEWEBKIT_MD5		:= 73f7abd0c1cc808032869f72602166e3
>  WPEWEBKIT		:= wpewebkit-$(WPEWEBKIT_VERSION)
>  WPEWEBKIT_SUFFIX	:= tar.xz
>  WPEWEBKIT_URL		:= https://wpewebkit.org/releases/$(WPEWEBKIT).$(WPEWEBKIT_SUFFIX)



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

* Re: [ptxdist] [APPLIED] libwpe: version bump 1.14.0 -> 1.14.1
  2023-02-23 14:52 ` [ptxdist] [PATCH 2/2] libwpe: version bump 1.14.0 -> 1.14.1 Bastian Krause
@ 2023-02-24  7:24   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-02-24  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as b863fc59b3e33c6e105c362557782c4db102426e.

Michael

[sent from post-receive hook]

On Fri, 24 Feb 2023 08:24:57 +0100, Bastian Krause <bst@pengutronix.de> wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20230223145233.307604-2-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libwpe.make b/rules/libwpe.make
> index 799d4df61532..4e0ea0ab8114 100644
> --- a/rules/libwpe.make
> +++ b/rules/libwpe.make
> @@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_LIBWPE) += libwpe
>  #
>  # Paths and names
>  #
> -LIBWPE_VERSION		:= 1.14.0
> +LIBWPE_VERSION		:= 1.14.1
>  LIBWPE_LIBRARY_VERSION	:= 1.0
> -LIBWPE_MD5		:= f9737912975f979f9e4e01eec174a271
> +LIBWPE_MD5		:= d834d70a6b3afb24a05ec188df248e52
>  LIBWPE			:= libwpe-$(LIBWPE_VERSION)
>  LIBWPE_SUFFIX		:= tar.xz
>  LIBWPE_URL		:= https://wpewebkit.org/releases/$(LIBWPE).$(LIBWPE_SUFFIX)



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

end of thread, other threads:[~2023-02-24  7:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 14:52 [ptxdist] [PATCH 1/2] wpewebkit: version bump 2.38.2 -> 2.38.5 Bastian Krause
2023-02-23 14:52 ` [ptxdist] [PATCH 2/2] libwpe: version bump 1.14.0 -> 1.14.1 Bastian Krause
2023-02-24  7:24   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-24  7:24 ` [ptxdist] [APPLIED] wpewebkit: version bump 2.38.2 -> 2.38.5 Michael Olbrich

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