feed/packages.git
7 years agoMerge pull request #3954 from diizzyy/patch-31
Ted Hess [Sun, 5 Feb 2017 00:12:15 +0000 (19:12 -0500)]
Merge pull request #3954 from diizzyy/patch-31

lib/confuse: Update to 3.0

7 years agolib/confuse: Update to 3.0 3954/head
Daniel Engberg [Sat, 4 Feb 2017 09:28:49 +0000 (10:28 +0100)]
lib/confuse: Update to 3.0

Update (lib)confuse to 3.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3957 from stangri/vpnbypass
Hannu Nyman [Sat, 4 Feb 2017 13:35:50 +0000 (15:35 +0200)]
Merge pull request #3957 from stangri/vpnbypass

vpnbypass: HOTFIX no longer incorrectly stopping service; reliable start

7 years agovpnbypass: HOTFIX no longer incorrectly stopping service/reliable start 3957/head
Stan Grishin [Sat, 4 Feb 2017 13:25:10 +0000 (05:25 -0800)]
vpnbypass: HOTFIX no longer incorrectly stopping service/reliable start
fixed: stop function used to kill the hotplug file
fixed: despite ubus wait_for network.interface.wan and WAN-IF hotplug, sometimes we'd get no WAN ip on start

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agoMerge pull request #3823 from cshore-firmware/pull-request-nut
Hannu Nyman [Sat, 4 Feb 2017 09:08:13 +0000 (11:08 +0200)]
Merge pull request #3823 from cshore-firmware/pull-request-nut

A number of fixes and enhancements to NUT

7 years agoMerge pull request #3928 from diizzyy/patch-30
Hannu Nyman [Sat, 4 Feb 2017 09:03:09 +0000 (11:03 +0200)]
Merge pull request #3928 from diizzyy/patch-30

admin/netdata: Update to 1.5.0

7 years agoadmin/netdata: Update to 1.5.0 3928/head
Daniel Engberg [Sun, 29 Jan 2017 22:34:24 +0000 (23:34 +0100)]
admin/netdata: Update to 1.5.0

* Update to 1.5.0
* Refresh patches
* Make config file more usable out of the box
* Adjust a few default settings

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3950 from Shulyaka/postfix
Hannu Nyman [Fri, 3 Feb 2017 16:20:00 +0000 (18:20 +0200)]
Merge pull request #3950 from Shulyaka/postfix

postfix: update to 3.1.4

7 years agopostfix: update to 3.1.4 3950/head
Denis Shulyaka [Fri, 3 Feb 2017 16:11:25 +0000 (19:11 +0300)]
postfix: update to 3.1.4

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
7 years agosqm-scripts: Bump to v1.1.3
Toke Høiland-Jørgensen [Fri, 3 Feb 2017 16:06:09 +0000 (17:06 +0100)]
sqm-scripts: Bump to v1.1.3

7 years agoMerge pull request #3943 from commodo/python3-cffi
Hannu Nyman [Fri, 3 Feb 2017 14:58:02 +0000 (16:58 +0200)]
Merge pull request #3943 from commodo/python3-cffi

python3-cffi: add variant

7 years agoMerge pull request #3949 from pprindeville/reprioritize-rngd-startup
Hannu Nyman [Fri, 3 Feb 2017 07:37:37 +0000 (09:37 +0200)]
Merge pull request #3949 from pprindeville/reprioritize-rngd-startup

rng-tools: start rngd early enough to actually be useful

7 years agorng-tools: start rngd early enough to actually be useful 3949/head
Philip Prindeville [Fri, 3 Feb 2017 04:56:35 +0000 (21:56 -0700)]
rng-tools: start rngd early enough to actually be useful

lighttpd starts at priority 50, but promptly calls getrandom() on
initialization (li_rand_reseed() and li_rand_device_bytes() from
server_init()). If /dev/urandom (which getrandom() uses by default)
doesn't have sufficient entropy, this will block.

Since Openwrt runs the startup scripts serially, this can block
initialization indefinitely.  I've seen 15-20 minutes typically.

Seeding the pool early on can quickly built sufficient entropy to
complete booting without blocking.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years agoMerge pull request #3941 from val-kulkov/nginx-package
Thomas Heil [Thu, 2 Feb 2017 16:43:20 +0000 (17:43 +0100)]
Merge pull request #3941 from val-kulkov/nginx-package

nginx: update to 1.10.3, add new module options

