feed/packages.git
7 years agoicu: support OpenWrt trunk host-build.mk issue 4017/head
Hirokazu MORIKAWA [Thu, 16 Feb 2017 02:43:21 +0000 (11:43 +0900)]
icu: support OpenWrt trunk host-build.mk issue

Maintainer: me
Compile tested: ar71xx, mips_34kc_gcc-5.3.0_musl, OpenWrt trunk 50104
                ar71xx, mips_24kc_gcc-5.4.0_musl, LEDE trunk r3503-a112435
Run tested: NONE

Description:
openwrt buildbot report build fail

```
./runConfigureICU CC="gcc" CFLAGS="-O2 -I/home/builder/trunk/openwrt/staging_dir/host/include -I/home/builder/trunk/openwrt/staging_dir/host/usr/include -I/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/include" CPPFLAGS="-I/home/builder/trunk/openwrt/staging_dir/host/include -I/home/builder/trunk/openwrt/staging_dir/host/usr/include -I/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/include" LDFLAGS="-L/home/builder/trunk/openwrt/staging_dir/host/lib -L/home/builder/trunk/openwrt/staging_dir/host/usr/lib -L/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/lib" SHELL="/usr/bin/env bash" Linux/gcc CC="gcc" CXX="g++" --disable-debug --enable-release --enable-shared --enable-static --enable-draft --enable-renaming --disable-tracing --disable-extras --enable-dyload --prefix=/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host ; fi )
runConfigureICU: unrecognized platform "CC=gcc" (use --help for help)
```

"host-build.mk" is differs between OpenWrt and LEDE.

https://github.com/openwrt/packages/pull/3993

https://github.com/lede-project/source/commit/83b6bfc2357458f219872f97ed9c4894106131a1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years agoMerge pull request #3784 from diizzyy/patch-16
Hannu Nyman [Wed, 15 Feb 2017 14:52:23 +0000 (16:52 +0200)]
Merge pull request #3784 from diizzyy/patch-16

lang/python3-bottle: Update to 0.12.12

7 years agoMerge pull request #4011 from stangri/vpnbypass
Hannu Nyman [Wed, 15 Feb 2017 09:08:24 +0000 (11:08 +0200)]
Merge pull request #4011 from stangri/vpnbypass

vpnbypass: fixed makefile and removed screenshot from .files/

7 years agovpnbypass: fixed makefile and removed screenshot from .files/ 4011/head
Stan Grishin [Wed, 15 Feb 2017 01:33:03 +0000 (17:33 -0800)]
vpnbypass: fixed makefile and removed screenshot from .files/

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agoMerge pull request #4008 from stangri/vpnbypass
Hannu Nyman [Tue, 14 Feb 2017 20:31:25 +0000 (22:31 +0200)]
Merge pull request #4008 from stangri/vpnbypass

vpnbypass: makefile hotfix

7 years agovpnbypass: makefile hotfix 4008/head
Stan Grishin [Tue, 14 Feb 2017 16:06:36 +0000 (08:06 -0800)]
vpnbypass: makefile hotfix

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agovpnbypass: remove problematic sed command from Makefile
Hannu Nyman [Tue, 14 Feb 2017 15:45:11 +0000 (17:45 +0200)]
vpnbypass: remove problematic sed command from Makefile

Makefile had sed commands in "prepare" step that modified the
source files directly. That lead to feed update failure at the
buildbot.

Remove those commands as the first aid.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agonet-snmp: add engineID config options
Stijn Tintel [Tue, 14 Feb 2017 13:46:23 +0000 (14:46 +0100)]
net-snmp: add engineID config options

According to the snmpd.conf man page, the engineID of an snmp agent
should be consistent through time. However, it seems that the engineID
changes every reboot. Add options to configure how the engineID is
generated. The default setting generates it based on the MAC address of
the eth0 interface.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #4007 from tsl0922/ttyd-1.3.0
Hannu Nyman [Tue, 14 Feb 2017 12:30:58 +0000 (14:30 +0200)]
Merge pull request #4007 from tsl0922/ttyd-1.3.0

ttyd: update to 1.3.0

7 years agottyd: update to 1.3.0 4007/head
Shuanglei Tao [Tue, 14 Feb 2017 12:23:40 +0000 (20:23 +0800)]
ttyd: update to 1.3.0

Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
7 years agowireguard: simple package bump to 0.0.20170214
Jason A. Donenfeld [Mon, 13 Feb 2017 21:14:04 +0000 (22:14 +0100)]
wireguard: simple package bump to 0.0.20170214

