aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | | | | Merge pull request #9724 from ja-pa/redis-uclibcRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | redis: fix compilation for uClibc
| * | | | | | | | redis: fix compilation for uClibcJan Pavlinec2019-08-14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #9667 from ja-pa/subversion-cpe-idRosen Penev2019-08-14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | subversion: polish Makefile
| * | | | | | | subversion: add PKG_CPE_IDJan Pavlinec2019-08-14
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Description replace tabs Add PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | django-simple-captcha: bump to 0.5.12Eneas U de Queiroz2019-08-14
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release. Relevant to openwrt, it removes the binary flag while opening the dictionary file. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | Merge pull request #9715 from neheb/flATed Hess2019-08-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | flac: Update to 1.33
| * | | | | flac: Update to 1.33Rosen Penev2019-08-14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some adjustments to the configure flags. Removed upstreamed patches. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9721 from neheb/gd2Jo-Philipp Wich2019-08-14
|\ \ \ \ \ | |/ / / / |/| | | | libgd: Properly disable iconv support
| * | | | libgd: Properly disable iconv supportRosen Penev2019-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HAVE_ICONV and HAVE_ICONV_H are two different headers that both need to evaluate to false. Added the extra CONFIGURE_VARS. This can be verified by passing -Werror=implicit-function-declaration Added PKG_LICENSE_FILES Updated homepage URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9722 from champtar/masterEtienne Champetier2019-08-13
|\ \ \ \ | | | | | | | | | | phantap: update to latest commit
| * | | | phantap: update to latest commitEtienne Champetier2019-08-13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f5420af phantap: do not capture vlans 5d1bd13 phantap-learn: improve the BPF filter, exclude vlans be6f7d9 Readme.md: we now support talking to the victim. 8789da5 README.md: fix typo Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | Merge pull request #9659 from ynezz/upstream/ci-improvementschamptar2019-08-13
|\ \ \ \ | | | | | | | | | | CI fixes and improvement
| * | | | circleci: provide prereq output in the build logPetr Štetiar2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 200f2666fb1c ("sdk: fix GCC and Python dangling symlinks") in master tree has forced prereq build step, which is now failing on the CI as the Docker CI images are missing Python3 support, so now every build fails with the following error: make: *** [staging_dir/host/.prereq-build] Error 1 which is not helpful due to the silenced output of `make defconfig > /dev/null`, so let's add `make prereq` build step in order to get something usable next time. Reported-by: Karl Palsson <karlp@etactica.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | circleci: use Docker image v1.0.4Petr Štetiar2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new image which is already available contains Python3 support. Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | circleci: make logs of build failures more readablePetr Štetiar2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to concurrent build, it's currently not that easy to find the proper reason for the package build failure, so let's just build the failing package with -j1 in order to provide more human readable build log failures. Ref: https://github.com/openwrt/packages/pull/9584#issuecomment-518038631 Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | circleci: add python3 package into Docker imagePetr Štetiar2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've switched to Python3 some time ago so it would make sense to provide Python3 in the CI image as well. Ref: https://github.com/openwrt/packages/pull/9584#issuecomment-518038631 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | Merge pull request #9704 from neheb/attRosen Penev2019-08-13
|\ \ \ \ \ | | | | | | | | | | | | attr: Backport upstream patch fixing compilation without bzero
| * | | | | attr: Backport upstream patch fixing compilation without bzeroRosen Penev2019-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed up License information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9695 from diizzyy/admin-netdataDaniel Engberg2019-08-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | netdata: Update to 1.16.1, disable https and dbengine
| * | | | | | netdata: Update to 1.16.1, disable https and dbengineDaniel Engberg2019-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable https and dbengine to get rid of openssl and liblz4 Add (lib)json-c as dependency Disable anonymous statistics sent to Google Analytics Source: https://github.com/netdata/netdata/blob/master/docs/anonymous-statistics.md Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>