7 years agoMerge pull request #3944 from smutt/python-pcapy
Hannu Nyman [Wed, 1 Feb 2017 19:00:08 +0000 (21:00 +0200)]
Merge pull request #3944 from smutt/python-pcapy

lang/python-pcapy: Bumped version to 0.11.1

7 years agolang/python-pcapy: Bumped version to 0.11.1 3944/head
Andrew McConachie [Wed, 1 Feb 2017 18:45:50 +0000 (13:45 -0500)]
lang/python-pcapy: Bumped version to 0.11.1
Signed-off-by: Andrew McConachie <andrew@depht.com>
Compile tested: AMD64
Run tested: tested
Description: new release

7 years agopython-cffi: add python3 variant 3943/head
Alexandru Ardelean [Tue, 31 Jan 2017 16:08:48 +0000 (18:08 +0200)]
python-cffi: add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-pycparser: add python3 variant
Alexandru Ardelean [Tue, 31 Jan 2017 16:02:23 +0000 (18:02 +0200)]
python-pycparser: add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-ply: add python3 variant
Alexandru Ardelean [Tue, 31 Jan 2017 15:56:49 +0000 (17:56 +0200)]
python-ply: add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agonginx: update to 1.10.3, add new module options 3941/head
Val Kulkov [Wed, 1 Feb 2017 05:25:57 +0000 (00:25 -0500)]
nginx: update to 1.10.3, add new module options

Update nginx to version 1.10.3.

Add new configuration options to enable the following optional
modules (disabled by default):
   - http_auth_request_module
   - http_v2_module
   - http_realip_module
   - http_secure_link_module

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
7 years agoMerge pull request #3850 from diizzyy/patch-24
Jo-Philipp Wich [Tue, 31 Jan 2017 21:15:11 +0000 (22:15 +0100)]
Merge pull request #3850 from diizzyy/patch-24

wshaper: Retire package

7 years agoMerge pull request #3935 from mlichvar/chrony-update-3.1
Hannu Nyman [Tue, 31 Jan 2017 17:06:11 +0000 (19:06 +0200)]
Merge pull request #3935 from mlichvar/chrony-update-3.1

chrony: update to 3.1

7 years agochrony: update to 3.1 3935/head
Miroslav Lichvar [Tue, 31 Jan 2017 16:17:54 +0000 (17:17 +0100)]
chrony: update to 3.1

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
7 years agoMerge pull request #3932 from Wedmer/master
Hannu Nyman [Tue, 31 Jan 2017 09:14:18 +0000 (11:14 +0200)]
Merge pull request #3932 from Wedmer/master

[libs/fftw3] Updated to version 3.3.6-pl1

7 years agoMerge pull request #3934 from aTanW/master
Hannu Nyman [Tue, 31 Jan 2017 09:13:14 +0000 (11:13 +0200)]
Merge pull request #3934 from aTanW/master

joe: bump to new upstream v4.4

7 years agojoe: bump to new upstream v4.4 3934/head
aTanW [Tue, 31 Jan 2017 07:29:28 +0000 (10:29 +0300)]
joe: bump to new upstream v4.4

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

7 years ago[libs/fftw3] Updated to version 3.3.6-pl1 3932/head
Vladimir Ulrich [Mon, 30 Jan 2017 21:59:36 +0000 (00:59 +0300)]
[libs/fftw3] Updated to version 3.3.6-pl1
Signed-off-by: Vladimir Ulrich <admin@evl.su>
7 years agostrongswan: enable IKEv2 Mediation Extension
Stijn Tintel [Mon, 30 Jan 2017 12:59:17 +0000 (13:59 +0100)]
strongswan: enable IKEv2 Mediation Extension

Closes #3905.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #3927 from dibdot/adblock
Hannu Nyman [Mon, 30 Jan 2017 07:27:10 +0000 (09:27 +0200)]
Merge pull request #3927 from dibdot/adblock

adblock: bugfix 2.1.5 (release 2)

7 years agoadblock: bugfix 2.1.5 (release 2) 3927/head
Dirk Brenken [Sun, 29 Jan 2017 20:24:05 +0000 (21:24 +0100)]
adblock: bugfix 2.1.5 (release 2)

* fix wget/uclient-switch

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoMerge pull request #3926 from damianorenfer/master
Hannu Nyman [Sun, 29 Jan 2017 17:04:25 +0000 (19:04 +0200)]
Merge pull request #3926 from damianorenfer/master

