All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0
@ 2021-04-22  7:54 wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] mtools: upgrade 4.0.26 -> 4.0.27 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: wangmy @ 2021-04-22  7:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost/{boost-1.75.0.inc => boost-1.76.0.inc}                | 2 +-
 meta/recipes-support/boost/{boost_1.75.0.bb => boost_1.76.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/boost/{boost-1.75.0.inc => boost-1.76.0.inc} (90%)
 rename meta/recipes-support/boost/{boost_1.75.0.bb => boost_1.76.0.bb} (100%)

diff --git a/meta/recipes-support/boost/boost-1.75.0.inc b/meta/recipes-support/boost/boost-1.76.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.75.0.inc
rename to meta/recipes-support/boost/boost-1.76.0.inc
index e5a8488c58..3ae5a25b29 100644
--- a/meta/recipes-support/boost/boost-1.75.0.inc
+++ b/meta/recipes-support/boost/boost-1.76.0.inc
@@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://dl.bintray.com/boostorg/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb"
+SRC_URI[sha256sum] = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost_1.75.0.bb b/meta/recipes-support/boost/boost_1.76.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.75.0.bb
rename to meta/recipes-support/boost/boost_1.76.0.bb
-- 
2.25.1


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

* [OE-core] [PATCH] mtools: upgrade 4.0.26 -> 4.0.27
  2021-04-22  7:54 [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0 wangmy
@ 2021-04-22  7:54 ` wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] openssh: upgrade 8.5p1 -> 8.6p1 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2021-04-22  7:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mtools/{mtools_4.0.26.bb => mtools_4.0.27.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/mtools/{mtools_4.0.26.bb => mtools_4.0.27.bb} (93%)

diff --git a/meta/recipes-devtools/mtools/mtools_4.0.26.bb b/meta/recipes-devtools/mtools/mtools_4.0.27.bb
similarity index 93%
rename from meta/recipes-devtools/mtools/mtools_4.0.26.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.27.bb
index 4938713065..c6fa02ebdf 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.26.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.27.bb
@@ -24,7 +24,7 @@ RRECOMMENDS_${PN}_libc-glibc = "\
 	glibc-gconv-ibm866 \
 	glibc-gconv-ibm869 \
 	"
-SRC_URI[sha256sum] = "539f1c8b476a16e198d8bcb10a5799e22e69de49d854f7dbd85b64c2a45dea1a"
+SRC_URI[sha256sum] = "9c88c8d9244e54768e40b92c005e61ec4e084ea7c070df9184caf1a6408838b3"
 
 SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
            file://mtools-makeinfo.patch \
-- 
2.25.1


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

* [OE-core] [PATCH] openssh: upgrade 8.5p1 -> 8.6p1
  2021-04-22  7:54 [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0 wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] mtools: upgrade 4.0.26 -> 4.0.27 wangmy
@ 2021-04-22  7:54 ` wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.22 -> 0.29.23 wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0 wangmy
  3 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2021-04-22  7:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../openssh/{openssh_8.5p1.bb => openssh_8.6p1.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/openssh/{openssh_8.5p1.bb => openssh_8.6p1.bb} (98%)

diff --git a/meta/recipes-connectivity/openssh/openssh_8.5p1.bb b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb
similarity index 98%
rename from meta/recipes-connectivity/openssh/openssh_8.5p1.bb
rename to meta/recipes-connectivity/openssh/openssh_8.6p1.bb
index 6a49cf71cc..be56fe43b9 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.5p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
            file://sshd_check_keys \
            file://add-test-support-for-busybox.patch \
            "
-SRC_URI[sha256sum] = "f52f3f41d429aa9918e38cf200af225ccdd8e66f052da572870c89737646ec25"
+SRC_URI[sha256sum] = "c3e6e4da1621762c850d03b47eed1e48dff4cc9608ddeb547202a234df8ed7ae"
 
 # This CVE is specific to OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7
 # and when running in a Kerberos environment. As such it is not relevant to OpenEmbedded
-- 
2.25.1


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

* [OE-core] [PATCH] python3-cython: upgrade 0.29.22 -> 0.29.23
  2021-04-22  7:54 [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0 wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] mtools: upgrade 4.0.26 -> 4.0.27 wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] openssh: upgrade 8.5p1 -> 8.6p1 wangmy
@ 2021-04-22  7:54 ` wangmy
  2021-04-22  7:54 ` [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0 wangmy
  3 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2021-04-22  7:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/python/python-cython.inc                  | 2 +-
 .../{python3-cython_0.29.22.bb => python3-cython_0.29.23.bb}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cython_0.29.22.bb => python3-cython_0.29.23.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
index 0e6bac06a7..04fd2ec2b7 100644
--- a/meta/recipes-devtools/python/python-cython.inc
+++ b/meta/recipes-devtools/python/python-cython.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 PYPI_PACKAGE = "Cython"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "df6b83c7a6d1d967ea89a2903e4a931377634a297459652e4551734c48195406"
+SRC_URI[sha256sum] = "6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e"
 UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar"
 
 inherit pypi
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.22.bb b/meta/recipes-devtools/python/python3-cython_0.29.23.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-cython_0.29.22.bb
rename to meta/recipes-devtools/python/python3-cython_0.29.23.bb
-- 
2.25.1


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

* [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0
  2021-04-22  7:54 [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0 wangmy
                   ` (2 preceding siblings ...)
  2021-04-22  7:54 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.22 -> 0.29.23 wangmy
@ 2021-04-22  7:54 ` wangmy
  2021-04-23  5:31   ` Khem Raj
  3 siblings, 1 reply; 8+ messages in thread
From: wangmy @ 2021-04-22  7:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-multimedia/libtiff/{tiff_4.2.0.bb => tiff_4.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/libtiff/{tiff_4.2.0.bb => tiff_4.3.0.bb} (95%)

diff --git a/meta/recipes-multimedia/libtiff/tiff_4.2.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
similarity index 95%
rename from meta/recipes-multimedia/libtiff/tiff_4.2.0.bb
rename to meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
index ea8580a25e..abf0a67740 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.2.0.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
@@ -10,7 +10,7 @@ CVE_PRODUCT = "libtiff"
 
 SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
           "
-SRC_URI[sha256sum] = "eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb"
+SRC_URI[sha256sum] = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
 
 # exclude betas
 UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
-- 
2.25.1


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

* Re: [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0
  2021-04-22  7:54 ` [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0 wangmy
@ 2021-04-23  5:31   ` Khem Raj
  2021-04-23 15:59     ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2021-04-23  5:31 UTC (permalink / raw)
  To: wangmy; +Cc: Patches and discussions about the oe-core layer

this breaks gd package in meta-oe see

https://errors.yoctoproject.org/Errors/Details/577264/

On Thu, Apr 22, 2021 at 12:54 AM wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../recipes-multimedia/libtiff/{tiff_4.2.0.bb => tiff_4.3.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-multimedia/libtiff/{tiff_4.2.0.bb => tiff_4.3.0.bb} (95%)
>
> diff --git a/meta/recipes-multimedia/libtiff/tiff_4.2.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
> similarity index 95%
> rename from meta/recipes-multimedia/libtiff/tiff_4.2.0.bb
> rename to meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
> index ea8580a25e..abf0a67740 100644
> --- a/meta/recipes-multimedia/libtiff/tiff_4.2.0.bb
> +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
> @@ -10,7 +10,7 @@ CVE_PRODUCT = "libtiff"
>
>  SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
>            "
> -SRC_URI[sha256sum] = "eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb"
> +SRC_URI[sha256sum] = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
>
>  # exclude betas
>  UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
> --
> 2.25.1
>
>
> 
>

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

* Re: [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0
  2021-04-23  5:31   ` Khem Raj
@ 2021-04-23 15:59     ` Khem Raj
  0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2021-04-23 15:59 UTC (permalink / raw)
  To: wangmy; +Cc: Patches and discussions about the oe-core layer



On 4/22/21 10:31 PM, Khem Raj wrote:
> this breaks gd package in meta-oe see
> 
> https://errors.yoctoproject.org/Errors/Details/577264/
> 

FWIW I have sent a fix for this to meta-oe layer

> On Thu, Apr 22, 2021 at 12:54 AM wangmy <wangmy@fujitsu.com> wrote:
>>
>> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
>> ---
>>   .../recipes-multimedia/libtiff/{tiff_4.2.0.bb => tiff_4.3.0.bb} | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>   rename meta/recipes-multimedia/libtiff/{tiff_4.2.0.bb => tiff_4.3.0.bb} (95%)
>>
>> diff --git a/meta/recipes-multimedia/libtiff/tiff_4.2.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
>> similarity index 95%
>> rename from meta/recipes-multimedia/libtiff/tiff_4.2.0.bb
>> rename to meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
>> index ea8580a25e..abf0a67740 100644
>> --- a/meta/recipes-multimedia/libtiff/tiff_4.2.0.bb
>> +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb
>> @@ -10,7 +10,7 @@ CVE_PRODUCT = "libtiff"
>>
>>   SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
>>             "
>> -SRC_URI[sha256sum] = "eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb"
>> +SRC_URI[sha256sum] = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8"
>>
>>   # exclude betas
>>   UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
>> --
>> 2.25.1
>>
>>
>> 
>>

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

* [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0
@ 2021-04-22  7:58 wangmy
  0 siblings, 0 replies; 8+ messages in thread
From: wangmy @ 2021-04-22  7:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost/{boost-1.75.0.inc => boost-1.76.0.inc}                | 2 +-
 meta/recipes-support/boost/{boost_1.75.0.bb => boost_1.76.0.bb} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/boost/{boost-1.75.0.inc => boost-1.76.0.inc} (90%)
 rename meta/recipes-support/boost/{boost_1.75.0.bb => boost_1.76.0.bb} (100%)

diff --git a/meta/recipes-support/boost/boost-1.75.0.inc b/meta/recipes-support/boost/boost-1.76.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.75.0.inc
rename to meta/recipes-support/boost/boost-1.76.0.inc
index e5a8488c58..3ae5a25b29 100644
--- a/meta/recipes-support/boost/boost-1.75.0.inc
+++ b/meta/recipes-support/boost/boost-1.76.0.inc
@@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://dl.bintray.com/boostorg/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb"
+SRC_URI[sha256sum] = "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost_1.75.0.bb b/meta/recipes-support/boost/boost_1.76.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.75.0.bb
rename to meta/recipes-support/boost/boost_1.76.0.bb
-- 
2.25.1


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

end of thread, other threads:[~2021-04-23 15:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  7:54 [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0 wangmy
2021-04-22  7:54 ` [OE-core] [PATCH] mtools: upgrade 4.0.26 -> 4.0.27 wangmy
2021-04-22  7:54 ` [OE-core] [PATCH] openssh: upgrade 8.5p1 -> 8.6p1 wangmy
2021-04-22  7:54 ` [OE-core] [PATCH] python3-cython: upgrade 0.29.22 -> 0.29.23 wangmy
2021-04-22  7:54 ` [OE-core] [PATCH] tiff: upgrade 4.2.0 -> 4.3.0 wangmy
2021-04-23  5:31   ` Khem Raj
2021-04-23 15:59     ` Khem Raj
2021-04-22  7:58 [OE-core] [PATCH] boost: upgrade 1.75.0 -> 1.76.0 wangmy

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.