feed/packages.git
6 years agopython-idna: update to version 2.6 4848/head
Alexandru Ardelean [Mon, 18 Sep 2017 06:59:03 +0000 (09:59 +0300)]
python-idna: update to version 2.6

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-six: update to version 1.11.0
Alexandru Ardelean [Mon, 18 Sep 2017 06:54:12 +0000 (09:54 +0300)]
python-six: update to version 1.11.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-pyopenssl: update to version 17.3.0
Alexandru Ardelean [Mon, 18 Sep 2017 06:52:43 +0000 (09:52 +0300)]
python-pyopenssl: update to version 17.3.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-pyasn1-modules: update to version 0.1.4
Alexandru Ardelean [Mon, 18 Sep 2017 06:51:21 +0000 (09:51 +0300)]
python-pyasn1-modules: update to version 0.1.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-pyasn1: update to version 0.3.5
Alexandru Ardelean [Mon, 18 Sep 2017 06:50:03 +0000 (09:50 +0300)]
python-pyasn1: update to version 0.3.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-lxml: update to version 4.0.0
Alexandru Ardelean [Mon, 18 Sep 2017 06:48:38 +0000 (09:48 +0300)]
python-lxml: update to version 4.0.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython-cffi: update to version 1.11.0
Alexandru Ardelean [Mon, 18 Sep 2017 06:42:23 +0000 (09:42 +0300)]
python-cffi: update to version 1.11.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython: bump to version 2.7.14
Alexandru Ardelean [Mon, 18 Sep 2017 06:40:54 +0000 (09:40 +0300)]
python: bump to version 2.7.14

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoMerge pull request #4832 from dedeckeh/pr-coap
Hannu Nyman [Thu, 21 Sep 2017 16:53:26 +0000 (19:53 +0300)]
Merge pull request #4832 from dedeckeh/pr-coap

libcoap: add coap client and server packages and update libcoap to 1.4.2

6 years agodomoticz: enable GPIO support
Stijn Tintel [Wed, 20 Sep 2017 21:50:33 +0000 (00:50 +0300)]
domoticz: enable GPIO support

When cross-compiling Domoticz on a system without GPIO, the WITH_GPIO
flag is not set by cmake, and GPIO support is disabled as a result.
Enabling GPIO support by adding the flag to TARGET_CXXFLAGS.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
6 years agoprotobuf: Fixing sha256 hash
Hamid Ebadi [Wed, 20 Sep 2017 12:04:43 +0000 (14:04 +0200)]
protobuf: Fixing sha256 hash

Signed-off-by: Hamid Ebadi <hamid.ebadi@gmail.com>
6 years agoMerge pull request #4856 from sartura/file_fix_install
champtar [Wed, 20 Sep 2017 13:22:26 +0000 (06:22 -0700)]
Merge pull request #4856 from sartura/file_fix_install

file: fix install section

6 years agoMerge pull request #4846 from luizluca/ruby-2.4.2
Luiz Angelo Daros de Luca [Wed, 20 Sep 2017 12:48:28 +0000 (09:48 -0300)]
Merge pull request #4846 from luizluca/ruby-2.4.2

ruby: bump to 2.4.2

6 years agoruby: bump to 2.4.2 4846/head
Luiz Angelo Daros de Luca [Mon, 18 Sep 2017 04:41:53 +0000 (01:41 -0300)]
ruby: bump to 2.4.2

This release contains some security fixes.

 CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf
 CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick
 CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode
 CVE-2017-14064: Heap exposure in generating JSON
 Multiple vulnerabilities in RubyGems
 Update bundled libyaml to version 0.1.7.

And many other bugfix.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
6 years agolibs: file: install fix 4856/head
Marko Ratkaj [Fri, 4 Aug 2017 11:40:53 +0000 (13:40 +0200)]
libs: file: install fix

By using $(CP) instead of $(INSTALL_DATA) we preserve symbolic links and
by doing so we dont copy the same file multiple times. This saves some
space.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years agodomitcz: fix dzVents scripts
Stijn Tintel [Tue, 19 Sep 2017 19:13:44 +0000 (22:13 +0300)]
domitcz: fix dzVents scripts

Domoticz 3.8153 introduced support for dzVents. Unfortunately this was
broken by the 902_add-scripts-path, which attempts to make Domoticz more
FHS-compliant instead of throwing everything under /opt/domoticz.

