All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3
@ 2023-04-10  8:56 wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: wangmy @ 2023-04-10  8:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
  *) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510
  *) configure: Add --enable-sysv-shm to use SysV shared memory (shmget) if
     available.
  *) apr_socket_sendfile: Use WSAIoctl() to get TransmitFile function
     pointer on Windows.
  *) apr_dir_read: Do not request short file names on Windows 7
     and later.
  *) apr_file_gets: Optimize for buffered files on Windows.
  *) Fix a deadlock when writing to locked files opened with APR_FOPEN_APPEND
     on Windows. PR 50058.
  *) Don't seek to the end when opening files with APR_FOPEN_APPEND on Windows.
  *) apr_file_write: Optimize large writes to buffered files on Windows.
  *) apr_file_write: Optimize large reads from buffered files on Windows.

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

diff --git a/meta/recipes-support/apr/apr_1.7.2.bb b/meta/recipes-support/apr/apr_1.7.3.bb
similarity index 98%
rename from meta/recipes-support/apr/apr_1.7.2.bb
rename to meta/recipes-support/apr/apr_1.7.3.bb
index c9059c9921..9a93fe0967 100644
--- a/meta/recipes-support/apr/apr_1.7.2.bb
+++ b/meta/recipes-support/apr/apr_1.7.3.bb
@@ -24,7 +24,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
            file://0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch \
            "
 
-SRC_URI[sha256sum] = "75e77cc86776c030c0a5c408dfbd0bf2a0b75eed5351e52d5439fa1e5509a43e"
+SRC_URI[sha256sum] = "455e218c060c474f2c834816873f6ed69c0cf0e4cfee54282cc93e8e989ee59e"
 
 inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script
 
-- 
2.34.1



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

