feed/packages.git
6 years agogammu: bump to a new upstream v1.38.4 4496/head
aTanW [Mon, 19 Jun 2017 09:04:41 +0000 (12:04 +0300)]
gammu: bump to a new upstream v1.38.4

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

7 years agogammu: bunp to a new v1.38.3 4446/head
aTanW [Tue, 6 Jun 2017 14:50:20 +0000 (17:50 +0300)]
gammu: bunp to a new v1.38.3

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

7 years agoipsec: add ability to configure "none" SA 4433/head
aTanW [Mon, 5 Jun 2017 05:25:09 +0000 (08:25 +0300)]
ipsec: add ability to configure "none" SA

Also added myself as co-maintainer

Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
 Makefile           |    5 +++--
 files/functions.sh |   35 +++++++++++++++++++++++++++++++++++
 files/racoon       |    4 ++++
 files/racoon.init  |   12 ++++++++----
 4 files changed, 50 insertions(+), 6 deletions(-)

7 years agofossil: Explicitly link with libm
Florian Fainelli [Mon, 5 Jun 2017 02:31:56 +0000 (19:31 -0700)]
fossil: Explicitly link with libm

Fixes the following build error with an external toolchain:

./bld/sqlite3.o: In function `fts5Bm25Function':
sqlite3.c:(.text+0x27234): undefined reference to `log'
./bld/piechart.o: In function `piechart_render':
piechart_.c:(.text+0x430): undefined reference to `sincos'
piechart_.c:(.text+0x47c): undefined reference to `sincos'
piechart_.c:(.text+0x548): undefined reference to `sincos'
collect2: error: ld returned 1 exit status
src/main.mk:526: recipe for target 'fossil' failed
make[3]: *** [fossil] Error 1

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
7 years agolibcanfestival: Don't force -fhonour-opts
Florian Fainelli [Mon, 5 Jun 2017 02:16:11 +0000 (19:16 -0700)]
libcanfestival: Don't force -fhonour-opts

-fhonour-copts is an OpenWrt/LEDE toolchain specific patch, forcing it
will make external toolchain fail to build this package. What we need
instead is a way to override CFLAGS from the different Makefile files so
rename the patch to illustrate that.

Fixes: 317c2469d923 ("libcanfestival: fix several small build process issues")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
7 years agoMerge pull request #4412 from luizluca/sane-backends-1.0.27
Luiz Angelo Daros de Luca [Mon, 5 Jun 2017 02:31:19 +0000 (23:31 -0300)]
Merge pull request #4412 from luizluca/sane-backends-1.0.27

sane-backends: bump to 1.0.27

7 years agolinuxptp: Remove unnecessary netdb.h includes
Florian Fainelli [Tue, 9 May 2017 02:47:20 +0000 (19:47 -0700)]
linuxptp: Remove unnecessary netdb.h includes