The problem is that dzVents scripts added via the webinterface will be
generated on the filesystem. With the 902_add-scripts-path patch,
Domoticz tried to write this to "scriptsdir/dzVents/generated_scripts".
As the scriptsdir contains scripts that come with upstream, and are not
meant to be changed, this defaults to /usr/share/domoticz/scripts, which
is not writeable, so Domoticz is unable to write the script to the
filesystem. What is worse is that this silently fails.

Fix this by moving the generated_scripts dir to
"userdatadir/generated_scripts". The userdatadir defaults to
/var/lib/domoticz, which is writeable.

Additionally, since this patch does more than just adding the scripts
path, rename it to something more appropriate.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
6 years agowget: Revert update to 1.19.1
Hannu Nyman [Tue, 19 Sep 2017 16:33:41 +0000 (19:33 +0300)]
wget: Revert update to 1.19.1

revert the update as the new wget version links to libunistring
that is a rather large library. Better to revert the update now
in order to fix buildbot and then look into solutions.

signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

6 years agoMerge pull request #4854 from diizzyy/patch-91
champtar [Tue, 19 Sep 2017 13:02:48 +0000 (06:02 -0700)]
Merge pull request #4854 from diizzyy/patch-91

libs/sqlite3: Update to 3.20.1

6 years agolibs/sqlite3: Update to 3.20.1 4854/head
Daniel Engberg [Tue, 19 Sep 2017 08:50:01 +0000 (10:50 +0200)]
libs/sqlite3: Update to 3.20.1

Update sqlite to 3.20.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4838 from StevenHessing/noddos
champtar [Mon, 18 Sep 2017 23:58:37 +0000 (16:58 -0700)]
Merge pull request #4838 from StevenHessing/noddos

noddos: Don't create /var/lib/noddos in Makefile (#4837)

6 years agoMerge pull request #4852 from diizzyy/patch-90
champtar [Mon, 18 Sep 2017 23:49:55 +0000 (16:49 -0700)]
Merge pull request #4852 from diizzyy/patch-90

net/sngrep: Update to 1.4.4-rc2

6 years agoMerge pull request #4844 from diizzyy/patch-88
champtar [Mon, 18 Sep 2017 23:35:52 +0000 (16:35 -0700)]
Merge pull request #4844 from diizzyy/patch-88

net/inadyn: Update to 2.2

6 years agoMerge pull request #4851 from diizzyy/patch-89
champtar [Mon, 18 Sep 2017 23:32:42 +0000 (16:32 -0700)]
Merge pull request #4851 from diizzyy/patch-89

admin/netdata: Update to 1.8.0

6 years agonet/sngrep: Update to 1.4.4-rc2 4852/head
Daniel Engberg [Mon, 18 Sep 2017 22:17:39 +0000 (00:17 +0200)]
net/sngrep: Update to 1.4.4-rc2

Update sngrep to 1.4.4-rc2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoadmin/netdata: Update to 1.8.0 4851/head
Daniel Engberg [Mon, 18 Sep 2017 22:12:15 +0000 (00:12 +0200)]
admin/netdata: Update to 1.8.0

Update netdata to 1.8.0
Add back python modules, these are tweaked (modified) for netdata
Add additional flags to slim down the binary size

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agowget: try to fix libunistring dependency
Hannu Nyman [Mon, 18 Sep 2017 17:40:16 +0000 (20:40 +0300)]
wget: try to fix libunistring dependency

wget 1.91.1 configure script tries to link libunistring
if that is found. That lib is rather large and is not that
essential for normal operations, so instead of depending
on that, try to avoid linking it.

Revert an upstream commit that removed the clearance of
libunistring data in case IRI is explicitly disabled
(like we have it).

Reference to upstream commits:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=00ae9b4ee2caa6640776e9777e7ef5a374d082c0
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=990f3d67d340d226bbd4187f5d310a4d2bf2bfe4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years agoMerge pull request #4849 from zx2c4/patch-9
champtar [Mon, 18 Sep 2017 16:40:47 +0000 (09:40 -0700)]
Merge pull request #4849 from zx2c4/patch-9

wireguard: bump to release 0.0.20170918

6 years agoMerge pull request #4744 from sartura/sysrepo_update
champtar [Mon, 18 Sep 2017 16:34:55 +0000 (09:34 -0700)]
Merge pull request #4744 from sartura/sysrepo_update

