summaryrefslogtreecommitdiffstats
path: root/meta-networking
Commit message (Collapse)AuthorAgeFilesLines
...
* memcached: upgrade 1.6.37 -> 1.6.38Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdaq: upgrade 3.0.18 -> 3.0.19Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: upgrade 2.90 -> 2.91Yi Zhao2025-03-241-1/+1
| | | | | | | | ChangeLog: https://thekelleys.org.uk/dnsmasq/CHANGELOG Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: 3.2.5 -> 3.2.7Yi Zhao2025-03-2118-101/+118
| | | | | | | | | | | ChangeLog: https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_6 https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_7 * Refresh local patches. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: upgrade 9.28.0 -> 9.30.0Yi Zhao2025-03-213-156/+20
| | | | | | | | | | ChangeLog: https://github.com/LINBIT/drbd-utils/blob/v9.30.0/ChangeLog * Refresh local patches. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 6.0.0 -> 6.0.1Yi Zhao2025-03-211-1/+1
| | | | | | | | ChangeLog: https://github.com/strongswan/strongswan/releases/tag/6.0.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iftop: fix build with gcc-15Martin Jansa2025-03-212-0/+47
| | | | | | | | fixes: http://errors.yoctoproject.org/Errors/Details/848458/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openl2tp: Pin to C17 stdKhem Raj2025-03-201-1/+1
| | | | | | | Does not compile with C23 with GCC-15 and the last release was long time ago. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-03-2014-20/+20
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdist: Pin to C17 stdKhem Raj2025-03-201-0/+2
| | | | | | | It can not be cleanly compiled with C23 defaults in GCC-15 therefore stick with C17 for now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openl2tp: don't inherit autotoolsRoss Burton2025-03-191-2/+4
| | | | | | | | This upstream does not in fact use autotools, so remove the inherit and implement the required do_install. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* miniupnpd: partial recipe rewriteRoss Burton2025-03-191-9/+13
| | | | | | | | | | | | | | | | | | | | This upstream does not in fact use autotools, so remove the inherit. Split the configure step (make config.h) into do_configure and ensure that it always runs in case the configuration has changed. Use PACKAGECONFIG for options, as there are more available upstream. Add UPSTREAM_CHECK variables to check for new releases. This depends on a bitbake change[1] but with that detects that 2.3.7 has been released. Add a DEPENDS on openssl as the Makefiles try to link against it and silently fail without it. [1] https://lore.kernel.org/bitbake-devel/20250319165339.439776-1-ross.burton@arm.com/T/#u Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vblade: don't inherit autotoolsRoss Burton2025-03-191-1/+1
| | | | | | | This upstream does not in fact use autotools, so remove the inherit. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdist: don't inherit autotoolsRoss Burton2025-03-191-2/+4
| | | | | | | | This upstream does not in fact use autotools, so remove the inherit and implement the required do_install directly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* chrony: Add nts support through PACKAGECONFIGOmri Sarig2025-03-191-0/+1
| | | | | | | | | | | Chronyd is supporting NTS (network time security) protocol, however, to build the application with this support, it require having gnutls at build time. This commit adds a PACKAGECONFIG line, allowing users to control whether the supporting application will have nts or not. Signed-off-by: Omri Sarig <omri.sarig13@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: enable packageconfig cppYi Zhao2025-03-171-1/+1
| | | | | | | Enable packageconfig cpp required by minifi-cpp. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* reproducibility: Mark phytool{,-dbg} as known non-reproducibleYoann Congal2025-03-151-0/+2
| | | | | | | | | | | From AB run: https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/36/steps/28/logs/stdio Diffoscope output is at: https://valkyrie.yocto.io/pub/repro-fail-openembedded/meta-networking/oe-reproducible-20250315-xxydi74w/packages/diff-html/ Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* waf-samba: using python variable from python3native.bbclassDmitriy Makhnin2025-03-131-1/+1
| | | | | | | | | Waf-samba.bbclass inherits python3native.bbclass which has the variable PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3". This allows this variable to be used in do_compile instead of python3. Signed-off-by: Dmitry Makhnin <d.makhnin@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Upgrade 2559.60.39.0.1 -> 2559.80.8Alex Kiernan2025-03-131-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: Make keepalived cross compile reproducibleKhem Raj2025-03-121-1/+5
| | | | | | | This should help with not emitting configure commandline into binaries, these may contain absolute build paths Signed-off-by: Khem Raj <raj.khem@gmail.com>
* reproducibility: update known non-reproducible packagesYoann Congal2025-03-111-0/+2
| | | | | | | | | | | | Those reproducible failures are from AB runs: * https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/34 * https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/35 https://valkyrie.yocto.io/pub/repro-fail-openembedded/ NB: diffoscope output can be found in Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udpcast: upgrade 20230924 -> 20250223Wang Mingyu2025-03-112-4/+6
| | | | | | | | 0001-include-stddef.h-for-ptrdiff_t.patch refreshed for 20250223 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Wolfssl: add ptestSofiane HAMAM2025-03-064-2/+48
| | | | | | | | | | | | | | | | | | Add ptest for Wolfssl package. Set IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-wolfssl to 700M enough to avoid a "No space left on device". BEGIN: /usr/lib/wolfssl/ptest Wolfssl ptest logs are stored in /tmp/wolfss_temp.qvuQ9h/ptest.log Test script returned: 0 unit_test: Success for all configured tests. PASS: Wolfssl DURATION: 7 END: /usr/lib/wolfssl/ptest Signed-off-by: Sofiane HAMAM <sofiane.hamam@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open62541: split schema defs into separate packageJohannes Kauffmann2025-03-061-0/+6
| | | | | | | | | | | The OPC UA schema definitions and nodeset descriptions make up 90MB of the "normal" package and contain mostly text files not needed during runtime. Split them into a -tools package. The "normal" package size is reduced drastically. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
* open62541: make generated namespace configurableJohannes Kauffmann2025-03-061-2/+3
| | | | | | | | | | The default is still the FULL namespace, but it is now possible to switch to REDUCED. With the REDUCED namespace, the binary shrinks about 80% in size, from 4.5MB to ~800kB. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
* open62541: remove amalgamation PACKAGECONFIGJohannes Kauffmann2025-03-061-1/+0
| | | | | | | | | | | | | | | open62541@9e0b766fbba73be8d703b6ccbfdeec5bfd200b48 made it an error to install the package while the amalgamation option is enabled. On the 1.3 branch, this is not yet an issue. However, it is clear that this option is not deemed suitable for building open62541 in the context of a distribution. Thus, remove the PACKAGECONFIG outright, before someone depends on the different (incompatible) header includes required by the amalgamation option. Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
* open62541: update to v1.3.15Johannes Kauffmann2025-03-061-2/+2
| | | | Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com>
* netperf: fix build failure due to autotools.bbclass changeDmitry Baryshkov2025-02-272-6/+42
| | | | | | | | | Recent change to autotools.bbclass broke netperf as it can not now find proper macros. Remove old workaround and add a proper patch to utilize ACLOCAL_AMFLAGS option. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lftp: remove obsolete acpathsRoss Burton2025-02-271-3/+0
| | | | | | | | | | As of "autotools: don't try and find in-tree macros" in core, acpaths is no longer used. Also remove an obsolete FILES:PN-dbg as the debug package is packaged automatically. Signed-off-by: Ross Burton <ross.burton@arm.com>
* pureftp: fix autoreconfRoss Burton2025-02-261-0/+2
| | | | | | | | autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udpcast: add missing manpages PACKAGECONFIGRoss Burton2025-02-261-0/+2
| | | | | | | | | | | | | The manpages.bbclass adds the 'manpages' PACKAGECONFIG but this isn't defined: ERROR: QA Issue: udpcast: invalid PACKAGECONFIG: manpages [invalid-packageconfig] There is not an option to disable the manpages, so add a stub PACKAGECONFIG to silence this error. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave: remove manpages classRoss Burton2025-02-261-5/+0
| | | | | | | | This recipe doesn't ship any manpages since 2.10, so remove the manpage support. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openfortivpn: upgrade 1.22.1 -> 1.23.1Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | Changelog: =========== - fix a few coverity warnings - Support older mac0S versions that lack vdprintf() - Patch certificate login error for FortiOS 7.4.4 - Clear OTP after run - Support SAML login authentication Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: upgrade 1.6.36 -> 1.6.37Wang Mingyu2025-02-261-1/+1
| | | | | | | | Changelog: - proto: -X disables stats detail as well Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtevent: upgrade 0.16.1 -> 0.16.2Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtdb: upgrade 1.4.12 -> 1.4.13Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtalloc: upgrade 2.4.2 -> 2.4.3Wang Mingyu2025-02-261-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iscsi-initiator-utils: upgrade 2.1.10 -> 2.1.11Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============== - iscsid: Rate limit session reopen log messages - Preparing for version 2.1.10 - Fix bug where abort_tmo read failures were ignored. - Fix gcc issues - Change a discovery function to void return type - Fix firmware targets startup to always be "onboot" - More testing cleanup, and fix dprint test usage - Improve iscsiadm command line parsing messages - grammar nitpicks - Bugfix read specific sysfs value "off" of session attribute - Fix a typo in test/README - Make it visible when memory allocation failure - improve the comments in idbm_lock() - iscsid: Fix hang during login with scan=manual - Fix memory leak in iscsi_check_session_use_count - IPv6 support for iBFT iSCSI boot - fix 4 issues which are finded when building with clang 17 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: upgrade 3.8.9 -> 3.10.1Yi Zhao2025-02-257-57/+62
| | | | | | | | | | | ChangeLog: https://www.postfix.org/announcements/postfix-3.10.0.html https://www.postfix.org/announcements/postfix-3.10.1.html Refresh local patches. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: upgrade 3.8.6 -> 3.8.9Yi Zhao2025-02-251-1/+1
| | | | | | | | ChangeLog: http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.8.9.HISTORY Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* radvd: upgrade 2.19 -> 2.20Yi Zhao2025-02-244-57/+30
| | | | | | | | | | | | | | ChangeLog: https://github.com/radvd-project/radvd/blob/v2.20/CHANGES * Drop backport patch * Add dependency libbsd * Update rdavd.service * Install systemd service file and sysvinit script separately through conditional statements. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: drop ld-is-gold supportYi Zhao2025-02-231-1/+1
| | | | | | | | | | The gold linker support has been dropped in oe-core[1]. Remove related special cases and patches in recipes. [1] https://git.openembedded.org/openembedded-core/commit/?id=a4addb9ab63011e7c604fc5daff95559e7d214e7 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: fix SRC_URIGyorgy Sarvari2025-02-231-1/+1
| | | | | | | | | | | | | The original SRC_URI's content seems to be deleted regurarly, when a new version is published, making the previous version unavailable. The new SRC_URI ("all-versions" folder) seems to be more stable, the previous versions of Wireshark are not deleted from there. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: version bump 4.2.10 -> 4.2.11Jan Vermaete2025-02-221-2/+2
| | | | | | | | The 4.2.10 was not longer available at the original SRC_URI. At the new SRC_URI all version of the wireshark releases are available. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoip: fix do_fetch errorWang Mingyu2025-02-201-4/+4
| | | | | | | | Change the SRC_URI to the correct value due to the following error: ERROR: geoip-1.6.12-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'http://sources.openembedded.org/GeoIP.dat.20181205.gz;apply=no;name=GeoIP-dat;') Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: Fix build with latest muslKhem Raj2025-02-172-1/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mctp: srcrev bump 9042704131d..dd944cf5b5aThu Nguyen2025-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Additional commit included in this version bump are below. Jeremy Kerr (9): + tests: Add tests for dbus Network1 interface + tests: add System.del_address + tests: notify netlink socket on system link/neighbour/address/route changes + tests: Add NLSocket._create_msg + tests: rename NLSocket._send_resp to _send_msg + mctpd: fix error message and code for missing linkmap entry case + mctpd: remove unnecessary debug output + CHANGELOG: Add mctp-bench change Thu Nguyen (1): + Support `LocalEIDs` property in `au.com.codeconstruct.MCTP.Network1` Timon Liu (1): + mctp-bench: Add a utility tool to send/receive messages and display throughput Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: reproducibility issueChristos Gavros2025-02-131-0/+3
| | | | | | | | | | | | | | | | | Corosync is not reproducible due to change of value in NETSNMP_SYS_CONTACT which is set in net-snmp: NETSNMP_SYS_CONTACT = "$ME@$LOC" $ME = whoami $LOC assigned domain name from /etc/resolv.conf Use build in'--with-sys-contact' to overwrite it https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/30/steps/28/logs/stdio CC: Yoann Congal <yoann.congal@smile.fr> CC: Randy MacLeod <randy.macleod@windriver.com> Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rp-pppoe: update SRC_URIWang Mingyu2025-02-121-1/+1
| | | | | | | | | Upstream repository url changed. Fixes unsuccessful fetch warning. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 4.2.9 -> 4.2.10Wang Mingyu2025-02-121-1/+1
| | | | | | | | releasenote: https://www.wireshark.org/docs/relnotes/wireshark-4.2.10.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>