Commit Graph
15885 Commits
Author SHA1 Message Date
Rosen PenevandGitHub 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 PenevandGitHub e2b7a82d8b Merge pull request #9726 from cotequeiroz/log4cplus_hostpkg
log4cplus: install host libraries into lib
2019-08-17 11:57:51 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub 3e791f33a0 Merge pull request #9708 from mstorchak/luaposix
luaposix: update to v34.1.1
2019-08-17 11:56:45 -07:00
Florian EckertandGitHub 1d9c28fca1 Merge pull request #9571 from damadmai/mwan3-allips
mwan3: Add missing IPs to wanb
2019-08-17 14:18:11 +02:00
Rosen PenevandGitHub 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
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
Dirk BrenkenandGitHub 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 ChampetierandGitHub 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 PenevandGitHub 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 PenevandGitHub c967c23124 Merge pull request #9729 from cotequeiroz/onig
oniguruma: update to release 6.9.3
2019-08-14 11:01:27 -07:00
Rosen PenevandGitHub 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 PenevandGitHub 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 PenevandGitHub a454b4b18a Merge pull request #9687 from neheb/libup
libupnpp and upmpdcli
2019-08-14 09:53:05 -07:00
Rosen PenevandGitHub 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 PenevandGitHub c42bf7685f Merge pull request #9684 from eglooca/master
netifyd: Updated to v2.91.
2019-08-14 09:47:49 -07:00
Rosen PenevandGitHub ea7733d61d Merge pull request #9711 from mwarning/zerotier
zerotier: udpate to 1.4.2
2019-08-14 09:46:48 -07:00
Rosen PenevandGitHub 418d473ffc Merge pull request #9689 from cotequeiroz/clamav_xml
clamav: avoid host pickup of libxml2
2019-08-14 09:38:57 -07:00
Rosen PenevandGitHub 24d2a45f9f Merge pull request #9724 from ja-pa/redis-uclibc
redis: fix compilation for uClibc
2019-08-14 09:36:20 -07:00
Rosen PenevandGitHub 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
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
Eneas U de Queiroz 8acde722f6 log4cplus: install host libraries into lib
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>
2019-08-14 09:12:11 -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 HessandGitHub 4b0eaf9471 Merge pull request #9715 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 WichandGitHub cfce65696e Merge pull request #9721 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 ChampetierandGitHub 4687ec17db Merge pull request #9722 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
champtarandGitHub 49703ff7d4 Merge pull request #9659 from ynezz/upstream/ci-improvements
CI fixes and improvement
2019-08-13 23:10:24 -07:00
Rosen PenevandGitHub 91218decea Merge pull request #9704 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