Sysrepo update

6 years agowireguard: bump to release 0.0.20170918 4849/head
Jason A. Donenfeld [Mon, 18 Sep 2017 15:59:00 +0000 (17:59 +0200)]
wireguard: bump to release 0.0.20170918

Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
6 years agosysrepo: update the sysrepo/netopeer2 stack 4744/head
Mislav Novakovic [Fri, 25 Aug 2017 13:00:42 +0000 (15:00 +0200)]
sysrepo: update the sysrepo/netopeer2 stack

Patch includes updates to packages:
netopeer2: update to version 0.4.0
sysrepo: update to 0.7.0
libnetconf2: update to 0.9.15
libyang: update to 0.13.46

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
6 years agolibredblack: add package
Mislav Novakovic [Fri, 25 Aug 2017 16:07:21 +0000 (18:07 +0200)]
libredblack: add package

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
6 years agoMerge pull request #4847 from mlichvar/chrony-update-3.2
Hannu Nyman [Mon, 18 Sep 2017 09:40:13 +0000 (12:40 +0300)]
Merge pull request #4847 from mlichvar/chrony-update-3.2

chrony: update to 3.2

6 years agoMerge pull request #4841 from hnyman/wget191
Hannu Nyman [Mon, 18 Sep 2017 09:39:11 +0000 (12:39 +0300)]
Merge pull request #4841 from hnyman/wget191

wget: update to 1.19.1

6 years agolibcoap: update to v4.1.2 4832/head
Hans Dedecker [Fri, 15 Sep 2017 12:41:38 +0000 (14:41 +0200)]
libcoap: update to v4.1.2

Update libcoap to latest stable version 4.1.2
While at it switch from tar extension bz2 to xz

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
6 years agochrony: update to 3.2 4847/head
Miroslav Lichvar [Mon, 18 Sep 2017 07:55:16 +0000 (09:55 +0200)]
chrony: update to 3.2

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
6 years agoshadowsocks-libev: bump to version 3.1.0
Yousong Zhou [Mon, 18 Sep 2017 01:16:25 +0000 (09:16 +0800)]
shadowsocks-libev: bump to version 3.1.0

Notable changes since 3.0.8

    ede744a: depends on libcares now instead of libudns
    1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY
    9201619: ss-local: check if client supports socks5 protocol and no-auth-required method
    f8283fc: Fix potential buffer overflow when parsing json config
    380fddb: redir: fix conversion from DSCP to ToS

The two patches are now in the offical repo

6 years agoshadowsocks-libev: ss-rules: eliminiate not needed local var
Yousong Zhou [Sun, 17 Sep 2017 07:21:16 +0000 (15:21 +0800)]
shadowsocks-libev: ss-rules: eliminiate not needed local var

6 years agonet/inadyn: Update to 2.2 4844/head
Daniel Engberg [Sun, 17 Sep 2017 23:05:09 +0000 (01:05 +0200)]
net/inadyn: Update to 2.2

Update inadyn to 2.2
Switch to release tarball
Remove example file from package

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agowget: update to 1.19.1 4841/head
Hannu Nyman [Sat, 16 Sep 2017 15:31:51 +0000 (18:31 +0300)]
wget: update to 1.19.1

Update wget to 1.19.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years agonoddos: Don't create /var/lib/noddos in Noddos OpenWRT/Lede Makefile 4838/head
Steven Hessing [Fri, 15 Sep 2017 18:42:23 +0000 (11:42 -0700)]
noddos: Don't create /var/lib/noddos in Noddos OpenWRT/Lede Makefile

Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
6 years agoMerge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scripts
champtar [Fri, 15 Sep 2017 17:29:48 +0000 (10:29 -0700)]
Merge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scripts

htpdate: modify init scripts to use procd and uci configuration

6 years agoMerge pull request #4835 from dibdot/adblock
Hannu Nyman [Fri, 15 Sep 2017 13:19:48 +0000 (16:19 +0300)]
Merge pull request #4835 from dibdot/adblock

adblock: update 3.0.2

6 years agoadblock: update 3.0.2 4835/head
Dirk Brenken [Fri, 15 Sep 2017 12:51:14 +0000 (14:51 +0200)]
adblock: update 3.0.2

* better system information
* several kresd related documentation fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agohtpdate: modify init scripts to use procd and uci configuration 4630/head
Marcin Jurkowski [Tue, 25 Jul 2017 21:37:57 +0000 (23:37 +0200)]
htpdate: modify init scripts to use procd and uci configuration

