All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] gzip: upgrade 1.10 -> 1.11
@ 2021-09-08 14:41 wangmy
  2021-09-08 14:41 ` [OE-core] [PATCH] harfbuzz: upgrade 2.9.0 -> 2.9.1 wangmy
  2021-09-08 14:42 ` [OE-core] [PATCH] inetutils: upgrade 2.1 -> 2.2 wangmy
  0 siblings, 2 replies; 3+ messages in thread
From: wangmy @ 2021-09-08 14:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../gzip/{gzip-1.10 => gzip-1.11}/wrong-path-fix.patch         | 0
 meta/recipes-extended/gzip/{gzip_1.10.bb => gzip_1.11.bb}      | 3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/gzip/{gzip-1.10 => gzip-1.11}/wrong-path-fix.patch (100%)
 rename meta/recipes-extended/gzip/{gzip_1.10.bb => gzip_1.11.bb} (90%)

diff --git a/meta/recipes-extended/gzip/gzip-1.10/wrong-path-fix.patch b/meta/recipes-extended/gzip/gzip-1.11/wrong-path-fix.patch
similarity index 100%
rename from meta/recipes-extended/gzip/gzip-1.10/wrong-path-fix.patch
rename to meta/recipes-extended/gzip/gzip-1.11/wrong-path-fix.patch
diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.11.bb
similarity index 90%
rename from meta/recipes-extended/gzip/gzip_1.10.bb
rename to meta/recipes-extended/gzip/gzip_1.11.bb
index 120e1d4580..eb3054cc48 100644
--- a/meta/recipes-extended/gzip/gzip_1.10.bb
+++ b/meta/recipes-extended/gzip/gzip_1.11.bb
@@ -36,5 +36,4 @@ do_install_ptest() {
             ${B}/tests/Makefile > ${D}${PTEST_PATH}/src/tests/Makefile
 }
 
-SRC_URI[md5sum] = "cf9ee51aff167ff69844d5d7d71c8b20"
-SRC_URI[sha256sum] = "c91f74430bf7bc20402e1f657d0b252cb80aa66ba333a25704512af346633c68"
+SRC_URI[sha256sum] = "3e8a0e0c45bad3009341dce17d71536c4c655d9313039021ce7554a26cd50ed9"
-- 
2.25.1


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

* [OE-core] [PATCH] harfbuzz: upgrade 2.9.0 -> 2.9.1
  2021-09-08 14:41 [OE-core] [PATCH] gzip: upgrade 1.10 -> 1.11 wangmy
@ 2021-09-08 14:41 ` wangmy
  2021-09-08 14:42 ` [OE-core] [PATCH] inetutils: upgrade 2.1 -> 2.2 wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2021-09-08 14:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Final subset API is in place and if no issues are discovered,
