summaryrefslogtreecommitdiffstats
path: root/meta-networking
Commit message (Collapse)AuthorAgeFilesLines
...
* quagga: install tmpfiles snippet to /usr/lib/tmpfiles.dCallaghan, Dan2020-02-191-2/+4
| | | | | | | | Package-owned tmpfiles snippets belong in /usr/lib/tmpfiles.d, /etc/tmpfiles.d is for administrator customisations. Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quagga: fix tmpfiles snippet to refer to /run instead of /var/runCallaghan, Dan2020-02-191-1/+1
| | | | | | | | | | | | This fixes a complaint from systemd on boot: systemd-tmpfiles[393]: [/etc/tmpfiles.d/quagga.conf:1] Line references path below legacy directory /var/run/, updating /var/run/quagga → /run/quagga; please update the tmpfiles.d/ drop-in file accordingly. Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cifs-utils: upgrade 6.9 -> 6.10Wang Mingyu2020-02-182-2/+49
| | | | | | | | | | | | | | | add the following patch to solve build error: 0001-Bugfix-Modify-the-dir-of-install-exec-hook-and.patch Error message: (cd /sbin && ln -sf mount.cifs mount.smb3) /yocto/work001/fnst/wangmy/build/tmp/hosttools/install -c mount.cifs '/yocto/work001/fnst/wangmy/build/tmp/work/core2-64-poky-linux/cifs-utils/6.10-r0/image/sbin' make install-data-hook ln: failed to create symbolic link 'mount.smb3': Permission denied Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fetchmail: upgrade 6.4.1 -> 6.4.2Wang Mingyu2020-02-181-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: rdep on python3 version of pyflakesKhem Raj2020-02-171-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openconnect: use target path to scriptMax Krummenacher2020-02-161-2/+2
| | | | | | | | | | | openconnect puts the default absolute path to the vpnc-script into its binary from the --with-vpnc-script configure options. So do not prepend the value with the path to the OE sysroot. RDEPEND on vpnc-script to have the script from vpnc installed on target. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openconnect: build with python3Max Krummenacher2020-02-162-7/+76
| | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vpnc: splitout the vpnc-script into its own packageMax Krummenacher2020-02-161-1/+5
| | | | | | | | The vpnc-script can be used unchanged with the openconnect package. Provide it in its own package and make vpnc RDEPEND on it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.10.11 -> 4.10.13Yi Zhao2020-02-131-2/+2
| | | | | | | | Changelog: https://www.samba.org/samba/history/samba-4.10.13.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.2.0 -> 3.2.1Wang Mingyu2020-02-111-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: Use mosquitto.init for daemon initMike Krupicka2020-02-111-1/+1
| | | | | | Config file specification is missing in start) case. It is present already in restart) case. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeradius: upgrade 3.0.19 -> 3.0.20Yi Zhao2020-02-063-120/+77
| | | | | | | | | | | * Drop backported patch: 0001-su-to-radiusd-user-group-when-rotating-logs.patch * Disable python2 module build and add PACKAGECONFIG for python3 module build Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: improve numerous aspects of Posix backendMatt Hoosier2020-02-0612-0/+945
| | | | | | | | | | | | | | | | | | | | | Apple's default implementation of the Posix backend for mDNSResponder has a number of weaknesses. Address several of them, most notably: * Improve interface tracking, preventing confusion to mdns's state machine. Prevents spurious removal/republication cycles whenever network interfaces are added or removed. * Support network interfaces whose indeces are great than 31. Indices grow past that range surprisingly quickly, especially with multi- homed, mobile, wifi, Bluetooth, VPN, VLANs, or other interfaces present. * Correctly handle edge cases during removal of a network interface. The fixes are kept as a patch series for clarity. Signed-off-by: Matt Hoosier <matt.hoosier@garmin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lftp: upgrade 4.9.0 -> 4.9.1Trevor Gamblin2020-02-041-2/+2
| | | | | Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nng: Add recipeTom Rini2020-02-031-0/+21
| | | | | | | | | | | | nng is the nanomsg project's rewrite of their libnanomsg library. Just like nanomsg it is a socket library that provides several common communication patterns. Unlike nanomsg it does not normally provide a number of tools and we do not attempt to add them here. We allow for optional mbedtls support. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Inherit perlnative for pod2manKhem Raj2020-02-022-1/+3
| | | | | | | replace host version of pod2man perl-native provides, helps in improving reproducability Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: Upgrade to 20191219 snapshotKhem Raj2020-01-293-2/+2
| | | | | | Fixes build with kernel >= 5.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: Inherit texinfo to get makeinfoKhem Raj2020-01-281-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Link with libatomic on riscvKhem Raj2020-01-281-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: Link with libatomic on riscvKhem Raj2020-01-281-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ypbind-mt: search nspr header files in ${STAGING_INCDIR}/nsprMartin Jansa2020-01-271-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnssec-conf: delete, moved to meta-python2Andrey Zhizhikin2020-01-272-36/+1
| | | | | | | | dnssec-conf relies heavily on python2 code and was not updated since 2010. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: upgrade 2.0.19 -> 2.0.20Pierre-Jean Texier2020-01-271-2/+2
| | | | | | | See full changelog https://www.keepalived.org/changelog.html Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: update recipe to use python3Andrey Zhizhikin2020-01-272-2/+53
| | | | | | | | Update recipe to include support for python3. Introduce a patch which converts samples to utilize pytho3 on the target. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: apply upstream proposed patches to use cmake build system,Gianfranco Costamagna2020-01-255-27/+173
| | | | | | | | | simplifying a lot the build and install process. Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: Drop overloadable attribute for recvfromKhem Raj2020-01-252-43/+0
| | | | | | glibc patch is now removed for this to be required Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: upgrade 0.7.2 -> 0.7.3Pierre-Jean Texier2020-01-241-2/+2
| | | | | | | See full changelog https://github.com/firewalld/firewalld/releases/tag/v0.7.3 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: Use python3 and modules during buildKhem Raj2020-01-241-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntop: Pass PYTHON_CONFIG to configureKhem Raj2020-01-222-1/+22
| | | | | | | | | | | | | | | | | | | This aids cross-building, otherwise configure goes into weeks to find these especially python-config and starts to poke at host files e.g. if /etc/debian_release exists then it errors out, but if it does not then it deploys a workaround and continues build, as a result we see ntop fail the build on debian-like build hosts but not on others eg. archlinux Ensure that linking with libpython happens therefore use python3-config --libs --embed Fixes checking for arm-yoe-linux-gnueabi-python-config... no checking for python-config... no Please install python-dev and rerun configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: Correct the dep to use python3Khem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntop: Move dependency to use py3Khem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: Use python3Khem Raj2020-01-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crda: Fix build with python3Khem Raj2020-01-222-1/+103
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ldap: Fix build dependencies to use python3Khem Raj2020-01-221-3/+3
| | | | | | Address files via ${S} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndisc6: fix coreutils-native tool dependencySumit Garg2020-01-221-0/+2
| | | | | | | | coreutils-native tool dependency was implicitly met while building with source GCC tool-set which isn't the case with external tool-set. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: fix gettext tool dependencySumit Garg2020-01-221-1/+1
| | | | | | | | gettext tool dependency was implicitly met while building with source GCC tool-set which isn't the case with external tool-set. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unbound: Use HOST_SYS instead of TARGET_PREFIX for libtoolSumit Garg2020-01-221-1/+1
| | | | | | | | | As TARGET_PREFIX may vary from source GCC tool-set to external GCC tool-set. Also, libtool-cross is installed in recipe sysroot using HOST_SYS variable only. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: fix flex-native tool dependencySumit Garg2020-01-221-0/+2
| | | | | | | | flex-native tool dependency was implicitly met while building with source GCC tool-set which isn't the case with external tool-set. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-networking: Remove using python2Khem Raj2020-01-2212-17/+17
| | | | | | | This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Link with libatomic on powerpcKhem Raj2020-01-161-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcpcd: upgrade 8.1.1 -> 8.1.5Zang Ruochen2020-01-152-38/+3
| | | | | | | | -files/0001-dhcpcd-Fix-build-error-with-musl.patch Removed since this is included in 8.1.5. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: Use overloadable attribute with clangKhem Raj2020-01-152-0/+43
| | | | | | This ensures that clang is not fussy about overloading recvfrom() Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crda: fix UDEV_RULE_DIRYi Zhao2020-01-141-1/+1
| | | | | | | The default UDEV_RULE_DIR is ${nonarch_base_libdir}. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: Fix user and group in tinyproxy installStefan Lendl2020-01-112-4/+4
| | | | | Signed-off-by: Stefan Lendl <sll@mission-embedded.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: Install a default tinyproxy.confStefan Lendl2020-01-112-2/+335
| | | | | | | sets the correct user tinyproxy and group nogroup Signed-off-by: Stefan Lendl <sll@mission-embedded.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: CVE-2019-14834Zhixiong Chi2020-01-102-0/+50
| | | | | | | Backport the CVE patch from the upstream to fix the memory leak. Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: Enable plugins when enabling qt5Khem Raj2020-01-091-1/+1
| | | | | | | | | | | | | | | | plugins tab and about dialog have created dependency with commit[1] this fails to build when qt5 is in bblayers Fixes wireshark-3.2.0/ui/qt/about_dialog.cpp:137:29: error: 'plugins_add_description' was not declared in this scope; did you mean 'plugins_get_descriptions'? 137 | extcap_get_descriptions(plugins_add_description, &plugin_data); | ^~~~~~~~~~~~~~~~~~~~~~~ | plugins_get_descriptions [1] https://github.com/wireshark/wireshark/commit/5dfde7ff83a35bb7186cd05ce61f4b139ab01203 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 3.0.7 -> 3.2.0Wang Mingyu2020-01-071-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kea: upgrade 1.7.2 -> 1.7.3Wang Mingyu2020-01-061-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 4.2.0 -> 4.3.0Wang Mingyu2020-01-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>