Commit graph

15876 commits

Author SHA1 Message Date
Stan Grishin
b4d32b17fb simple-adblock: support for varios DNS resolvers/options
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-17 06:09:31 -07:00
Florian Eckert
1d9c28fca1
Merge pull request from damadmai/mwan3-allips
mwan3: Add missing IPs to wanb
2019-08-17 14:18:11 +02:00
Rosen Penev
62262156c6
Merge pull request from jefferyto/host-python-mac
python,python3: Fix host Python compilation for macOS
2019-08-16 23:00:19 -07:00
Jeffery To
229c23a440 python,python3: Fix host Python compilation for macOS
* 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 .
Fixes .

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-17 04:45:58 +08:00
Dirk Brenken
6c84604320
Merge pull request from dibdot/adblock
adblock: release 3.8.0
2019-08-16 06:14:51 +02:00
Dirk Brenken
504412ccdb
adblock: release 3.8.0
* 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>
2019-08-16 05:08:58 +02:00
Etienne Champetier
3a80fa9cb8
Merge pull request from champtar/master
prometheus-node-exporter-lua: add target & system to OpenWrt collector
2019-08-14 21:16:23 -07:00
Etienne Champetier
a14bed1bc9 prometheus-node-exporter-lua: add target & system to OpenWrt collector
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 , replace 

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-14 20:52:30 -07:00
Rosen Penev
ba9ea5a8a7
Merge pull request from jefferyto/python-twisted-19.7.0
python-twisted: Update to 19.7.0, refresh patches
2019-08-14 12:13:59 -07:00
Rosen Penev
c967c23124
Merge pull request from cotequeiroz/onig
oniguruma: update to release 6.9.3
2019-08-14 11:01:27 -07:00
Rosen Penev
5acb52f1c6
Merge pull request from cotequeiroz/https-dns-proxy_clang
https-dns-proxy: avoid picking up host clang-tidy
2019-08-14 09:54:43 -07:00
Rosen Penev
b38ca10029
Merge pull request from RussellSenior/patch-cve-13638
patch: apply upstream patch for CVE-2019-13638
2019-08-14 09:53:53 -07:00
Rosen Penev
a454b4b18a
Merge pull request from neheb/libup
libupnpp and upmpdcli
2019-08-14 09:53:05 -07:00
Rosen Penev
d67a62f4e4
Merge pull request from cshoredaniel/pr-msmtp-scripts-update
msmtp-scripts: Update to new official upstream; coexist with msmtp
2019-08-14 09:49:31 -07:00
Rosen Penev
c42bf7685f
Merge pull request from eglooca/master
netifyd: Updated to v2.91.
2019-08-14 09:47:49 -07:00
Rosen Penev
ea7733d61d
Merge pull request from mwarning/zerotier
zerotier: udpate to 1.4.2
2019-08-14 09:46:48 -07:00
Rosen Penev
418d473ffc
Merge pull request from cotequeiroz/clamav_xml
clamav: avoid host pickup of libxml2
2019-08-14 09:38:57 -07:00
Rosen Penev
24d2a45f9f
Merge pull request from ja-pa/redis-uclibc
redis: fix compilation for uClibc
2019-08-14 09:36:20 -07:00
Rosen Penev
746935f51f
Merge pull request from ja-pa/subversion-cpe-id
subversion: polish Makefile
2019-08-14 09:26:02 -07:00
Eneas U de Queiroz
b7d0a82a7f
oniguruma: update to release 6.9.3
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>
2019-08-14 11:51:35 -03:00
Moritz Warning
9c9fc0492f zerotier: udpate to 1.4.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-08-14 14:34:58 +02:00
Jeffery To
bc8c9e55d9 python-twisted: Update to 19.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-14 20:28:42 +08:00
Eneas U de Queiroz
903a6564de django-simple-captcha: bump to 0.5.12
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>
2019-08-14 09:21:35 -03:00
Eneas U de Queiroz
5db7867ba7
https-dns-proxy: avoid picking up host clang-tidy
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>
2019-08-14 09:21:26 -03:00
Eneas U de Queiroz
815e05e38e
clamav: don't install dev files into package
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>
2019-08-14 09:20:27 -03:00
Eneas U de Queiroz
199ccc9475
clamav: avoid host pickup of libxml2
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>
2019-08-14 09:20:27 -03:00
Jan Pavlinec
be17ecea22
redis: fix compilation for uClibc
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-14 13:49:25 +02:00
Ted Hess
4b0eaf9471
Merge pull request from neheb/flA
flac: Update to 1.33
2019-08-14 07:05:23 -04:00
Jan Pavlinec
9a092ef80e
subversion: add PKG_CPE_ID
Changes:
Description replace tabs
Add PKG_CPE_ID

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-14 11:54:57 +02:00
Jo-Philipp Wich
cfce65696e
Merge pull request from neheb/gd2
libgd: Properly disable iconv support
2019-08-14 10:06:39 +02:00
Rosen Penev
b2d016d352 upmpdcli: Update to 1.4.2
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>
2019-08-14 00:52:55 -07:00
Rosen Penev
f6033cf841 libupnpp: Update to 0.17.1
Fixed up license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-14 00:52:55 -07:00
Rosen Penev
b82bdd3f0e flac: Update to 1.33
Some adjustments to the configure flags.

Removed upstreamed patches.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-14 00:49:49 -07:00
Rosen Penev
bf2f1a0263 libgd: Properly disable iconv support
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>
2019-08-14 00:49:07 -07:00
Etienne Champetier
4687ec17db
Merge pull request from champtar/master
phantap: update to latest commit
2019-08-13 23:28:11 -07:00
Etienne Champetier
1beac451f8 phantap: update to latest commit
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>
2019-08-13 23:15:26 -07:00
champtar
49703ff7d4
Merge pull request from ynezz/upstream/ci-improvements
CI fixes and improvement
2019-08-13 23:10:24 -07:00
Rosen Penev
91218decea
Merge pull request from neheb/att
attr: Backport upstream patch fixing compilation without bzero
2019-08-13 13:02:39 -07:00
Rosen Penev
cd662eae2f
attr: Backport upstream patch fixing compilation without bzero
Fixed up License information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-13 12:43:30 -07:00
Petr Štetiar
a6d5b5d1c1 circleci: provide prereq output in the build log
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>
2019-08-13 16:21:09 +02:00
Petr Štetiar
4abdc0234f circleci: use Docker image v1.0.4
This new image which is already available contains Python3 support.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-08-13 11:52:29 +02:00
Petr Štetiar
b14adeb3a9 circleci: make logs of build failures more readable
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>
2019-08-13 11:52:29 +02:00
Petr Štetiar
c3fe221210 circleci: add python3 package into Docker image
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>
2019-08-13 10:20:27 +02:00
Daniel Engberg
c09fa63934
Merge pull request from diizzyy/admin-netdata
netdata: Update to 1.16.1, disable https and dbengine
2019-08-13 00:01:38 +02:00
Rosen Penev
b2b3316944
Merge pull request from James-TR/pdns-4.1.13
pdns: bump version to 4.1.13
2019-08-12 13:07:42 -07:00
Hannu Nyman
28b1e0134a
Merge pull request from commodo/python-ver-bumps
pytz,lxml,dateutil: bump package versions
2019-08-12 19:28:58 +03:00
Hannu Nyman
43090a3b75
Merge pull request from commodo/python-src
python-{asn1crypto,evdev,lxml}: add -src packages
2019-08-12 19:28:44 +03:00
Daniel Engberg
b95f19207e netdata: Update to 1.16.1, disable https and dbengine
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>
2019-08-12 15:52:56 +00:00
Hannu Nyman
d0a93c15db
Merge pull request from diizzyy/gh-issues
repo: Add more information to the issue template
2019-08-12 17:30:11 +03:00
Karl Palsson
7582397015 net/mosquitto: bump to 1.6.4
Full changelog here: https://mosquitto.org/blog/2019/08/version-1-6-4-released/

Fixes a regression in persistent session handling, and various other
regressions related to the mqtt5 support.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-08-12 14:10:36 +00:00