it will be the stable subset API of HarfBuzz 3.0.0.
Old API is kept to ease transition, but will be removed in 3.0.0.
Various fuzzer-found bug fixes.
hb_buffer_append() now handles the pre- and post-context which
previously were left unchanged in the destination buffer.
hb-view / hb-shape now accept following new arguments:
--unicodes-before/after: takes a list of hex numbers that represent Unicode
codepoints.
Undeprecated API:
hb_set_invert()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../harfbuzz/{harfbuzz_2.9.0.bb => harfbuzz_2.9.1.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.9.0.bb => harfbuzz_2.9.1.bb} (95%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.1.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_2.9.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_2.9.1.bb
index bc91a8c03c..694553beef 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.9.1.bb
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
 UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar"
 
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "3e1c2e1d2c65d56364fd16d1c41a06b2a35795496f78dfff635c2b7414b54c5a"
+SRC_URI[sha256sum] = "0edcc980f526a338452180e701d6aba6323aef457b6686976a7d17ccbddc51cf"
 
 inherit meson pkgconfig lib_package gtk-doc gobject-introspection
 
-- 
2.25.1


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

* [OE-core] [PATCH] inetutils: upgrade 2.1 -> 2.2
  2021-09-08 14:41 [OE-core] [PATCH] gzip: upgrade 1.10 -> 1.11 wangmy
  2021-09-08 14:41 ` [OE-core] [PATCH] harfbuzz: upgrade 2.9.0 -> 2.9.1 wangmy
@ 2021-09-08 14:42 ` wangmy
  1 sibling, 0 replies; 3+ messages in thread
From: wangmy @ 2021-09-08 14:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

refresh inetutils-only-check-pam_appl.h-when-pam-enabled.patch

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ils-only-check-pam_appl.h-when-pam-enabled.patch | 13 ++++++++-----
 .../{inetutils_2.1.bb => inetutils_2.2.bb}          |  2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
 rename meta/recipes-connectivity/inetutils/{inetutils_2.1.bb => inetutils_2.2.bb} (99%)

diff --git a/meta/recipes-connectivity/inetutils/inetutils/inetutils-only-check-pam_appl.h-when-pam-enabled.patch b/meta/recipes-connectivity/inetutils/inetutils/inetutils-only-check-pam_appl.h-when-pam-enabled.patch
index 7d5c087c9d..d3ac512769 100644
--- a/meta/recipes-connectivity/inetutils/inetutils/inetutils-only-check-pam_appl.h-when-pam-enabled.patch
+++ b/meta/recipes-connectivity/inetutils/inetutils/inetutils-only-check-pam_appl.h-when-pam-enabled.patch
@@ -15,10 +15,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
  1 file changed, 14 insertions(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 86136fb..b220319 100644
+index 5e16c3a..18510a8 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -183,6 +183,19 @@ AC_SUBST(LIBUTIL)
+@@ -182,6 +182,19 @@ AC_SUBST(LIBUTIL)
  
  # See if we have libpam.a.  Investigate PAM versus Linux-PAM.
  if test "$with_pam" = yes ; then
@@ -38,12 +38,15 @@ index 86136fb..b220319 100644
    AC_CHECK_LIB(dl, dlopen, LIBDL=-ldl)
    AC_CHECK_LIB(pam, pam_authenticate, LIBPAM=-lpam)
    if test "$ac_cv_lib_pam_pam_authenticate" = yes ; then
-@@ -620,7 +633,7 @@ AC_HEADER_DIRENT
- AC_CHECK_HEADERS([arpa/nameser.h arpa/tftp.h errno.h fcntl.h features.h \
+@@ -617,7 +630,7 @@ AC_HEADER_DIRENT
+ AC_CHECK_HEADERS([arpa/nameser.h arpa/tftp.h fcntl.h features.h \
  		  glob.h memory.h netinet/ether.h netinet/in_systm.h \
  		  netinet/ip.h netinet/ip_icmp.h netinet/ip_var.h \
 -		  security/pam_appl.h shadow.h \
 +		  shadow.h \
- 		  stdarg.h stdlib.h string.h stropts.h sys/tty.h \
+ 		  stropts.h sys/tty.h \
  		  sys/utsname.h sys/ptyvar.h sys/msgbuf.h sys/filio.h \
  		  sys/ioctl_compat.h sys/cdefs.h sys/stream.h sys/mkdev.h \
+-- 
+2.25.1
+
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.1.bb b/meta/recipes-connectivity/inetutils/inetutils_2.2.bb
similarity index 99%
rename from meta/recipes-connectivity/inetutils/inetutils_2.1.bb
rename to meta/recipes-connectivity/inetutils/inetutils_2.2.bb
index 0cf73cdb24..3bab137eb4 100644
--- a/meta/recipes-connectivity/inetutils/inetutils_2.1.bb
+++ b/meta/recipes-connectivity/inetutils/inetutils_2.2.bb
@@ -10,7 +10,7 @@ LICENSE = "GPLv3"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7"
 
-SRC_URI[sha256sum] = "01b9a4bc73a47e63f6e8a07b76122d9ad2a2e46ebf14870e9c91d660b5647a22"
+SRC_URI[sha256sum] = "d547f69172df73afef691a0f7886280fd781acea28def4ff4b4b212086a89d80"
 SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.xz \
            file://inetutils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch \
            file://inetutils-1.8-0003-wchar.patch \
-- 
2.25.1


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

end of thread, other threads:[~2021-09-08 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 14:41 [OE-core] [PATCH] gzip: upgrade 1.10 -> 1.11 wangmy
2021-09-08 14:41 ` [OE-core] [PATCH] harfbuzz: upgrade 2.9.0 -> 2.9.1 wangmy
2021-09-08 14:42 ` [OE-core] [PATCH] inetutils: upgrade 2.1 -> 2.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.