Commit graph

10423 commits

Author SHA1 Message Date
W. van den Akker
6f14c89fb0
Shorewall6-lite: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-06-12 12:03:08 +02:00
W. van den Akker
e0166df3dd
Shorewall-lite: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-06-12 12:02:49 +02:00
W. van den Akker
12e3fe7743
Shorewall-core: Bump to 5.2.0.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-06-12 12:02:28 +02:00
Rafał Miłecki
4cc0c88713 lighttpd: backport fix for plain auth from 1.4.49 release
Update commit 3d59ce6f50 ("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>
2018-06-09 22:21:44 +02:00
Toke Høiland-Jørgensen
b6e7720aff 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>
2018-06-05 23:39:02 +02:00
Hannu Nyman
f754df5e4b 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 33f1f6e940)
2018-06-04 18:12:19 +03:00
Michael Heimpold
178926dc19
Merge pull request #6154 from micmac1/18.06-bump-libxml2
libxml2: revision bump to force clean build
2018-05-30 21:53:13 +02:00
Sebastian Kemper
30d5e97fea 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>
2018-05-30 20:27:59 +02:00
Florian Eckert
cd5fd3883e net/mwan3: update version to 2.6.17
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit acf7278fb8)
2018-05-30 17:38:36 +03:00
Florian Eckert
4bb6f8fff3 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 7ea690ea3c)
2018-05-30 17:38:28 +03:00
Hannu Nyman
619474a15e
Merge pull request #6147 from EricLuehrsen/openwrt-18.06
[openwrt-18.06] unbound: provide transparent defaults with documentation
2018-05-29 08:06:11 +03:00
Eric Luehrsen
1c6b0f97cd 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>
2018-05-28 23:22:06 -04:00
Yousong Zhou
240e767bba xl2tpd: bump to version 1.3.12
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-25 09:39:59 +08:00
Jo-Philipp Wich
e27fa6782a 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 cb6e98ba44)
2018-05-23 10:04:36 +02:00
Rosen Penev
4f462c67d2 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 54a35e465f)
2018-05-17 08:34:25 +03:00
Hannu Nyman
40e02f6984 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 d9e9b59159)
2018-05-16 18:46:59 +03:00
Florian Eckert
cf04f87e8d net/mwan3: update version to 2.6.16
Signed-off-by: Florian Eckert <fe@dev.tdt.de>

