* [meta-oe][dunfell][PATCH] c-ares: Bump PV to 1.16.1
@ 2022-01-11 12:54 Ernst Sjöstrand
2022-01-11 16:39 ` [oe] " Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Ernst Sjöstrand @ 2022-01-11 12:54 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org; +Cc: akuster808@gmail.com
Signed-off-by: Ernst Sjöstrand <ernst.sjostrand@verisure.com>
---
meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
index b77604797..692a5f0d6 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
-PV = "1.16.0+gitr${SRCPV}"
+PV = "1.16.1+gitr${SRCPV}"
SRC_URI = "\
git://github.com/c-ares/c-ares.git;branch=main;protocol=https \
--
2.34.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [oe] [meta-oe][dunfell][PATCH] c-ares: Bump PV to 1.16.1
2022-01-11 12:54 [meta-oe][dunfell][PATCH] c-ares: Bump PV to 1.16.1 Ernst Sjöstrand
@ 2022-01-11 16:39 ` Khem Raj
2022-01-12 7:06 ` [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump " Ernst Sjöstrand
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-01-11 16:39 UTC (permalink / raw)
To: Ernst Sjöstrand
Cc: akuster808@gmail.com, openembedded-devel@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]
On Tue, Jan 11, 2022 at 4:54 AM Ernst Sjöstrand <
ernst.sjostrand@lists.verisure.com> wrote:
> Signed-off-by: Ernst Sjöstrand <ernst.sjostrand@verisure.com>
> ---
> meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
> b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
> index b77604797..692a5f0d6 100644
> --- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
> +++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
> @@ -5,7 +5,7 @@ SECTION = "libs"
> LICENSE = "MIT"
> LIC_FILES_CHKSUM =
> "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
>
> -PV = "1.16.0+gitr${SRCPV}"
> +PV = "1.16.1+gitr${SRCPV}"
If it is release tag which is being used for srcrev then drop the part
after +
>
>
> SRC_URI = "\
> git://github.com/c-ares/c-ares.git;branch=main;protocol=https \
> --
> 2.34.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94744):
> https://lists.openembedded.org/g/openembedded-devel/message/94744
> Mute This Topic: https://lists.openembedded.org/mt/88347585/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 2958 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump to 1.16.1
2022-01-11 16:39 ` [oe] " Khem Raj
@ 2022-01-12 7:06 ` Ernst Sjöstrand
2022-01-17 11:13 ` Ranjitsinh Rathod
2022-01-25 8:14 ` Ernst Sjöstrand
0 siblings, 2 replies; 5+ messages in thread
From: Ernst Sjöstrand @ 2022-01-12 7:06 UTC (permalink / raw)
To: raj.khem@gmail.com, openembedded-devel@lists.openembedded.org
Cc: akuster808@gmail.com
Since SRCREV is pointing to the release tag we can drop the PV part and
just use it from the filename.
Signed-off-by: Ernst Sjöstrand <ernst.sjostrand@verisure.com>
---
meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
index b77604797..462ed5c45 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
@@ -5,8 +5,6 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
-PV = "1.16.0+gitr${SRCPV}"
-
SRC_URI = "\
git://github.com/c-ares/c-ares.git;branch=main;protocol=https \
file://cmake-install-libcares.pc.patch \
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump to 1.16.1
2022-01-12 7:06 ` [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump " Ernst Sjöstrand
@ 2022-01-17 11:13 ` Ranjitsinh Rathod
2022-01-25 8:14 ` Ernst Sjöstrand
1 sibling, 0 replies; 5+ messages in thread
From: Ranjitsinh Rathod @ 2022-01-17 11:13 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 437 bytes --]
Hi all,
I think during https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/dunfell-nut&id=9ce3df8c2a10b45aa3695cf257aa27fd346d52a7 patch merge, PV variable is not updated and so CVE-2020-14354 is reported by cve tool. So removing PV can solve this.
I have verified using "bitbake -c cve_check c-ares" and after removing the PV variable, cve tool is not reporting CVE-2020-14354 anymore.
Thanks,
Ranjitsinh
[-- Attachment #2: Type: text/html, Size: 916 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump to 1.16.1
2022-01-12 7:06 ` [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump " Ernst Sjöstrand
2022-01-17 11:13 ` Ranjitsinh Rathod
@ 2022-01-25 8:14 ` Ernst Sjöstrand
1 sibling, 0 replies; 5+ messages in thread
From: Ernst Sjöstrand @ 2022-01-25 8:14 UTC (permalink / raw)
To: raj.khem@gmail.com, openembedded-devel@lists.openembedded.org
Cc: akuster808@gmail.com
Hi Armin,
did you see this updated patch?
It just aligns the PV with the actual version, and it silences cve-check also.
Regards
//Ernst
On Wed, 2022-01-12 at 08:06 +0100, Ernst Sjöstrand wrote:
> Since SRCREV is pointing to the release tag we can drop the PV part and
> just use it from the filename.
>
> Signed-off-by: Ernst Sjöstrand <ernst.sjostrand@verisure.com>
> ---
> meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb b/meta-
> oe/recipes-support/c-ares/c-ares_1.16.1.bb
> index b77604797..462ed5c45 100644
> --- a/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
> +++ b/meta-oe/recipes-support/c-ares/c-ares_1.16.1.bb
> @@ -5,8 +5,6 @@ SECTION = "libs"
> LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb997454c8d62aa6a47f07a8cd48b006"
>
> -PV = "1.16.0+gitr${SRCPV}"
> -
> SRC_URI = "\
> git://github.com/c-ares/c-ares.git;branch=main;protocol=https \
> file://cmake-install-libcares.pc.patch \
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-25 8:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-11 12:54 [meta-oe][dunfell][PATCH] c-ares: Bump PV to 1.16.1 Ernst Sjöstrand
2022-01-11 16:39 ` [oe] " Khem Raj
2022-01-12 7:06 ` [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump " Ernst Sjöstrand
2022-01-17 11:13 ` Ranjitsinh Rathod
2022-01-25 8:14 ` Ernst Sjöstrand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox