All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libwebsockets: update to version 4.3.2
@ 2022-07-22 13:43 Radovan Scasny
  2022-07-22 14:39 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Radovan Scasny @ 2022-07-22 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Radovan Scasny

Signed-off-by: Radovan Scasny <radovan.scasny@siemens.com>
---
 .../{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb}      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb} (93%)

diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
similarity index 93%
rename from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb
rename to meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
index 2a3a4ebd06..21297f2c4e 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
@@ -1,13 +1,13 @@
 SUMMARY = "Canonical libwebsockets.org websocket library"
 HOMEPAGE = "https://libwebsockets.org/"
 LICENSE = "MIT & Zlib & BSD-3-Clause & Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c8bea43a2eb5d713c338819a0be07797"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b"
 
 DEPENDS = "zlib"
 
 S = "${WORKDIR}/git"
-SRCREV = "8d605f0649ed1ab6d27a443c7688598ea21fdb75"
-SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.2-stable"
+SRCREV = "b0a749c8e7a8294b68581ce4feac0e55045eb00b"
+SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable"
 
 UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
-- 
2.20.1



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

* Re: [oe] [meta-oe][PATCH] libwebsockets: update to version 4.3.2
  2022-07-22 13:43 [meta-oe][PATCH] libwebsockets: update to version 4.3.2 Radovan Scasny
@ 2022-07-22 14:39 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-07-22 14:39 UTC (permalink / raw)
  To: Radovan Scasny, openembedded-devel



On 7/22/22 9:43 AM, Radovan Scasny wrote:
> Signed-off-by: Radovan Scasny <radovan.scasny@siemens.com>
> ---
>   .../{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb}      | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb} (93%)
> 
> diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
> similarity index 93%
> rename from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb
> rename to meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
> index 2a3a4ebd06..21297f2c4e 100644
> --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.2.bb
> +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.2.bb
> @@ -1,13 +1,13 @@
>   SUMMARY = "Canonical libwebsockets.org websocket library"
>   HOMEPAGE = "https://libwebsockets.org/"
>   LICENSE = "MIT & Zlib & BSD-3-Clause & Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=c8bea43a2eb5d713c338819a0be07797"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=382bfdf329e774859fd401eaf850d29b"

what enforced the checksum change ? Can you add this information to 
commit message as well ?

>   
>   DEPENDS = "zlib"
>   
>   S = "${WORKDIR}/git"
> -SRCREV = "8d605f0649ed1ab6d27a443c7688598ea21fdb75"
> -SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.2-stable"
> +SRCREV = "b0a749c8e7a8294b68581ce4feac0e55045eb00b"
> +SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable"
>   
>   UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"
>   UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97947): https://lists.openembedded.org/g/openembedded-devel/message/97947
> Mute This Topic: https://lists.openembedded.org/mt/92547660/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


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

end of thread, other threads:[~2022-07-22 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 13:43 [meta-oe][PATCH] libwebsockets: update to version 4.3.2 Radovan Scasny
2022-07-22 14:39 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.