net/dnscrypt-proxy: update to 1.9.4

7 years agonet/dnscrypt-proxy: update to 1.9.4 3926/head
Damiano Renfer [Sun, 29 Jan 2017 16:29:35 +0000 (17:29 +0100)]
net/dnscrypt-proxy: update to 1.9.4

Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
7 years agosqm-scripts: Bump to v1.1.2, depend on kmod-sched-core
Toke Høiland-Jørgensen [Sun, 29 Jan 2017 16:11:10 +0000 (17:11 +0100)]
sqm-scripts: Bump to v1.1.2, depend on kmod-sched-core

The needed shaper modules are now in kmod-sched-core, so we don't need
to depend on the full kmod-sched anymore.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 years agorsync and cifs-utils: update download address
Hannu Nyman [Sun, 29 Jan 2017 15:37:06 +0000 (17:37 +0200)]
rsync and cifs-utils: update download address

samba.org has apparently started to enforce https-only downloads,
so update the download links for rsync and cifs-utils.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3918 from commodo/python-setuptools-host-remove
Hannu Nyman [Sun, 29 Jan 2017 08:52:42 +0000 (10:52 +0200)]
Merge pull request #3918 from commodo/python-setuptools-host-remove

remove python-setuptools/host dependency from other packages

7 years agoMerge pull request #3923 from diizzyy/patch-29
Hannu Nyman [Sun, 29 Jan 2017 08:51:59 +0000 (10:51 +0200)]
Merge pull request #3923 from diizzyy/patch-29

net/stunnel: Update to version 5.40

7 years agonet/stunnel: Update to version 5.40 3923/head
Daniel Engberg [Sun, 29 Jan 2017 07:54:41 +0000 (08:54 +0100)]
net/stunnel: Update to version 5.40

Update stunnel to 5.40

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3920 from aTanW/master
Hannu Nyman [Sat, 28 Jan 2017 08:48:22 +0000 (10:48 +0200)]
Merge pull request #3920 from aTanW/master

gammu: bump to new upstream 1.38.1

7 years agogammu: bump to new upstream 1.38.1 3920/head
aTanW [Sat, 28 Jan 2017 06:58:43 +0000 (09:58 +0300)]
gammu: bump to new upstream 1.38.1

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

7 years agoMerge pull request #3903 from stangri/vpnbypass
Hannu Nyman [Fri, 27 Jan 2017 13:31:07 +0000 (15:31 +0200)]
Merge pull request #3903 from stangri/vpnbypass

vpnbypass: easy to configure service for split tunnelling

7 years agovpnbypass: initial commit 3903/head
Stan Grishin [Mon, 23 Jan 2017 16:02:44 +0000 (08:02 -0800)]
vpnbypass: initial commit

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: fixed renamed option in stop_service

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: fixed typo in makefile, switch FW_MARK to 0x010000 to play nice with SQM/mwan (thanks Hannu)

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: proper masking in setting mark

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: separating luci-app-vpnbypass into different tree

Signed-off-by: Stan Grishin <stangri@melmac.net>
vpnbypass: fixed incorrect use of procd_add_reload_interface_trigger according to http://wiki.prplfoundation.org/wiki/Procd_reference

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agovnstat: update to v1.16
Jo-Philipp Wich [Thu, 26 Jan 2017 14:43:44 +0000 (15:43 +0100)]
vnstat: update to v1.16

Updates vnStat to the latest stable version, drops obsolete patches.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agopython-packages: remove python-pip/host dependency 3918/head
Alexandru Ardelean [Thu, 26 Jan 2017 10:30:40 +0000 (12:30 +0200)]
python-packages: remove python-pip/host dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython-dns: remove python-setuptools/host dependency
Alexandru Ardelean [Thu, 26 Jan 2017 10:30:03 +0000 (12:30 +0200)]
python-dns: remove python-setuptools/host dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #3915 from noblepepper/AddArmFpu
Hannu Nyman [Thu, 26 Jan 2017 10:18:11 +0000 (12:18 +0200)]
Merge pull request #3915 from noblepepper/AddArmFpu

gcc:Add support for Arm with FPU

7 years agogcc:Add support for Arm with FPU 3915/head
Noble Pepper [Thu, 26 Jan 2017 00:21:46 +0000 (18:21 -0600)]
gcc:Add support for Arm with FPU

