public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] libgit2: upgrade 1.6.3 -> 1.6.4
@ 2023-04-17  8:04 wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] libsolv: upgrade 0.7.23 -> 0.7.24 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-04-17  8:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Bug fixes
=========
    config: return GIT_ENOTFOUND for missing programdata 

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libgit2/{libgit2_1.6.3.bb => libgit2_1.6.4.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libgit2/{libgit2_1.6.3.bb => libgit2_1.6.4.bb} (92%)

diff --git a/meta/recipes-support/libgit2/libgit2_1.6.3.bb b/meta/recipes-support/libgit2/libgit2_1.6.4.bb
similarity index 92%
rename from meta/recipes-support/libgit2/libgit2_1.6.3.bb
rename to meta/recipes-support/libgit2/libgit2_1.6.4.bb
index cab7d7a20a..ffe00d8653 100644
--- a/meta/recipes-support/libgit2/libgit2_1.6.3.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.6.4.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5bdf47bbc9a39dc6ce076d59e322dc17"
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
 SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.6;protocol=https"
-SRCREV = "c058aa87dce4c67a3b86b3349beebd64b7bedcd3"
+SRCREV = "e6325351ceee58cf56f58bdce61b38907805544f"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [OE-core] [PATCH] libsolv: upgrade 0.7.23 -> 0.7.24
  2023-04-17  8:04 [OE-core] [PATCH] libgit2: upgrade 1.6.3 -> 1.6.4 wangmy
@ 2023-04-17  8:04 ` wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] libxml2: upgrade 2.10.3 -> 2.10.4 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-04-17  8:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- selected bug fixes:
  * handle learnt rules in solver_alternativeinfo()
- new features:
  * support x86_64_v[234] architecture levels
  * implement decision sorting for package decisionlists

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsolv/{libsolv_0.7.23.bb => libsolv_0.7.24.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/libsolv/{libsolv_0.7.23.bb => libsolv_0.7.24.bb} (95%)

diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.23.bb b/meta/recipes-extended/libsolv/libsolv_0.7.24.bb
similarity index 95%
rename from meta/recipes-extended/libsolv/libsolv_0.7.23.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.24.bb
index 1256905720..7c8f1fd372 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.23.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.24.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \
            file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \
 "
 
-SRCREV = "6deaca7cf61ec2b32c4a3b494a751c8d15efbe8b"
+SRCREV = "4d05dca3974156faf2f025ca4a82b68904848307"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
-- 
2.34.1



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

* [OE-core] [PATCH] libxml2: upgrade 2.10.3 -> 2.10.4
  2023-04-17  8:04 [OE-core] [PATCH] libgit2: upgrade 1.6.3 -> 1.6.4 wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] libsolv: upgrade 0.7.23 -> 0.7.24 wangmy
@ 2023-04-17  8:04 ` wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] boost: upgrade 1.81.0 -> 1.82.0 wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] ofono: upgrade 2.0 -> 2.1 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-04-17  8:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
### Security

- [CVE-2023-29469] Hashing of empty dict strings isn't deterministic
- [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType
- schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK

### Regressions

- SAX2: Ignore namespaces in HTML documents
- io: Fix "buffer full" error with certain buffer sizes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libxml/{libxml2_2.10.3.bb => libxml2_2.10.4.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/libxml/{libxml2_2.10.3.bb => libxml2_2.10.4.bb} (97%)

diff --git a/meta/recipes-core/libxml/libxml2_2.10.3.bb b/meta/recipes-core/libxml/libxml2_2.10.4.bb
similarity index 97%
rename from meta/recipes-core/libxml/libxml2_2.10.3.bb
rename to meta/recipes-core/libxml/libxml2_2.10.4.bb
index 6b3dd3ec42..f01964bec8 100644
--- a/meta/recipes-core/libxml/libxml2_2.10.3.bb
+++ b/meta/recipes-core/libxml/libxml2_2.10.4.bb
@@ -21,7 +21,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt
            file://libxml-m4-use-pkgconfig.patch \
            "
 
-SRC_URI[archive.sha256sum] = "5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c"
+SRC_URI[archive.sha256sum] = "ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45"
 SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273"
 
 BINCONFIG = "${bindir}/xml2-config"
-- 
2.34.1



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

* [OE-core] [PATCH] boost: upgrade 1.81.0 -> 1.82.0
  2023-04-17  8:04 [OE-core] [PATCH] libgit2: upgrade 1.6.3 -> 1.6.4 wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] libsolv: upgrade 0.7.23 -> 0.7.24 wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] libxml2: upgrade 2.10.3 -> 2.10.4 wangmy