This backports a patch that has been accepted upstream in linuxptp:
8b61aa2c3f3103db1d4ca1d1e49bb4f8831c1abf ("udp: Avoid including
netdb.h") to fix build errors with external glibc toolchains that
provide rpc/types.h.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
7 years agophp7-pecl-http: add a patch to fix a segfault during php startup
Michael Heimpold [Sun, 4 Jun 2017 19:29:20 +0000 (21:29 +0200)]
php7-pecl-http: add a patch to fix a segfault during php startup

The extensions tries to register some string constants after quering
version strings from underlaying libcurl. However, depending on libcurl's
configuration these strings could also be NULL, which was not handled
properly.

An upstream pull request for this patch is waiting for review.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #4220 from p-wassi/atftp
Hauke Mehrtens [Sat, 3 Jun 2017 22:29:40 +0000 (00:29 +0200)]
Merge pull request #4220 from p-wassi/atftp

net/atftp: update source URL and checksum

7 years agoMerge pull request #4274 from DocLM/gphoto2
Hauke Mehrtens [Sat, 3 Jun 2017 21:32:04 +0000 (23:32 +0200)]
Merge pull request #4274 from DocLM/gphoto2

gphoto2 and libgphoto2: add package
Maintainer: me / @DocLM
Compile tested: (ramips, mt7688, LEDE 17.01.0)
Run tested: (ramips, mt7688, LEDE 17.01.0)

Description:
Add libgphoto2 with modular camlibs and gphoto2 packages

7 years agoMerge pull request #4427 from diizzyy/patch-57
Ted Hess [Sat, 3 Jun 2017 19:23:22 +0000 (15:23 -0400)]
Merge pull request #4427 from diizzyy/patch-57

net/socat: Update to 1.7.3.2

7 years agoThe earlier commit ea119211b21 removed 'dsa' as one of the ssh_host_*_key
Peter Wagner [Fri, 2 Jun 2017 23:04:27 +0000 (01:04 +0200)]
The earlier commit ea119211b21 removed 'dsa' as one of the ssh_host_*_key
types that got generated.  Problem was that it didn't remove that key
as one of the paths that the server looks for by default.  As a
consequence, your log file might fill up with messages like:

    2017-06-01T15:43:07-06:00 openwrt sshd[31929]: error: Could not load host key: /etc/ssh/ssh_host_dsa_key

The patch is forunately trivial.  Don't set the path for the dsa
key file in the server configuration.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #4415 from diizzyy/patch-49
champtar [Fri, 2 Jun 2017 13:24:24 +0000 (15:24 +0200)]
Merge pull request #4415 from diizzyy/patch-49

libs/sqlite3: Update to 3190200

7 years agonet/socat: Update to 1.7.3.2 4427/head
Daniel Engberg [Fri, 2 Jun 2017 11:42:56 +0000 (13:42 +0200)]
net/socat: Update to 1.7.3.2

Update socat to 1.7.3.2
Remove SSLv3 patch, workaround added upstream
Remove inclusion of stddef.h, fix added upstream
Replace obsolete tarball hash variable with PKG_HASH

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #4424 from diizzyy/patch-56
Hannu Nyman [Fri, 2 Jun 2017 10:54:11 +0000 (13:54 +0300)]
Merge pull request #4424 from diizzyy/patch-56

utils/tmux: Update to 2.5

7 years agoutils/tmux: Update to 2.5 4424/head
Daniel Engberg [Fri, 2 Jun 2017 00:50:09 +0000 (02:50 +0200)]
utils/tmux: Update to 2.5

Update tmux to 2.5
Drop patch
Update homepage URL
Use toolchain functionality for configuring and compiling

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #4405 from sartura/symlink-soversion-libnetconf2
Luka Perkov [Thu, 1 Jun 2017 13:55:52 +0000 (15:55 +0200)]
Merge pull request #4405 from sartura/symlink-soversion-libnetconf2

libnetconf2: modify copy of .so files

7 years agoMerge pull request #4404 from sartura/symlink-soversion-libyang
Luka Perkov [Thu, 1 Jun 2017 13:55:18 +0000 (15:55 +0200)]
Merge pull request #4404 from sartura/symlink-soversion-libyang

libyang: modify copy of .so files

7 years agoMerge pull request #4406 from sartura/symlink-soversion-libssh
Luka Perkov [Thu, 1 Jun 2017 13:54:28 +0000 (15:54 +0200)]
Merge pull request #4406 from sartura/symlink-soversion-libssh

libssh: modify copy of .so files

7 years agoMerge pull request #4403 from sartura/symlink-soversion-sysrepo
Luka Perkov [Thu, 1 Jun 2017 13:53:35 +0000 (15:53 +0200)]
Merge pull request #4403 from sartura/symlink-soversion-sysrepo

sysrepo: modify copy of .so files

7 years agoMerge pull request #4388 from sartura/netopeer2-dependency
Luka Perkov [Thu, 1 Jun 2017 13:53:11 +0000 (15:53 +0200)]
Merge pull request #4388 from sartura/netopeer2-dependency

sysrepo: add patch for disabling autostart

7 years agoMerge pull request #4414 from diizzyy/patch-48
Hannu Nyman [Thu, 1 Jun 2017 06:58:55 +0000 (09:58 +0300)]
Merge pull request #4414 from diizzyy/patch-48

libs/confuse: Update to 3.1

7 years agoMerge pull request #4400 from starcms/master
Hannu Nyman [Wed, 31 May 2017 15:57:40 +0000 (18:57 +0300)]
Merge pull request #4400 from starcms/master

net/dnscrypt-proxy: add support for LogLevel; update dnscrypt-proxy-resolvers

7 years agolibs/sqlite3: Update to 3190200 4415/head
Daniel Engberg [Wed, 31 May 2017 15:11:02 +0000 (17:11 +0200)]
libs/sqlite3: Update to 3190200

Update sqlite to 3190200
Remove obsolete tarball hash variable

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agolibs/confuse: Update to 3.1 4414/head
Daniel Engberg [Wed, 31 May 2017 15:09:13 +0000 (17:09 +0200)]
libs/confuse: Update to 3.1

Update (lib)confuse to 3.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #4411 from chris5560/master
Hannu Nyman [Wed, 31 May 2017 06:29:10 +0000 (09:29 +0300)]
Merge pull request #4411 from chris5560/master

radicale: update to version 1.1.3

7 years agosane-backends: bump to 1.0.27 4412/head
Luiz Angelo Daros de Luca [Sun, 28 May 2017 06:07:42 +0000 (03:07 -0300)]
sane-backends: bump to 1.0.27

Fixes CVE-2017-6318

Patches where refreshed and the following removed:
- 020-fix_pieusb.patch: fixed upstream
- 030-musl.patch: accepted upstream

PS: there was no sane-backends 1.0.26

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
7 years agonet/dnscrypt-proxy: add LogLevel support, update dnscrypt-resolvers.csv, 4400/head
starcms [Sun, 28 May 2017 21:44:12 +0000 (16:44 -0500)]
net/dnscrypt-proxy: add LogLevel support, update dnscrypt-resolvers.csv,
bump version number.

Signed-off-by: Chris Saaidi <starcms@gmail.com>
7 years agoradicale: update to version 1.1.3 4411/head
Christian Schoenebeck [Tue, 30 May 2017 19:47:15 +0000 (21:47 +0200)]
radicale: update to version 1.1.3

update to version 1.1.3

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agostrongswan: fix typo
Stijn Tintel [Tue, 30 May 2017 17:25:04 +0000 (19:25 +0200)]
strongswan: fix typo

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #4208 from dedeckeh/pr-netsnmp-fw
Stijn Tintel [Tue, 30 May 2017 14:01:40 +0000 (16:01 +0200)]
Merge pull request #4208 from dedeckeh/pr-netsnmp-fw

net-snmp: add inbound firewall rule support

7 years agostrongswan: add curve25519 plugin
Stijn Tintel [Tue, 30 May 2017 13:12:08 +0000 (15:12 +0200)]
strongswan: add curve25519 plugin

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agostrongswan: bump to 5.5.3
Stijn Tintel [Tue, 30 May 2017 12:32:01 +0000 (14:32 +0200)]
strongswan: bump to 5.5.3

Fixes CVE-2017-9022, CVE-2017-9023.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #4381 from commodo/ovs-fix
Hannu Nyman [Tue, 30 May 2017 07:49:09 +0000 (10:49 +0300)]
Merge pull request #4381 from commodo/ovs-fix

openvswitch: fix build for ovs python libs & related packages

7 years agoMerge pull request #4380 from commodo/python-six-host-build
Hannu Nyman [Tue, 30 May 2017 07:48:19 +0000 (10:48 +0300)]
Merge pull request #4380 from commodo/python-six-host-build

python-six: add host-side build

7 years agoalsa-lib: update urls
Peter Wagner [Mon, 29 May 2017 19:19:31 +0000 (21:19 +0200)]
alsa-lib: update urls

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agolibssh: modify copy of .so files 4406/head
Antonio Paunovic [Mon, 29 May 2017 12:08:51 +0000 (12:08 +0000)]
libssh: modify copy of .so files

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agosysrepo: modify copy of .so files 4403/head
Antonio Paunovic [Mon, 29 May 2017 12:07:00 +0000 (12:07 +0000)]
sysrepo: modify copy of .so files

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agolibyang: modify copy of .so files 4404/head
Antonio Paunovic [Mon, 29 May 2017 12:05:25 +0000 (12:05 +0000)]
libyang: modify copy of .so files

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agolibnetconf2: modify copy of .so files 4405/head
Antonio Paunovic [Mon, 29 May 2017 11:59:31 +0000 (11:59 +0000)]
libnetconf2: modify copy of .so files

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agonet/mosquitto: bump to 1.4.12 for CVE-2017-7650
Karl Palsson [Mon, 29 May 2017 10:49:08 +0000 (10:49 +0000)]
net/mosquitto: bump to 1.4.12 for CVE-2017-7650

Dot release, primarily due to CVE-2017-7650 but also rolls up some
earlier patches.

Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years agoMerge pull request #4379 from val-kulkov/nginx-package
Thomas Heil [Sun, 28 May 2017 17:05:10 +0000 (19:05 +0200)]
Merge pull request #4379 from val-kulkov/nginx-package

nginx: update to 1.12.0, the latest stable version

7 years agolibaudiofile: Multiple bug fixes, CVE-2017-6837, CVE-2017-6838, CVE-2017-6839, CVE...
Ted Hess [Sun, 28 May 2017 16:59:07 +0000 (12:59 -0400)]
libaudiofile: Multiple bug fixes, CVE-2017-6837, CVE-2017-6838, CVE-2017-6839, CVE-2015-7747 & GCC6 patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agoMerge pull request #4392 from antonlacon/ffmpeg-3.2.x
Ted Hess [Sat, 27 May 2017 20:03:30 +0000 (16:03 -0400)]
Merge pull request #4392 from antonlacon/ffmpeg-3.2.x

ffmpeg: update to 3.2.5

7 years agoMerge pull request #4393 from damianorenfer/hotfix-dnscrypt-proxy-init
Hannu Nyman [Sat, 27 May 2017 10:36:54 +0000 (13:36 +0300)]
Merge pull request #4393 from damianorenfer/hotfix-dnscrypt-proxy-init

net/dnscrypt-proxy: fix block_ipv6 param in init script

7 years agonet/dnscrypt-proxy: fix block_ipv6 param in init script 4393/head
Damiano Renfer [Sat, 27 May 2017 09:12:47 +0000 (11:12 +0200)]
net/dnscrypt-proxy: fix block_ipv6 param in init script

Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
7 years agoffmpeg: update to 3.2.5 4392/head
Ian Leonard [Sat, 27 May 2017 01:51:17 +0000 (18:51 -0700)]
ffmpeg: update to 3.2.5

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
7 years agogit: update to 2.13.0
Peter Wagner [Sat, 27 May 2017 00:34:29 +0000 (02:34 +0200)]
git: update to 2.13.0

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agosysrepo: bump PKG_RELEASE version 4388/head
Antonio Paunovic [Fri, 26 May 2017 15:37:12 +0000 (15:37 +0000)]
sysrepo: bump PKG_RELEASE version

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agoMerge pull request #4389 from sartura/netopeer2-openssl-dependency
Hannu Nyman [Fri, 26 May 2017 15:22:59 +0000 (18:22 +0300)]
Merge pull request #4389 from sartura/netopeer2-openssl-dependency

netopeer2-keystored: add new dependency

7 years agosysrepo: add patch for diabling autostart
Antonio Paunovic [Fri, 26 May 2017 14:52:40 +0000 (14:52 +0000)]
sysrepo: add patch for diabling autostart

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agonetopeer2-keystored: add new dependency 4389/head
Antonio Paunovic [Fri, 26 May 2017 14:07:54 +0000 (14:07 +0000)]
netopeer2-keystored: add new dependency

Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
7 years agoopenvswitch: disable built-in kernel module build 4381/head
Alexandru Ardelean [Thu, 25 May 2017 13:31:25 +0000 (16:31 +0300)]
openvswitch: disable built-in kernel module build

Since we're using the kernel's module, this is
un-necessary.
Should speed up the build a bit.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #4383 from kuoruan/aria2
Hannu Nyman [Thu, 25 May 2017 07:44:07 +0000 (10:44 +0300)]
Merge pull request #4383 from kuoruan/aria2

Aria2: Bump version

7 years agowebui-aria2: Bump to 2017-05-21 4383/head
kuoruan [Thu, 25 May 2017 03:34:41 +0000 (11:34 +0800)]
webui-aria2: Bump to 2017-05-21

Signed-off-by: kuoruan <kuoruan@gmail.com>
7 years agoyaaw: Bump to 2017-04-11
kuoruan [Thu, 25 May 2017 03:12:39 +0000 (11:12 +0800)]
yaaw: Bump to 2017-04-11

Signed-off-by: kuoruan <kuoruan@gmail.com>
7 years agoaria2: Update to v1.32.0
kuoruan [Thu, 25 May 2017 03:11:43 +0000 (11:11 +0800)]
aria2: Update to v1.32.0

Signed-off-by: kuoruan <kuoruan@gmail.com>
7 years agoopenvswitch: fix build for ovs python libs & related packages
Alexandru Ardelean [Wed, 24 May 2017 20:18:04 +0000 (23:18 +0300)]
openvswitch: fix build for ovs python libs & related packages

Admittedly I never used those Python libs.
And the setup I was trying it on, did not have
the Python interpreter packaged, so these build failures
went un-noticed.

That's my fault for not trying it out properly on
a full LEDE repo, with all packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #4378 from sartura/sysrepo_update
Luka Perkov [Wed, 24 May 2017 20:14:24 +0000 (22:14 +0200)]
Merge pull request #4378 from sartura/sysrepo_update

sysrepo update

7 years agopython-six: add host-side build 4380/head
Alexandru Ardelean [Wed, 24 May 2017 16:26:07 +0000 (19:26 +0300)]
python-six: add host-side build

Needed for Open vSwitch's python libs.
And build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agonginx: update to 1.12.0, the latest stable version 4379/head
Val Kulkov [Wed, 24 May 2017 15:48:29 +0000 (11:48 -0400)]
nginx: update to 1.12.0, the latest stable version

This is a straightforward update to the latest stable version.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
7 years agonetopeer2-server: modified init script 4378/head
Mislav Novakovic [Wed, 24 May 2017 12:03:42 +0000 (14:03 +0200)]
netopeer2-server: modified init script

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agosysrepo: merge sysrepod and sysrepo-plugind
Mislav Novakovic [Wed, 24 May 2017 15:08:19 +0000 (17:08 +0200)]
sysrepo: merge sysrepod and sysrepo-plugind

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agonetopeer2: change default ssh key handling
Mislav Novakovic [Tue, 23 May 2017 13:36:47 +0000 (15:36 +0200)]
netopeer2: change default ssh key handling

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agonetopeer2-server: edited init script
Mislav Novakovic [Tue, 23 May 2017 11:16:21 +0000 (13:16 +0200)]
netopeer2-server: edited init script

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agonetopeer2: modified uci-default script
Mislav Novakovic [Tue, 23 May 2017 10:46:36 +0000 (12:46 +0200)]
netopeer2: modified uci-default script

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agosysrepo: modified uci-default script
Mislav Novakovic [Tue, 23 May 2017 10:46:12 +0000 (12:46 +0200)]
sysrepo: modified uci-default script

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agonetopeer2-server: add custom config file
Mislav Novakovic [Tue, 23 May 2017 10:10:44 +0000 (12:10 +0200)]
netopeer2-server: add custom config file

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agonetopeer2-server: add sysrepod dependency
Mislav Novakovic [Tue, 23 May 2017 09:57:19 +0000 (11:57 +0200)]
netopeer2-server: add sysrepod dependency

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years agonet-snmp: add inbound firewall rule support 4208/head
Hans Dedecker [Mon, 27 Mar 2017 13:35:29 +0000 (15:35 +0200)]
net-snmp: add inbound firewall rule support

Add UCI section general which holds the uci parameter network defining on
which interface(s) the snmp agent is reachable for inbound snmp requests
in case the firewall zone does not allow INPUT traffic by default.

For the different zones to which the different interfaces belong firewall
procd input rules are created making the snmp agent reachable on udp port
161.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years agoMerge pull request #4361 from EricLuehrsen/unbound_may2017
Hannu Nyman [Wed, 24 May 2017 08:25:23 +0000 (11:25 +0300)]
Merge pull request #4361 from EricLuehrsen/unbound_may2017

unbound: add option for dhcp UCI domain mx srv and cname

7 years agoMerge pull request #4320 from TouchStar/gpsd-fix-darwinbuild
Hannu Nyman [Wed, 24 May 2017 06:23:19 +0000 (09:23 +0300)]
Merge pull request #4320 from TouchStar/gpsd-fix-darwinbuild

utils/gpsd: Set manbuild=no for build (disable building help/html docs)

7 years agoMerge pull request #4049 from hbl0307106015/master
Hannu Nyman [Wed, 24 May 2017 06:17:06 +0000 (09:17 +0300)]
Merge pull request #4049 from hbl0307106015/master

libndpi: add new package

7 years agoalsa-lib: update to 1.1.4
Peter Wagner [Wed, 24 May 2017 00:32:38 +0000 (02:32 +0200)]
alsa-lib: update to 1.1.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agounbound: add option for dhcp UCI domain mx srv and cname 4361/head
Eric Luehrsen [Wed, 10 May 2017 02:46:39 +0000 (22:46 -0400)]
unbound: add option for dhcp UCI domain mx srv and cname

Base LEDE/OpenWrt UCI for dnsmasq provides for DNS override in
/etc/config/dhcp. It is desired to be able to use dnsmasq and
Unbound as transparently as possible. Option 'add_extra_dns'
will pull 'domain', 'mxhost', 'srvhost, and 'cname' from base.

netifd/procd have an interaction with DHCPv6/RA on WAN (FS#713).
Minor IP6 parameter updates can cause Unbound reload events every
few minutes. List option 'trigger' selects which interfaces may
cause reload. For example 'lan', 'wan' but not 'wan6'.

Squash other cosmetics.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agoMerge pull request #4375 from inindev/master
Hannu Nyman [Mon, 22 May 2017 08:21:30 +0000 (11:21 +0300)]
Merge pull request #4375 from inindev/master

avro: Apache Avro C Library 1.8.2

7 years agoavro: Apache Avro C Library 1.8.2 4375/head
John Clark [Mon, 22 May 2017 08:12:19 +0000 (04:12 -0400)]
avro: Apache Avro C Library 1.8.2

Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
7 years agoshadowsocks-libev: bump to version 3.0.6
Yousong Zhou [Fri, 12 May 2017 13:05:07 +0000 (21:05 +0800)]
shadowsocks-libev: bump to version 3.0.6

Below are changes in the packaging method

 - Use tarball provided by the upstream project maintainer instead of
   cloning the whole git-repo
 - Drop openssl variant as it was deprecated then removed by the
   upstream project
 - Add dependency on libev, libsodium, libudns as they are not bundled
   with the source code anymore

Addresses issue #4191

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoudns: initial version 0.4
Yousong Zhou [Fri, 12 May 2017 13:58:23 +0000 (21:58 +0800)]
udns: initial version 0.4

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoMerge pull request #4374 from damianorenfer/dnscrypt-proxy-1.9.5_plugins
Hannu Nyman [Sun, 21 May 2017 18:38:44 +0000 (21:38 +0300)]
Merge pull request #4374 from damianorenfer/dnscrypt-proxy-1.9.5_plugins

net/dnscrypt-proxy: ignore parameters requiring plugins support if no…

7 years agonet/dnscrypt-proxy: ignore parameters requiring plugins support if not available 4374/head
Damiano Renfer [Sun, 21 May 2017 17:55:18 +0000 (19:55 +0200)]
net/dnscrypt-proxy: ignore parameters requiring plugins support if not available

Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
7 years agofaad2: Upgrade to lastest Debian patches, cleanup build procs
Ted Hess [Sat, 20 May 2017 15:43:17 +0000 (11:43 -0400)]
faad2: Upgrade to lastest Debian patches, cleanup build procs

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agompc: Upgrade mpd client to 0.28
Ted Hess [Sat, 20 May 2017 15:34:06 +0000 (11:34 -0400)]
mpc: Upgrade mpd client to 0.28

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agolibmpdclient: Upgrade to 2.11
Ted Hess [Sat, 20 May 2017 15:32:05 +0000 (11:32 -0400)]
libmpdclient: Upgrade to 2.11

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agompd: Upgrade Music Player Daemon to 0.20.8
Ted Hess [Sat, 20 May 2017 15:30:38 +0000 (11:30 -0400)]
mpd: Upgrade Music Player Daemon to 0.20.8

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agominiupnpc: bump to 2.0.20170509 (#4362)
Kevin Darbyshire-Bryant [Sat, 20 May 2017 08:16:21 +0000 (09:16 +0100)]
miniupnpc: bump to 2.0.20170509 (#4362)

Fix CVE-2017-8798

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agoMerge pull request #4237 from dangowrt/isc-dhcp-procd
Daniel Golle [Sat, 20 May 2017 01:39:12 +0000 (03:39 +0200)]
Merge pull request #4237 from dangowrt/isc-dhcp-procd

isc-dhcp: use procd and generate configuration from UCI

7 years agoisc-dhcp: integrate IPv4 DHCP service with procd and netifd 4237/head
Daniel Golle [Wed, 5 Apr 2017 11:21:54 +0000 (13:21 +0200)]
isc-dhcp: integrate IPv4 DHCP service with procd and netifd

Convert init-script to procd and allow to configure
isc-dhcp-server via UCI. Allow most by-network and by-host options
supported by dnsmasq.
User-defined dhcp-options are not supported yet, neither are tags.

Existing configurations with use-edited /etc/dhcpd.conf are still
respected, hence to enjoy the new features you have to migrate
your configuration to UCI and delete /etc/dhcpd.conf.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #4371 from commodo/fix-pip3
Hannu Nyman [Fri, 19 May 2017 14:35:10 +0000 (17:35 +0300)]
Merge pull request #4371 from commodo/fix-pip3

python3-pip: fix package ; it was broken

7 years agopython3-pip: override Package/python3-pip/install rule 4371/head
Alexandru Ardelean [Fri, 19 May 2017 14:20:04 +0000 (17:20 +0300)]
python3-pip: override Package/python3-pip/install rule

This is in essence fixes pip3.

That means pip3 will ship without Python byte-codes
for a while, until I'll find a better way to fix it.

I couldn't think of a not-very hack-ish way of doing it.

The only draw-back of this, will be that pip3 will run
a bit slower ; but that should be ok for a while.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython3: remove __pycache__ folders pip & setuptools
Alexandru Ardelean [Fri, 19 May 2017 14:18:33 +0000 (17:18 +0300)]
python3: remove __pycache__ folders pip & setuptools

python3-pip & python3-setuptools have slightly
different installation mechanisms.

We need to remove the __pycache__ folders.
Seems they're generated.

This also reduces the size of the python3-pip &
python3-setuptools packages.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython,python3: allow python packages to override Package/<pkg>/install rule
Alexandru Ardelean [Fri, 19 May 2017 14:16:38 +0000 (17:16 +0300)]
python,python3: allow python packages to override Package/<pkg>/install rule

Python packages try to enforce their own.
For some cases this may not be desired.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #4368 from hmronline/master
Hannu Nyman [Fri, 19 May 2017 07:25:17 +0000 (10:25 +0300)]
Merge pull request #4368 from hmronline/master

dynapoint: Updated to latest version (Fixes to make it actually work)

7 years agodynapoint: Updated to latest version (Fixes to make it actually work) 4368/head
hmronline [Thu, 18 May 2017 13:59:01 +0000 (10:59 -0300)]
dynapoint: Updated to latest version (Fixes to make it actually work)

Signed-off-by: hmronline <hmronline@gmail.com>
7 years agoMerge pull request #4365 from commodo/python-groupping
Hannu Nyman [Thu, 18 May 2017 07:48:58 +0000 (10:48 +0300)]
Merge pull request #4365 from commodo/python-groupping

python packages: move all things python under lang/python

7 years agoMerge pull request #4367 from dibdot/adblock
Hannu Nyman [Wed, 17 May 2017 19:37:29 +0000 (22:37 +0300)]
Merge pull request #4367 from dibdot/adblock

adblock: maintenance update 2.6.4

7 years agoMerge pull request #4366 from dibdot/travelmate
Hannu Nyman [Wed, 17 May 2017 19:36:57 +0000 (22:36 +0300)]
Merge pull request #4366 from dibdot/travelmate

travelmate: maintenance update 0.7.4

7 years agoMerge pull request #4341 from zx2c4/wg-psk-change
Hannu Nyman [Wed, 17 May 2017 19:36:18 +0000 (22:36 +0300)]
Merge pull request #4341 from zx2c4/wg-psk-change

wireguard: update snapshot version to 0.0.20170517

7 years agoadblock: maintenance update 2.6.4 4367/head
Dirk Brenken [Wed, 17 May 2017 19:28:12 +0000 (21:28 +0200)]
adblock: maintenance update 2.6.4

* made wget default parms compatible with older program versions
* shift dns detection routine to simplify dns override,
  just set 'adb_dnslist' to force a particular backend priority
  (default: 'dnsmasq unbound')
* reduce ubus polling during dns detection

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agotravelmate: maintenance update 0.7.4 4366/head
Dirk Brenken [Wed, 17 May 2017 19:24:07 +0000 (21:24 +0200)]
travelmate: maintenance update 0.7.4

* always update the connection status, even in case of an error
* merge multiple ubus network calls in central check routine

Signed-off-by: Dirk Brenken <dev@brenken.org>