All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] libaio: upgrade 0.3.112 -> 0.3.113
@ 2022-04-18 12:12 Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] libgit2: upgrade 1.4.2 -> 1.4.3 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-18 12:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

refresh 00_arches.patch for new version.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/libaio/libaio/00_arches.patch  | 12 ++++++------
 .../libaio/{libaio_0.3.112.bb => libaio_0.3.113.bb}  |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-extended/libaio/{libaio_0.3.112.bb => libaio_0.3.113.bb} (92%)

diff --git a/meta/recipes-extended/libaio/libaio/00_arches.patch b/meta/recipes-extended/libaio/libaio/00_arches.patch
index bec189f87c..18c8c546c1 100644
--- a/meta/recipes-extended/libaio/libaio/00_arches.patch
+++ b/meta/recipes-extended/libaio/libaio/00_arches.patch
@@ -1,4 +1,4 @@
-From ceba1e03e5b57cdae0b3b2d2c9afebc085c986d8 Mon Sep 17 00:00:00 2001
+From 546f2708ffa1aa44018be65172013289cf896710 Mon Sep 17 00:00:00 2001
 From: Qing He <qing.he@intel.com>
 Date: Fri, 27 Aug 2010 10:15:31 +0800
 Subject: [PATCH] libaio: add new recipe
@@ -8,9 +8,9 @@ Upstream-Status: Inappropriate [embedded specific]
 from openembedded, added by Qing He <qing.he@intel.com>
 
 ---
- src/syscall-m68k.h   |  78 ++++++++++++++++++
- src/syscall-mips.h   | 223 +++++++++++++++++++++++++++++++++++++++++++++++++++
- src/syscall-parisc.h | 146 +++++++++++++++++++++++++++++++++
+ src/syscall-m68k.h   |  78 +++++++++++++++
+ src/syscall-mips.h   | 223 +++++++++++++++++++++++++++++++++++++++++++
+ src/syscall-parisc.h | 146 ++++++++++++++++++++++++++++
  src/syscall.h        |   6 ++
  4 files changed, 453 insertions(+)
  create mode 100644 src/syscall-m68k.h
@@ -483,12 +483,12 @@ index 0000000..ff61746
 +}
 +
 diff --git a/src/syscall.h b/src/syscall.h
-index 9b9e9c1..9ecd3b4 100644
+index d2a117b..8cf8470 100644
 --- a/src/syscall.h
 +++ b/src/syscall.h
 @@ -29,6 +29,12 @@
  #include "syscall-sparc.h"
- #elif defined(__aarch64__) || defined(__riscv)
+ #elif defined(__aarch64__) || defined(__loongarch__) || defined(__riscv)
  #include "syscall-generic.h"
 +#elif defined(__m68k__)
 +#include "syscall-m68k.h"
diff --git a/meta/recipes-extended/libaio/libaio_0.3.112.bb b/meta/recipes-extended/libaio/libaio_0.3.113.bb
similarity index 92%
rename from meta/recipes-extended/libaio/libaio_0.3.112.bb
rename to meta/recipes-extended/libaio/libaio_0.3.113.bb
index 859ba65c9f..87ab22ed17 100644
--- a/meta/recipes-extended/libaio/libaio_0.3.112.bb
+++ b/meta/recipes-extended/libaio/libaio_0.3.113.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://pagure.io/libaio.git;protocol=https;branch=master \
            file://libaio_fix_for_mips_syscalls.patch \
            file://system-linkage.patch \
            "
-SRCREV = "d025927efa75a0d1b46ca3a5ef331caa2f46ee0e"
+SRCREV = "1b18bfafc6a2f7b9fa2c6be77a95afed8b7be448"
 S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
-- 
2.25.1



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

* [OE-core] [PATCH] libgit2: upgrade 1.4.2 -> 1.4.3
  2022-04-18 12:12 [OE-core] [PATCH] libaio: upgrade 0.3.112 -> 0.3.113 Wang Mingyu
@ 2022-04-18 12:12 ` Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] libusb1: upgrade 1.0.25 -> 1.0.26 Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5 Wang Mingyu
  2 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-18 12:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=========
Validate repository directory ownership (v1.4)
midx: Fix an undefined behavior (left-shift signed overflow)
fetch: support OID refspec without dst
Fix crash when regenerating a patch with unquoted spaces in filename

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

diff --git a/meta/recipes-support/libgit2/libgit2_1.4.2.bb b/meta/recipes-support/libgit2/libgit2_1.4.3.bb
similarity index 91%
rename from meta/recipes-support/libgit2/libgit2_1.4.2.bb
rename to meta/recipes-support/libgit2/libgit2_1.4.3.bb
index 88bf5a8520..7e27b5b018 100644
--- a/meta/recipes-support/libgit2/libgit2_1.4.2.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.4.3.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d"
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
 SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.4;protocol=https"
-SRCREV = "182d0d1ee933de46bf0b5a6ec269bafa77aba9a2"
+SRCREV = "465bbf88ea939a965fbcbade72870c61f815e457"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



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

* [OE-core] [PATCH] libusb1: upgrade 1.0.25 -> 1.0.26
  2022-04-18 12:12 [OE-core] [PATCH] libaio: upgrade 0.3.112 -> 0.3.113 Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] libgit2: upgrade 1.4.2 -> 1.4.3 Wang Mingyu
@ 2022-04-18 12:12 ` Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5 Wang Mingyu
  2 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-18 12:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
