All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] qpdf: upgrade 10.5.0 -> 10.6.3
@ 2022-04-14  2:33 Wang Mingyu
  2022-04-14  2:33 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 39.0 -> 40.0 Wang Mingyu
  2022-04-14  2:33 ` [oe] [meta-oe] [PATCH] s-nail: upgrade 14.9.23 -> 14.9.24 Wang Mingyu
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Mingyu @ 2022-04-14  2:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog from 10.5.0 to 10.6.3:
https://qpdf.readthedocs.io/en/stable/release-notes.html


Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-printing/qpdf/{qpdf_10.5.0.bb => qpdf_10.6.3.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-printing/qpdf/{qpdf_10.5.0.bb => qpdf_10.6.3.bb} (90%)

diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.5.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_10.6.3.bb
similarity index 90%
rename from meta-oe/recipes-printing/qpdf/qpdf_10.5.0.bb
rename to meta-oe/recipes-printing/qpdf/qpdf_10.6.3.bb
index 9644c653ee..fa33daf52d 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_10.5.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_10.6.3.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 DEPENDS = "libpcre zlib libjpeg-turbo"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz"
-SRC_URI[sha256sum] = "88257d36a44fd5c50b2879488324dd9cafc11686ae49d8c4922a4872203ce006"
+SRC_URI[sha256sum] = "e8fc23b2a584ea68c963a897515d3eb3129186741dd19d13c86d31fa33493811"
 
 LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
 
-- 
2.25.1



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

* [oe] [meta-networking] [PATCH] rdma-core: upgrade 39.0 -> 40.0
  2022-04-14  2:33 [oe] [meta-oe] [PATCH] qpdf: upgrade 10.5.0 -> 10.6.3 Wang Mingyu
@ 2022-04-14  2:33 ` Wang Mingyu
  2022-04-14  2:33 ` [oe] [meta-oe] [PATCH] s-nail: upgrade 14.9.23 -> 14.9.24 Wang Mingyu
  1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2022-04-14  2:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
https://github.com/linux-rdma/rdma-core/releases/tag/v40.0

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

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb
similarity index 95%
rename from meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb
index 5fb72c7acb..c567e3314b 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libnl"
 RDEPENDS:${PN} = "bash perl"
 
 SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https"
-SRCREV = "b2fedc4b1b891afd2c26ebfd21f9e440e83c28ff"
+SRCREV = "a3e69268892bbd5ab30123748e89a26509a25ac5"
 S = "${WORKDIR}/git"
 
 #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] s-nail: upgrade 14.9.23 -> 14.9.24
  2022-04-14  2:33 [oe] [meta-oe] [PATCH] qpdf: upgrade 10.5.0 -> 10.6.3 Wang Mingyu
  2022-04-14  2:33 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 39.0 -> 40.0 Wang Mingyu
@ 2022-04-14  2:33 ` Wang Mingyu
  1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2022-04-14  2:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
- Release tarball might be in --format=pax.
- Again honour MTA arguments passed after the "--" command line
  "option" in non-send-only mode (broken since at least v14.9.12).
- support Microsoft IMAP servers.
- Fix crash due to crafted emails.
- Fix *expandargv*#419=restrict (broken since v14.9.0).
- Fix a bug from nail 10.08 as of 2004-06-28 that leads to
  crashes when some file cannot be loaded.
  And while here fix one file-close overshoot of mine in since
  v14.9.16, that would cause panics in debug-enabled code.
- deal with argc==0 aka CVE-2021-4034.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../s-nail/{s-nail_14.9.23.bb => s-nail_14.9.24.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/s-nail/{s-nail_14.9.23.bb => s-nail_14.9.24.bb} (92%)

diff --git a/meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
similarity index 92%
rename from meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb
rename to meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
index 4dbb99b3d5..bc514b577a 100644
--- a/meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb
+++ b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=87266591c81260f10221f1f38872d023"
 
 SRC_URI = "https://ftp.sdaoden.eu/${BP}.tar.xz \
            file://make-errors.patch"
-SRC_URI[sha256sum] = "2c717b22f4cd8719b82b6618640da6031382d2bf8eb51283bca2c6266957bca8"
+SRC_URI[sha256sum] = "2714d6b8fb2af3b363fc7c79b76d058753716345d1b6ebcd8870ecd0e4f7ef8c"
 
 DEPENDS = "coreutils-native"
 
-- 
2.25.1



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

end of thread, other threads:[~2022-04-14 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14  2:33 [oe] [meta-oe] [PATCH] qpdf: upgrade 10.5.0 -> 10.6.3 Wang Mingyu
2022-04-14  2:33 ` [oe] [meta-networking] [PATCH] rdma-core: upgrade 39.0 -> 40.0 Wang Mingyu
2022-04-14  2:33 ` [oe] [meta-oe] [PATCH] s-nail: upgrade 14.9.23 -> 14.9.24 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.