While I'm at it, add myself as maintainer, since I'm doing many of the
bumps anyway.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
7 years agoxl2tpd: backporting fix for race condition causing xl2tpd hang
Yousong Zhou [Mon, 13 Feb 2017 11:47:28 +0000 (19:47 +0800)]
xl2tpd: backporting fix for race condition causing xl2tpd hang

The patch was taken from https://github.com/xelerance/xl2tpd/pull/125

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoMerge pull request #4001 from kissg1988/seafile
Hannu Nyman [Tue, 14 Feb 2017 07:27:37 +0000 (09:27 +0200)]
Merge pull request #4001 from kissg1988/seafile

seafile: update to version 6.0.7

7 years agoMerge pull request #4004 from stangri/vpnbypass
Hannu Nyman [Tue, 14 Feb 2017 07:20:02 +0000 (09:20 +0200)]
Merge pull request #4004 from stangri/vpnbypass

vpnbypass: updated README (linked from luci app)

7 years agovpnbypass: updated README (linked from luci app) 4004/head
Stan Grishin [Mon, 23 Jan 2017 16:02:44 +0000 (08:02 -0800)]
vpnbypass: updated README (linked from luci app)

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agoseafile: update to version 6.0.7 4001/head
Gergely Kiss [Mon, 13 Feb 2017 21:03:14 +0000 (22:03 +0100)]
seafile: update to version 6.0.7

Update several dependencies, as well:

* django-compressor -> 2.1.1
* django-constance -> 1.3.4
* django-restframework -> 3.5.4
* django-statici18n -> 1.3.0
* django -> 1.8.17
* openpyxl -> 2.4.2
* python-dateutil -> 2.6.0
* python-urllib3 -> 1.20

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agopackage dejavu fonts
Mirko Vogt [Mon, 13 Feb 2017 19:09:40 +0000 (20:09 +0100)]
package dejavu fonts

Signed-off-by: Mirko Vogt <mirko-dev@nanl.de>
7 years agoMerge pull request #3896 from usr-sse2/patch-1
Florian Fainelli [Mon, 13 Feb 2017 17:38:49 +0000 (09:38 -0800)]
Merge pull request #3896 from usr-sse2/patch-1

hfsprogs: Fix building on macOS

7 years agoMerge pull request #3998 from commodo/fix-ncurses-build
Hannu Nyman [Mon, 13 Feb 2017 16:40:06 +0000 (18:40 +0200)]
Merge pull request #3998 from commodo/fix-ncurses-build

python,python3: fix ncurses module build

7 years agopython3: fix ncursesw definition collisions 3998/head
Alexandru Ardelean [Mon, 13 Feb 2017 14:12:39 +0000 (16:12 +0200)]
python3: fix ncursesw definition collisions

setup.py seems to add the host's /usr/include/ncursesw
header.

Reported-by: Arturo Rinaldi <arturo@arduino.org>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agopython: remove setupterm() redefinition
Alexandru Ardelean [Mon, 13 Feb 2017 14:10:16 +0000 (16:10 +0200)]
python: remove setupterm() redefinition

It's not 100% aligned with the ncurses' definition.

Reported-by: Arturo Rinaldi <arturo@arduino.org>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoMerge pull request #3997 from eduardoabinader/check_use_sha256
Hannu Nyman [Mon, 13 Feb 2017 15:20:46 +0000 (17:20 +0200)]
Merge pull request #3997 from eduardoabinader/check_use_sha256

check: use sha256 checksum

7 years agocheck: use sha256 checksum 3997/head
Eduardo Abinader [Mon, 13 Feb 2017 13:06:56 +0000 (14:06 +0100)]
check: use sha256 checksum

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
7 years agoMerge pull request #3995 from nxhack/use_NOCACHE
Hannu Nyman [Mon, 13 Feb 2017 10:49:13 +0000 (12:49 +0200)]
Merge pull request #3995 from nxhack/use_NOCACHE

icu: fix  fail situation of CONFIG_CCACHE=y

7 years agoicu: fix fail situation of CONFIG_CCACHE=y 3995/head
Hirokazu MORIKAWA [Mon, 13 Feb 2017 10:42:01 +0000 (19:42 +0900)]
icu: fix  fail situation of CONFIG_CCACHE=y

