Etienne Champetier [Wed, 25 Jul 2018 18:43:44 +0000 (20:43 +0200)]
prometheus-node-exporter-lua: add conntrack collector
Also fix missing dependency of openwrt collector
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Wed, 25 Jul 2018 18:41:46 +0000 (20:41 +0200)]
prometheus-node-exporter-lua: set myself as maintainer
This was OKed sometimes ago by @simonswine
https://github.com/openwrt/packages/pull/5128
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Dirk Brenken [Wed, 25 Jul 2018 04:31:41 +0000 (06:31 +0200)]
Merge pull request #6572 from EricLuehrsen/unbound_1806_doc
[openwrt-18.06] unbound: fix TLS override documentation
Eric Luehrsen [Wed, 25 Jul 2018 02:58:44 +0000 (22:58 -0400)]
unbound: fix TLS override documentation
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Michael Heimpold [Sat, 21 Jul 2018 22:15:24 +0000 (00:15 +0200)]
Merge pull request #6537 from mhei/openwrt-18.06-php7
[openwrt-18.06] php7: update to latest version and include bugfixes
Michael Heimpold [Sat, 21 Jul 2018 21:27:58 +0000 (23:27 +0200)]
php7: update to 7.2.8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 3 Jul 2018 20:58:42 +0000 (22:58 +0200)]
php7: fix load order of mysqli extension
This problem was reported by Teun Lubberhuizen, thanks!
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Mon, 2 Jul 2018 20:42:26 +0000 (22:42 +0200)]
php7: update to 7.2.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rafał Miłecki [Sun, 24 Jun 2018 08:19:38 +0000 (10:19 +0200)]
php7: add package dependency on zoneinfo-core
Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without
php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core
when using "opkg install" (during runtime or when building images with
CONFIG_TARGET_PER_DEVICE_ROOTFS).
Missing zoneinfo results in PHP fatal errors, e.g.:
Fatal error: DateTime::createFromFormat(): Timezone database is corrupt - this should *never* happen!
For years users were told to manually install zoneinfo-core package.
This problem was hidden for some time (including 17.01 release) due to
disabled support for CONFIG_PHP7_SYSTEMTZDATA. It's now back as support
for --with-system-tzdata was enabled again.
The proper solution is to simply make php7 package depend on
zoneinfo-core when PHP7_SYSTEMTZDATA is used.
Fixes: 84e5012e8853 ("php7: re-enable system timezone data usage")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Sebastian Kemper [Fri, 22 Jun 2018 19:28:14 +0000 (21:28 +0200)]
php7: use mysqlnd
This is in anticipation of the MariaDB upgrade from mariadb 10.1.x to
10.2.x. With the latter the PHP MySQL plugins fail to compile, e.g.:
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:63:0,
from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_global.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
#warning This file should not be included by clients, include only <mysql.h>
^~~~~~~
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:79:0,
from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp]
#warning This file should not be included by clients, include only <mysql.h>
^~~~~~~
In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:0:
/home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:82:10: fatal error: my_list.h: No such file or directory
#include <my_list.h>
Upstream seems unlikely to fix this, see
https://bugs.php.net/bug.php?id=75612. In the bug report it is suggested
to not use libmysqlclient/libmariadbclient and instead utilize mysqlnd
(MySQL Native Driver) provided by PHP. This is the default anyway.
So add the mysqlnd module and remove the libmariadbclient depends.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Michael Heimpold [Sun, 27 May 2018 15:04:08 +0000 (17:04 +0200)]
php7: update to 7.2.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 15 May 2018 20:09:17 +0000 (22:09 +0200)]
php7: replace libmysqlclient dependencies with libmariadbclient
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Thu, 19 Jul 2018 18:37:30 +0000 (21:37 +0300)]
irqbalance: fix AARCH64 compilation
AARCH64 compilation fails due to upstream bug in 1.2.0
that has been later fixed. Backport the fix commit.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
0cb6e15f01fc0df8e0efee9ae65cb235dfd4879b)
Stan Grishin [Tue, 17 Jul 2018 00:41:39 +0000 (17:41 -0700)]
simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit
ac34bf910efb750ff1b76d4dd0d6c61633f4bef7)
Hannu Nyman [Tue, 17 Jul 2018 18:49:25 +0000 (21:49 +0300)]
Merge pull request #6509 from jefferyto/slide-switch-0.9.2-openwrt-18.06
[openwrt-18.06] slide-switch: update to latest version
Jeffery To [Tue, 17 Jul 2018 18:04:27 +0000 (02:04 +0800)]
slide-switch: update to latest version
This also changes PKG_SOURCE to use .tar.xz, and changes the copyright
line. (I believe this is more accurate, as I haven't done a copyright
assignment.)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Eneas U de Queiroz [Mon, 16 Jul 2018 13:46:06 +0000 (16:46 +0300)]
gcc: enable compilation with gcc 7.x
Defining _GLIBCXX_INCLUDE_NEXT_C_HEADERS instructs gcc 7.x libstdc++ to
include the system's stdlib.h and math.h, and not their own.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry picked from commit
054d5273cb8b37520cec524f9e5ab23ba73e282e)
Dirk Brenken [Mon, 9 Jul 2018 05:49:33 +0000 (07:49 +0200)]
Merge pull request #6444 from EricLuehrsen/unbound_1806_doc
[openwrt-18.06] unbound: add README recipe for DNS/TLS outside of UCI
Eric Luehrsen [Mon, 9 Jul 2018 05:03:45 +0000 (01:03 -0400)]
unbound: add README recipe for DNS/TLS outside of UCI
Unbound UCI in OpenWrt 18.06 has limited forward configuration lacking
DNS over TLS connection setup tools. User override files
'unbound_srv.conf' and 'unbound_ext.conf' can implement this.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Hannu Nyman [Thu, 5 Jul 2018 06:58:10 +0000 (09:58 +0300)]
Merge pull request #6399 from EricLuehrsen/unbound_1806rc1
[openwrt-18.06] unbound: update README.md to be consistent OpenWrt Wiki
Eric Luehrsen [Wed, 4 Jul 2018 02:14:54 +0000 (22:14 -0400)]
unbound: update README.md to be consistent with OpenWrt Wiki
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Hannu Nyman [Tue, 3 Jul 2018 16:29:03 +0000 (19:29 +0300)]
Merge pull request #6384 from micmac1/1806-mariadb
[18.06] mariadb: bump to 10.1.34 + procd init
Sebastian Kemper [Sat, 30 Jun 2018 18:05:25 +0000 (20:05 +0200)]
mariadb: convert init script to procd
- also adds mariadb user to run the server as
- tweaks the default configuration a bit
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 30 Jun 2018 18:01:08 +0000 (20:01 +0200)]
mariadb: bump to 10.1.34
- bump version (100% backward compatible)
- add modules
- small misc improvements
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Fri, 29 Jun 2018 15:11:13 +0000 (18:11 +0300)]
Merge pull request #6373 from jefferyto/golang-compile-arguments-openwrt-18.06
[openwrt-18.06] golang: Makefile improvements
David Woodhouse [Thu, 28 Jun 2018 15:23:24 +0000 (16:23 +0100)]
rtl-sdr: fix build when GCC decides not to emit inlines
Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
champtar [Fri, 29 Jun 2018 09:42:10 +0000 (11:42 +0200)]
Merge pull request #6380 from aparcar/prom-
0161806
[openwrt-18.06] prometheus-node-exporter-lua: adapt 0.16 metrics
Paul Spooren [Tue, 26 Jun 2018 10:53:23 +0000 (19:53 +0900)]
prometheus-node-exporter-lua: adapt 0.16 metrics
Prometheus introduced some new conventions on how to name metrics.
Read here https://prometheus.io/docs/practices/naming/
This PR breaks compatibility with past versions, just like the officials
node exporter! 💥
Signed-off-by: Paul Spooren <mail@aparcar.org>
Jeffery To [Fri, 29 Jun 2018 06:57:50 +0000 (14:57 +0800)]
golang: Download bootstrap source directly, use golang-specific mirrors
These changes are a result of this conversation:
https://github.com/openwrt/packages/commit/
19292650241de44b4f12fb02f0e11127f069d2b4#r29531922
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 26 Jun 2018 19:05:11 +0000 (03:05 +0800)]
golang: Allow additional arguments when compiling Go packages
This updates GoPackage/Build/Compile in golang-package.mk to accept
additional arguments that are passed to the go command line.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stijn Tintel [Mon, 28 May 2018 20:38:53 +0000 (23:38 +0300)]
strongswan: bump to 5.6.3
Fixes the following CVEs:
- CVE-2018-5388
- CVE-2018-10811
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit
7bb68c74e26d4d868bef354739ee246451fe010e)
Hannu Nyman [Wed, 27 Jun 2018 04:17:07 +0000 (07:17 +0300)]
Merge pull request #6351 from EricLuehrsen/unbound_20180625_1806
[openwrt-18.06] unbound: limit outside script source to init funciton scope
Jeffery To [Fri, 22 Jun 2018 23:06:54 +0000 (07:06 +0800)]
golang: update to 1.10.3, add mirrors
This also changes the bootstrap source URL to the official GitHub
mirror, to make building easier for places where Google sites aren't
accessible. Fixes #6326.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stijn Tintel [Tue, 26 Jun 2018 22:15:29 +0000 (00:15 +0200)]
Merge pull request #6363 from dwmw2/domoticz-18.06
Domoticz update for 18.06
Hannu Nyman [Tue, 26 Jun 2018 18:54:05 +0000 (21:54 +0300)]
Merge pull request #6349 from jefferyto/python-package-updates-openwrt-18.06
[openwrt-18.06] Python package updates
Eric Luehrsen [Tue, 26 Jun 2018 00:40:21 +0000 (20:40 -0400)]
unbound: limit outside script source to init funciton scope
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Jeffery To [Sun, 24 Jun 2018 20:00:16 +0000 (04:00 +0800)]
twisted: update to 18.4.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:33:11 +0000 (02:33 +0800)]
python-zope-interface: update to 4.5.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:32:26 +0000 (02:32 +0800)]
python-pyasn1: update to 0.4.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:31:52 +0000 (02:31 +0800)]
python-ply: update to 3.11
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:31:02 +0000 (02:31 +0800)]
python-ipaddress: update to 1.0.22
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:30:39 +0000 (02:30 +0800)]
python-hyperlink: update to 18.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:30:08 +0000 (02:30 +0800)]
python-automat: update to 0.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 24 Jun 2018 18:29:34 +0000 (02:29 +0800)]
python-attrs: update to 18.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
David Woodhouse [Fri, 15 Jun 2018 15:50:03 +0000 (16:50 +0100)]
domoticz: update to 4.9700 stable release, enable Python, fix compression
The files in ozwcp/ shouldn't be compressed as there's no gzip handling
for those.
Also enable Python support — since it can dynamically link with
libpython optionally, it's harmless to enable it. Those who want Python
plugins can use it. I still want lua-based hardware plugins though.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse [Sun, 13 May 2018 14:54:05 +0000 (15:54 +0100)]
domoticz: fix Onkyo custom command handling from dzVents
https://github.com/domoticz/domoticz/pull/2386
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse [Sun, 13 May 2018 14:52:50 +0000 (15:52 +0100)]
domoticz: update to 3.9571 and clean up FHS handling
Upstream has merged a simplified version of the FHS patch, with a few
changes...
Scripts are actually configuration. There are examples, but the point is
that you write your own.
So they should live in the data directory (e.g. /var/lib/domoticz) not
in /usr/share/domoticz. The only exception is the dzVents runtime.
So.... the upstream patch handles the dzVents runtime bit. Drop the part
of our patch which added -scripts, because it can just be based in the
userdata directory and we don't need to change that.
Ship the default scripts/ directory in /etc/domoticz/scripts, and on
startup make a *symlink* to it from /var/lib/domoticz/scripts.
Symlink from /etc/domoticz/scripts/dzVents{data,generated_scripts} to
temporary directories under /var/lib/domoticz/dzVents so that those
directories (which are written to by Domoticz) don't land on the root
file system. Anyone with a writeable file system who *wants* the data/
directory to be persistent, can change that. Just as they can change
the userdata config option to point to a real file system somewhere.
Also drop the renaming of the OpenZWave Config/ directory. It's purely
cosmetric so there's no need for us to carry that change. It can go
upstream first, if it really offends anyone.
Drop the patches which are now merged upstream, and turn off the newly
added USE_OPENSSL_STATIC. Add -noupdates to the command line.
Finally, gzip the static www files to save space. In the common case,
clients will use "Accept-Encodiong: gzip" and Domoticz will serve them
as-is. It can also decompress on the fly if it really has to, but now we
aren't asking it to *compress* on the fly, which is probably a losing
proposition on an OpenWRT box.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse [Tue, 22 May 2018 12:41:34 +0000 (13:41 +0100)]
domoticz: build with -flto
This makes quite a significant difference to the executable size:
text data bss dec hex filename
7921421 87804 31692
8040917 7ab1d5 domoticz
5862321 86180 31212
5979713 5b3e41 domoticz-lto
As an added bonus, it still seems to work.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse [Tue, 22 May 2018 15:50:27 +0000 (16:50 +0100)]
domoticz: support -ssldhparam config/command line option
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse [Sun, 13 May 2018 14:50:34 +0000 (15:50 +0100)]
domoticz: use 'ln -sf' in serial hotplug script
Otherwise, stale symlinks don't get replaced
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Hannu Nyman [Sun, 24 Jun 2018 18:41:40 +0000 (21:41 +0300)]
Merge pull request #6338 from EricLuehrsen/unbound_173_1806
[openwrt-18.06] unbound: update to 1.7.3
Eric Luehrsen [Fri, 22 Jun 2018 03:54:40 +0000 (23:54 -0400)]
unbound: update to 1.7.3
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Daniel Golle [Thu, 21 Jun 2018 09:55:02 +0000 (11:55 +0200)]
ola: enable and ship web stuff
Make OLA more useful for untrained users which depend on the built-in
webserver. We may split the ola package into smaller parts to allow
not having web-stuff in case this breaks the space-constraints for some
users.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 21 Jun 2018 09:55:02 +0000 (11:55 +0200)]
ola: implement Host/Install for ola_protoc_plugin
Should fix build with SDK on buildbots.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Jun 2018 19:59:01 +0000 (21:59 +0200)]
ola: update to 0.10.6, fix build with recent protobuf
Recent protobuf requires C++11 while OLA was forcing C++98 in order
to keep using auto_ptr without getting warnings... Use gnu++11 to make
everyone happy and live with the warnings about auto_ptr being
deprecated.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
champtar [Thu, 21 Jun 2018 12:29:54 +0000 (14:29 +0200)]
Merge pull request #6327 from aparcar/fancy_backport
prometheus-node-exporter-lua: handle fancy release backport to 18.06
Paul Spooren [Sun, 17 Jun 2018 08:01:57 +0000 (17:01 +0900)]
prometheus-node-exporter-lua: handle fancy release
Some releases may have non letters in it's name currently resulting in
an empty ("") output which is then discarded, resulting in *missing*
labels in the metric.
Now it uses `.-` to catch as little as possible, but anything.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Jo-Philipp Wich [Wed, 20 Jun 2018 13:34:10 +0000 (15:34 +0200)]
Merge pull request #6314 from aparcar/golang-18.06
golang: add package to 18.06
Alif M. Ahmad [Wed, 14 Feb 2018 15:06:21 +0000 (15:06 +0000)]
gptfdisk: add a new package
gptfdisk is a gpt-aware disk partitioning tool. It can be used to
convert mbr partitioned disk to gpt and vice versa.
It supports reading GPT, MBR, and BSD disklabels.
Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
(cherry picked from commit
eac2e12a6b14ddc1493cc969fc9283630ece6ab1)
Jeffery To [Sat, 17 Mar 2018 16:32:35 +0000 (00:32 +0800)]
golang: new packages
From golang.org:
The Go programming language is an open source project to make
programmers more productive.
This commit consists of two "parts":
* golang/host: Main Go compiler for host (installed to
STAGING_DIR_HOST/lib/go-cross), used to cross-compile Go programs to
be packaged.
* golang (and golang-src/golang-doc): Main Go compiler for on-target
development. These packages are quite large, but I would expect only
developers to install these.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Saverio Proto [Fri, 15 Jun 2018 15:01:47 +0000 (17:01 +0200)]
tinc: version bump 1.0.34
Signed-off-by: Saverio Proto <zioproto@gmail.com>
Hannu Nyman [Tue, 12 Jun 2018 13:29:48 +0000 (16:29 +0300)]
Merge pull request #6281 from wvdakker/openwrt-18.06
Shorewall: Bump to 5.2.0.4 (cherry-pick from master)
W. van den Akker [Wed, 23 May 2018 06:18:35 +0000 (08:18 +0200)]
Shorewall6: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Wed, 23 May 2018 06:17:32 +0000 (08:17 +0200)]
Shorewall: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Wed, 23 May 2018 06:16:24 +0000 (08:16 +0200)]
Shorewall6-lite: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Wed, 23 May 2018 06:15:18 +0000 (08:15 +0200)]
Shorewall-lite: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Wed, 23 May 2018 06:13:49 +0000 (08:13 +0200)]
Shorewall-core: Bump to version 5.2.0.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 19 May 2018 09:10:04 +0000 (11:10 +0200)]
Shorewall6: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 19 May 2018 08:56:52 +0000 (10:56 +0200)]
Shorewall: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 19 May 2018 08:55:48 +0000 (10:55 +0200)]
Shorewall6-lite: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 19 May 2018 08:54:49 +0000 (10:54 +0200)]
Shorewall-lite: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 19 May 2018 08:53:23 +0000 (10:53 +0200)]
Shorewall-core: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Rafał Miłecki [Sat, 9 Jun 2018 20:02:51 +0000 (22:02 +0200)]
lighttpd: backport fix for plain auth from 1.4.49 release
Update commit
3d59ce6f502b ("lighttpd: update to 1.4.48") resulted in
plain auth regression: it simply stopped working with:
(mod_auth.c.525) password doesn't match for (...)
appearing on every authentication try.
This regression was fixed in 1.4.49 release. Backport the fix instead of
updating to the 1.4.49 to avoid risking more/other regressions.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Toke Høiland-Jørgensen [Tue, 5 Jun 2018 21:37:42 +0000 (23:37 +0200)]
sqm-scripts: Bump to v1.2.3
Fixes an issue with sqm-scripts not being reloaded on ifup/down.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Hannu Nyman [Mon, 4 Jun 2018 15:09:44 +0000 (18:09 +0300)]
nano: update to 2.9.8
Update nano to version 2.9.8
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
33f1f6e940341b67232c0293c65b595fc2c5db63)
Michael Heimpold [Wed, 30 May 2018 19:53:13 +0000 (21:53 +0200)]
Merge pull request #6154 from micmac1/18.06-bump-libxml2
libxml2: revision bump to force clean build
Sebastian Kemper [Wed, 30 May 2018 18:27:56 +0000 (20:27 +0200)]
libxml2: revision bump to force clean build
Commit
dcd68100c23f980a7bbd1d7d9567a315ee584bdf fixed the zlib pkgconfig
file. But libxml2/host is stuck in the compile phase on the build bots.
Bumping the revision will force a clean build.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Florian Eckert [Wed, 30 May 2018 10:57:49 +0000 (12:57 +0200)]
net/mwan3: update version to 2.6.17
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
acf7278fb8dc6e9b953924f79207aa5d45fe7ce4)
Florian Eckert [Wed, 30 May 2018 10:40:23 +0000 (12:40 +0200)]
net/mwan3: fix update on connected ip networks
If an interface is not tracked by mwan3 or enabled and this interface is
setup by netifd, then the connected ipset is not update by mwan3.
To fix this also call connected ipset update code even if the interface
is not tracked or enabled by mwan3.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
7ea690ea3c289d83511e44587f472793c269bd32)
Hannu Nyman [Tue, 29 May 2018 05:06:11 +0000 (08:06 +0300)]
Merge pull request #6147 from EricLuehrsen/openwrt-18.06
[openwrt-18.06] unbound: provide transparent defaults with documentation
Eric Luehrsen [Mon, 28 May 2018 16:50:14 +0000 (12:50 -0400)]
unbound: provide transparent defaults with documentation
Some resource options bundled many Unbound.conf options and
made customizing on top of UCI difficult. Make it easier to
use Unbound built defaults (blank conf sections).
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Yousong Zhou [Mon, 21 May 2018 02:40:17 +0000 (10:40 +0800)]
xl2tpd: bump to version 1.3.12
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Jo-Philipp Wich [Sun, 13 May 2018 17:14:20 +0000 (19:14 +0200)]
flashrom: update to v1.0
Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated
libusb api usage.
Fixes the following error spotted by the buildbots:
ch341a_spi.c: In function 'ch341a_spi_init':
ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...]
libusb_set_debug(NULL, 3); // Enable information, warning and [...]
^~~~~~~~~~~~~~~~
In file included from ch341a_spi.c:25:0:
.../libusb-1.0/libusb.h:1300:18: note: declared here
void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1030: recipe for target 'ch341a_spi.o' failed
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit
cb6e98ba44c9cc8406f4d312d5cb7cf463e339d7)
Rosen Penev [Thu, 17 May 2018 05:34:25 +0000 (08:34 +0300)]
xz: Update to 5.2.4 + misc
The second source is just a redirect to SourceForge. Removed.
Also change URL to HTTPS as the website now supports it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit
54a35e465f9f05d6e8bfceb5063edbaadff9147f)
Hannu Nyman [Wed, 16 May 2018 15:44:25 +0000 (18:44 +0300)]
nano: update to 2.9.7
nano 2.9.7 was released on 2018 May 15.
Release notes:
GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
for making Ctrl+Right (the nextword function) stop at word
ends instead of beginnings, accepts multibyte letters for
the Yes/No/All answers, does emergency saves of changed
buffers in the unlikely event that nano crashes, adds the
until-now missing bindable function 'linenumbers', and
renames the toggles 'constupdate' to 'constantshow' and
'cuttoend' to 'cutfromcursor', for consistency with the
corresponding options -- adjust your nanorc files soon.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
d9e9b59159309449df7a7a6d4ab87980dc16eac2)
Florian Eckert [Wed, 16 May 2018 13:56:52 +0000 (16:56 +0300)]
net/mwan3: update version to 2.6.16
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
18022993d9a8e6ee9d6f41193114770d20a8e117)
Florian Eckert [Tue, 8 May 2018 13:43:34 +0000 (15:43 +0200)]
net/mwan3: execute only ifup event if l3_device is found
Only execute an ifup event with the command "mwan3 ifup <iface>" if the
l3_device is found in the ubus "network.interface.<iface>".
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
ab4e62b885488716e6ef905198ce87b2beab29e4)
Florian Eckert [Tue, 8 May 2018 13:42:40 +0000 (15:42 +0200)]
net/mwan3: remove logging mwan3track pid is not found
Remove unnecessary logging if mwan3track pid is not found
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
215708a415fb58acfee28278570df540603a013d)
Florian Eckert [Fri, 4 May 2018 13:28:54 +0000 (15:28 +0200)]
net/mwan3: add/remove src_ip from routing table
Add or remove local_source ip also if mwan3 is stopped or started
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
2d9dfa3b1b16ab3b4c83b24550757931656053d2)
Hannu Nyman [Tue, 15 May 2018 06:08:42 +0000 (09:08 +0300)]
Merge pull request #5915 from neheb/cifs
cifs-utils: Update to 6.8
Dirk Brenken [Tue, 15 May 2018 06:07:41 +0000 (08:07 +0200)]
Merge pull request #6057 from dibdot/adblock
adblock: update 3.5.2
Ted Hess [Mon, 14 May 2018 21:20:48 +0000 (21:20 +0000)]
Merge pull request #5917 from diizzyy/patch-2
libs/libx264: Update to snapshot
20180401
Dirk Brenken [Mon, 14 May 2018 20:23:18 +0000 (22:23 +0200)]
adblock: update 3.5.2
backend:
* add generic blocklist archive support
* add support for blacklist archive from Toulouse 1 University Capitole
* add support for urlhaus RPZ domains by abuse.ch
* small bugfixes & enhancements
luci:
* archive sub-categories (shalla & ut_capitole) are now configurable
via LuCI CBI template
* small bugfixes & enhancements
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Mon, 14 May 2018 19:49:14 +0000 (22:49 +0300)]
Merge pull request #6023 from ClaymorePT/boost_1.67.0_r2
boost: Package Release 2 (minor fixes)
Hannu Nyman [Mon, 14 May 2018 19:44:03 +0000 (22:44 +0300)]
Merge pull request #6054 from zhaojh329/libuwsc
libuwsc: Update to 2.0.2
Hannu Nyman [Mon, 14 May 2018 19:42:19 +0000 (22:42 +0300)]
Merge pull request #6053 from commodo/python-remove-ignore-installed-host
python,python3: remove `--ignore-installed` flag for host packages
Hannu Nyman [Mon, 14 May 2018 19:41:29 +0000 (22:41 +0300)]
Merge pull request #6051 from ldir-EDB0/bumplibidn
libidn: bump to v1.35 (2018-05-11)
Jianhui Zhao [Mon, 14 May 2018 16:04:37 +0000 (00:04 +0800)]
libuwsc: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Kevin Darbyshire-Bryant [Mon, 2 Apr 2018 08:43:46 +0000 (09:43 +0100)]
libidn: bump to v1.35 (2018-05-11)
Bump to v1.35
Refresh patches.
Update Makefile to use new '--disable-doc' configure flag.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Alexandru Ardelean [Mon, 14 May 2018 09:08:46 +0000 (12:08 +0300)]
python,python3: remove `--ignore-installed` flag for host packages
This was copied over from python-packages, when support for installing
packages host-side (via pip) was added.
Based on the discussion on this commit:
https://github.com/openwrt/packages/commit/
612c53fc6c3d9ba2a57f7329baf055f1d59a9246
it was mentioned that removing this may add more benefit in terms of
reducing build time, because packages won't get reinstalled every time.
I'm not entirely sure about any potential side-effects of this, but it's
worth trying it out.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>