Modify init script to use standard uci configuration and procd for
process management. We benefit from:
- use of standard LEDE configuration with its ability to revert and
  commit changes
- validation of configuration variables
- procd taking care of restarting daemon when config changes and user
  wants to reload it
- automatic respawning of daemon process in case it dies

The source is patched to make it possible to run as a daemon in
foreground.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
6 years agoMerge pull request #4833 from commodo/python-updates2
Hannu Nyman [Fri, 15 Sep 2017 06:46:42 +0000 (09:46 +0300)]
Merge pull request #4833 from commodo/python-updates2

python3: fix install mk filenames

6 years agopython3: fix install mk filenames 4833/head
Alexandru Ardelean [Thu, 14 Sep 2017 08:37:07 +0000 (11:37 +0300)]
python3: fix install mk filenames

Copy + paste error.

Seems I fixed it while testing but forgot to update PR with this.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agoMerge pull request #4708 from commodo/python-cffi-fix
champtar [Fri, 15 Sep 2017 00:48:31 +0000 (17:48 -0700)]
Merge pull request #4708 from commodo/python-cffi-fix

libffi: fix location of host side headers ; python,python3: set correct build flags to host pip build

6 years agoMerge pull request #4815 from tru7/master
champtar [Fri, 15 Sep 2017 00:46:16 +0000 (17:46 -0700)]
Merge pull request #4815 from tru7/master

linknx: bump to new upstream version

6 years agoMerge pull request #4632 from smutt/python-dpkt
champtar [Fri, 15 Sep 2017 00:43:47 +0000 (17:43 -0700)]
Merge pull request #4632 from smutt/python-dpkt

python-dpkt:Add package lang/python-dpkt

6 years agoMerge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-state
champtar [Fri, 15 Sep 2017 00:32:12 +0000 (17:32 -0700)]
Merge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-state

net/mwan3: fix mwan3track initial_state and track_ip order

6 years agoMerge pull request #4609 from StevenHessing/noddos
champtar [Thu, 14 Sep 2017 21:26:42 +0000 (14:26 -0700)]
Merge pull request #4609 from StevenHessing/noddos

noddos: introduction of noddos package

6 years agocollectd: uptime plugin: apply fix from upstream
Hannu Nyman [Thu, 14 Sep 2017 21:09:42 +0000 (00:09 +0300)]
collectd: uptime plugin: apply fix from upstream

Uptime plugin fails to adjust for system time changes after boot.
As Openwrt/LEDE routers usually do not have a RTC, the system time
gets adjusted with NTP possibly after collectd has already started.
But collectd continues to use the initial time set by 'sysfixtime',
which can lead to incorrect uptime calculations.

Apply a proposed fix from upstream that uses /proc/uptime
Reference to https://github.com/collectd/collectd/pull/2034

Fixes #4819

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years agoMerge pull request #4828 from ianchi/zip
Hannu Nyman [Thu, 14 Sep 2017 20:53:52 +0000 (23:53 +0300)]
Merge pull request #4828 from ianchi/zip

zip: add host compile

6 years agoMerge pull request #4774 from lucize/doveup
Hannu Nyman [Thu, 14 Sep 2017 17:15:26 +0000 (20:15 +0300)]
Merge pull request #4774 from lucize/doveup

dovecot: update to 2.2.32

6 years agoMerge pull request #4775 from lucize/pigeonup
Hannu Nyman [Thu, 14 Sep 2017 17:15:09 +0000 (20:15 +0300)]
Merge pull request #4775 from lucize/pigeonup

pigeonhole: update to 0.4.20

6 years agolibcoap: add coap client and server packages
Hans Dedecker [Thu, 31 Aug 2017 12:40:00 +0000 (14:40 +0200)]
libcoap: add coap client and server packages

Client package adds the CoAP client allowing to communicate with 6LoWPAN
devices via the CoAP protocol.
Server package adss the CoAP server and the CoAP Resource Directory server.
The CoAP server allows to simulate 6LoWPAN devices which can be addressed
via the CoAP protocol while the CoAP Resource Directory server can handle
resource registrations using the CoAP protocol.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
6 years agoMerge pull request #4478 from valdi74/add_package_python-curl
Hannu Nyman [Thu, 14 Sep 2017 14:27:36 +0000 (17:27 +0300)]
Merge pull request #4478 from valdi74/add_package_python-curl

