All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-networking] [PATCH] mosquitto: upgrade 2.0.10 -> 2.0.11
@ 2021-06-18 14:11 zangrc
  2021-06-18 15:40 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: zangrc @ 2021-06-18 14:11 UTC (permalink / raw)
  To: openembedded-devel

-License-Update: notice.html does not exist in this version, use NOTICE.md to
check.

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
---
 .../mosquitto/{mosquitto_2.0.10.bb => mosquitto_2.0.11.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.10.bb => mosquitto_2.0.11.bb} (93%)

diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb
similarity index 93%
rename from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb
index b815ac3b49..9f1c024bbd 100644
--- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
+++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb
@@ -10,7 +10,7 @@ LICENSE = "EPL-2.0 | EDL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \
                     file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \
                     file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
-                    file://notice.html;md5=541f8f37af492858dab8d2c1b69ede69 \
+                    file://NOTICE.md;md5=a7a91b4754c6f7995020d1b49bc829c6 \
 "
 DEPENDS = "uthash cjson dlt-daemon"
 
@@ -19,8 +19,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
            file://1571.patch \
 "
 
-SRC_URI[md5sum] = "3d1c327d8c5881f56983bee1e3c8f068"
-SRC_URI[sha256sum] = "0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44"
+SRC_URI[md5sum] = "638d801e6aac611b41de76d030951612"
+SRC_URI[sha256sum] = "7b36a7198bce85cf31b132f5c6ee36dcf5dadf86fb768501eb1e11ce95d4f78a"
 
 inherit systemd update-rc.d useradd cmake
 
-- 
2.25.1


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

* Re: [oe] [meta-networking] [PATCH] mosquitto: upgrade 2.0.10 -> 2.0.11
  2021-06-18 14:11 [oe] [meta-networking] [PATCH] mosquitto: upgrade 2.0.10 -> 2.0.11 zangrc
@ 2021-06-18 15:40 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-06-18 15:40 UTC (permalink / raw)
  To: openembedded-devel



On 6/18/21 7:11 AM, zangrc wrote:
> -License-Update: notice.html does not exist in this version, use NOTICE.md to
> check.

is the content still same ?

> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
> ---
>   .../mosquitto/{mosquitto_2.0.10.bb => mosquitto_2.0.11.bb}  | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.10.bb => mosquitto_2.0.11.bb} (93%)
> 
> diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb
> similarity index 93%
> rename from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
> rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb
> index b815ac3b49..9f1c024bbd 100644
> --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
> +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb
> @@ -10,7 +10,7 @@ LICENSE = "EPL-2.0 | EDL-1.0"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \
>                       file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \
>                       file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \
> -                    file://notice.html;md5=541f8f37af492858dab8d2c1b69ede69 \
> +                    file://NOTICE.md;md5=a7a91b4754c6f7995020d1b49bc829c6 \
>   "
>   DEPENDS = "uthash cjson dlt-daemon"
>   
> @@ -19,8 +19,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
>              file://1571.patch \
>   "
>   
> -SRC_URI[md5sum] = "3d1c327d8c5881f56983bee1e3c8f068"
> -SRC_URI[sha256sum] = "0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44"
> +SRC_URI[md5sum] = "638d801e6aac611b41de76d030951612"
> +SRC_URI[sha256sum] = "7b36a7198bce85cf31b132f5c6ee36dcf5dadf86fb768501eb1e11ce95d4f78a"
>   
>   inherit systemd update-rc.d useradd cmake
>   
> 
> 
> 
> 
> 

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

end of thread, other threads:[~2021-06-18 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 14:11 [oe] [meta-networking] [PATCH] mosquitto: upgrade 2.0.10 -> 2.0.11 zangrc
2021-06-18 15:40 ` 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.