meta-openembedded/meta-networking
zhengruoqin 5fdc6f6a23 unbound: upgrade 1.12.0 -> 1.13.2
Features
Merge PR #317: ZONEMD Zone Verification, with RFC 8976 support.
ZONEMD records are checked for zones loaded as auth-zone, with DNSSEC if available. There is an added option zonemd-permissive-mode that makes it log but not fail wrong zones. With zonemd-reject-absence for an auth-zone the presence of a zonemd can be mandated for specific zones.
Fix: Resolve interface names on control-interface too.
Merge #470 from edevil: Allow configuration of persistent TCP connections.
Fix #474: always_null and others inside view.
Add that log-servfail prints an IP address and more information about one of the last failures for that query.
Merge #478: Allow configuration of TCP timeout while waiting for response.
Add ./configure --with-deprecate-rsa-1024 that turns off RSA 1024.
Move the NSEC3 max iterations count in line with the 150 value used by BIND, Knot and PowerDNS. This sets the default value for it in the configuration to 150 for all key sizes.
zonemd-check: yesno option, default no, enables the processing of ZONEMD records for that zone.
Merge #486 by fobster: Make VAL_MAX_RESTART_COUNT configurable.
Merge PR #491: Add SVCB and HTTPS types and handling according to draft-ietf-dnsop-svcb-https.
Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-14 20:08:27 -07:00
..
classes waf-samba: switch to python3 2019-07-10 09:24:32 -07:00
conf layer.conf: Update to honister 2021-08-03 10:21:25 -07:00
files/waf-cross-answers waf-cross-answers: Add powerpc64le version 2021-03-11 22:34:53 -08:00
licenses
recipes-connectivity mosquitto: upgrade 2.0.11 -> 2.0.12 2021-09-08 21:29:52 -07:00
recipes-core packagegroup-meta-networking: Add bmon 2021-08-23 22:00:39 -07:00
recipes-daemons vsftpd: Upgrade to 3.0.5 2021-08-23 22:00:39 -07:00
recipes-devtools/python Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-extended recipes: Fix override syntax 2021-08-06 20:38:40 -07:00
recipes-filter nftables: upgrade 0.9.9 -> 1.0.0 2021-09-01 08:25:42 -07:00
recipes-irc Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-kernel/wireguard Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-netkit Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-protocols net-snmp: make sure snmpd always exit after displaying usage 2021-09-14 08:18:45 -07:00
recipes-support unbound: upgrade 1.12.0 -> 1.13.2 2021-09-14 20:08:27 -07:00
site
COPYING.MIT
MAINTAINERS layers: Fix git send-email instructions in README 2021-07-17 09:08:47 -07:00
README

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://github.com/openembedded/openembedded-core.git branch: master revision: HEAD

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

URI: git://github.com/openembedded/meta-openembedded.git subdirectory: meta-oe branch: master revision: HEAD

URI: git://github.com/openembedded/meta-openembedded.git subdirectory: meta-python branch: master revision: HEAD

Maintenance

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