(cherry picked from commit 18022993d9)
2018-05-16 16:56:52 +03:00
Florian Eckert
c1374f1ace 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 ab4e62b885)
2018-05-16 16:56:13 +03:00
Florian Eckert
32931c324b 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 215708a415)
2018-05-16 16:56:02 +03:00
Florian Eckert
7d1344d95e 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 2d9dfa3b1b)
2018-05-16 16:55:52 +03:00
Hannu Nyman
13c7705415
Merge pull request #5915 from neheb/cifs
cifs-utils: Update to 6.8
2018-05-15 09:08:42 +03:00
Dirk Brenken
0b7591f10a
Merge pull request #6057 from dibdot/adblock
adblock: update 3.5.2
2018-05-15 08:07:41 +02:00
Ted Hess
97e43710a5
Merge pull request #5917 from diizzyy/patch-2
libs/libx264: Update to snapshot 20180401
2018-05-14 21:20:48 +00:00
Dirk Brenken
258039dbbe 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>
2018-05-14 22:23:18 +02:00
Hannu Nyman
bdc67f63b4
Merge pull request #6023 from ClaymorePT/boost_1.67.0_r2
boost: Package Release 2 (minor fixes)
2018-05-14 22:49:14 +03:00
Hannu Nyman
b8b6576cd4
Merge pull request #6054 from zhaojh329/libuwsc
libuwsc: Update to 2.0.2
2018-05-14 22:44:03 +03:00
Hannu Nyman
917b5a4ece
Merge pull request #6053 from commodo/python-remove-ignore-installed-host
python,python3: remove `--ignore-installed` flag for host packages
2018-05-14 22:42:19 +03:00
Hannu Nyman
8bc96bd53e
Merge pull request #6051 from ldir-EDB0/bumplibidn
libidn: bump to v1.35 (2018-05-11)
2018-05-14 22:41:29 +03:00
Jianhui Zhao
0e475d9a3d libuwsc: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-05-15 00:04:37 +08:00
Kevin Darbyshire-Bryant
f83ac49d06 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>
2018-05-14 11:22:42 +01:00
Alexandru Ardelean
995b48121e 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:
  612c53fc6c
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>
2018-05-14 12:11:00 +03:00
Jo-Philipp Wich
72d2829781
Merge pull request #6050 from ldir-EDB0/bumpminiupnpd
miniupnpd: bump to v2.1 20180508
2018-05-14 09:50:35 +02:00
Jo-Philipp Wich
20c6cec0c8
Merge pull request #6039 from vortigont/ddns-now
ddns-scripts: "now-dns.com" service fix
2018-05-14 07:40:18 +02:00
Ted Hess
a267fb2ff9
Merge pull request #6043 from diizzyy/alsautils-libsamplerate
alsa-utils: Don't pull in libsamplerate
2018-05-13 21:50:47 +00:00
Peter Wagner
5de59d6ef4 wget: update to 1.19.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-13 21:17:21 +02:00
Kevin Darbyshire-Bryant
762e8b0f17 miniupnpd: bump to v2.1 20180508
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-13 19:01:44 +01:00
Hannu Nyman
12a833d09f
Merge pull request #6017 from tohojo/master
acme: Change boot init script logic to invoke start
2018-05-13 18:36:18 +03:00
Hannu Nyman
61137a5340
Merge pull request #6028 from ldir-EDB0/miniupnpdtweaks
Miniupnpdtweaks
2018-05-13 18:34:45 +03:00
Hannu Nyman
be02307bae
Merge pull request #6044 from micmac1/maria-up
MariaDB: version bump to 10.1.33
2018-05-13 18:31:20 +03:00
Hannu Nyman
030963762b
Merge pull request #6048 from iamperson347/stubby0.2.3
stubby: Bump to 0.2.3
2018-05-13 18:29:52 +03:00
Hannu Nyman
c88f4b2e39
Merge pull request #6047 from iamperson347/getdns1.4.2
getdns: Bump to 1.4.2
2018-05-13 18:29:17 +03:00
Hannu Nyman
e18166c9d3
Merge pull request #6032 from wvdakker/master
Shorewall: Bump to version 5.2.0.2
2018-05-13 18:28:37 +03:00
David Mora
8a8e68580f stubby: Bump to 0.2.3
Update to new upstream version. Also changed to Cloudflare's DNS as default.

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-05-13 07:27:30 -04:00
David Mora
ba923ce93e getdns: Bump to 1.4.2
Update to new upstream version. Needed to add a patch provided by upstream to compile with musl.

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-05-13 07:21:49 -04:00
Sebastian Kemper
7053b12912 mariadb: add source mirrors
As suggested by Daniel Engberg, add some mirror servers to offload from
MariaDB's main download server.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 11:14:46 +02:00
Sebastian Kemper
13321a5697 mariadb: bump to 10.1.33
Maintenance release. Fixes the following security vulnerabilities:

CVE-2018-2782
CVE-2018-2784
CVE-2018-2787
CVE-2018-2766
CVE-2018-2755
CVE-2018-2819
CVE-2018-2817
CVE-2018-2761
CVE-2018-2781
CVE-2018-2771
CVE-2018-2813

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:46:19 +02:00
Sebastian Kemper
3bdaa522df mariadb: fix /etc/mysql setup
- create directory /etc/mysql/conf.d as without it the server refuses to
  start
- correct the path to my.cnf in the init script

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:42:44 +02:00
Sebastian Kemper
f1b49babad mariadb: Makefile cleanups
- fix a typo
- remove unnecessary trailing slashes

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:40:39 +02:00
Daniel Engberg
771f7e457d alsa-utils: Don't pull in libsamplerate
Disable libsamplerate

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-12 14:01:02 +02:00
Nikos Mavrogiannopoulos
48d5f1a591 ocserv: updated to 0.12.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-05-12 08:24:07 +02:00