python-curl: add new package

6 years agoMerge pull request #4823 from ianchi/youtube-dl
Hannu Nyman [Thu, 14 Sep 2017 14:25:33 +0000 (17:25 +0300)]
Merge pull request #4823 from ianchi/youtube-dl

youtube-dl: update version

6 years agoMerge pull request #4830 from commodo/python-updates1
Hannu Nyman [Thu, 14 Sep 2017 14:23:48 +0000 (17:23 +0300)]
Merge pull request #4830 from commodo/python-updates1

python,python3: build updates

6 years agopython,python3: install mk files in both host build and InstallDev part 4830/head
Alexandru Ardelean [Thu, 14 Sep 2017 08:37:07 +0000 (11:37 +0300)]
python,python3: install mk files in both host build and InstallDev part

Not sure how it can happen that the files are not
installed via the host build.

Maybe some SDK-like build.

Let's make sure they are installed via InstallDev rule too.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agopython,python3: add host-flags/settings to host pip install rules
Alexandru Ardelean [Sun, 13 Aug 2017 19:06:08 +0000 (22:06 +0300)]
python,python3: add host-flags/settings to host pip install rules

The host pip install should have the host's CFLAGS, LDFLAGS, etc
available.
And not the target's flags.
Otherwise, weird things can happen when installing
packages (host-side) that need to build C code.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agozip: add host compile 4828/head
Adrian Panella [Thu, 14 Sep 2017 03:27:32 +0000 (22:27 -0500)]
zip: add host compile

make it available as a tool for building other packages

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
6 years agoshadowsocks-libev: minor tweak without functional change
Yousong Zhou [Mon, 4 Sep 2017 08:14:36 +0000 (16:14 +0800)]
shadowsocks-libev: minor tweak without functional change

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoyoutube-dl: add zip host dependency 4823/head
Adrian Panella [Thu, 14 Sep 2017 03:25:28 +0000 (22:25 -0500)]
youtube-dl: add zip host dependency

zip is not included in default Tools, so add it as Host dependency in case is not present in building environment

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
6 years agoyoutube-dl: update version
Adrian Panella [Tue, 12 Sep 2017 18:36:34 +0000 (13:36 -0500)]
youtube-dl: update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
6 years agoMerge pull request #4787 from cwluxul/unsquashfs-fix-segfault-arm
Hannu Nyman [Tue, 12 Sep 2017 14:21:48 +0000 (17:21 +0300)]
Merge pull request #4787 from cwluxul/unsquashfs-fix-segfault-arm

squashfs-tools: fix segfault

6 years agonet/mwan3: fix track_ips order 4821/head
Florian Eckert [Tue, 12 Sep 2017 14:14:32 +0000 (16:14 +0200)]
net/mwan3: fix track_ips order

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: fix mwan3track STATUS if initial_state is offline
Florian Eckert [Tue, 12 Sep 2017 13:54:14 +0000 (15:54 +0200)]
net/mwan3: fix mwan3track STATUS if initial_state is offline

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agoMerge pull request #4811 from marcin1j/pr/20170902-mwan3-fix-interface-bound-network...
Hannu Nyman [Tue, 12 Sep 2017 13:28:42 +0000 (16:28 +0300)]
Merge pull request #4811 from marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic

mwan3: fix interface-bound traffic when interface is offline

6 years agoMerge pull request #4820 from dibdot/adblock
Hannu Nyman [Tue, 12 Sep 2017 13:04:14 +0000 (16:04 +0300)]
Merge pull request #4820 from dibdot/adblock

adblock: bugfix 3.0.1

6 years agoadblock: bugfix 3.0.1 4820/head
Dirk Brenken [Tue, 12 Sep 2017 09:44:37 +0000 (11:44 +0200)]
adblock: bugfix 3.0.1

* fix startup issues with backends like dnscrypt-proxy or kresd
  which does not come up without an existing block list
* fix a small 'chown' issue

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agomwan3: fix interface-bound traffic when interface is offline 4811/head
Marcin Jurkowski [Sat, 2 Sep 2017 22:56:09 +0000 (00:56 +0200)]
mwan3: fix interface-bound traffic when interface is offline

This commit fixed what 6d99b602 was supposed to fix without affecting
interface-bound traffic.

