Message ID | 20220701134413.99129-1-jose.quaresma@foundries.io |
---|---|
State | New |
Headers | show |
Series | ] Update to 7.84.0 | expand |
subject is missing recipe name. On Fri, Jul 1, 2022 at 9:44 AM Jose Quaresma <quaresma.jose@gmail.com> wrote: > > Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> > --- > meta/recipes-support/curl/{curl_7.83.1.bb => curl_7.84.0.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-support/curl/{curl_7.83.1.bb => curl_7.84.0.bb} (97%) > > diff --git a/meta/recipes-support/curl/curl_7.83.1.bb b/meta/recipes-support/curl/curl_7.84.0.bb > similarity index 97% > rename from meta/recipes-support/curl/curl_7.83.1.bb > rename to meta/recipes-support/curl/curl_7.84.0.bb > index 1d9de29a65..ade2846a64 100644 > --- a/meta/recipes-support/curl/curl_7.83.1.bb > +++ b/meta/recipes-support/curl/curl_7.84.0.bb > @@ -10,7 +10,7 @@ LICENSE = "MIT-open-group" > LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" > > SRC_URI = "https://curl.se/download/${BP}.tar.xz" > -SRC_URI[sha256sum] = "2cb9c2356e7263a1272fd1435ef7cdebf2cd21400ec287b068396deb705c22c4" > +SRC_URI[sha256sum] = "2d118b43f547bfe5bae806d8d47b4e596ea5b25a6c1f080aef49fbcd817c5db8" > > # Curl has used many names over the years... > CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" > -- > 2.37.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#167469): https://lists.openembedded.org/g/openembedded-core/message/167469 > Mute This Topic: https://lists.openembedded.org/mt/92109630/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Khem Raj <raj.khem@gmail.com> escreveu no dia sexta, 1/07/2022 à(s) 14:58: > subject is missing recipe name. > thanks, fixed in v2 > > On Fri, Jul 1, 2022 at 9:44 AM Jose Quaresma <quaresma.jose@gmail.com> > wrote: > > > > Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> > > --- > > meta/recipes-support/curl/{curl_7.83.1.bb => curl_7.84.0.bb} | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > rename meta/recipes-support/curl/{curl_7.83.1.bb => curl_7.84.0.bb} > (97%) > > > > diff --git a/meta/recipes-support/curl/curl_7.83.1.bb > b/meta/recipes-support/curl/curl_7.84.0.bb > > similarity index 97% > > rename from meta/recipes-support/curl/curl_7.83.1.bb > > rename to meta/recipes-support/curl/curl_7.84.0.bb > > index 1d9de29a65..ade2846a64 100644 > > --- a/meta/recipes-support/curl/curl_7.83.1.bb > > +++ b/meta/recipes-support/curl/curl_7.84.0.bb > > @@ -10,7 +10,7 @@ LICENSE = "MIT-open-group" > > LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" > > > > SRC_URI = "https://curl.se/download/${BP}.tar.xz" > > -SRC_URI[sha256sum] = > "2cb9c2356e7263a1272fd1435ef7cdebf2cd21400ec287b068396deb705c22c4" > > +SRC_URI[sha256sum] = > "2d118b43f547bfe5bae806d8d47b4e596ea5b25a6c1f080aef49fbcd817c5db8" > > > > # Curl has used many names over the years... > > CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl > libcurl:libcurl daniel_stenberg:curl" > > -- > > 2.37.0 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#167469): > https://lists.openembedded.org/g/openembedded-core/message/167469 > > Mute This Topic: https://lists.openembedded.org/mt/92109630/1997914 > > Group Owner: openembedded-core+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > raj.khem@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > >
diff --git a/meta/recipes-support/curl/curl_7.83.1.bb b/meta/recipes-support/curl/curl_7.84.0.bb similarity index 97% rename from meta/recipes-support/curl/curl_7.83.1.bb rename to meta/recipes-support/curl/curl_7.84.0.bb index 1d9de29a65..ade2846a64 100644 --- a/meta/recipes-support/curl/curl_7.83.1.bb +++ b/meta/recipes-support/curl/curl_7.84.0.bb @@ -10,7 +10,7 @@ LICENSE = "MIT-open-group" LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" SRC_URI = "https://curl.se/download/${BP}.tar.xz" -SRC_URI[sha256sum] = "2cb9c2356e7263a1272fd1435ef7cdebf2cd21400ec287b068396deb705c22c4" +SRC_URI[sha256sum] = "2d118b43f547bfe5bae806d8d47b4e596ea5b25a6c1f080aef49fbcd817c5db8" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> --- meta/recipes-support/curl/{curl_7.83.1.bb => curl_7.84.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.83.1.bb => curl_7.84.0.bb} (97%)