mbox series

[meta-oe,kirkstone,00/20] Cherry-picks from Master Batch D

Message ID 20250926141919.2010846-1-skandigraun@gmail.com
Headers show
Series Cherry-picks from Master Batch D | expand

Message

Gyorgy Sarvari Sept. 26, 2025, 2:18 p.m. UTC
This is my fourth batch of cherry picks from master branch, that I'd like to propose
to include in the Kirkstone branch.

This is once again an assorted mix of patches: half of generic fixes (outdated SRC_URI,
LICENSE correction...) or minor recipe version updates which I tried to verify as good as I could
by reviewing the commits and patch changes.

This batch has been build-tested with a world build on arm, aarch64, x86 and x86-64 platforms.

Your feedback is much appreciated.

Thank you.

---
Bergin, Peter (1):
  freediameter: fix typo and old overide syntax

Gianfranco Costamagna (1):
  mosquitto: bump to 2.0.22

Gyorgy Sarvari (1):
  znc: fix LICENSE value, clean up SRC_URI

Jim Broadus (1):
  networkmanager: fix iptables and nft paths

Khem Raj (4):
  nfacct: Update SRC_URI to point to valid URL
  openflow: Include sys/stat.h for fchmod
  openflow: Switch SRC_URI to github mirror
  radiusclient-ng: Point SRC_URI to archive.ubuntu.com

Louis Rannou (1):
  mosquitto: bump to 2.0.21

Philippe Coval (1):
  ot-br-posix: Add dep to ipset as used by firewall

Randy MacLeod (1):
  ncftp: Upgrade to 3.2.7

Wang Mingyu (3):
  pure-ftpd: upgrade 1.0.51 -> 1.0.52
  libnftnl: upgrade 1.2.3 -> 1.2.4
  libnftnl: upgrade 1.2.5 -> 1.2.6

Yi Zhao (3):
  libnftnl: upgrade 1.2.2 -> 1.2.3
  libnftnl: upgrade 1.2.4 -> 1.2.5
  devecot: set dovecot.conf file mode with chmod

alperak (1):
  adcli: use https protocol for fetching

wangmy (2):
  pure-ftpd: upgrade 1.0.50 -> 1.0.51
  libnftnl: upgrade 1.2.1 -> 1.2.2

 .../recipes-connectivity/adcli/adcli_0.9.0.bb |   2 +-
 .../mosquitto/files/2895.patch                |  17 +-
 ...osquitto_2.0.20.bb => mosquitto_2.0.22.bb} |   2 +-
 .../networkmanager/networkmanager_1.36.2.bb   |   2 +
 .../openthread/ot-br-posix_git.bb             |   2 +-
 .../ncftp/ncftp/ncftp-3.2.5-gcc10.patch       |  83 ---
 .../ncftp/{ncftp_3.2.6.bb => ncftp_3.2.7.bb}  |   8 +-
 ...-usr-local-includes-from-configure.a.patch |  15 +-
 .../pure-ftpd/pure-ftpd/nostrip.patch         |   7 +-
 ...ure-ftpd_1.0.50.bb => pure-ftpd_1.0.52.bb} |   4 +-
 ...cal-function-as-one-of-printf-family.patch | 650 ------------------
 .../0001-configure.ac-Add-serial-tests.patch  |   8 +-
 .../{libnftnl_1.2.1.bb => libnftnl_1.2.6.bb}  |  10 +-
 .../recipes-filter/nfacct/nfacct_1.0.2.bb     |   8 +-
 meta-networking/recipes-irc/znc/znc_1.8.2.bb  |  12 +-
 .../freediameter/freediameter_1.4.0.bb        |   2 +-
 .../recipes-protocols/openflow/openflow.inc   |   2 +-
 ...ify-export-dynamic-directly-to-linke.patch |  30 +
 ...t-util-Include-sys-stat.h-for-fchmod.patch |  23 +
 .../openflow/openflow_git.bb                  |   7 +-
 .../radiusclient-ng/radiusclient-ng_0.5.6.bb  |   3 +-
 .../recipes-support/dovecot/dovecot_2.3.14.bb |   3 +-
 22 files changed, 112 insertions(+), 788 deletions(-)
 rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.20.bb => mosquitto_2.0.22.bb} (97%)
 delete mode 100644 meta-networking/recipes-daemons/ncftp/ncftp/ncftp-3.2.5-gcc10.patch
 rename meta-networking/recipes-daemons/ncftp/{ncftp_3.2.6.bb => ncftp_3.2.7.bb} (80%)
 rename meta-networking/recipes-daemons/pure-ftpd/{pure-ftpd_1.0.50.bb => pure-ftpd_1.0.52.bb} (81%)
 delete mode 100644 meta-networking/recipes-filter/libnftnl/libnftnl/0001-avoid-naming-local-function-as-one-of-printf-family.patch
 rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.2.1.bb => libnftnl_1.2.6.bb} (89%)
 create mode 100644 meta-networking/recipes-protocols/openflow/openflow/0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch
 create mode 100644 meta-networking/recipes-protocols/openflow/openflow/0001-socket-util-Include-sys-stat.h-for-fchmod.patch