also removes erroneous --with-local-prefix=/usr configure option
Signed-off-by: Noble Pepper <gitmail@noblepepper.com>
compile tested:
mips Vocore2
mvebu  WRT1200AC (Caiman)

run tested:
mips Vocore2
mvebu  WRT1200AC (Caiman)

7 years agoMerge pull request #3806 from diizzyy/patch-23
Ted Hess [Thu, 26 Jan 2017 00:31:09 +0000 (19:31 -0500)]
Merge pull request #3806 from diizzyy/patch-23

sound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repo

7 years agosound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repo 3806/head
Daniel Engberg [Mon, 9 Jan 2017 21:48:36 +0000 (22:48 +0100)]
sound/fdk-aac: Add Fraunhofer FDK AAC Codec Library to repo

Add Fraunhofer FDK AAC Codec Library v0.1.5 to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3867 from luizluca/libvpx-1.6.1
Luiz Angelo Daros de Luca [Wed, 25 Jan 2017 20:02:53 +0000 (18:02 -0200)]
Merge pull request #3867 from luizluca/libvpx-1.6.1

libvpx: bump to 1.6.1

7 years agoMerge pull request #3881 from tru7/knxd
Michael Heimpold [Tue, 24 Jan 2017 20:52:29 +0000 (21:52 +0100)]
Merge pull request #3881 from tru7/knxd

knxd: bump to new version

7 years agophp7: update to 7.1.1
Michael Heimpold [Tue, 24 Jan 2017 20:39:59 +0000 (21:39 +0100)]
php7: update to 7.1.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agolibgd: remove unused LIBPNG12_CONFIG definition
Matthias Schiffer [Tue, 24 Jan 2017 11:45:45 +0000 (12:45 +0100)]
libgd: remove unused LIBPNG12_CONFIG definition

While fixing up some incorrect STAGING_DIR_HOSTPKG uses I introduced, I
noticed that the LIBPNG12_CONFIG variable is not used by libgd anymore (it
is called LIBPNG_CONFIG now).

As the build runs fine without setting LIBPNG_CONFIG, let's just remove the
unused line.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agophp7: fix xml2-config path to unbreak build
Matthias Schiffer [Tue, 24 Jan 2017 11:43:13 +0000 (12:43 +0100)]
php7: fix xml2-config path to unbreak build

Partially reverts 4a984a8d6. Fixes #3907.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
7 years agoMerge pull request #3897 from commodo/python-unify
Hannu Nyman [Tue, 24 Jan 2017 05:40:36 +0000 (07:40 +0200)]
Merge pull request #3897 from commodo/python-unify

python,python3,pip,setuptools: unify pip & setuptools under python,python3

7 years agoMerge pull request #3906 from EricLuehrsen/unbound_doc_error
Hannu Nyman [Tue, 24 Jan 2017 05:39:13 +0000 (07:39 +0200)]
Merge pull request #3906 from EricLuehrsen/unbound_doc_error

unbound: error in README.md for unbound+dnsmasq

7 years agounbound: error in README.md for unbound+dnsmasq 3906/head
Eric Luehrsen [Mon, 23 Jan 2017 06:48:32 +0000 (01:48 -0500)]
unbound: error in README.md for unbound+dnsmasq

7 years agonmap: bump version to 7.40 (all patches upstream)
Nuno Goncalves [Mon, 23 Jan 2017 19:49:32 +0000 (20:49 +0100)]
nmap: bump version to 7.40 (all patches upstream)

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
7 years agoMerge pull request #3901 from dibdot/adblock
Hannu Nyman [Mon, 23 Jan 2017 18:20:56 +0000 (20:20 +0200)]
Merge pull request #3901 from dibdot/adblock

adblock: update 2.1.5

7 years agoadblock: update 2.1.5 3901/head
Dirk Brenken [Mon, 23 Jan 2017 18:03:41 +0000 (19:03 +0100)]
adblock: update 2.1.5

* fix init boot function
* made fetch utility check more bullet proof
* automatically switch between default wget & uclient-fetch
configuration
* output link to online documentation on error
* update documentation

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agounzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilities
Álvaro Fernández Rojas [Mon, 23 Jan 2017 16:53:03 +0000 (17:53 +0100)]
unzip: patch CVE-2014-9913 and CVE-2016-9844 vulnerabilities

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agofreetype: bump to version 2.7
Mirko Vogt [Wed, 18 Jan 2017 14:25:15 +0000 (15:25 +0100)]
freetype: bump to version 2.7