Maintainer: me
Compile tested: brcm2708 ,aarch64_cortex-a53+neon-vfpv4_musl, LEDE head r3426-4c09f99
Run tested: NONE

Description:
buildbots fail situation of CONFIG_CCACHE=y

`Running ./configure  CC=ccache gcc CXX=ccache g++ ....`

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years agoMerge pull request #3238 from eduardoabinader/bump_libcheck
Hannu Nyman [Mon, 13 Feb 2017 10:16:48 +0000 (12:16 +0200)]
Merge pull request #3238 from eduardoabinader/bump_libcheck

check: bump to 0.11.0

7 years agocheck: changing Maintainer 3238/head
Eduardo Abinader [Mon, 13 Feb 2017 09:51:57 +0000 (10:51 +0100)]
check: changing Maintainer

As agreed on https://github.com/openwrt/packages/pull/3238

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
7 years agocheck: bump to 0.11.0
Eduardo Abinader [Wed, 21 Sep 2016 09:06:48 +0000 (11:06 +0200)]
check: bump to 0.11.0

updated new package url and solved some issues:
https://github.com/libcheck/check/releases/tag/0.11.0

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
7 years agoMerge pull request #3987 from stangri/vpnbypass
Hannu Nyman [Mon, 13 Feb 2017 09:07:21 +0000 (11:07 +0200)]
Merge pull request #3987 from stangri/vpnbypass

vpnbypass: new service triggers, typo fix

7 years agovpnbypass: new service triggers, typo fix, more reliable start 3987/head
Stan Grishin [Mon, 23 Jan 2017 16:02:44 +0000 (08:02 -0800)]
vpnbypass: new service triggers, typo fix, more reliable start

Signed-off-by: Stan Grishin <stangri@melmac.net>
7 years agoMerge pull request #3992 from the-alien/master
Hannu Nyman [Mon, 13 Feb 2017 07:40:08 +0000 (09:40 +0200)]
Merge pull request #3992 from the-alien/master

python-ldap: update to 2.4.30

7 years agoMerge pull request #3993 from nxhack/specify_crosscompile_vars
Hannu Nyman [Mon, 13 Feb 2017 07:39:33 +0000 (09:39 +0200)]
Merge pull request #3993 from nxhack/specify_crosscompile_vars

icu: specify cross compile variables

7 years agoicu: specify cross compile variables 3993/head
Hirokazu MORIKAWA [Mon, 13 Feb 2017 05:43:12 +0000 (14:43 +0900)]
icu: specify cross compile variables

Maintainer: me
Compile tested: brcm2708
                aarch64_cortex-a53+neon-vfpv4_musl
                LEDE head r3426-4c09f99
Run tested: NONE

Description:
buildbots fail on link ARM object.

   error: xxxxxx.o uses VFP register arguments,

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years agopython-ldap: update to 2.4.30 3992/head
alien [Sun, 12 Feb 2017 22:47:02 +0000 (01:47 +0300)]
python-ldap: update to 2.4.30

Signed-off-by: Dmitry Trefilov <the-alien@live.ru>
7 years agognutls: updated to 3.5.9
Nikos Mavrogiannopoulos [Sun, 12 Feb 2017 10:26:49 +0000 (11:26 +0100)]
gnutls: updated to 3.5.9

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agoocserv: updated to 0.11.7
Nikos Mavrogiannopoulos [Sun, 12 Feb 2017 09:25:51 +0000 (10:25 +0100)]
ocserv: updated to 0.11.7

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agoMerge pull request #3983 from leitec/ngircd-update-24
Hannu Nyman [Sun, 12 Feb 2017 08:42:56 +0000 (10:42 +0200)]
Merge pull request #3983 from leitec/ngircd-update-24

ngircd: update to v24

7 years agoMerge pull request #3985 from EricLuehrsen/unbound_odhcpd
Hannu Nyman [Sun, 12 Feb 2017 08:42:03 +0000 (10:42 +0200)]
Merge pull request #3985 from EricLuehrsen/unbound_odhcpd

unbound: improve robustness with dhcp scripts

7 years agoMerge pull request #3988 from dibdot/adblock
Hannu Nyman [Sun, 12 Feb 2017 08:15:49 +0000 (10:15 +0200)]
Merge pull request #3988 from dibdot/adblock

adblock: 2.3.0 (package release 3)

