All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7
@ 2022-12-12  7:29 wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libpcre2: upgrade 10.40 -> 10.41 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2022-12-12  7:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
configure: Use AC_SYS_LARGEFILE to enable large file support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libfontenc_1.1.6.bb => libfontenc_1.1.7.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.6.bb => libfontenc_1.1.7.bb} (81%)

diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb
rename to meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb
index 8f9602d3ae..297bfbe4e6 100644
--- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.6.bb
+++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.7.bb
@@ -13,6 +13,6 @@ PE = "1"
 
 XORG_EXT = "tar.xz"
 
-SRC_URI[sha256sum] = "ea8606ed5255dda8f570b7d1a74d59ee8d198675b2f114d07807431e6ba1d111"
+SRC_URI[sha256sum] = "c0d36991faee06551ddbaf5d99266e97becdc05edfae87a833c3ff7bf73cfec2"
 
 BBCLASSEXTEND = "native"
-- 
2.25.1



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

* [OE-core] [PATCH] libpcre2: upgrade 10.40 -> 10.41
  2022-12-12  7:29 [OE-core] [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7 wangmy
@ 2022-12-12  7:29 ` wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libpng: upgrade 1.6.38 -> 1.6.39 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-12  7:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libpcre/{libpcre2_10.40.bb => libpcre2_10.41.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libpcre/{libpcre2_10.40.bb => libpcre2_10.41.bb} (95%)

diff --git a/meta/recipes-support/libpcre/libpcre2_10.40.bb b/meta/recipes-support/libpcre/libpcre2_10.41.bb
similarity index 95%
rename from meta/recipes-support/libpcre/libpcre2_10.40.bb
rename to meta/recipes-support/libpcre/libpcre2_10.41.bb
index 13f7c8305f..2a50d07192 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.40.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.41.bb
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2"
 GITHUB_BASE_URI = "https://github.com/PhilipHazel/pcre2/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>.+)"
 
-SRC_URI[sha256sum] = "14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68"
+SRC_URI[sha256sum] = "0f78cebd3e28e346475fb92e95fe9999945b4cbaad5f3b42aca47b887fb53308"
 
 CVE_PRODUCT = "pcre2"
 
-- 
2.25.1



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

* [OE-core] [PATCH] libpng: upgrade 1.6.38 -> 1.6.39
  2022-12-12  7:29 [OE-core] [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7 wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libpcre2: upgrade 10.40 -> 10.41 wangmy
@ 2022-12-12  7:29 ` wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libxau: upgrade 1.0.10 -> 1.0.11 wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libxkbfile: upgrade 1.1.1 -> 1.1.2 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-12  7:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
*  Changed the error handler of oversized chunks (i.e. larger than
   PNG_USER_CHUNK_MALLOC_MAX) from png_chunk_error to png_benign_error.
*  Fixed a buffer overflow error in contrib/tools/pngfix.
*  Fixed a memory leak (CVE-2019-6129) in contrib/tools/pngcp.
*  Disabled the ARM Neon optimizations by default in the CMake file,
   following the default behavior of the configure script.
*  Allowed configure.ac to work with the trunk version of autoconf.
*  Removed the support for "install" targets from the legacy makefiles;
   removed the obsolete makefile.cegcc.
*  Cleaned up the code and updated the internal documentation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libpng/{libpng_1.6.38.bb => libpng_1.6.39.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.38.bb => libpng_1.6.39.bb} (93%)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.38.bb b/meta/recipes-multimedia/libpng/libpng_1.6.39.bb
similarity index 93%
rename from meta/recipes-multimedia/libpng/libpng_1.6.38.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.39.bb
index dc627203ef..d9dcf379e9 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.38.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.39.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib"
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be"
+SRC_URI[sha256sum] = "1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937"
 
 MIRRORS += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/older-releases/"
 
-- 
2.25.1



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

* [OE-core] [PATCH] libxau: upgrade 1.0.10 -> 1.0.11
  2022-12-12  7:29 [OE-core] [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7 wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libpcre2: upgrade 10.40 -> 10.41 wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libpng: upgrade 1.6.38 -> 1.6.39 wangmy
@ 2022-12-12  7:29 ` wangmy
  2022-12-12  7:29 ` [OE-core] [PATCH] libxkbfile: upgrade 1.1.1 -> 1.1.2 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-12  7:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
configure: Use AC_SYS_LARGEFILE to enable large file support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxau_1.0.10.bb => libxau_1.0.11.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxau_1.0.10.bb => libxau_1.0.11.bb} (84%)

diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb
rename to meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
index a62c9f088a..e2c06fd14a 100644
--- a/meta/recipes-graphics/xorg-lib/libxau_1.0.10.bb
+++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
@@ -21,4 +21,4 @@ XORG_EXT = "tar.xz"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "8be6f292334d2f87e5b919c001e149a9fdc27005d6b3e053862ac6ebbf1a0c0a"
+SRC_URI[sha256sum] = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb"
-- 
2.25.1



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

* [OE-core] [PATCH] libxkbfile: upgrade 1.1.1 -> 1.1.2
  2022-12-12  7:29 [OE-core] [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7 wangmy
                   ` (2 preceding siblings ...)
  2022-12-12  7:29 ` [OE-core] [PATCH] libxau: upgrade 1.0.10 -> 1.0.11 wangmy
@ 2022-12-12  7:29 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-12-12  7:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
configure: Use AC_SYS_LARGEFILE to enable large file support

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxkbfile_1.1.1.bb => libxkbfile_1.1.2.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbfile_1.1.1.bb => libxkbfile_1.1.2.bb} (82%)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb
similarity index 82%
rename from meta/recipes-graphics/xorg-lib/libxkbfile_1.1.1.bb
rename to meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb
index 17ff588fdb..6494d5e0f1 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.2.bb
@@ -14,4 +14,4 @@ PE = "1"
 
 BBCLASSEXTEND = "native"
 XORG_EXT = "tar.xz"
-SRC_URI[sha256sum] = "8623dc26e7aac3c5ad8a25e57b566f4324f5619e5db38457f0804ee4ed953443"
+SRC_URI[sha256sum] = "b8a3784fac420b201718047cfb6c2d5ee7e8b9481564c2667b4215f6616644b1"
-- 
2.25.1



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

end of thread, other threads:[~2022-12-12  7:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12  7:29 [OE-core] [PATCH] libfontenc: upgrade 1.1.6 -> 1.1.7 wangmy
2022-12-12  7:29 ` [OE-core] [PATCH] libpcre2: upgrade 10.40 -> 10.41 wangmy
2022-12-12  7:29 ` [OE-core] [PATCH] libpng: upgrade 1.6.38 -> 1.6.39 wangmy
2022-12-12  7:29 ` [OE-core] [PATCH] libxau: upgrade 1.0.10 -> 1.0.11 wangmy
2022-12-12  7:29 ` [OE-core] [PATCH] libxkbfile: upgrade 1.1.1 -> 1.1.2 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.