7 years agopython,python3: add python-pip-conf package to be used by both python-pip & python3-pip 3897/head
Alexandru Ardelean [Fri, 20 Jan 2017 16:11:18 +0000 (18:11 +0200)]
python,python3: add python-pip-conf package to be used by both python-pip & python3-pip

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopip,setuptools: move as part of python,python3 build
Alexandru Ardelean [Thu, 19 Jan 2017 16:25:19 +0000 (18:25 +0200)]
pip,setuptools: move as part of python,python3 build

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #3861 from milani/luajit
Hannu Nyman [Mon, 23 Jan 2017 07:34:55 +0000 (09:34 +0200)]
Merge pull request #3861 from milani/luajit

luajit: update to trunk

7 years agoluajit: update to trunk 3861/head
Morteza Milani [Tue, 17 Jan 2017 13:48:56 +0000 (17:18 +0330)]
luajit: update to trunk

This includes a fix in jit module that is essential for MIPS target.

Signed-off-by: Morteza Milani <milani@pichak.co>
7 years agoMerge pull request #3895 from psidhu/fix-ncurses6-gpsd-3.16
Hannu Nyman [Mon, 23 Jan 2017 07:25:52 +0000 (09:25 +0200)]
Merge pull request #3895 from psidhu/fix-ncurses6-gpsd-3.16

utils/gpsd: refresh 0002-ncurses6_detection to 3.16

7 years agoutils/gpsd: refresh 0002-ncurses6_detection to 3.16 3895/head
Pushpal Sidhu [Mon, 23 Jan 2017 07:07:33 +0000 (23:07 -0800)]
utils/gpsd: refresh 0002-ncurses6_detection to 3.16

Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
7 years agopython,python3: install built-in pip and setuptools
Alexandru Ardelean [Thu, 19 Jan 2017 16:20:15 +0000 (18:20 +0200)]
python,python3: install built-in pip and setuptools

Easier than using external package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #3888 from RussellSenior/fix-gpsd-ncurses-detection
Hannu Nyman [Mon, 23 Jan 2017 06:45:39 +0000 (08:45 +0200)]
Merge pull request #3888 from RussellSenior/fix-gpsd-ncurses-detection

gpsd: add ncurses6 support

7 years agoMerge pull request #3630 from p-wassi/gpsd
Hannu Nyman [Mon, 23 Jan 2017 06:45:15 +0000 (08:45 +0200)]
Merge pull request #3630 from p-wassi/gpsd

utils/gpsd: update, procd, cosmetic, dependencies

7 years agoMerge pull request #3870 from jow-/pen-update
Hannu Nyman [Mon, 23 Jan 2017 05:15:24 +0000 (07:15 +0200)]
Merge pull request #3870 from jow-/pen-update

pen: update to v0.34.0

7 years agoMerge pull request #3871 from jow-/nail-fix-build
Hannu Nyman [Mon, 23 Jan 2017 05:13:38 +0000 (07:13 +0200)]
Merge pull request #3871 from jow-/nail-fix-build

nail: fix build against OpenSSL with disabled SSLv3

7 years agoMerge pull request #3841 from chris5560/ddns-scripts
Hannu Nyman [Mon, 23 Jan 2017 05:11:48 +0000 (07:11 +0200)]
Merge pull request #3841 from chris5560/ddns-scripts

ddns-scripts: fix detecting local ip from ip command

7 years agoMerge pull request #3869 from jow-/perl-www-curl-compile-fix
Hannu Nyman [Mon, 23 Jan 2017 05:10:05 +0000 (07:10 +0200)]
Merge pull request #3869 from jow-/perl-www-curl-compile-fix

perl-www-curl: fix build against curl >= 7.50

7 years agoMerge pull request #3873 from EricLuehrsen/unbound_odhcpd
Hannu Nyman [Mon, 23 Jan 2017 05:08:45 +0000 (07:08 +0200)]
Merge pull request #3873 from EricLuehrsen/unbound_odhcpd

unbound: add odhcpd scripts and act like dnsmasq without dnsmasq

7 years agounbound: expand UCI to cover some popular dnsmasq features 3873/head
Eric Luehrsen [Thu, 29 Dec 2016 06:32:31 +0000 (01:32 -0500)]
unbound: expand UCI to cover some popular dnsmasq features

