aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | iotivity: force use of python2 for sconsEneas U de Queiroz2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iotivity's scons build script is not compatible with python3, so use python2.7 from python/host to run it. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | | | | | | Merge pull request #9672 from BKPepe/clamavRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clamav: update to version 0.101.3
| * | | | | | | | | | | | | | clamav: update to version 0.101.3Josef Schlehofer2019-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct SPDX License Identifier Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | | glib2: remove dependency on own host buildRoman Yeryomin2019-08-17
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saves some disk space and build time. Tested by building and running bluez. Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | | | | | | | | | | | | | Merge pull request #9748 from wfleurant/ygg-builder-hotfixRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yggdrasil: fix #9712 upstream dependency with branch develop
| * | | | | | | | | | | | | | yggdrasil: fix #9712 upstream dependency with branch developWilliam Fleurant2019-08-16
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | | | | | | | | | Merge pull request #9725 from alinnastac/libcap-pkgconfigRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libcap: copy pkgconfig file in staging directory
| * | | | | | | | | | | | | | libcap: copy pkgconfig file in staging directoryAlin Nastac2019-08-14
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file is needed to enable libcap support in other packages, such as iproute2's ip-full. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | | | | | | | | | | | | | Merge pull request #9744 from PolynomialDivision/feature/add_radiotapRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libradiotap: add radiotap parsing library
| * | | | | | | | | | | | | | libradiotap: add radiotap parsing libraryNick Hainke2019-08-16
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add library for parsing RadioTap Headers. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | | | | Merge pull request #9743 from cotequeiroz/squashfs-toolsRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | squashfs-tools: need to include sys/sysmacros.h
| * | | | | | | | | | | | | | squashfs-tools: need to include sys/sysmacros.hEneas U de Queiroz2019-08-15
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The inclusion of <sys/sysmacros.h> by <sys/types.h> was deprecated and removed. This is causing major, minor, and makedev to be undefined. The patch is an upstream commit fixing it. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | | | | | | Merge pull request #9726 from cotequeiroz/log4cplus_hostpkgRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log4cplus: install host libraries into lib
| * | | | | | | | | | | | | | log4cplus: install host libraries into libEneas U de Queiroz2019-08-14
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default host build for the package uses lib64, but dependents expect libraries to be in $(STAGING_DIR_HOSTPKG)/lib. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | | | | | | Merge pull request #9757 from BKPepe/sentrysdkRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-sentry-sdk: Update to version 0.10.2
| * | | | | | | | | | | | | | python-sentry-sdk: Update to version 0.10.2Josef Schlehofer2019-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | | | | | | | | | | | | Merge pull request #9759 from BKPepe/ytdlRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | youtube-dl: Update to version 2019.8.13
| * | | | | | | | | | | | | | | youtube-dl: Update to version 2019.8.13Josef Schlehofer2019-08-16
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #9708 from mstorchak/luaposixRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | luaposix: update to v34.1.1
| * | | | | | | | | | | | | | luaposix: update to v34.1.1Maxim Storchak2019-08-15
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | | | | | | Merge pull request #9571 from damadmai/mwan3-allipsFlorian Eckert2019-08-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mwan3: Add missing IPs to wanb
| * | | | | | | | | | | | | | mwan3: Add missing IPs to wanbDaniel A. Maierhofer2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: Florian Eckert @feckert Compile tested: not needed Run tested: x86_64 Description: Only two of the four IPs defined for wan are found in wanb, adding it so it is the same. Signed-off-by: Daniel A. Maierhofer <git@damadmai.at>
* | | | | | | | | | | | | | | Merge pull request #9760 from jefferyto/host-python-macRosen Penev2019-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | python,python3: Fix host Python compilation for macOS
| * | | | | | | | | | | | | | python,python3: Fix host Python compilation for macOSJeffery To2019-08-17
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove $$$$(pkg-config --static --libs libcrypto libssl) from HOST_LDFLAGS Having this leads to an "unknown type name 'u_int'" error on Mac. Removing it doesn't appear to affect Python's ability to find buildroot LibreSSL. * Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS The equals sign version is not supported by the Mac linker (appears to be an GNU extension). The comma version is supported; -rpath and its argument will be separated by a space when passed to the linker. * Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac Python on Mac doesn't expect to use libintl, but if gettext-full is compiled for host, it will try, leading to undefined symbol errors during compilation. This prevents configure from finding libintl.h. Fixes #7171. Fixes #9621. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | | Merge pull request #9742 from dibdot/adblockDirk Brenken2019-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | / / / / / / / / / | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | adblock: release 3.8.0
| * | | | | | | | | | | | adblock: release 3.8.0Dirk Brenken2019-08-16
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for 'DNS File Reset', where the final DNS blockfile will be purged after DNS backend loading (save storage space). A small background service will be started to trace/handle dns backend reloads/restarts * add support for the 'null' blocking variant in dnsmasq (via addn-hosts), which may provide better response times in dnsmasq * enhance the report & search engine to support the new blocking variants. Search now includes backups & black-/whitelist as well * compressed source list backups are now mandatory (default to '/tmp') * speed up TLD compression * E-Mail notification setup is now integrated in UCI/LuCI * update the LuCI frontend to reflect all changes (separate PR) * drop preliminary dnscrypt-proxy-support (use dnsmasq instead) * drop additional 'dnsjail' blocklist support (not used by anyone) * procd cleanups in init * various shellcheck cleanups * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | Merge pull request #9739 from champtar/masterEtienne Champetier2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: add target & system to OpenWrt collector
| * | | | | | | | | | | | prometheus-node-exporter-lua: add target & system to OpenWrt collectorEtienne Champetier2019-08-14
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: node_openwrt_info{revision="r10756+1-7546be6007",model="GL.iNet GL-AR150",id="OpenWrt",board_name="glinet,gl-ar150",release="SNAPSHOT"} 1 After: node_openwrt_info{revision="r10756+1-7546be6007",target="ath79/generic",board_name="glinet,gl-ar150",id="OpenWrt",model="GL.iNet GL-AR150",release="SNAPSHOT",system="Atheros AR9330 rev 1"} 1 Fixes #9730, replace #9735 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | | | | Merge pull request #9713 from jefferyto/python-twisted-19.7.0Rosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | python-twisted: Update to 19.7.0, refresh patches
| * | | | | | | | | | | python-twisted: Update to 19.7.0, refresh patchesJeffery To2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | Merge pull request #9729 from cotequeiroz/onigRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | oniguruma: update to release 6.9.3
| * | | | | | | | | | | oniguruma: update to release 6.9.3Eneas U de Queiroz2019-08-14
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release incorporates fixes for CVE-2019-13224 and CVE-2019-13225, and "fixed many problems (found by libfuzzer programs)." Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | | | Merge pull request #9701 from cotequeiroz/https-dns-proxy_clangRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https-dns-proxy: avoid picking up host clang-tidy
| * | | | | | | | | | | https-dns-proxy: avoid picking up host clang-tidyEneas U de Queiroz2019-08-14
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise compilation fails when clang-tidy is found in the host: -- clang-tidy found: /usr/lib/llvm/7/bin/clang-tidy error: unknown argument: '-fhonour-copts' [clang-diagnostic-error] error: unknown argument:'-iremap[...]:https_dns_proxy-2018-04-23' [clang-diagnostic-error] Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | | | Merge pull request #9692 from RussellSenior/patch-cve-13638Rosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | patch: apply upstream patch for CVE-2019-13638
| * | | | | | | | | | | patch: apply upstream patch for CVE-2019-13638Russell Senior2019-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNU patch through 2.7.6 is vulnerable to OS shell command injection that can be exploited by opening a crafted patch file that contains an ed style diff payload with shell metacharacters. The ed editor does not need to be present on the vulnerable system. This is different from CVE-2018-1000156. https://nvd.nist.gov/vuln/detail/CVE-2019-13638 Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | | | | | | | | | Merge pull request #9687 from neheb/libupRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libupnpp and upmpdcli
| * | | | | | | | | | | | upmpdcli: Update to 1.4.2Rosen Penev2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Added PKG_BUILD_PARALLEL for faster compilation. Removed upstreamed patch. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | | | libupnpp: Update to 0.17.1Rosen Penev2019-08-14
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed up license information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #9681 from cshoredaniel/pr-msmtp-scripts-updateRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | msmtp-scripts: Update to new official upstream; coexist with msmtp
| * | | | | | | | | | | | msmtp-scripts: Overhaul and update like upstreamDaniel F. Dickinson2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The project has been revived upstream and a user has convinced me there is a valid use case for this package in openwrt, so remove deprecation notice, adjust links to upstream (it's moved) and update to latest version. Sync behavior with that expected upstream. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | msmtp-scripts: Fix LICENSE informationDaniel F. Dickinson2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | | | msmtp: msmtp-scripts: Enable PROVIDES and ALTERNATIVESDaniel F. Dickinson2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the PROVIDES mechanism so that msmtp and msmtp-nossl can be be +depended-on and avoid generating a file level conflict. Also use alternatives for msmtp-mta and msmtpq-ng-mta with msmtp-mta since we can only have one sendmail at a time. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | | | Merge pull request #9684 from eglooca/masterRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | netifyd: Updated to v2.91.
| * | | | | | | | | | | | | netifyd: Updated to v2.91.Darryl Sokoloski2019-08-09
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | | | | | | | | | | | Merge pull request #9711 from mwarning/zerotierRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | zerotier: udpate to 1.4.2
| * | | | | | | | | | | | | zerotier: udpate to 1.4.2Moritz Warning2019-08-14
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | | | Merge pull request #9689 from cotequeiroz/clamav_xmlRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | clamav: avoid host pickup of libxml2
| * | | | | | | | | | | | | clamav: don't install dev files into packageEneas U de Queiroz2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids copying /usr/include, unversioned *.so files, pkgconfig, /usr/lib/*.la, and the build-time libs/cflags configuration utility clamav-config. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | | | | | | | | | clamav: avoid host pickup of libxml2Eneas U de Queiroz2019-08-14
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If libxml2 is installed in the host, then the host library is used and compilation fails. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>