All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] bats: upgrade 1.5.0 -> 1.6.0
@ 2022-02-28 14:11 Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] cukinia: upgrade 0.5.1 -> 0.6.0 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-28 14:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
Added:
-----
new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize
quotes around code blocks in error output (#506)
an example/regression test for running background tasks without blocking the
test run (#525, #535)
bats_load_library for loading libraries from the search path
$BATS_LIB_PATH (#548)

Fixed:
-----
improved error trace for some broken cases (#279)
removed leftover debug file /tmp/latch in selftest suite
(single use latch) (#516)
fix recurring errors on CTRL+C tests with NPM on Windows in selftest suite (#516)
fixed leaking of local variables from debug trap (#520)
don't mark FD3 output from teardown_file as <failure> in junit output (#532)
fix unbound variable error with Bash pre 4.4 (#550)

Documentation:
--------------
remove links to defunct freenode IRC channel (#515)
improved grammar (#534)
fixed link to TAP spec (#537)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-test/bats/{bats_1.5.0.bb => bats_1.6.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-test/bats/{bats_1.5.0.bb => bats_1.6.0.bb} (95%)

diff --git a/meta-oe/recipes-test/bats/bats_1.5.0.bb b/meta-oe/recipes-test/bats/bats_1.6.0.bb
similarity index 95%
rename from meta-oe/recipes-test/bats/bats_1.5.0.bb
rename to meta-oe/recipes-test/bats/bats_1.6.0.bb
index ffbb37c8a1..7ea1aa8f3d 100644
--- a/meta-oe/recipes-test/bats/bats_1.5.0.bb
+++ b/meta-oe/recipes-test/bats/bats_1.6.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b"
 
 SRC_URI = "git://github.com/bats-core/bats-core.git;branch=master;protocol=https"
 # v1.4.1
-SRCREV = "99d64eb017abcd6a766dd0d354e625526da69cb3"
+SRCREV = "210acf3a8ed318ddedad3137c15451739beba7d4"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] cukinia: upgrade 0.5.1 -> 0.6.0
  2022-02-28 14:11 [oe] [meta-oe] [PATCH] bats: upgrade 1.5.0 -> 1.6.0 Wang Mingyu
@ 2022-02-28 14:11 ` Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] freerdp: upgrade 2.5.0 -> 2.6.0 Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] iwd: upgrade 1.24 -> 1.25 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-28 14:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-test/cukinia/{cukinia_0.5.1.bb => cukinia_0.6.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-test/cukinia/{cukinia_0.5.1.bb => cukinia_0.6.0.bb} (92%)

diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.5.1.bb b/meta-oe/recipes-test/cukinia/cukinia_0.6.0.bb
similarity index 92%
rename from meta-oe/recipes-test/cukinia/cukinia_0.5.1.bb
rename to meta-oe/recipes-test/cukinia/cukinia_0.6.0.bb
index 34dd8c8686..bc595c80cd 100644
--- a/meta-oe/recipes-test/cukinia/cukinia_0.5.1.bb
+++ b/meta-oe/recipes-test/cukinia/cukinia_0.6.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
 
 SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=master"
 
-SRCREV = "ea934c5393ad99c37bec3c621a364122720cce02"
+SRCREV = "3fd9db9838ef3de20965aa5f7657c363b679a995"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] freerdp: upgrade 2.5.0 -> 2.6.0
  2022-02-28 14:11 [oe] [meta-oe] [PATCH] bats: upgrade 1.5.0 -> 1.6.0 Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] cukinia: upgrade 0.5.1 -> 0.6.0 Wang Mingyu
@ 2022-02-28 14:11 ` Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] iwd: upgrade 1.24 -> 1.25 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-28 14:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
Noteworthy changes:
* Backported android FFMPEG build scripts
* Updated android build dependencies

Fixed issues:
* Backported #7303: Fix PDU length for RDPINPUT_PROTOCOL_V300
* Backported #7658: Sanitize optional physical monitor size values
* Backported #7426: Wayland memory corruption
* Backported #7293: Remove unused codec x264
* Backported #7541: Allow resolutions larger 2048x2048
* Backported #7574: FFMPEG 5.0 support
* Backported #7578: FFMPEG 5.0 support
* Backported #7580: Fixed device hotplugging
* Backported #7583: GetUserNameExA: Prefer getpwuid_r over getlogin_r over getlogin
* Backported #7585: Android Mediacodec support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../freerdp/{freerdp_2.5.0.bb => freerdp_2.6.0.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/freerdp/{freerdp_2.5.0.bb => freerdp_2.6.0.bb} (98%)

diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.5.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.6.0.bb
similarity index 98%
rename from meta-oe/recipes-support/freerdp/freerdp_2.5.0.bb
rename to meta-oe/recipes-support/freerdp/freerdp_2.6.0.bb
index a272cb0991..9b97413409 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_2.5.0.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_2.6.0.bb
@@ -13,7 +13,7 @@ inherit pkgconfig cmake gitpkgv
 PE = "1"
 PKGV = "${GITPKGVTAG}"
 
-SRCREV = "d50aef95520df4216c638495a6049125c00742cb"
+SRCREV = "8a5c034d547c428c512b0a4b840d3a8a4762f989"
 SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
     file://winpr-makecert-Build-with-install-RPATH.patch \
 "
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] iwd: upgrade 1.24 -> 1.25
  2022-02-28 14:11 [oe] [meta-oe] [PATCH] bats: upgrade 1.5.0 -> 1.6.0 Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] cukinia: upgrade 0.5.1 -> 0.6.0 Wang Mingyu
  2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] freerdp: upgrade 2.5.0 -> 2.6.0 Wang Mingyu
@ 2022-02-28 14:11 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-02-28 14:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
  Fix issue with handling abort of periodic scans.
  Fix issue with handling connection when link goes down.
  Fix issue with handling operating channel information.
  Add support for encrypted network profile storage.
  Add support for DPP initiating as a configurator.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-connectivity/iwd/{iwd_1.24.bb => iwd_1.25.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/iwd/{iwd_1.24.bb => iwd_1.25.bb} (94%)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.25.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/iwd/iwd_1.24.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_1.25.bb
index 6ee2651afe..055c689215 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.25.bb
@@ -8,7 +8,7 @@ DEPENDS = "ell"
 SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \
            file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
            "
-SRC_URI[sha256sum] = "61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224"
+SRC_URI[sha256sum] = "3f138e03301beb2afc7b385a62f56db17059137857ab579f269c4e441783e760"
 
 inherit autotools manpages pkgconfig python3native systemd
 
-- 
2.25.1



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

end of thread, other threads:[~2022-02-28 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 14:11 [oe] [meta-oe] [PATCH] bats: upgrade 1.5.0 -> 1.6.0 Wang Mingyu
2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] cukinia: upgrade 0.5.1 -> 0.6.0 Wang Mingyu
2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] freerdp: upgrade 2.5.0 -> 2.6.0 Wang Mingyu
2022-02-28 14:11 ` [oe] [meta-oe] [PATCH] iwd: upgrade 1.24 -> 1.25 Wang Mingyu

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.