Before 6d99b602 interface-bound traffic was working normally as long
as at least one interface was online. However when the last interface
went offline, it was impossible to ping and such state was
unrecoverable.

Commit 6d99b602 fixed unrecoverable offline state problem (it was
possible to ping -I iface) but messed inteface-bound traffic. Traffic
with interface source address was not working if the interface was in
"offline" state, even if another interface was online.
The problem was caused by an inconsistent "offline" interface state:
iptables-related rules were kept while routing table and policy were
deleted.

The idea behind this commit is to:
 1. Keep all the rules for each interface (iptables, routing table,
    policy) regardless of its state. This ensures consistency,
 2. Make interface state hotplug events affect only iptables'
    mwan3_policy_* rules. Interface-related iptables, routing table
    and policy is removed only when mwan3 is manually stopped.

To make such changes possible, it's necessary to change the way
mwan3_policy_* rule generator keeps track of interface state hotplug
events.
Until now, it checked for the existence of custom interface-related
routing table (table id 1, 2, 3, ...). Clearly we can no longer rely
on that so each interface state is stored explicitly in file.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
6 years agoglib2: update to 2.53.7
Peter Wagner [Mon, 11 Sep 2017 23:06:08 +0000 (01:06 +0200)]
glib2: update to 2.53.7

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #4817 from nxhack/omit_unexpected_space
Philip Prindeville [Mon, 11 Sep 2017 18:18:28 +0000 (19:18 +0100)]
Merge pull request #4817 from nxhack/omit_unexpected_space

node: delete unnecessary TAB characters at the end of a line

6 years agonet/nut: Fix typo is serial config option
Karl Palsson [Mon, 11 Sep 2017 17:19:10 +0000 (17:19 +0000)]
net/nut: Fix typo is serial config option

Fixes: 5503dac80676 "Add back serial support"
Reported-by: Znevna on irc
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
6 years agosquashfs-tools: fix segfault 4787/head
Colby Whitney [Wed, 30 Aug 2017 17:26:47 +0000 (11:26 -0600)]
squashfs-tools: fix segfault

Unsquashfs was segfaulting.  When examining in gdb the stack was corrupt.
I found that converting the variable length arrays to malloc caused the
stack corruption to not happen and the segfault went away.  This is due to
the musl pthread stack size being 80k by default.  So the chance of a stack
overflow is high.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
6 years agopusleaudio: update to 11.0
Peter Wagner [Mon, 11 Sep 2017 06:37:18 +0000 (08:37 +0200)]
pusleaudio: update to 11.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agonode: delete unnecessary TAB characters at the end of a line 4817/head
Hirokazu MORIKAWA [Mon, 11 Sep 2017 03:00:31 +0000 (12:00 +0900)]
node: delete unnecessary TAB characters at the end of a line

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
6 years agoMerge pull request #4816 from dibdot/adblock
Hannu Nyman [Sun, 10 Sep 2017 15:54:41 +0000 (18:54 +0300)]
Merge pull request #4816 from dibdot/adblock

adblock: release 3.0

6 years agoadblock: release 3.0 4816/head
Dirk Brenken [Sat, 9 Sep 2017 15:35:42 +0000 (17:35 +0200)]
adblock: release 3.0

* add kresd & turris omnia support
* add dnscrypt-proxy support
* change start priority to 30, to fix possible trigger issues on slow
booting hardware
* simplify suspend/resume handling (no longer use a hideout directory)
* enhanced LuCI frontend
* many small changes & improvements
* default config change (please update your config!), adblock is now
disabled by default
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years agolinknx: bump to new upstream version 4815/head
Othmar Truniger [Fri, 8 Sep 2017 16:22:47 +0000 (18:22 +0200)]
linknx: bump to new upstream version

Signed-off-by: Othmar Truniger <github@truniger.ch>
6 years agoMerge pull request #4805 from pprindeville/acpica-bump-20170831
Philip Prindeville [Fri, 8 Sep 2017 22:01:10 +0000 (23:01 +0100)]
Merge pull request #4805 from pprindeville/acpica-bump-20170831

acpica-unix: update to 20170831

6 years agoMerge pull request #4813 from diizzyy/patch-87
Hannu Nyman [Fri, 8 Sep 2017 11:14:57 +0000 (14:14 +0300)]
Merge pull request #4813 from diizzyy/patch-87