@ 2023-04-17  8:04 ` wangmy
  2023-04-17  8:04 ` [OE-core] [PATCH] ofono: upgrade 2.0 -> 2.1 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-04-17  8:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
https://www.boost.org/users/history/version_1_82_0.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../boost/{boost-1.81.0.inc => boost-1.82.0.inc}                | 2 +-
 ...oost-build-native_1.81.0.bb => boost-build-native_1.82.0.bb} | 2 +-
 meta/recipes-support/boost/{boost_1.81.0.bb => boost_1.82.0.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/boost/{boost-1.81.0.inc => boost-1.82.0.inc} (90%)
 rename meta/recipes-support/boost/{boost-build-native_1.81.0.bb => boost-build-native_1.82.0.bb} (92%)
 rename meta/recipes-support/boost/{boost_1.81.0.bb => boost_1.82.0.bb} (100%)

diff --git a/meta/recipes-support/boost/boost-1.81.0.inc b/meta/recipes-support/boost/boost-1.82.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.81.0.inc
rename to meta/recipes-support/boost/boost-1.82.0.inc
index 291796c736..39d3c9ce5d 100644
--- a/meta/recipes-support/boost/boost-1.81.0.inc
+++ b/meta/recipes-support/boost/boost-1.82.0.inc
@@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa"
+SRC_URI[sha256sum] = "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost-build-native_1.81.0.bb b/meta/recipes-support/boost/boost-build-native_1.82.0.bb
similarity index 92%
rename from meta/recipes-support/boost/boost-build-native_1.81.0.bb
rename to meta/recipes-support/boost/boost-build-native_1.82.0.bb
index d01c7658d5..dcfb65e3d6 100644
--- a/meta/recipes-support/boost/boost-build-native_1.81.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_1.82.0.bb
@@ -7,7 +7,7 @@ LICENSE = "BSL-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 
 SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master"
-SRCREV = "0271fafc1141c182d4aaa8db8b1c08a109d04c87"
+SRCREV = "9f488e003a568dffe0caed05d86ed6f1a8f8c7f3"
 PE = "1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
diff --git a/meta/recipes-support/boost/boost_1.81.0.bb b/meta/recipes-support/boost/boost_1.82.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.81.0.bb
rename to meta/recipes-support/boost/boost_1.82.0.bb
-- 
2.34.1



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

* [OE-core] [PATCH] ofono: upgrade 2.0 -> 2.1
  2023-04-17  8:04 [OE-core] [PATCH] libgit2: upgrade 1.6.3 -> 1.6.4 wangmy
                   ` (2 preceding siblings ...)
  2023-04-17  8:04 ` [OE-core] [PATCH] boost: upgrade 1.81.0 -> 1.82.0 wangmy
@ 2023-04-17  8:04 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-04-17  8:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-connectivity/ofono/{ofono_2.0.bb => ofono_2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/ofono/{ofono_2.0.bb => ofono_2.1.bb} (95%)

diff --git a/meta/recipes-connectivity/ofono/ofono_2.0.bb b/meta/recipes-connectivity/ofono/ofono_2.1.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.0.bb
rename to meta/recipes-connectivity/ofono/ofono_2.1.bb
index afd43d26f3..0ecac9e11c 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.0.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.1.bb
@@ -13,7 +13,7 @@ SRC_URI = "\
     file://0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch \
     file://0002-mbim-Fix-build-with-ell-0.39-by-restoring-unlikely-m.patch \
 "
-SRC_URI[sha256sum] = "b0a31bf4d8ff3030c4aef9f8413df999c54df9db2ff0a1d3ec1710e0a9d1a49e"
+SRC_URI[sha256sum] = "92913dcce9a15cac2174daca249457716a0ec036878d22035e83af0e19e79c52"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 
-- 
2.34.1



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

end of thread, other threads:[~2023-04-17  8:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17  8:04 [OE-core] [PATCH] libgit2: upgrade 1.6.3 -> 1.6.4 wangmy
2023-04-17  8:04 ` [OE-core] [PATCH] libsolv: upgrade 0.7.23 -> 0.7.24 wangmy
2023-04-17  8:04 ` [OE-core] [PATCH] libxml2: upgrade 2.10.3 -> 2.10.4 wangmy
2023-04-17  8:04 ` [OE-core] [PATCH] boost: upgrade 1.81.0 -> 1.82.0 wangmy
2023-04-17  8:04 ` [OE-core] [PATCH] ofono: upgrade 2.0 -> 2.1 wangmy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox