aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
AgeCommit message (Collapse)Author
2019-09-10openhpi: control snmp-bc ptest generationSlater, Joseph
Do not try to compile ptests for snmp-bc if it is not in PACKGECONFIG. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07strongswan: Fix do_patch fuzzKhem Raj
Refresh the patch to apply cleanly Fixes Applying patch 0001-memory.h-Include-stdint.h-for-uintptr_t.patch patching file src/libstrongswan/utils/utils/memory.h Hunk #1 succeeded at 26 with fuzz 2 (offset 4 lines). Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07drbd,netkit-rusers: Blacklist packagesKhem Raj
These fail to build always Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07wireguard: Upgrade 20190702 to 20190905Scott Ellis
Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-07samba: Fix configure tests to work with clangKhem Raj
Do not use nested functions ( main inside main ) Use global scope for __thread variables Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-06grpc: Change gettid patch with the upstream merged versionGianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-06grpc: don't use unexisting gettid function on glibc 2.29, it has been ↵Gianfranco Costamagna
implemented only in 2.30 https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 Signed-off-by: Francesco Mocci <francesco.mocci@abinsula.com> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05drbd-utils: switch to add patch from change source in do_configureChangqing Li
it is not proper change source in do_configure, it will make source not updated even local.conf have change the DISTRO_FEATURES [YOCTO: #13493] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05libtalloc: upgrade 2.2.0 -> 2.3.0Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-04netcf: Fix do_configure failed when multilibRobert Yang
Fixed do_configure failed: $ bitbake lib32-netcf cp: cannot stat '/path/to/lib32-recipe-sysroot/usr/share/gnulib': No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-03iscsi-initiator-utils: Inherit pkgconfig and override PKG_CONFIGKhem Raj
PKG_CONFIG is hardcoded to /usr/bin/pkg-config which is not cross compile safe and ends up with build errors especially on hosts where pkgconf is used it ends up with errors like /usr/bin/pkg-config: line 11: exec: pkgconf: not found /usr/bin/pkg-config: line 11: exec: pkgconf: not found Override it to use own native pkg-config which can deal with sysroot correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-02strongswan: upgrade 5.8.0 -> 5.8.1Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-02freeradius: upgrade 3.0.17 -> 3.0.19Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-02iscsi-initiator-utils: 2.0.876 -> 2.0.877Changqing Li
License-Update: Update GPLv2 License information Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-30netcf: Fix Manifest not found issueRobert Yang
Fixed: $ bitbake netcf WARNING: netcf-0.2.8+gitAUTOINC+2c5d425585-r0 do_package: Manifest /path/sstate-control/manifest-x86_64_x86_64-nativesdk-gnulib.packagedata not found in intel_x86_64 corei7-64 core2-64 x86_64 allarch x86_64_x86_64-nativesdk (variant '')? This is because gnulib has no related tasks: do_package[noexec] = "1" do_packagedata[noexec] = "1" deltask package_write_ipk deltask package_write_deb deltask package_write_rpm deltask do_deploy_archives Depends on gnulib:do_populate_sysroot explicitly to fix the problem. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29drbd: Upgrade to 9.0.19-1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29linux-atm: Fix build with kernel headers 5.2+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = ↵Adrian Bunk
'null' This gives users a proper error message when trying to build a known non-building package. netkit-rsh already had COMPATIBLE_HOST_libc-musl = 'null'. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29dnsmasq: fix build against 5.2 headersBruce Ashfield
Upstream linux y2038 work has moved some definitions SIOCGSTAMP is defined in linux/sockios.h, not asm/sockios.h now. So we need to add that include to fix the build. Upstream-status: backport of http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=3052ce208acf602f0163166dcefb7330d537cedb Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29ifmetric: add initial recipe based on Debian packaging and patchesGianfranco Costamagna
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29samba: upgrade 4.10.6 -> 4.10.7Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27libtdb: upgrade 1.4.1 -> 1.4.2Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27nftables: update to 0.9.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-24networkd-dispatcher: service file is using different location of binaryJan Kaisrlik
Signed-off-by: Jan Kaisrlik <ja.kaisrlik@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-21networkmanager: Upgrade 1.18.0 -> 1.18.2Adrian Bunk
Remove a generated file with always changing hash from LIC_FILES_CHKSUM. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-20libtdb: upgrade 1.4.0 -> 1.4.1Yuan Chao
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-20libnftnl: upgrade 1.1.3 -> 1.1.4Yuan Chao
Refresh patch: 0002-avoid-naming-local-function-as-one-of-printf-family.patch Add two new file in this patch: src/expr/synproxy.c src/obj/ct_expect.c Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-18networkmanager: musl now supports secure_getenvAdrian Bunk
It is no longer necessary to introduce a potential security vulnerability for fixing the musl build. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-17freeradius: add runtime dependency on perlMartin Jansa
* fixes: ERROR: QA Issue: /usr/bin/radcrypt contained in package freeradius-utils requires /usr/bin/perl, but no providers found in RDEPENDS_freeradius-utils? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-12netkit-rusers: Fix cross-build after glibc dropped rpcKhem Raj
Remove runtime checks from configure script which wont run correctly Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-12ntop: fix missing return from non-void functionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-11networkmanager: fix typo in nonarch_base_libdirLaszlo Toth
Signed-off-by: Laszlo Toth <laszlth@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-11snort: upgrade 2.9.14 -> 2.9.14.1Yi Zhao
Add volatile conf to create log directory. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-08netkit-rusers: Depend on rpcsvc-proto-native for rpcgen toolKhem Raj
Fixes | rup.c:51:10: fatal error: 'rstat.h' file not found | #include "rstat.h" | ^~~~~~~~~ | 1 error generated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-08layer.conf: ignore wireless-regdb->crda dep for siggen purposesAndré Draszik
In commit bae481e9331f ("wireless-regdb: make wireless-regdb architecture independent") wireless-regdb has been made allarch, but it depends (via RSUGGESTS) on a TUNE_PKGARCH recipe (crda). This causes needless rebuilds of wireless-regdb when crda changes (due to changing sstate checksum). Add this dependency to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS so as to avoid that. Even though wireless-regdb has been moved to OE-core since, we still add this dependeny here (and not there), as crda is provided in this layer here. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-08grpc: Update to 1.22.0Khem Raj
Fix build with glibc 2.30 Forward port patches Add versioiniing to grpcpp_channelz plugin Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-05opensaf: upgrade 5.19.03 -> 5.19.07Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-05wireshark: Use an upstream URL that stays valid longerAdrian Bunk
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-05dhcpcd: update to 8.0.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-04wireguard: Upgrade 20190406 to 20190702Scott Ellis
Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30openvpn: respect pid file in init.d service startFabian Klemp
openvpn only provides options to update a pid file but not to check it for running processes. Consecutive issued start commands therefore lead to multiple running processes with the same configurations, which is the origin of all kinds of problems of which unnecessary resource usage is the least. Using start-stop-daemon the pid file is inspected for running processes before start. Signed-off-by: Fabian Klemp <fabian.klemp@axino-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30netkit-rusers: Add dep on rpcsvc-proto for rpc headersKhem Raj
needs rpcsvc/rstat.h which is no longer in libc but provided by separate package now Fixes up.c:51:10: fatal error: rstat.h: No such file or directory 51 | #include "rstat.h" | ^~~~~~~~~ compilation terminated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30wolfssl: update to 4.1.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30ypbind-mt: Fix build with glibc 2.30Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30opensaf: Add configure time check to detect gettid API in libcKhem Raj
Also fixes build with glibc 2.30 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30snort: Fix build with glibc 2.30Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-30postfix: Fix build failures with glibc 2.30Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-28chrony: update to 3.5Oleksandr Kravchuk
Also updated arm_eabi patch. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-28dhcpcd: update to 8.0.1Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-26net-snmp: update SRC_URIKai Kang
Replace source zip ball with tarball for net-snmp to avoid zip bomb issue. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>