libs/confuse: Update to 3.2.1

6 years agolibs/confuse: Update to 3.2.1 4813/head
Daniel Engberg [Fri, 8 Sep 2017 10:44:28 +0000 (12:44 +0200)]
libs/confuse: Update to 3.2.1

Update (lib)confuse to 3.2.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4809 from nxhack/node_fix_typo
Philip Prindeville [Thu, 7 Sep 2017 23:54:31 +0000 (00:54 +0100)]
Merge pull request #4809 from nxhack/node_fix_typo

node: fix typo

6 years agoMerge pull request #4812 from ldir-EDB0/bumpwireguard
Hannu Nyman [Thu, 7 Sep 2017 19:43:14 +0000 (22:43 +0300)]
Merge pull request #4812 from ldir-EDB0/bumpwireguard

wireguard: bump to release 0.0.20170907

6 years agowireguard: bump to release 0.0.20170907 4812/head
Kevin Darbyshire-Bryant [Thu, 7 Sep 2017 15:17:30 +0000 (16:17 +0100)]
wireguard: bump to release 0.0.20170907

Compile & run tested: ar71xx: archer c7 v2

Add myself as another co-maintainer of the package.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
6 years agonode: fix typo 4809/head
Hirokazu MORIKAWA [Thu, 7 Sep 2017 01:17:03 +0000 (10:17 +0900)]
node: fix typo

https://github.com/openwrt/packages/issues/4742

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
6 years agoMerge pull request #4808 from diizzyy/patch-86
Ted Hess [Wed, 6 Sep 2017 12:25:29 +0000 (08:25 -0400)]
Merge pull request #4808 from diizzyy/patch-86

lib/expat: Update to 2.2.4

6 years agolib/expat: Update to 2.2.4 4808/head
Daniel Engberg [Wed, 6 Sep 2017 09:53:39 +0000 (11:53 +0200)]
lib/expat: Update to 2.2.4

Update (lib)expat to 2.2.4

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoacpica-unix: update to 20170831 4805/head
Philip Prindeville [Sun, 3 Sep 2017 23:49:53 +0000 (17:49 -0600)]
acpica-unix: update to 20170831

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoMerge pull request #4804 from rmounce/tinc-stable
Saverio Proto [Tue, 5 Sep 2017 20:21:59 +0000 (22:21 +0200)]
Merge pull request #4804 from rmounce/tinc-stable

tinc: version bump 1.0.32

6 years agotinc: version bump 1.0.32 4804/head
Ryan Mounce [Tue, 5 Sep 2017 02:00:15 +0000 (11:30 +0930)]
tinc: version bump 1.0.32

Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
6 years agoMerge pull request #4801 from diizzyy/patch-85
Thomas Heil [Mon, 4 Sep 2017 20:47:54 +0000 (22:47 +0200)]
Merge pull request #4801 from diizzyy/patch-85

libs/pcre: Switch to Sourceforge mirrors

6 years agophp7: upgrade to 7.1.9
Michael Heimpold [Mon, 4 Sep 2017 18:54:26 +0000 (20:54 +0200)]
php7: upgrade to 7.1.9

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agolibxml2: upgrade to 2.9.5
Michael Heimpold [Mon, 4 Sep 2017 18:53:14 +0000 (20:53 +0200)]
libxml2: upgrade to 2.9.5

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agoMerge pull request #4800 from pfzim/tdb-1.3.15
Hannu Nyman [Mon, 4 Sep 2017 17:06:42 +0000 (20:06 +0300)]
Merge pull request #4800 from pfzim/tdb-1.3.15

tdb: version update to 1.3.15

6 years agolibs/pcre: Switch to Sourceforge mirrors 4801/head
Daniel Engberg [Mon, 4 Sep 2017 15:27:15 +0000 (17:27 +0200)]
libs/pcre: Switch to Sourceforge mirrors

Switch to Sourceforge for better availability and HTTP

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agotdb: version update to 1.3.15 4800/head
Dmitry V. Zimin [Mon, 4 Sep 2017 11:49:22 +0000 (14:49 +0300)]
tdb: version update to 1.3.15

Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
6 years agoMerge pull request #4761 from diizzyy/patch-84
Zoltan Herpai [Sun, 3 Sep 2017 15:43:49 +0000 (17:43 +0200)]
Merge pull request #4761 from diizzyy/patch-84

sound/mpg123: Update to 1.25.6