All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] audit: upgrade 3.0.8 -> 3.0.9
@ 2022-11-28  6:05 wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.0 -> 1.5.1 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    In auditd, release the async flush lock on stop
    Don't allow auditd to log directly into /var/log when log_group is non-zero
    Cleanup krb5 memory leaks on error paths
    Update auditd.cron to use auditctl --signal
    In auparse, if too many fields, realloc array bigger (Paul Wolneykien)
    In auparse, special case kernel module name interpretation
    If overflow_action is ignore, don't treat as an error

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-security/audit/{audit_3.0.8.bb => audit_3.0.9.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-security/audit/{audit_3.0.8.bb => audit_3.0.9.bb} (98%)

diff --git a/meta-oe/recipes-security/audit/audit_3.0.8.bb b/meta-oe/recipes-security/audit/audit_3.0.9.bb
similarity index 98%
rename from meta-oe/recipes-security/audit/audit_3.0.8.bb
rename to meta-oe/recipes-security/audit/audit_3.0.9.bb
index 78439f66f..dcab7dcc8 100644
--- a/meta-oe/recipes-security/audit/audit_3.0.8.bb
+++ b/meta-oe/recipes-security/audit/audit_3.0.9.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto
 "
 
 S = "${WORKDIR}/git"
-SRCREV = "54a62e78792fe583267cf80da717ee480b8f42bc"
+SRCREV = "81fa28e0e8b4be83ddba03de8b816a3df510c17e"
 
 inherit autotools python3native update-rc.d systemd
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.0 -> 1.5.1
  2022-11-28  6:05 [oe] [meta-oe] [PATCH] audit: upgrade 3.0.8 -> 3.0.9 wangmy
@ 2022-11-28  6:05 ` wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] colord: upgrade 1.4.5 -> 1.4.6 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
* Add support of
   Access IS ATR220 with idProduct: 0x0184
   Alcor Link AK9567
   Alcor Link AK9572
   BLUTRONICS TAURUS NFC
   CHERRY SmartTerminal ST-1144
   CREATOR CRT-603(CZ1) CCR
   Dexon Tecnologias Digitais LTDA DXToken
   ESMART Reader ER433x ICC
   ESMART Reader ER773x Dual & 1S
   Flight system consulting Incredist
   Ledger Nano S
   Ledger Nano S Plus
   Ledger Nano SP
   Ledger Nano X
   SafeNet eToken Fusion
   Sensyl SSC-NFC Reader
* Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
* configure.ac: add --enable-strict option
* Fix a problem with AUTO PPS readers and ATR convention inverse cards
* macOS: log non sensitive strings as "%{public}s"
* Some other minor improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/ccid/{ccid_1.5.0.bb => ccid_1.5.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-support/ccid/{ccid_1.5.0.bb => ccid_1.5.1.bb} (78%)

diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.0.bb b/meta-oe/recipes-support/ccid/ccid_1.5.1.bb
similarity index 78%
rename from meta-oe/recipes-support/ccid/ccid_1.5.0.bb
rename to meta-oe/recipes-support/ccid/ccid_1.5.1.bb
index 9775d82fa..42bc95772 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.5.0.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.5.1.bb
@@ -10,8 +10,7 @@ SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \
     file://0001-Add-build-rule-for-README.patch \
 "
 
-SRC_URI[md5sum] = "f246d6601856775310c86b841b616de5"
-SRC_URI[sha256sum] = "81549b3422469d503996d03a3aed2ef1375b359167f10d66be9e3844e729322e"
+SRC_URI[sha256sum] = "e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377"
 
 inherit autotools pkgconfig
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] colord: upgrade 1.4.5 -> 1.4.6
  2022-11-28  6:05 [oe] [meta-oe] [PATCH] audit: upgrade 3.0.8 -> 3.0.9 wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.0 -> 1.5.1 wangmy
@ 2022-11-28  6:05 ` wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20221106.0 -> 5.9.20221120.0 wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] flatbuffers: upgrade 22.10.26 -> 22.11.23 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Bugfixes:
 - Add missing copyright notices
 - Add Spyder X entry
 - Document where to send patches
 - Don't use exact floating point comparisons
 - Drop option for removed reverse engineering tools
 - Drop references to hughski.com
 - Fix a small memory leak in sqlite3_exec()
 - Fix typo in device-removed signal documentation
 - Make introspection optional in meson

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/colord/colord.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/colord/colord.inc b/meta-oe/recipes-support/colord/colord.inc
index 41962cd63..0ae1a30fe 100644
--- a/meta-oe/recipes-support/colord/colord.inc
+++ b/meta-oe/recipes-support/colord/colord.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
     file://meson.build;beginline=3;endline=3;md5=f42198707d793be58b274d34fd5238c3 \
 "
 
-PV = "1.4.5"
+PV = "1.4.6"
 SRC_URI = "https://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17"
+SRC_URI[sha256sum] = "7407631a27bfe5d1b672e7ae42777001c105d860b7b7392283c8c6300de88e6f"
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20221106.0 -> 5.9.20221120.0
  2022-11-28  6:05 [oe] [meta-oe] [PATCH] audit: upgrade 3.0.8 -> 3.0.9 wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.0 -> 1.5.1 wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] colord: upgrade 1.4.5 -> 1.4.6 wangmy
@ 2022-11-28  6:05 ` wangmy
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] flatbuffers: upgrade 22.10.26 -> 22.11.23 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
build-sys: add clean-tlib and clean-gcov to the dependecy list of clean-local
Fortran: reset "newline" state when processing a new input file

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ctags/{ctags_5.9.20221106.0.bb => ctags_5.9.20221120.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221106.0.bb => ctags_5.9.20221120.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb
index 6ef767710..269d9141b 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "bf0d53505856d4b3e662be22bbe5fcb740451ca1"
+SRCREV = "08fd0c4d931e929e21ae46568c603727e44b897f"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] flatbuffers: upgrade 22.10.26 -> 22.11.23
  2022-11-28  6:05 [oe] [meta-oe] [PATCH] audit: upgrade 3.0.8 -> 3.0.9 wangmy
                   ` (2 preceding siblings ...)
  2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20221106.0 -> 5.9.20221120.0 wangmy
@ 2022-11-28  6:05 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
index 0700c5bd3..a2294d1c7 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
@@ -1,3 +1,3 @@
-PV = "22.10.26"
-SRCREV = "203241ed3275625c8a25c4a1e7b86e3c0289c488"
+PV = "22.11.23"
+SRCREV = "8f625561d053d232897790ad5fdcc9a6a1832133"
 SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
-- 
2.25.1



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

end of thread, other threads:[~2022-11-28  6:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  6:05 [oe] [meta-oe] [PATCH] audit: upgrade 3.0.8 -> 3.0.9 wangmy
2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.0 -> 1.5.1 wangmy
2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] colord: upgrade 1.4.5 -> 1.4.6 wangmy
2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20221106.0 -> 5.9.20221120.0 wangmy
2022-11-28  6:05 ` [oe] [meta-oe] [PATCH] flatbuffers: upgrade 22.10.26 -> 22.11.23 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.