meta-openembedded/meta-networking
Ankur Tyagi 50906d9169
dovecot: upgrade 2.3.21 -> 2.3.21.1
Release Notes:
- CVE-2024-23184: A large number of address headers in email resulted
  in excessive CPU usage.
- CVE-2024-23185: Abnormally large email headers are now truncated or
  discarded, with a limit of 10MB on a single header and 50MB for all
  the headers of all the parts of an email.
- oauth2: Dovecot would send client_id and client_secret as POST parameters
  to introspection server. These need to be optionally in Basic auth
  instead as required by OIDC specification.
- oauth2: JWT key type check was too strict.
- oauth2: JWT token audience was not validated against client_id as
  required by OIDC specification.
- oauth2: XOAUTH2 and OAUTHBEARER mechanisms were not giving out
  protocol specific error message on all errors. This broke OIDC discovery.
- oauth2: JWT aud validation was not performed if aud was missing
  from token, but was configured on Dovecot.

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
2025-12-30 07:08:12 +05:30
..
classes waf-samba: replace oldincludedir 2024-04-14 08:38:42 -07:00
conf Wolfssl: add ptest 2025-03-23 15:27:08 -04:00
dynamic-layers/meta-python system-config-printer: fix runtime for system-config-printer 2024-01-28 08:39:17 -08: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: patch CVE-2025-9648 2025-12-17 11:45:21 +05:30
recipes-core Wolfssl: add ptest 2025-03-23 15:27:08 -04:00
recipes-daemons proftpd: Fix CVE-2023-48795 2025-12-11 08:02:03 +05:30
recipes-devtools libcoap: patch CVE-2024-31031 2025-08-02 13:37:04 -04:00
recipes-extended corosync: upgrade 3.1.9 -> 3.1.10 2025-12-09 07:01:20 +05:30
recipes-filter nftables: remove python dependency from main package 2025-12-09 07:01:16 +05:30
recipes-irc znc: Fix buildpaths QA errors 2024-08-10 11:21:45 -04:00
recipes-kernel/wireguard wireguard-tools: fix do_fetch error 2024-11-09 14:31:19 -05:00
recipes-protocols net-snmp: Update Upstream-status in the net-snmp-5.9.4-kernel-6.7.patch 2025-12-05 17:46:29 +05:30
recipes-support dovecot: upgrade 2.3.21 -> 2.3.21.1 2025-12-30 07:08:12 +05:30
COPYING.MIT
MAINTAINERS meta-openemnedded: Add myself as scarthgap maintainer 2024-03-27 20:07:53 -07:00
README.md meta-openemnedded: Add myself as scarthgap maintainer 2024-03-27 20:07:53 -07: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: Scarthgap

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

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

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

Maintenance

Stable Layer maintainer: Armin Kuster akuster808@gmail.com

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