Unbound+DHCP (server of your choice) should be able to replicate
a lot of what dnsmasq provides. With this change set Unbound
still works with dnsmasq, but also it can work with a plain
DHCP server. Features have been added within the UCI itself
to act like dnsmasq.

- alone: name each interface relative to router hostname
- alone: prevent upstream leakage of your domain and '.local'
- dnsmasq: use dnsmasq UCI to configure forwarding clauses
- dhcp: work with odhcpd as example of companion DHCP-DNS
- dhcp: convert DHCPv4 leases into EUI64 SLAAC for DNS records
- all: enable encrypted remote unbound-control using splice conf
- all: allow user spliced conf-files for hybrid UCI and manual conf
-- 'unbound_srv.conf' will be spliced into the 'server:' clause
-- 'unbound_ext.conf' will add clauses to the end, example 'forward:'

README HOW TO for dnsmasq-in-serial, dnsmasq-in-parallel, and
unbound-with-odhcpd have better/added UCI starters. HOW TO for
including unbound_srv.conf and unbound_ext.conf are added.
Document new UCI: add_local_fqdn, add_wan_fqdn, dhcp4_slaac6,
dhcp_link, domain, and domain_type

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agounbound: expand UCI support for odhcpd DHCP-DNS
Eric Luehrsen [Sat, 7 Jan 2017 19:19:22 +0000 (14:19 -0500)]
unbound: expand UCI support for odhcpd DHCP-DNS

This is bare minimum change in 'unbound.sh' and
'dnsmasq.sh' to migrate the UCI option set for
more flexibility. The boolean(s) to link to
dnsmasq are being changed to a state to include
odhcpd. It is executable but a small step for
clear change management.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agounbound: add odhcpd specific scripts to link DHCP-DNS
Eric Luehrsen [Thu, 29 Dec 2016 06:29:17 +0000 (01:29 -0500)]
unbound: add odhcpd specific scripts to link DHCP-DNS

The UCI for Unbound already links to dnsmasq, but what
if with Unbound, we want to configure a plain dhcp server.
Most servers can call a script for lease events. That
script can then formulate DNS records and load them
with unbound-control (dependency).

The files added here work with OpenWRT/LEDE odhcpd, such
that it can be run alone. They can be used as examples
for any dhcp server. 'odhcpd.sh' is to be called by
odhcpd when a lease event occurs. 'odhcpd.awk' is called
internal to the shell script. The awk script handles
any tricky reformating that may be required.

/etc/config/dhcp
config odhcpd 'odhcpd'
  option leasetrigger '/usr/lib/unbound/odhcpd.sh'

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agounbound: improve NTP hotplug behavior when Unbound is disabled
Eric Luehrsen [Fri, 23 Dec 2016 07:37:21 +0000 (02:37 -0500)]
unbound: improve NTP hotplug behavior when Unbound is disabled

If Unbound was disabled and at later time enabled, then it
would operate in DNSSEC less-secure mode. When NTP hotplug
was called, the timestamp file was not updated. This was
found testing Unbound vs other tools (bind, dnsmasq).

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agopackage: pcre bump to version 8.40
heil [Sun, 22 Jan 2017 20:09:54 +0000 (21:09 +0100)]
package: pcre bump to version 8.40

Signed-off-by: heil <heil@terminal-consulting.de>
7 years agosqm-scripts: Bump to v1.1.1, depend on kmod-sched-cake
Toke Høiland-Jørgensen [Sun, 22 Jan 2017 19:02:59 +0000 (20:02 +0100)]
sqm-scripts: Bump to v1.1.1, depend on kmod-sched-cake

The kmod-sched-cake dependency is to avoid

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
7 years agopulseaudio: update to 10.0
Peter Wagner [Sun, 22 Jan 2017 18:29:19 +0000 (19:29 +0100)]
pulseaudio: update to 10.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #3567 from nikil/fping
Hannu Nyman [Sun, 22 Jan 2017 07:09:27 +0000 (09:09 +0200)]
Merge pull request #3567 from nikil/fping

fping: Add package

7 years agoMerge pull request #3569 from nikil/wakeonlan
Hannu Nyman [Sun, 22 Jan 2017 07:02:54 +0000 (09:02 +0200)]
Merge pull request #3569 from nikil/wakeonlan

wakeonlan: Add package