7 years agoadblock: 2.3.0 (package release 3) 3988/head
Dirk Brenken [Sun, 12 Feb 2017 07:20:10 +0000 (08:20 +0100)]
adblock: 2.3.0 (package release 3)

* refine too optimistic wget/uclient-fetch timeout defaults
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agounbound: improve robustness with dhcp scripts 3985/head
Eric Luehrsen [Sat, 11 Feb 2017 20:25:22 +0000 (15:25 -0500)]
unbound: improve robustness with dhcp scripts

When for example 'package/net/adblock' and DNSSEC vs NTP robustness
is enabled, significant restart thrashing can occur at boot up. DHCP
lease triggers may be occuring at the same time. Unbounds DNS-DHCP
may be incomplete until new DHCP solicit events. Solve this by
leaving a passive but complete host conf file during lease trigger.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agongircd: update to v24 3983/head
Claudio Leite [Sat, 11 Feb 2017 15:52:28 +0000 (10:52 -0500)]
ngircd: update to v24

Signed-off-by: Claudio Leite <leitec@gmail.com>
7 years agoMerge pull request #3975 from persandstrom/master
Hannu Nyman [Sat, 11 Feb 2017 12:56:16 +0000 (14:56 +0200)]
Merge pull request #3975 from persandstrom/master

Protobuf: Upgrade to version 3.1

7 years agoProtobuf: Upgrade to version 3.1 3975/head
Per Sandström [Sat, 11 Feb 2017 12:13:48 +0000 (13:13 +0100)]
Protobuf: Upgrade to version 3.1

Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
7 years agoMerge pull request #3978 from stsydow/patch-2
Hannu Nyman [Fri, 10 Feb 2017 19:13:50 +0000 (21:13 +0200)]
Merge pull request #3978 from stsydow/patch-2

chrony: set rtcsync option to avoid UNSYNC state

7 years agochrony: set rtcsync config option 3978/head
Metafly [Fri, 10 Feb 2017 16:02:54 +0000 (17:02 +0100)]
chrony: set rtcsync config option

Else the system will always stay in UNSYNC state.
Even if there is no real RTC.
See chrony minimal config:
http://chrony.tuxfamily.org/faq.html#_what_is_the_minimum_recommended_configuration_for_an_ntp_client

Signed-off-by: Stefan Sydow <st@metafly.info>
7 years agoMerge pull request #3872 from jow-/loudmouth-fix-autoreconf
Hannu Nyman [Fri, 10 Feb 2017 16:14:06 +0000 (18:14 +0200)]
Merge pull request #3872 from jow-/loudmouth-fix-autoreconf

loudmouth: fix autoconf errors

7 years agoMerge pull request #3882 from val-kulkov/subversion-package
Hannu Nyman [Fri, 10 Feb 2017 16:12:57 +0000 (18:12 +0200)]
Merge pull request #3882 from val-kulkov/subversion-package

subversion: add unixodbc dependency

7 years agoMerge pull request #3891 from tmn505/pcmciautils
Hannu Nyman [Fri, 10 Feb 2017 16:11:13 +0000 (18:11 +0200)]
Merge pull request #3891 from tmn505/pcmciautils

pcmciautils: import from oldpackages

7 years agoMerge pull request #3908 from paulfertser/openocd-0.10.0
Hannu Nyman [Fri, 10 Feb 2017 16:08:40 +0000 (18:08 +0200)]
Merge pull request #3908 from paulfertser/openocd-0.10.0

openocd: bump version to 0.10.0

7 years agoznc: update to 1.6.4
Jonas Gorski [Fri, 10 Feb 2017 10:19:21 +0000 (11:19 +0100)]
znc: update to 1.6.4

Fixes a few potential segfauls and includes OpenSSL 1.1 compatibilty.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
7 years agovallumd: bump to 0.1.3
Stijn Tintel [Fri, 10 Feb 2017 08:30:57 +0000 (09:30 +0100)]
vallumd: bump to 0.1.3

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
7 years agoMerge pull request #3974 from nxhack/use_STAGING_DIR_HOSTPKG
Hannu Nyman [Fri, 10 Feb 2017 07:36:51 +0000 (09:36 +0200)]
Merge pull request #3974 from nxhack/use_STAGING_DIR_HOSTPKG

icu: move necessary files to STAGING_DIR_HOSTPKG