==========
* Fix regression with transfer free's after closing device
* Fix regression with destroyed context if API is misused
* Workaround for applications using missing default context
* Fix hotplog enumeration regression
* Fix Windows isochronous transfer regression since 1.0.24
* Fix macOS exit crash in some multi-context cases
* Build fixes for various platforms and configurations
* Fix Windows HID multi-interface product string retrieval
* Update isochronous OUT packet actual lengths on Windows
* Add interface bound checking for broken devices
* Add umockdev tests on Linux

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libusb/{libusb1_1.0.25.bb => libusb1_1.0.26.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libusb/{libusb1_1.0.25.bb => libusb1_1.0.26.bb} (94%)

diff --git a/meta/recipes-support/libusb/libusb1_1.0.25.bb b/meta/recipes-support/libusb/libusb1_1.0.26.bb
similarity index 94%
rename from meta/recipes-support/libusb/libusb1_1.0.25.bb
rename to meta/recipes-support/libusb/libusb1_1.0.26.bb
index 64cc19e47d..fd63e7adc2 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.25.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.26.bb
@@ -16,7 +16,7 @@ SRC_URI = "https://github.com/libusb/libusb/releases/download/v${PV}/libusb-${PV
 
 UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb/releases"
 
-SRC_URI[sha256sum] = "8a28ef197a797ebac2702f095e81975e2b02b2eeff2774fa909c78a74ef50849"
+SRC_URI[sha256sum] = "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
 
 S = "${WORKDIR}/libusb-${PV}"
 
-- 
2.25.1



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

* [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5
  2022-04-18 12:12 [OE-core] [PATCH] libaio: upgrade 0.3.112 -> 0.3.113 Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] libgit2: upgrade 1.4.2 -> 1.4.3 Wang Mingyu
  2022-04-18 12:12 ` [OE-core] [PATCH] libusb1: upgrade 1.0.25 -> 1.0.26 Wang Mingyu
@ 2022-04-18 12:12 ` Wang Mingyu
  2022-04-19 15:49   ` Luca Ceresoli
  2 siblings, 1 reply; 5+ messages in thread
From: Wang Mingyu @ 2022-04-18 12:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.5.bb} (97%)

diff --git a/meta/recipes-devtools/apt/apt_2.4.3.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb
similarity index 97%
rename from meta/recipes-devtools/apt/apt_2.4.3.bb
rename to meta/recipes-devtools/apt/apt_2.4.5.bb
index 27e455747f..95c25e3036 100644
--- a/meta/recipes-devtools/apt/apt_2.4.3.bb
+++ b/meta/recipes-devtools/apt/apt_2.4.5.bb
@@ -25,7 +25,7 @@ SRC_URI:append:class-nativesdk = " \
            file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \
            "
 
-SRC_URI[sha256sum] = "5a7215ca924302da0b2205862cd2d651326eea222a589184ec6ce663885729f7"
+SRC_URI[sha256sum] = "5552f175c3a3924f5cda0c079b821b30f68a2521959f2c30ab164d2ec7993ecf"
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 # the package is taken from snapshots.debian.org; that source is static and goes stale
-- 
2.25.1



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

* Re: [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5
  2022-04-18 12:12 ` [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5 Wang Mingyu
@ 2022-04-19 15:49   ` Luca Ceresoli
  0 siblings, 0 replies; 5+ messages in thread
From: Luca Ceresoli @ 2022-04-19 15:49 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Hello wangmy,

Il giorno Mon, 18 Apr 2022 20:12:24 +0800
"wangmy" <wangmy@fujitsu.com> ha scritto:

> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>

This patch does not apply: apt is already at 2.4.4.

Can you please send an updated version to upgrade from 2.4.4 to 2.4.5?

Best regards.
-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2022-04-19 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 12:12 [OE-core] [PATCH] libaio: upgrade 0.3.112 -> 0.3.113 Wang Mingyu
2022-04-18 12:12 ` [OE-core] [PATCH] libgit2: upgrade 1.4.2 -> 1.4.3 Wang Mingyu
2022-04-18 12:12 ` [OE-core] [PATCH] libusb1: upgrade 1.0.25 -> 1.0.26 Wang Mingyu
2022-04-18 12:12 ` [OE-core] [PATCH] apt: upgrade 2.4.3 -> 2.4.5 Wang Mingyu
2022-04-19 15:49   ` Luca Ceresoli

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.