7 years agoMerge pull request #3574 from nikil/progress
Hannu Nyman [Sun, 22 Jan 2017 06:53:51 +0000 (08:53 +0200)]
Merge pull request #3574 from nikil/progress

progress: Add package

7 years agoutils/gpsd: move package to 'Utilities' 3630/head
p-wassi [Wed, 7 Dec 2016 22:32:11 +0000 (23:32 +0100)]
utils/gpsd: move package to 'Utilities'

Move package 'gpsd' and 'gpsd-clients' to menuconfig's 'Utilities'

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agoutils/gpsd: fix dependencies
p-wassi [Wed, 7 Dec 2016 22:30:05 +0000 (23:30 +0100)]
utils/gpsd: fix dependencies

Remove unneccessary dependencies in gpsd/gpsd-clients/libgps.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agoutils/gpsd: switch to procd
p-wassi [Wed, 7 Dec 2016 22:05:00 +0000 (23:05 +0100)]
utils/gpsd: switch to procd

Rewrite init script for procd support

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
7 years agoMerge pull request #3862 from dibdot/travelmate
Ted Hess [Fri, 20 Jan 2017 21:21:29 +0000 (16:21 -0500)]
Merge pull request #3862 from dibdot/travelmate

travelmate: bugfix 0.3.2

7 years agogpsd: add ncurses6 support 3888/head
Russell Senior [Fri, 20 Jan 2017 18:16:32 +0000 (10:16 -0800)]
gpsd: add ncurses6 support

Signed-off-by: Russell Senior <russell@personaltelco.net>
7 years agoMerge pull request #3887 from dibdot/adblock
Ted Hess [Fri, 20 Jan 2017 18:08:33 +0000 (13:08 -0500)]
Merge pull request #3887 from dibdot/adblock

adblock: bugfix 2.1.2

7 years agoMerge pull request #3570 from nikil/ifstat
Ted Hess [Fri, 20 Jan 2017 18:01:15 +0000 (13:01 -0500)]
Merge pull request #3570 from nikil/ifstat

ifstat: Add package

7 years agoMerge pull request #3573 from nikil/bitlbee
Ted Hess [Fri, 20 Jan 2017 17:53:23 +0000 (12:53 -0500)]
Merge pull request #3573 from nikil/bitlbee

bitlbee: Add package

7 years agoMerge pull request #3623 from p-wassi/oping_190
Jo-Philipp Wich [Fri, 20 Jan 2017 09:11:59 +0000 (10:11 +0100)]
Merge pull request #3623 from p-wassi/oping_190

libs/liboping: update to 1.9.0

7 years agoadblock: bugfix 2.1.2 3887/head
Dirk Brenken [Fri, 20 Jan 2017 08:57:33 +0000 (09:57 +0100)]
adblock: bugfix 2.1.2

* fix minor build error in init script

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agotravelmate: bugfix 0.3.2 3862/head 3889/head
Dirk Brenken [Tue, 17 Jan 2017 20:18:38 +0000 (21:18 +0100)]
travelmate: bugfix 0.3.2

* refine/speed-up (re-)connect handling
* fix minor build error in init script
* better logging & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agovallumd: bump to 0.1.2
Stijn Tintel [Fri, 20 Jan 2017 05:39:36 +0000 (06:39 +0100)]
vallumd: bump to 0.1.2

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoicecast: Fix configure if both vorbis and tremor host packages installed
Ted Hess [Thu, 19 Jan 2017 20:33:07 +0000 (15:33 -0500)]
icecast: Fix configure if both vorbis and tremor host packages installed

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agopython3: sync changes from python
Alexandru Ardelean [Fri, 6 Jan 2017 15:05:27 +0000 (17:05 +0200)]
python3: sync changes from python

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agomosquitto: fix provides <=> package name conflicts
Jo-Philipp Wich [Tue, 17 Jan 2017 21:52:04 +0000 (22:52 +0100)]
mosquitto: fix provides <=> package name conflicts

The virtual package declared by PROVIDES must not have the same name as the
variant declaring it, otherwise buildroot will fail with errors like:

    cp: '.../pkginfo/mosquitto.provides' and '.../pkginfo/mosquitto.provides' are the same file

In order to fix the above error, rename the existing "mosquitto" and
"libmosquitto" packages into "mosquitto-ssl" and "libmosquitto-ssl"
respectively.

Also substitute use of $(PKG_NAME) with literal "mosquitto" in
Package/* defines to improve readability of the Makefile.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>