* [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13
  2023-04-10  8:56 [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3 wangmy
@ 2023-04-10  8:56 ` wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] cracklib: upgrade 2.9.10 -> 2.9.11 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: wangmy @ 2023-04-10  8:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
[bug] Use two pairs of dns_db_t and dns_dbversion_t in a
      catalog zone structure to avoid a race between the
      dns__catz_update_cb() and dns_catz_dbupdate_callback()
      functions. [GL #3907]

[bug] Make sure to revert the reconfigured zones to the
      previous version of the view, when the new view
      reconfiguration fails during the configuration of
      one of the configured zones. [GL #3911]

[bug] Fix error path cleanup issues in dns_catz_new_zones()
      and dns_catz_new_zone() functions. [GL #3900]

[bug] Unregister db update notify callback before detaching
      from the previous db inside the catz update notify
      callback. [GL #3777]

[func Run the catalog zone update process on the offload
      threads. [GL #3881]

[func Add shutdown signaling for catalog zones. [GL !7571]

[func Add reference count tracing for dns_catz_zone_t and
      dns_catz_zones_t. [GL !7570]

[bug] Detach 'rpzs' and 'catzs' from the previous view in
      configure_rpz() and configure_catz(), respectively,
      just after attaching it to the new view. [GL #3880]

[test Don't test HMAC-MD5 when not supported by libcrypto.
      [GL #3871]

[bug] Fix RPZ reference counting error on shutdown in
      dns__rpz_timer_cb(). [GL #3866]

[test Test various 'islands of trust' configurations when
      using managed keys. [GL #3662]

[bug] Building against (or running with) libuv versions
      1.35.0 and 1.36.0 is now a fatal error.  The rules for
      mixing and matching compile-time and run-time libuv
      versions have been tightened for libuv versions between
      1.35.0 and 1.40.0. [GL #3840]

[bug] dnssec-cds failed to cleanup properly. [GL #3831]

[bug] Source ports configured for query-source,
      transfer-source, etc, were being ignored. (This
      feature is deprecated, but it is not yet removed,
      so the bug still needed fixing.) [GL #3790]

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../0001-avoid-start-failure-with-bind-user.patch               | 0
 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch  | 0
 .../bind-ensure-searching-for-json-headers-searches-sysr.patch  | 0
 .../bind/{bind-9.18.12 => bind-9.18.13}/bind9                   | 0
 .../bind/{bind-9.18.12 => bind-9.18.13}/conf.patch              | 0
 .../bind/{bind-9.18.12 => bind-9.18.13}/generate-rndc-key.sh    | 0
 .../init.d-add-support-for-read-only-rootfs.patch               | 0
 .../make-etc-initd-bind-stop-work.patch                         | 0
 .../bind/{bind-9.18.12 => bind-9.18.13}/named.service           | 0
 .../bind/{bind_9.18.12.bb => bind_9.18.13.bb}                   | 2 +-
 10 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/0001-avoid-start-failure-with-bind-user.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/bind9 (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/generate-rndc-key.sh (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/init.d-add-support-for-read-only-rootfs.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/make-etc-initd-bind-stop-work.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.18.12 => bind-9.18.13}/named.service (100%)
 rename meta/recipes-connectivity/bind/{bind_9.18.12.bb => bind_9.18.13.bb} (97%)

diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind-9.18.13/0001-avoid-start-failure-with-bind-user.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/0001-avoid-start-failure-with-bind-user.patch
rename to meta/recipes-connectivity/bind/bind-9.18.13/0001-avoid-start-failure-with-bind-user.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind-9.18.13/0001-named-lwresd-V-and-start-log-hide-build-options.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/0001-named-lwresd-V-and-start-log-hide-build-options.patch
rename to meta/recipes-connectivity/bind/bind-9.18.13/0001-named-lwresd-V-and-start-log-hide-build-options.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind-9.18.13/bind-ensure-searching-for-json-headers-searches-sysr.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/bind-ensure-searching-for-json-headers-searches-sysr.patch
rename to meta/recipes-connectivity/bind/bind-9.18.13/bind-ensure-searching-for-json-headers-searches-sysr.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/bind9 b/meta/recipes-connectivity/bind/bind-9.18.13/bind9
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/bind9
rename to meta/recipes-connectivity/bind/bind-9.18.13/bind9
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/conf.patch b/meta/recipes-connectivity/bind/bind-9.18.13/conf.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/conf.patch
rename to meta/recipes-connectivity/bind/bind-9.18.13/conf.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.18.13/generate-rndc-key.sh
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/generate-rndc-key.sh
rename to meta/recipes-connectivity/bind/bind-9.18.13/generate-rndc-key.sh
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind-9.18.13/init.d-add-support-for-read-only-rootfs.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/init.d-add-support-for-read-only-rootfs.patch
rename to meta/recipes-connectivity/bind/bind-9.18.13/init.d-add-support-for-read-only-rootfs.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind-9.18.13/make-etc-initd-bind-stop-work.patch
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/make-etc-initd-bind-stop-work.patch
rename to meta/recipes-connectivity/bind/bind-9.18.13/make-etc-initd-bind-stop-work.patch
diff --git a/meta/recipes-connectivity/bind/bind-9.18.12/named.service b/meta/recipes-connectivity/bind/bind-9.18.13/named.service
similarity index 100%
rename from meta/recipes-connectivity/bind/bind-9.18.12/named.service
rename to meta/recipes-connectivity/bind/bind-9.18.13/named.service
diff --git a/meta/recipes-connectivity/bind/bind_9.18.12.bb b/meta/recipes-connectivity/bind/bind_9.18.13.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.18.12.bb
rename to meta/recipes-connectivity/bind/bind_9.18.13.bb
index 68dad77cdc..8617137e87 100644
--- a/meta/recipes-connectivity/bind/bind_9.18.12.bb
+++ b/meta/recipes-connectivity/bind/bind_9.18.13.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
            file://0001-avoid-start-failure-with-bind-user.patch \
            "
 
-SRC_URI[sha256sum] = "47766bb7b063aabbad054386b190aa7f6c14524427afd427c30ec426512027e7"
+SRC_URI[sha256sum] = "3b06b6390c1012dd3956b1479c73b2097c0b22207817e2e8aae352fd20e578c7"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # follow the ESV versions divisible by 2
-- 
2.34.1



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

* [OE-core] [PATCH] cracklib: upgrade 2.9.10 -> 2.9.11
  2023-04-10  8:56 [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3 wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13 wangmy
@ 2023-04-10  8:56 ` wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13 wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0 wangmy
  3 siblings, 0 replies; 7+ messages in thread
From: wangmy @ 2023-04-10  8:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../cracklib/{cracklib_2.9.10.bb => cracklib_2.9.11.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/cracklib/{cracklib_2.9.10.bb => cracklib_2.9.11.bb} (94%)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.10.bb b/meta/recipes-extended/cracklib/cracklib_2.9.11.bb
similarity index 94%
rename from meta/recipes-extended/cracklib/cracklib_2.9.10.bb
rename to meta/recipes-extended/cracklib/cracklib_2.9.11.bb
index 8197cdad9e..34ef2b65a1 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.9.10.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.9.11.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/cracklib/cracklib;protocol=https;branch=main \
            file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \
            "
 
-SRCREV = "e74c539344d024709ee76e2920b0af7f9a5c5556"
+SRCREV = "4cf5125250c6325ef0a2dc085eabff875227edc3"
 S = "${WORKDIR}/git/src"
 
 inherit autotools gettext
-- 
2.34.1



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

* [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13
  2023-04-10  8:56 [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3 wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13 wangmy
  2023-04-10  8:56 ` [OE-core] [PATCH] cracklib: upgrade 2.9.10 -> 2.9.11 wangmy
@ 2023-04-10  8:56 ` wangmy
  2023-04-10 17:27   ` Alexandre Belloni
  2023-04-10  8:56 ` [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0 wangmy
  3 siblings, 1 reply; 7+ messages in thread
From: wangmy @ 2023-04-10  8:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Fix compilation issues against Linux kernel 6.3
* Add support for xts, cfb, ofb and ccm aes algorithms
* Fix for a potential issue with CIOCCPHASH
* clean-up and maintenance

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{cryptodev-linux_1.12.bb => cryptodev-linux_1.13.bb}        | 0
 meta/recipes-kernel/cryptodev/cryptodev.inc                     | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.12.bb => cryptodev-linux_1.13.bb} (100%)

diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb
similarity index 100%
rename from meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb
rename to meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index ef342a157c..61c688f1d0 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
            "
-SRCREV = "e0c25e289d6baf1d83c2b9cb523d3bc237d0c0c9"
+SRCREV = "795f5fda1485d447cdbad342e8304be317d4f7e8"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



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

* [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0
  2023-04-10  8:56 [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3 wangmy
                   ` (2 preceding siblings ...)
  2023-04-10  8:56 ` [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13 wangmy
@ 2023-04-10  8:56 ` wangmy
  2023-04-11  1:50   ` Alexandre Belloni
  3 siblings, 1 reply; 7+ messages in thread
From: wangmy @ 2023-04-10  8:56 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-devtools/dnf/{dnf_4.14.0.bb => dnf_4.15.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.15.0.bb} (98%)

diff --git a/meta/recipes-devtools/dnf/dnf_4.14.0.bb b/meta/recipes-devtools/dnf/dnf_4.15.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.14.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.15.0.bb
index 62df8c4ace..7bf9547424 100644
--- a/meta/recipes-devtools/dnf/dnf_4.14.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.15.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
            file://0001-dnf-write-the-log-lock-to-root.patch \
            "
 
-SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744"
+SRCREV = "5306910d06631bc93fa3ece0e70ed27ee592b0aa"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.34.1



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

* Re: [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13
  2023-04-10  8:56 ` [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13 wangmy
@ 2023-04-10 17:27   ` Alexandre Belloni
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2023-04-10 17:27 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core


ERROR: cryptodev-module-1.12-r0 do_patch: QA Issue: Fuzz detected:
Applying patch 0001-Disable-installing-header-file-provided-by-another-p.patch
patching file Makefile
Hunk #1 succeeded at 36 with fuzz 2 (offset 3 lines).
The context lines in the patches can be updated with devtool:
    devtool modify cryptodev-module
    devtool finish --force-patch-refresh cryptodev-module <layer_path>
Don't forget to review changes done by devtool!
Patch log indicates that patches do not apply cleanly. [patch-fuzz]
ERROR: cryptodev-module-1.12-r0 do_patch: Fatal QA errors were found, failing task.

On 10/04/2023 16:56:36+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ==========
> * Fix compilation issues against Linux kernel 6.3
> * Add support for xts, cfb, ofb and ccm aes algorithms
> * Fix for a potential issue with CIOCCPHASH
> * clean-up and maintenance
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{cryptodev-linux_1.12.bb => cryptodev-linux_1.13.bb}        | 0
>  meta/recipes-kernel/cryptodev/cryptodev.inc                     | 2 +-
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.12.bb => cryptodev-linux_1.13.bb} (100%)
> 
> diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb
> similarity index 100%
> rename from meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb
> rename to meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb
> diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
> index ef342a157c..61c688f1d0 100644
> --- a/meta/recipes-kernel/cryptodev/cryptodev.inc
> +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
>  SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
>             "
> -SRCREV = "e0c25e289d6baf1d83c2b9cb523d3bc237d0c0c9"
> +SRCREV = "795f5fda1485d447cdbad342e8304be317d4f7e8"
>  
>  S = "${WORKDIR}/git"
>  
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179846): https://lists.openembedded.org/g/openembedded-core/message/179846
> Mute This Topic: https://lists.openembedded.org/mt/98171941/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0
  2023-04-10  8:56 ` [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0 wangmy
@ 2023-04-11  1:50   ` Alexandre Belloni
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2023-04-11  1:50 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core


https://autobuilder.yoctoproject.org/typhoon/#builders/79/builds/5049/steps/15/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/86/builds/5040/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/80/builds/4998/steps/14/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#builders/87/builds/5079/steps/14/logs/stdio

NOTE: Running task 1159 of 1159 (/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimage)
NOTE: recipe core-image-full-cmdline-1.0-r0: task do_testimage: Started
ERROR: core-image-full-cmdline-1.0-r0 do_testimage: dnf could not find package socat in repository: DNF version: 4.15.0
cachedir: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0-r0/testimage/install_tmp/socat/var/tmp/dnf-pokybuild-15ye4wja
Added oe-repo repo from /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0-r0/oe-rootfs-repo
Last metadata expiration check: 0:00:01 ago on Mon 10 Apr 2023 03:21:57 PM UTC.
%{location}
ERROR: Logfile of failure stored in: /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/work/qemux86_64-poky-linux/core-image-full-cmdline/1.0-r0/temp/log.do_testimage.3539185
NOTE: recipe core-image-full-cmdline-1.0-r0: task do_testimage: Failed
ERROR: Task (/home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimage) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1159 tasks of which 1158 didn't need to be rerun and 1 failed.
NOTE: The errors for this build are stored in /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/log/error-report/error_report_20230410152148.txt
You can send the errors to a reports server by running:
  send-error-report /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/build-st-76472/tmp/log/error-report/error_report_20230410152148.txt [-s server]
NOTE: The contents of these logs will be posted in public if you use the above command with the default server. Please ensure you remove any identifying or proprietary information when prompted before sending.
Summary: 1 task failed:
  /home/pokybuild/yocto-worker/oe-selftest-ubuntu/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_testimage
Summary: There was 1 ERROR message, returning a non-zero exit code.

On 10/04/2023 16:56:37+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.15.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.15.0.bb} (98%)
> 
> diff --git a/meta/recipes-devtools/dnf/dnf_4.14.0.bb b/meta/recipes-devtools/dnf/dnf_4.15.0.bb
> similarity index 98%
> rename from meta/recipes-devtools/dnf/dnf_4.14.0.bb
> rename to meta/recipes-devtools/dnf/dnf_4.15.0.bb
> index 62df8c4ace..7bf9547424 100644
> --- a/meta/recipes-devtools/dnf/dnf_4.14.0.bb
> +++ b/meta/recipes-devtools/dnf/dnf_4.15.0.bb
> @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
>             file://0001-dnf-write-the-log-lock-to-root.patch \
>             "
>  
> -SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744"
> +SRCREV = "5306910d06631bc93fa3ece0e70ed27ee592b0aa"
>  UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
>  
>  S = "${WORKDIR}/git"
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179847): https://lists.openembedded.org/g/openembedded-core/message/179847
> Mute This Topic: https://lists.openembedded.org/mt/98171942/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2023-04-11  1:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10  8:56 [OE-core] [PATCH] apr: upgrade 1.7.2 -> 1.7.3 wangmy
2023-04-10  8:56 ` [OE-core] [PATCH] bind: upgrade 9.18.12 -> 9.18.13 wangmy
2023-04-10  8:56 ` [OE-core] [PATCH] cracklib: upgrade 2.9.10 -> 2.9.11 wangmy
2023-04-10  8:56 ` [OE-core] [PATCH] cryptodev-linux: upgrade 1.12 -> 1.13 wangmy
2023-04-10 17:27   ` Alexandre Belloni
2023-04-10  8:56 ` [OE-core] [PATCH] dnf: upgrade 4.14.0 -> 4.15.0 wangmy
2023-04-11  1:50   ` Alexandre Belloni

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.