7 years agoicu: move necessary files to STAGING_DIR_HOSTPKG 3974/head
Hirokazu MORIKAWA [Fri, 10 Feb 2017 03:14:53 +0000 (12:14 +0900)]
icu: move necessary files to STAGING_DIR_HOSTPKG

Maintainer: me
Compile tested: ar71xx mips_24kc_musl LEDE r3346-9eacb9d
Run tested: NONE

Description:
buildbots fail at accessing files under HOST_BUILD_DIR.

http://downloads.lede-project.org/snapshots/faillogs/mips_24kc/packages/icu/compile.txt

Move necessary files to STAGING_DIR_HOSTPKG.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years agoMerge pull request #3972 from chris5560/master
Hannu Nyman [Thu, 9 Feb 2017 20:49:20 +0000 (22:49 +0200)]
Merge pull request #3972 from chris5560/master

ddns-scripts: New update url for service duiadns.net

7 years agoddns-scripts: New update url for service duiadns.net 3972/head
Christian Schoenebeck [Thu, 9 Feb 2017 20:41:40 +0000 (21:41 +0100)]
ddns-scripts: New update url for service duiadns.net

- new update url for service "duiadns.net"
- updated public_suffix_list.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #3970 from commodo/fix-setuptools-pip-version
Hannu Nyman [Thu, 9 Feb 2017 14:46:32 +0000 (16:46 +0200)]
Merge pull request #3970 from commodo/fix-setuptools-pip-version

python,python3: override python setuptools & pip versions

7 years agopython,python3: override python setuptools & pip versions 3970/head
Alexandru Ardelean [Thu, 9 Feb 2017 14:24:51 +0000 (16:24 +0200)]
python,python3: override python setuptools & pip versions

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
7 years agoirqbalance: avoid external glib2
Hannu Nyman [Wed, 8 Feb 2017 09:12:39 +0000 (11:12 +0200)]
irqbalance: avoid external glib2

Revert an upstream commit to enable compiling without external glib2.

Edit the 'disable UI compilation' patch to match the original
upstream commit more closely.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3965 from diizzyy/patch-33
Nikos Mavrogiannopoulos [Wed, 8 Feb 2017 08:37:51 +0000 (09:37 +0100)]
Merge pull request #3965 from diizzyy/patch-33

libs/gnutls: Don't link libidn unintentionally

7 years agoirqbalance: add package
Hannu Nyman [Tue, 7 Feb 2017 22:26:58 +0000 (00:26 +0200)]
irqbalance: add package

The purpose of irqbalance is to distribute hardware interrupts across
processors/cores on a multiprocessor/-core system in order to increase
performance.

This initial implementation of the package uses external glib2,
which is a large dependency.
Only the cmd-line tool is compiled and installed.

Run-tested with ipq806x / R7800.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3894 from pprindeville/syslog-ng-bump-to-v3.9
Hannu Nyman [Tue, 7 Feb 2017 08:45:31 +0000 (10:45 +0200)]
Merge pull request #3894 from pprindeville/syslog-ng-bump-to-v3.9

Syslog-ng bump to v3.9

7 years agoMerge pull request #3951 from antonlacon/libopus-1.1.x
Ted Hess [Mon, 6 Feb 2017 23:45:04 +0000 (18:45 -0500)]
Merge pull request #3951 from antonlacon/libopus-1.1.x

opus: update to 1.1.4 for CVE-2017-0381

7 years agolibs/gnutls: Don't link libidn unintentionally 3965/head
Daniel Engberg [Mon, 6 Feb 2017 23:23:09 +0000 (00:23 +0100)]
libs/gnutls: Don't link libidn unintentionally

Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agocollectd: disable libyajl detection
Hannu Nyman [Mon, 6 Feb 2017 17:20:15 +0000 (19:20 +0200)]
collectd: disable libyajl detection

Disable also detection for libyajl that buildbot picked up.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3964 from dibdot/adblock
Hannu Nyman [Mon, 6 Feb 2017 16:16:35 +0000 (18:16 +0200)]
Merge pull request #3964 from dibdot/adblock

adblock: 2.3.0 (package release 2)

7 years agoadblock: 2.3.0 (package release 2) 3964/head
Dirk Brenken [Mon, 6 Feb 2017 16:07:48 +0000 (17:07 +0100)]
adblock: 2.3.0 (package release 2)

* update readme regarding unbound integration
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agocollectd: avoid libcap dependency
Hannu Nyman [Mon, 6 Feb 2017 14:40:43 +0000 (16:40 +0200)]
collectd: avoid libcap dependency

Buildbot revealed that Collectd 5.7.1 uses libcap to evaluate system
capabilities and display advice on some plugins (dns, iptables, exec,
ping, ceph, turbostat).

Disable the check in configure.ac in order to avoid a dependency
for libcap. (It is not that big, only 6 kB .ipk, but still avoid that.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoMerge pull request #3961 from EricLuehrsen/unbound_20170206
Hannu Nyman [Mon, 6 Feb 2017 13:53:05 +0000 (15:53 +0200)]
Merge pull request #3961 from EricLuehrsen/unbound_20170206

Unbound: bug fix odhcpd and add auto adblock

7 years agoMerge pull request #3917 from hnyman/c571
Hannu Nyman [Mon, 6 Feb 2017 10:53:52 +0000 (12:53 +0200)]
Merge pull request #3917 from hnyman/c571

collectd: update to version 5.7.1

7 years agoRevert "vnstat: update to v1.16"
Jo-Philipp Wich [Mon, 6 Feb 2017 10:01:12 +0000 (11:01 +0100)]
Revert "vnstat: update to v1.16"

This reverts commit 79b6e9dc61dc37e4745f08d83ce44593d256fd12.

Undo the recent vnstat update due to upstream bugs preventing database
restoration.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agocollectd: remove encryption feature from network plugin 3917/head
Hannu Nyman [Mon, 6 Feb 2017 09:28:58 +0000 (11:28 +0200)]
collectd: remove encryption feature from network plugin

Remove the encryption functionality from the network plugin.
It is a non-core functionality and causes a need for additional
dependency on the main program when enabled in 5.7.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agocollectd: fix 5.7.1 compilation with encrypted network
Hannu Nyman [Thu, 26 Jan 2017 11:28:22 +0000 (13:28 +0200)]
collectd: fix 5.7.1 compilation with encrypted network

The encrypted network feature seems to have changed between 5.5.3 and 5.7.1.
Adjust Makefile to enable compilation with that feature.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agocollectd: update to 5.7.1
Hannu Nyman [Thu, 26 Jan 2017 11:23:12 +0000 (13:23 +0200)]
collectd: update to 5.7.1

Update collectd to version 5.7.1

* replace 003-remove-werror.patch with configure option
* remove 200-fix-git-describe-error.patch that is now unnecessary
* reformat other patches due to whitespace changes
* add new plugins to the list as disabled

* correct download & homepage links
* add myself as the second maintainer

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years agoUnbound: bug fix odhcpd and add auto adblock 3961/head
Eric Luehrsen [Mon, 6 Feb 2017 04:48:18 +0000 (23:48 -0500)]
Unbound: bug fix odhcpd and add auto adblock

Bug fix dhcp4_slaac6 option was adding to all IP6 routes.
Filtering was added to this process to only include addresses
served from "this dhcp interface."

adblock 2.3.0 file output is now detected and automatically
integrated into Unbound local-zones. adblock deposites its
block site zone-files into /var/lib/unbound. If this is not
desired, then disable adblock or reconfigure to avoid Unbound.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
7 years agosyslog-ng: bump to 3.9.1 and fix typo 3894/head
Philip Prindeville [Fri, 6 Jan 2017 20:54:05 +0000 (13:54 -0700)]
syslog-ng: bump to 3.9.1 and fix typo

Likewise fix default configuration to use SOCK_DGRAM and not SOCK_STREAM
as we currently do.

Add sha256 digest.

Rather than have the users replace syslog-ng.conf (which lately is
changing fairly frequently) and have them miss an important fix or
improvement, instead have them localize /etc/custom-logs.conf and
ship that as an empty file.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7 years agogit: update to 2.11.1
Peter Wagner [Sun, 5 Feb 2017 23:53:41 +0000 (00:53 +0100)]
git: update to 2.11.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #3856 from diizzyy/patch-27
Ted Hess [Sun, 5 Feb 2017 18:52:08 +0000 (13:52 -0500)]
Merge pull request #3856 from diizzyy/patch-27

minidlna: Update to latest upstream (2016-09-29)

7 years agominidlna: Update to latest upstream (2016-09-29) 3856/head
Daniel Engberg [Mon, 16 Jan 2017 17:19:09 +0000 (18:19 +0100)]
minidlna: Update to latest upstream (2016-09-29)

Updated to latest commit upstream as the latest tagged version didn't get
a tarball release at all. Includes various fixes and also support for
never versions of ffmpeg.

Also added a sorting patch for Panasonic TVs.
Source: https://github.com/yanbe/minidlna/commit/c8245740c3a8699cfe7d7e5aa0d427b931018ad5

Various improvements to package Makefile.
Source/Template: https://github.com/wongsyrone/packages-1/blob/c389dcdc020e1d199570f01f36b781a290aa5356/multimedia/minidlna/Makefile

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3955 from diizzyy/patch-32
Hannu Nyman [Sun, 5 Feb 2017 15:14:53 +0000 (17:14 +0200)]
Merge pull request #3955 from diizzyy/patch-32

net/inadyn: Add inadyn to package repo

7 years agonet/inadyn: Add inadyn to package repo 3955/head
Daniel Engberg [Sat, 4 Feb 2017 09:47:36 +0000 (10:47 +0100)]
net/inadyn: Add inadyn to package repo

Adds inadyn to package repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
7 years agoMerge pull request #3960 from hbl0307106015/add-tree
Hannu Nyman [Sun, 5 Feb 2017 13:47:06 +0000 (15:47 +0200)]
Merge pull request #3960 from hbl0307106015/add-tree

packages: add tree new package

7 years agotree: add new package 3960/head
Banglang Huang [Sun, 5 Feb 2017 13:36:50 +0000 (21:36 +0800)]
tree: add new package

Tree is a recursive directory listing command that produces a depth indented listing of files,
which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty.

Tree has been ported and reported to work under the following operating systems:
Linux, FreeBSD, OS X, Solaris, HP/UX, Cygwin, HP Nonstop and OS/2.

root@lede:/# tree -L 1
.
├── bin
├── dev
├── etc
├── lib
├── mnt
├── overlay
├── proc
├── rom
├── root
├── sbin
├── sys
├── tmp
├── usr
├── var -> /tmp
└── www

15 directories, 0 files

http://mama.indstate.edu/users/ice/tree/

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
7 years agoMerge pull request #3939 from hauke/tor
Hauke Mehrtens [Sun, 5 Feb 2017 11:13:36 +0000 (12:13 +0100)]
Merge pull request #3939 from hauke/tor

tor: update to version 0.2.9.9

7 years agotinc: version bump 1.0.31
Saverio Proto [Sun, 5 Feb 2017 08:35:12 +0000 (09:35 +0100)]
tinc: version bump 1.0.31

Signed-off-by: Saverio Proto <zioproto@gmail.com>
7 years agoMerge pull request #3925 from kdarbyshirebryant/fixlibidn
Hannu Nyman [Sun, 5 Feb 2017 08:50:24 +0000 (10:50 +0200)]
Merge pull request #3925 from kdarbyshirebryant/fixlibidn

libidn: install libidn.pc in staging area & refresh patches

7 years agolibidn: install libidn.pc in staging area & refresh patches 3925/head
Kevin Darbyshire-Bryant [Sun, 29 Jan 2017 11:54:14 +0000 (11:54 +0000)]
libidn: install libidn.pc in staging area & refresh patches

libidn.pc file was missing in package staging area causing build
failures for other packages expecting to find libidn package config
files.

refreshed patches to clear existing patch fuzz

take over maintainership

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
7 years agoMerge pull request #3958 from dibdot/adblock
Hannu Nyman [Sun, 5 Feb 2017 08:33:19 +0000 (10:33 +0200)]
Merge pull request #3958 from dibdot/adblock

adblock: release 2.3.0

7 years agoadblock: release 2.3.0 3958/head
Dirk Brenken [Sat, 4 Feb 2017 20:32:50 +0000 (21:32 +0100)]
adblock: release 2.3.0

* automatically selects dnsmasq or unbound as dns backend
* add the new 'adguard' source, a combined/quite effective block list
* remove needless dns backend restarts
* optimize adblock restart behavior
* optimize block list processing on inotify enabled filesystems
* better return code checking on block list download
* fix boot function/startup on Chaos Calmer
* fix a bug in blocklist removal function
* add more (optional) debug output
* move backup options to global config
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoopus: update to 1.1.4 3951/head
Ian Leonard [Fri, 3 Feb 2017 11:02:52 +0000 (03:02 -0800)]
opus: update to 1.1.4

Includes fix for CVE 2017-0381.

Assume maintainership.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
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