public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [oe] [meta-networking] [PATCH] tcpdump: upgrade 4.99.3 -> 4.99.4
@ 2023-04-17  7:04 wangmy
  2023-04-17  7:04 ` [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10 wangmy
  0 siblings, 1 reply; 3+ messages in thread
From: wangmy @ 2023-04-17  7:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Source code:
----------------
  Fix spaces before tabs in indentation.
Updated printers:
-----------------
  LSP ping: Fix "Unused value" warnings from Coverity.
  CVE-2023-1801: Fix an out-of-bounds write in the SMB printer.
  DNS: sync resource types with IANA.
  ICMPv6: Update the output to show a RPL DAO field name.
  Geneve: Fix the Geneve UDP port test.
Building and testing:
----------------------
  Require at least autoconf 2.69.
  Don't check for strftime(), as it's in C90 and beyond.
  Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21.
Documentation:
-------------
  man: Document TCP flag names better.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../tcpdump/{tcpdump_4.99.3.bb => tcpdump_4.99.4.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/tcpdump/{tcpdump_4.99.3.bb => tcpdump_4.99.4.bb} (93%)

diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.3.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb
similarity index 93%
rename from meta-networking/recipes-support/tcpdump/tcpdump_4.99.3.bb
rename to meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb
index 03f1b76f9..803a9bb5f 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.3.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb
@@ -26,7 +26,7 @@ SRC_URI = " \
     file://run-ptest \
 "
 
-SRC_URI[sha256sum] = "ad75a6ed3dc0d9732945b2e5483cb41dc8b4b528a169315e499c6861952e73b3"
+SRC_URI[sha256sum] = "0232231bb2f29d6bf2426e70a08a7e0c63a0d59a9b44863b7f5e2357a6e49fea"
 
 UPSTREAM_CHECK_REGEX = "tcpdump-(?P<pver>\d+(\.\d+)+)\.tar"
 
-- 
2.34.1



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

* [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10
  2023-04-17  7:04 [oe] [meta-networking] [PATCH] tcpdump: upgrade 4.99.3 -> 4.99.4 wangmy
@ 2023-04-17  7:04 ` wangmy
  2023-04-17  7:37   ` Mingyu Wang (Fujitsu)
  0 siblings, 1 reply; 3+ messages in thread
From: wangmy @ 2023-04-17  7:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
   - Avoid non-default settings in system-wide init files.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb} (94%)

diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
similarity index 94%
rename from meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
rename to meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
index f136c06b7..abeb6e803 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
     file://0001-Enable-system-malloc-on-all-linux.patch \
     file://0002-Add-debian-csh-scripts.patch \
 "
-SRC_URI[sha256sum] = "74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995"
+SRC_URI[sha256sum] = "13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664"
 
 EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
 inherit autotools
-- 
2.34.1



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

* RE: [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10
  2023-04-17  7:04 ` [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10 wangmy
@ 2023-04-17  7:37   ` Mingyu Wang (Fujitsu)
  0 siblings, 0 replies; 3+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2023-04-17  7:37 UTC (permalink / raw)
  To: openembedded-core@lists.openembedded.org

Sorry, the email address was written incorrectly when sending the patch. 
The emails of meta-oe were sent here, please ignore then.
  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Sent: Monday, April 17, 2023 3:05 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Subject: [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10
> 
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
>    - Avoid non-default settings in system-wide init files.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb}    | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> meta-oe/recipes-shells/tcsh/{tcsh_6.24.07.bb => tcsh_6.24.10.bb} (94%)
> 
> diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
> b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
> similarity index 94%
> rename from meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
> rename to meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
> index f136c06b7..abeb6e803 100644
> --- a/meta-oe/recipes-shells/tcsh/tcsh_6.24.07.bb
> +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.24.10.bb
> @@ -13,7 +13,7 @@ SRC_URI = " \
>      file://0001-Enable-system-malloc-on-all-linux.patch \
>      file://0002-Add-debian-csh-scripts.patch \  "
> -SRC_URI[sha256sum] =
> "74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995"
> +SRC_URI[sha256sum] =
> "13475c0fbeb74139d33ed793bf00ffbbb2ac2dc9fb1d44467a410760aba36664"
> 
>  EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
>  inherit autotools
> --
> 2.34.1


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

end of thread, other threads:[~2023-04-17  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17  7:04 [oe] [meta-networking] [PATCH] tcpdump: upgrade 4.99.3 -> 4.99.4 wangmy
2023-04-17  7:04 ` [oe] [meta-oe] [PATCH] tcsh: upgrade 6.24.07 -> 6.24.10 wangmy
2023-04-17  7:37   ` Mingyu Wang (Fujitsu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox