meta-openembedded/meta-networking
Alex Kiernan 3b3e1565b8
mdns: Upgrade 2559.80.8 -> 2600.100.147
Drop fixes which are upstream (fixed differently):

* 0001-Fix-SIGSEGV-during-DumpStateLog.patch
* 0004-Add-definition-for-MAX.patch

Upstream has significantly reworked the netlink handling, this breaks the
existing patches which:

* Rework the interface handling from a bitbmap into a list
* Include checks for significant changes to interfaces before discarding the
  entire set and restarting
* A fix for deleting interfaces

The upstream code appears to handle the latter two cases, the former was
noted as a problem on Android in 2017.

Drop all these changes and hope that they are indeed resolved; the upstream
changes appear to be based on code from the matter-openwrt tree (authored by
Apple):

https://github.com/project-chip/matter-openwrt/tree/main/third_party/mdnsresponder/patches

Refresh all other patches.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-18 09:08:11 -07:00
..
classes waf-samba.bbclass: adapt to qemu.bbclass refactoring 2025-05-03 01:59:06 -07:00
conf ptest-packagelists-meta-networking: Adjust ptests as per pass status 2025-04-12 10:06:29 -07:00
dynamic-layers/meta-python system-config-printer: Update D-Bus runtime dependency declaration 2025-04-24 18:43:19 -07:00
files ntp: Add missing 'ntp' static group id 2024-02-17 10:26:58 -08:00
licenses meta-networking/licenses/netperf: remove unused license 2023-04-28 06:59:50 -07:00
recipes-connectivity civetweb: Fix build with ssl disabled 2025-05-17 10:58:32 -07:00
recipes-core meta-networking-image-ptest-all: Do not run PTESTS_PROBLEMS_META_NETWORKING 2025-04-12 10:11:32 -07:00
recipes-daemons postfix: use gnu17 for now 2025-04-26 10:31:27 -07:00
recipes-devtools recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-extended corosync: patch CVE-2025-30472 2025-04-28 06:49:24 -07:00
recipes-filter libnftnl: fix tag name 2025-04-29 02:33:26 -07:00
recipes-irc weechat: upgrade 4.5.0 -> 4.6.0 2025-04-10 08:31:03 -07:00
recipes-kernel/wireguard recipes: Fix variable assignment whitespace 2025-03-20 08:46:56 -07:00
recipes-protocols mdns: Upgrade 2559.80.8 -> 2600.100.147 2025-05-18 09:08:11 -07:00
recipes-support pgpool2: upgrade 4.5.2 -> 4.5.3 2025-05-05 10:18:38 -07:00
COPYING.MIT
MAINTAINERS MAINTANERS: drop netkit 2023-11-15 09:51:45 -08:00
README.md README: drop netkit maintainer 2023-11-15 09:51:45 -08:00
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-networking

This layer is intended to be a central point for networking-related packages and configuration. It should be useful directly on top of oe-core and compliments meta-openembedded. It should be primarily useful to the following groups:

  - Anyone building a small networking device (eg. a home router /
    bridge / switch).

  - Anyone wanting to add network services to their device (eg.
    anything that might benefit from a small ftp/tftp server)

Dependencies

This layer depends on:

URI: git://git.openembedded.org/openembedded-core branch: master

For some recipes, the meta-oe layer is required:

URI: git://git.openembedded.org/meta-openembedded subdirectory: meta-oe branch: master

URI: git://git.openembedded.org/meta-openembedded subdirectory: meta-python branch: master

Maintenance

Layer maintainers: Khem Raj raj.khem@gmail.com

Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches.