Commit Graph

15902 Commits

Author SHA1 Message Date
Rosen Penev 6f6366f217
ldbus: Update to latest revision
Fixes build in C11 mode. strerror_s is a Microsoft extension and not
available with musl.

Pass CFLAGS to luarocks. Otherwise, it doesn't get OpenWrt's cflags like
-Os.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-19 12:16:37 -07:00
Hannu Nyman 80522ab982
Merge pull request #9763 from stangri/master-simple-adblock
simple-adblock: support for varios DNS resolvers/options
2019-08-18 21:07:45 +03:00
Rosen Penev 8c62c79775
Merge pull request #9769 from BKPepe/dovecot
Dovecot: Update and Improve packaging
2019-08-18 09:07:33 -07:00
Josef Schlehofer e27438f140
dovecot: Improve packaging and include configs
- Add dovenull user, otherwise, dovecot doesn't start
- Build docs to have configuration files for dovecot
- Remove init script as conffile
- Move build options from Makefile to Config.in
- Install section to be more readable
- Refresh patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-18 13:36:03 +02:00
Josef Schlehofer fcbc1cad2c
dovecot: update to version 2.3.7.1
Move PKG_MAINTAINER above PKG_LICENSE to be sync with other packages

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-18 13:18:24 +02:00
Rosen Penev 30d123f890
Merge pull request #9727 from cotequeiroz/iotivity_py2
iotivity: force use of python2 for scons
2019-08-17 12:43:07 -07:00
Rosen Penev b197609bd1
Merge pull request #9672 from BKPepe/clamav
clamav: update to version 0.101.3
2019-08-17 12:38:35 -07:00
Roman Yeryomin 170ef79393 glib2: remove dependency on own host build
Saves some disk space and build time.
Tested by building and running bluez.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
2019-08-17 21:22:33 +02:00
Josef Schlehofer e19f753be5
clamav: update to version 0.101.3
Correct SPDX License Identifier

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-17 21:19:24 +02:00
Rosen Penev 8038dc2bbc
Merge pull request #9748 from wfleurant/ygg-builder-hotfix
yggdrasil: fix #9712 upstream dependency with branch develop
2019-08-17 12:13:30 -07:00
Rosen Penev c06fd0eaef
Merge pull request #9725 from alinnastac/libcap-pkgconfig
libcap: copy pkgconfig file in staging directory
2019-08-17 12:03:33 -07:00
Rosen Penev 14587390ce
Merge pull request #9744 from PolynomialDivision/feature/add_radiotap
libradiotap: add radiotap parsing library
2019-08-17 12:00:05 -07:00
Rosen Penev bf642cdf31
Merge pull request #9743 from cotequeiroz/squashfs-tools
squashfs-tools: need to include sys/sysmacros.h
2019-08-17 11:58:40 -07:00
Rosen Penev e2b7a82d8b
Merge pull request #9726 from cotequeiroz/log4cplus_hostpkg
log4cplus: install host libraries into lib
2019-08-17 11:57:51 -07:00
Rosen Penev 8c49062998
Merge pull request #9757 from BKPepe/sentrysdk
python-sentry-sdk: Update to version 0.10.2
2019-08-17 11:57:15 -07:00
Rosen Penev 12f1c7da66
Merge pull request #9759 from BKPepe/ytdl
youtube-dl: Update to version 2019.8.13
2019-08-17 11:57:06 -07:00
Rosen Penev 3e791f33a0
Merge pull request #9708 from mstorchak/luaposix
luaposix: update to v34.1.1
2019-08-17 11:56:45 -07:00
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 #9571 from damadmai/mwan3-allips
mwan3: Add missing IPs to wanb
2019-08-17 14:18:11 +02:00
Rosen Penev 62262156c6
Merge pull request #9760 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 #7171.
Fixes #9621.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-17 04:45:58 +08:00
Josef Schlehofer dbb8d1b3a0
youtube-dl: Update to version 2019.8.13
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-16 20:31:13 +02:00
Nick Hainke 941f47213c libradiotap: add radiotap parsing library
Add library for parsing RadioTap Headers.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2019-08-16 17:49:45 +02:00
Josef Schlehofer df03098352
python-sentry-sdk: Update to version 0.10.2
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2019-08-16 17:30:35 +02:00
William Fleurant 07625bb6a7 yggdrasil: fix #9712 upstream dependency with branch develop
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-08-16 00:22:11 -04:00
Dirk Brenken 6c84604320
Merge pull request #9742 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
Eneas U de Queiroz 7f4420baa2
squashfs-tools: need to include sys/sysmacros.h
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>
2019-08-15 09:41:28 -03:00
Maxim Storchak 1af7abcc3a luaposix: update to v34.1.1
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-08-15 13:25:47 +02:00
Etienne Champetier 3a80fa9cb8
Merge pull request #9739 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 #9730, replace #9735

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-14 20:52:30 -07:00
Rosen Penev ba9ea5a8a7
Merge pull request #9713 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 #9729 from cotequeiroz/onig
oniguruma: update to release 6.9.3
2019-08-14 11:01:27 -07:00
Rosen Penev 5acb52f1c6
Merge pull request #9701 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 #9692 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 #9687 from neheb/libup
libupnpp and upmpdcli
2019-08-14 09:53:05 -07:00
Rosen Penev d67a62f4e4
Merge pull request #9681 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 #9684 from eglooca/master
netifyd: Updated to v2.91.
2019-08-14 09:47:49 -07:00
Rosen Penev ea7733d61d
Merge pull request #9711 from mwarning/zerotier
zerotier: udpate to 1.4.2
2019-08-14 09:46:48 -07:00
Rosen Penev 418d473ffc
Merge pull request #9689 from cotequeiroz/clamav_xml
clamav: avoid host pickup of libxml2
2019-08-14 09:38:57 -07:00
Rosen Penev 24d2a45f9f
Merge pull request #9724 from ja-pa/redis-uclibc
redis: fix compilation for uClibc
2019-08-14 09:36:20 -07:00
Rosen Penev 746935f51f
Merge pull request #9667 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
Eneas U de Queiroz 12528c3761
iotivity: force use of python2 for scons
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>
2019-08-14 09:41:29 -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