Rosen Penev [Fri, 22 Nov 2019 16:26:41 +0000 (08:26 -0800)]
Merge pull request #10614 from expiron/kcptun-updates
kcptun: bump to v20191112
Chao Liu [Fri, 22 Nov 2019 06:29:51 +0000 (14:29 +0800)]
kcptun: bump to v20191112
Signed-off-by: Chao Liu <expiron18@gmail.com>
Florian Eckert [Thu, 21 Nov 2019 19:01:12 +0000 (20:01 +0100)]
Merge pull request #10547 from zhoreeq/yggdrasil_uci
yggdrasil: Change package configuration to UCI
Rosen Penev [Thu, 21 Nov 2019 17:35:38 +0000 (09:35 -0800)]
Merge pull request #10605 from rs/nextdns-1.1.5
nextdns: Update version 1.1.5 + add per host config option
Rosen Penev [Thu, 21 Nov 2019 17:34:29 +0000 (09:34 -0800)]
Merge pull request #10608 from ja-pa/bind-9.14.8
bind: update to version 9.14.8 (security fix)
George Iv [Thu, 14 Nov 2019 09:16:02 +0000 (04:16 -0500)]
yggdrasil: Change package configuration to UCI
Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
Josef Schlehofer [Thu, 21 Nov 2019 14:18:35 +0000 (15:18 +0100)]
python3: bump PKG_RELEASE
Fixes: 85eee2d7f85421fd9156fb988ac865679e4e7851 (python3: fix build when
Blake2 not enabled in OpenSSL")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Thu, 21 Nov 2019 13:21:00 +0000 (05:21 -0800)]
Merge pull request #10604 from yorkie/fix/python3-build
python3: fix build when Blake2 not enabled in OpenSSL
Jan Pavlinec [Thu, 21 Nov 2019 12:13:18 +0000 (13:13 +0100)]
bind: update to version 9.14.8 (security fix)
Fixes CVE-2019-6477
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Olivier Poitrey [Thu, 21 Nov 2019 10:26:31 +0000 (02:26 -0800)]
nextdns: Update version 1.1.5 + add per host config option
* Update nextdns to version 1.1.5 which adds IPv6 dual stack support.
* Add the ability to configure per host configuration id from uci.
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Yorkie Liu [Thu, 21 Nov 2019 10:16:22 +0000 (18:16 +0800)]
python3: fix build when Blake2 not enabled in OpenSSL
Refs:
- https://github.com/python/cpython/commit/
7c20888e71304ecbf4bd3d595f364b7c691d30a0
- https://bugs.python.org/issue38684
Signed-off-by: Yorkie Liu <yorkiefixer@gmail.com>
Josef Schlehofer [Tue, 19 Nov 2019 23:29:37 +0000 (00:29 +0100)]
unbound: Update to version 1.9.5
Fixes CVE-2019-18934
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Thu, 21 Nov 2019 00:50:26 +0000 (16:50 -0800)]
Merge pull request #10596 from neheb/f
fish: Convert to CMake
Rosen Penev [Thu, 21 Nov 2019 00:50:05 +0000 (16:50 -0800)]
Merge pull request #10595 from neheb/yam2
libyaml-cpp: Update to 0.63
Rosen Penev [Thu, 21 Nov 2019 00:48:51 +0000 (16:48 -0800)]
Merge pull request #10583 from neheb/cif
cifs-utils: Add smbinfo utility
Rosen Penev [Wed, 20 Nov 2019 22:51:19 +0000 (14:51 -0800)]
Merge pull request #10602 from micmac1/mary-104-deps
mariadb: prevent building against uClibc
Josef Schlehofer [Sun, 17 Nov 2019 09:43:58 +0000 (10:43 +0100)]
nnn: Add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Sebastian Kemper [Wed, 20 Nov 2019 19:51:21 +0000 (20:51 +0100)]
mariadb: prevent building against uClibc
MariaDB 10.4 includes some changes in sql/sql_statistics.cc that require
std::fmin and std::fmax. But these functions aren't available when
libstdc++ is compiled against uClibc, because uClibc doesn't pass the
test when libstdc++ checks for C99 math that supports "TR1" facilities
(macro: GLIBCXX_CHECK_C99_TR1).
Hence compilation fails:
[ 90%] Building CXX object sql/CMakeFiles/sql.dir/sql_table.cc.o
/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc: In member function 'void Column_statistics_collected::finish(ha_rows, double)':
/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc:2533:20: error: 'fmax' is not a member of 'std'
val = std::fmax(estimate_total_distincts * (rows - nulls) / rows, 1.0);
This commit updates package dependencies to prevent a build against
uClibc. There is no reason to waste CPU cycles on the build bots.
The dependencies are also tidied up. In the past it made sense to define
MARIADB_COMMON_DEPENDS and MARIADB_COMMON_DEPENDS_EXE, because the
server had different dependencies compared to the library. But since the
library is now in its own package we can remove the differentiation.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Wed, 20 Nov 2019 05:01:15 +0000 (21:01 -0800)]
fish: Convert to CMake
CMake is faster and allows to simplify the Makefile slightly. It also
creates a slightly smaller package for some reason.
Fixed license information.
Ran postinst through shellcheck. It was using bashisms.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Engberg [Wed, 20 Nov 2019 15:56:52 +0000 (16:56 +0100)]
Merge pull request #10600 from val-kulkov/imagemagick-package
imagemagick: update to the latest release
Val Kulkov [Wed, 20 Nov 2019 15:11:16 +0000 (10:11 -0500)]
imagemagick: update to the latest release
Update to ImageMagick 7.0.9-5.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Rosen Penev [Wed, 20 Nov 2019 02:28:15 +0000 (18:28 -0800)]
libyaml-cpp: Update to 0.63
Several Makefile cleanups for consistency.
Added ABI_VERSION.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Nov 2019 21:30:00 +0000 (13:30 -0800)]
Merge pull request #10591 from peter-stadler/django-cors-headers
python3-django-cors-headers: update to version 3.2.0
Peter Stadler [Tue, 19 Nov 2019 21:14:28 +0000 (22:14 +0100)]
python3-django-cors-headers: update to verson 3.2.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Rosen Penev [Tue, 19 Nov 2019 19:13:05 +0000 (11:13 -0800)]
Merge pull request #10587 from Payne-X6/master
knot: update to version 2.9.1
Hannu Nyman [Tue, 19 Nov 2019 17:14:53 +0000 (19:14 +0200)]
Merge pull request #10585 from commodo/staging-updates1
django1,python-mysqlclient,python-dateutil: bump versions
Alexandru Ardelean [Mon, 18 Nov 2019 14:34:07 +0000 (16:34 +0200)]
python-dateutil: bump to version 2.8.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Nov 2019 14:33:42 +0000 (16:33 +0200)]
python-mysqlclient: bump to version 1.4.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Dirk Brenken [Tue, 19 Nov 2019 07:31:50 +0000 (08:31 +0100)]
Merge pull request #10581 from dibdot/travelmate
travelmate: update 1.5.3
Rosen Penev [Mon, 18 Nov 2019 23:45:01 +0000 (15:45 -0800)]
perl-xml-parser: Update to 2.46
Added patch that removes faulty expat check.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 23:33:02 +0000 (15:33 -0800)]
perl-www: Update to 6.41
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 23:31:55 +0000 (15:31 -0800)]
perl-www-mechanize: Update to 1.95
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 23:28:54 +0000 (15:28 -0800)]
perl-http-cookies: Update to 6.07
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 23:26:16 +0000 (15:26 -0800)]
perl-html-form: Update to 6.05
Small update to pod.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 23:38:13 +0000 (15:38 -0800)]
vala: Update to 0.46.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 17 Nov 2019 22:00:41 +0000 (14:00 -0800)]
cifs-utils: Add smbinfo utility
Switched to PKG_INSTALL for simplicity.
Added PKG_BUILD_PARALLEL for faster compilation.
Added InstallDev section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Dirk Brenken [Mon, 18 Nov 2019 18:28:23 +0000 (19:28 +0100)]
travelmate: update 1.5.3
* some init tweaks
* use the usual wifi wrapper for reloads
* compatibility fix for latest wifi-related changes
in master (dynamic wireless radio reconfiguration)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jan Hak [Mon, 18 Nov 2019 16:13:17 +0000 (17:13 +0100)]
knot: update to version 2.9.1
Signed-off-by: Jan Hak <jan.hak@nic.cz>
Alexandru Ardelean [Mon, 18 Nov 2019 14:13:17 +0000 (16:13 +0200)]
django1: bump to version 1.11.26
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Florian Eckert [Mon, 18 Nov 2019 08:28:48 +0000 (09:28 +0100)]
Merge pull request #10538 from TDT-AG/pr/
20191113-mwan3
mwan3: add https ping possibility and a minor fix
Florian Eckert [Mon, 18 Nov 2019 08:26:51 +0000 (09:26 +0100)]
mwan3: change license to SPDX compatible identifier
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Yousong Zhou [Mon, 18 Nov 2019 01:13:06 +0000 (01:13 +0000)]
qemu: bump to version 4.1.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 02:18:31 +0000 (18:18 -0800)]
Merge pull request #10570 from micmac1/maria-10.4
mariadb: major bump to 10.4, split off lib package
Etienne Champetier [Mon, 18 Nov 2019 01:33:49 +0000 (17:33 -0800)]
prometheus-node-exporter-lua: bump version
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Zoltan Haindrich [Fri, 4 Oct 2019 15:43:50 +0000 (15:43 +0000)]
prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped the scraper from functioning
Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
Andre Heider [Wed, 2 Jan 2019 14:33:16 +0000 (15:33 +0100)]
prometheus-node-exporter-lua: respawn the process
Signed-off-by: Andre Heider <a.heider@gmail.com>
Andre Heider [Wed, 2 Jan 2019 14:33:08 +0000 (15:33 +0100)]
prometheus-node-exporter-lua: add a config reload trigger
Signed-off-by: Andre Heider <a.heider@gmail.com>
Andre Heider [Sun, 23 Dec 2018 10:43:25 +0000 (11:43 +0100)]
prometheus-node-exporter-lua: switch config to openwrt interface names
Drop the config knob 'listen_address' and introduce 'listen_interface'
and 'listen_ipv6' instead.
'listen_interface' takes an openwrt interface name ('loopback', 'lan',
'wan' etc, or "*" for all), from which the primary IP is used to listen
on. If 'listen_ipv6' is set to '1', the IPv6 adress will be used, IPv4
elsewise.
procd interface triggers are now combined with this, so if the listen
interface is not yet configured when the init script is executed, the
process start is defered, and the trigger takes care of that once
the interface is ready.
Fixes #7670
Signed-off-by: Andre Heider <a.heider@gmail.com>
Rosen Penev [Mon, 18 Nov 2019 02:11:40 +0000 (18:11 -0800)]
Merge pull request #10576 from jefferyto/python-zope-interface-4.7.1
python-zope-interface: Update to 4.7.1, refresh patch
Rosen Penev [Mon, 18 Nov 2019 02:11:14 +0000 (18:11 -0800)]
Merge pull request #10574 from jefferyto/python-twisted-19.10.0
python-twisted: Update to 19.10.0, refresh patches
Rosen Penev [Mon, 18 Nov 2019 02:10:21 +0000 (18:10 -0800)]
Merge pull request #10560 from jefferyto/circleci-cdn
circleci: Change SDK download host to cdn.openwrt.org
Rosen Penev [Mon, 18 Nov 2019 02:07:47 +0000 (18:07 -0800)]
Merge pull request #10545 from lucize/frrup
frr: add missing build options
Rosen Penev [Mon, 18 Nov 2019 01:53:17 +0000 (17:53 -0800)]
Merge pull request #10546 from TDT-AG/pr/
20191114-xtables-addons
xtables-addons: disable ASLR PIE
Rosen Penev [Mon, 18 Nov 2019 01:52:58 +0000 (17:52 -0800)]
Merge pull request #10551 from aleksander0m/aleksander/mm-fix-any-ip-type
modemmanager: fix 'any' iptype setting
Rosen Penev [Mon, 18 Nov 2019 01:52:24 +0000 (17:52 -0800)]
Merge pull request #10566 from rs/nextdns-1.1.3
nextdns: update to 1.1.3
Olivier Poitrey [Sun, 17 Nov 2019 06:52:30 +0000 (22:52 -0800)]
nextdns: update to 1.1.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
Rosen Penev [Sun, 17 Nov 2019 22:14:40 +0000 (14:14 -0800)]
Merge pull request #10544 from ewsi/dcwapd-procd
dcwapd: Update init script to use procd
Jeffery To [Sun, 17 Nov 2019 20:45:58 +0000 (04:45 +0800)]
python-zope-interface: Update to 4.7.1, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Sun, 17 Nov 2019 20:44:02 +0000 (22:44 +0200)]
Merge pull request #10572 from jefferyto/python-pyasn1-0.4.8
python-pyasn1: Update to 0.4.8
Jeffery To [Sun, 17 Nov 2019 20:33:26 +0000 (04:33 +0800)]
python-twisted: Update to 19.10.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 17 Nov 2019 20:04:35 +0000 (04:04 +0800)]
python-pyasn1: Update to 0.4.8
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Sun, 17 Nov 2019 17:25:15 +0000 (19:25 +0200)]
Merge pull request #10571 from gladiac1337/haproxy-2.0.9
haproxy: Update HAProxy to v2.0.9
Sebastian Kemper [Sun, 17 Nov 2019 15:12:32 +0000 (16:12 +0100)]
mariadb: small plugins fixes
This adds a few lines to the BuildPlugin routine to install some missing
files for auth_pam as well as ha_spider.
It also adds a postinstall script that updates the ownership of a
directory used by auth_pam.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Toke Høiland-Jørgensen [Sun, 17 Nov 2019 15:14:45 +0000 (16:14 +0100)]
acme: Add dependency on luci-compat for luci-app-acme
Fixes #10564.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Sebastian Kemper [Sun, 17 Nov 2019 15:05:26 +0000 (16:05 +0100)]
mariadb: move libmariadb into its own package
This way when only wanting the library nobody needs to download and
compile the server package, saving space and time. Also this way we can
avoid sudden SONAME bumps during a server upgrade.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 17 Nov 2019 14:54:16 +0000 (15:54 +0100)]
mariadb: move mariadb-common into its own package
This moves mariadb-common into its own (tiny) package in preparation for
moving out libmariadb as well. Otherwise the library would have a
dependency on the big mariadb package.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 17 Nov 2019 14:41:45 +0000 (15:41 +0100)]
mariadb: bump to major version 10.4
Highlights:
- Bump from 10.2.26 to 10.4.10
- auth_pam got replaced with never version, old one still available as
auth_pam_v1
- semisync plugins were merged into the core
- Upstream now installs symlinks for binaries with mariadb prefix. To
accommodate that this commit updates Package/mariadb/install/bin
accordingly.
- Patches are updated with new ones from Debian and Arch (thanks!)
- libedit patch dropped because it's upstream now.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Christian Lachner [Sun, 17 Nov 2019 09:23:39 +0000 (10:23 +0100)]
haproxy: Update HAProxy to v2.0.9
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Dirk Brenken [Sun, 17 Nov 2019 07:42:37 +0000 (08:42 +0100)]
Merge pull request #10562 from dibdot/adblock
adblock: update 3.8.11
Rosen Penev [Sun, 17 Nov 2019 00:10:16 +0000 (16:10 -0800)]
Merge pull request #10555 from neheb/boo
boost: Fix fiber compilation for mips
Hannu Nyman [Sat, 16 Nov 2019 19:14:57 +0000 (21:14 +0200)]
Merge pull request #10561 from Ansuel/nginx
nginx: update to 1.17.5
Dirk Brenken [Sat, 16 Nov 2019 16:36:08 +0000 (17:36 +0100)]
adblock: update 3.8.11
* some more init tweaks
* update/cleanup readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Ansuel Smith [Sat, 16 Nov 2019 16:07:51 +0000 (17:07 +0100)]
nginx: update to 1.17.5
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Hannu Nyman [Sat, 16 Nov 2019 15:13:48 +0000 (17:13 +0200)]
Merge pull request #10559 from hnyman/collectd5100
collectd: update to 5.10.0
Hannu Nyman [Sat, 16 Nov 2019 12:46:05 +0000 (14:46 +0200)]
collectd: update to 5.10.0
Update collectd to 5.10.0
* leave new plugins as disabled for now (procevent, sysevent)
* refresh patches. Remove unenecessary version fix
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jeffery To [Sat, 16 Nov 2019 12:46:04 +0000 (20:46 +0800)]
circleci: Change SDK download host to cdn.openwrt.org
This also switches from rsync to curl to download the SDK archive.
Fixes #10358.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Johann Neuhauser [Fri, 15 Nov 2019 22:14:52 +0000 (23:14 +0100)]
docker-ce: bump to version 19.03.5
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
Carey Sonsino [Wed, 13 Nov 2019 18:05:47 +0000 (13:05 -0500)]
dcwapd: Update init script to use procd
consolidate shell scripts into init script
remove "litter" from uci file
update default UCI values
Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
Rosen Penev [Fri, 15 Nov 2019 22:54:51 +0000 (14:54 -0800)]
Merge pull request #10474 from leonghui/leech
leech: add new package
Rosen Penev [Fri, 15 Nov 2019 22:36:53 +0000 (14:36 -0800)]
Merge pull request #10554 from jefferyto/sysrepo-bindings
sysrepo: Remove Lua bindings, build Python bindings in separate package
Rosen Penev [Fri, 15 Nov 2019 20:34:26 +0000 (12:34 -0800)]
boost: Fix fiber compilation for mips
The issue was that the pause instruction was emitted through an asm
directive which was not correct for some mips platforms.
Simplified boost-fiber-exclude as a result.
Removed uClibc-ng math patch. It was not correct as it broke float and
long double support (std variants use function overloads). A different
solution was applied upstream. As it's quite annoying to backport, just
wait until a new release comes with that change. ARC as a platform is
barely supported anyways.
Swapped asio patch for the upstream submission, which is unfortunately, in
limbo.
Refreshed remaining patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Fri, 15 Nov 2019 19:47:00 +0000 (03:47 +0800)]
sysrepo: Remove Lua bindings, build Python bindings in separate package
This change:
* Removes building of Lua bindings. These bindings were already removed
upstream[1].
* Fixes building of Python bindings:
* Fix SWIG_DIR path (note that SWIG_VERSION will need to be updated
whenever the swig package is upgraded)
* Fix Python module paths and filenames
* Packages the Python bindings in a new package (python3-sysrepo) and
builds it by default, instead of depending on a config option.
[1]: https://github.com/sysrepo/sysrepo/pull/1429
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Lucian Cristian [Thu, 14 Nov 2019 04:43:01 +0000 (06:43 +0200)]
frr: add missing build options
and some backports in fixing ramips target
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Dirk Brenken [Fri, 15 Nov 2019 15:38:17 +0000 (16:38 +0100)]
Merge pull request #10550 from dibdot/banip
banip: update 0.3.10
Dirk Brenken [Fri, 15 Nov 2019 11:48:40 +0000 (12:48 +0100)]
banip: update 0.3.10
* add missing logd dependency
* check if logd is enabled during runtime
* some more init tweaks
Signed-off-by: Dirk Brenken <dev@brenken.org>
Aleksander Morgado [Fri, 15 Nov 2019 12:29:12 +0000 (13:29 +0100)]
modemmanager: fix 'any' iptype setting
When the user requests 'any' as 'iptype', we may get either IPv4 or
IPv6 settings.
Simplify the logic by not requiring any explicit iptype before loading
the method reported by the bearer object for IPv4 and IPv6; just load
the methods right away and setup settings based on those.
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Leong Hui Wong [Fri, 15 Nov 2019 13:58:38 +0000 (13:58 +0000)]
leech: remove empty install defines
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
Rosen Penev [Fri, 15 Nov 2019 01:38:55 +0000 (17:38 -0800)]
Merge pull request #10535 from rs/feature_nextdns
nextdns: add DNS over HTTPS with NextDNS integration
Rosen Penev [Thu, 14 Nov 2019 18:00:45 +0000 (10:00 -0800)]
Merge pull request #10548 from dhewg/pull/mpd
mpd: fix compilation without AUDIO_SUPPORT
Andre Heider [Thu, 14 Nov 2019 10:26:41 +0000 (11:26 +0100)]
mpd: fix compilation without AUDIO_SUPPORT
Fixes #10541
Signed-off-by: Andre Heider <a.heider@gmail.com>
Martin Schiller [Thu, 14 Nov 2019 07:27:05 +0000 (08:27 +0100)]
xtables-addons: disable ASLR PIE
This package uses ld for linking and therefor does not support the
-specs option.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Florian Eckert [Thu, 14 Nov 2019 07:01:52 +0000 (08:01 +0100)]
mwan3: update version to 2.8.2
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Mon, 11 Nov 2019 08:05:49 +0000 (09:05 +0100)]
mwan3: add httping_ssl option
Till now we could only ping http targets on port 80. With this change by
adding the config boolean config option httping_ssl we could also ping
https ping targets on port 443.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 7 Nov 2019 12:55:27 +0000 (13:55 +0100)]
mwan3: fix variable naming
The variable IPT is not valid at this point. Set the variable usage to IPT4
fixes this issue.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
yurtesen [Tue, 12 Nov 2019 15:53:51 +0000 (17:53 +0200)]
mwan3: Fix json_load fails with some data
Sometimes the return value of `ubus -S call network.interface.wan status`
cause `json_load` to return `Failed to parse message data` error.
To avoid this, the JSON data always should be quoted with double quotes.
Signed-off-by: Evren Yurtesen <eyurtese@abo.fi>
Removed quoatation marks from commit heading
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Rosen Penev [Wed, 13 Nov 2019 23:32:23 +0000 (15:32 -0800)]
libtins: Actually remove it...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 13 Nov 2019 23:31:22 +0000 (15:31 -0800)]
libtins: Remove no-rtti
It causes compilation errors with netwhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hauke Mehrtens [Thu, 7 Nov 2019 20:06:04 +0000 (21:06 +0100)]
io: Add TARGET_LDFLAGS to fix PIE
Add the OpenWrt TARGET_LDFLAGS to the compile command to activate PIE support
for the io tool when it is activated globally in OpenWrt.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
Hauke Mehrtens [Thu, 7 Nov 2019 21:13:13 +0000 (22:13 +0100)]
io: Fix printing 4 bytes memory on 64 bit systems
On 64 bit Linux systems long is 8 bytes long, on 32 bit Linux systems it
is 4 bytes long. Here we want to print 4 bytes and not 8 bytes, use int
instead of long.
This fixes printing 4 bytes on 64 bit systems.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Olivier Poitrey [Tue, 5 Nov 2019 20:48:49 +0000 (12:48 -0800)]
nextdns: add DNS over HTTPS with NextDNS integration
Maintainer: @rs
Signed-off-by: Olivier Poitrey <rs@nextdns.io>