feed/packages.git
6 years agonode-arduino-firmata: Correct multiple DEPENDS lines & fix PKG_NODE_VERSION 4824/head
Hirokazu MORIKAWA [Wed, 13 Sep 2017 05:46:20 +0000 (14:46 +0900)]
node-arduino-firmata: Correct multiple DEPENDS lines & fix PKG_NODE_VERSION

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.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

6 years agomemcached: bump to version 1.5.1
Thomas Heil [Sun, 3 Sep 2017 13:07:59 +0000 (15:07 +0200)]
memcached: bump to version 1.5.1

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agopcre: Added fix for CVE-2017-11164 by adding stack recursion limit
Thomas Heil [Sun, 3 Sep 2017 13:03:56 +0000 (15:03 +0200)]
pcre: Added fix for CVE-2017-11164 by adding stack recursion limit

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
6 years agoMerge pull request #4792 from TDT-GmbH/mwan3-fixes
Hannu Nyman [Sat, 2 Sep 2017 10:56:52 +0000 (13:56 +0300)]
Merge pull request #4792 from TDT-GmbH/mwan3-fixes

ne/mwan3: feature and fixes

6 years agolibwebsockets: rename cyassl variant to wolfssl
Karl Palsson [Fri, 1 Sep 2017 11:51:43 +0000 (11:51 +0000)]
libwebsockets: rename cyassl variant to wolfssl

libwolfssl doesn't exist yet, but at least get all the names right as
much as we can.

Signed-off-by: Karl Palsson <karlp@etactica.com>
6 years agolibwebsockets: fix build for cyassl variant
Alexandru Ardelean [Wed, 30 Aug 2017 13:37:58 +0000 (16:37 +0300)]
libwebsockets: fix build for cyassl variant

Looks like the cyassl redirect to wolfssl does not work flawlessly in libwebsockets.

Tested with libwolfssl 3.12.0 & 3.10.0 from LEDE.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agonet/mwan3: update version 4792/head
Florian Eckert [Fri, 1 Sep 2017 09:13:57 +0000 (11:13 +0200)]
net/mwan3: update version

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: fix /var/state issue in 14-mwan3 hotplug
Florian Eckert [Fri, 1 Sep 2017 08:01:34 +0000 (10:01 +0200)]
net/mwan3: fix /var/state issue in 14-mwan3 hotplug

Use common function to toggle ip address in /var/state/mwan3.
Change also to use toggle function and not set function. If ip address
is often changed every change is saved to /var/state/mwan3.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: if initial_state is offline set status to unknown
Florian Eckert [Wed, 30 Aug 2017 13:26:29 +0000 (15:26 +0200)]
net/mwan3: if initial_state is offline set status to unknown

To show that the status of the interface is neither offline nor online
set the status to unknown.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: mwan3track skip track ips if realibility is accomplished
Florian Eckert [Fri, 25 Aug 2017 09:42:32 +0000 (11:42 +0200)]
net/mwan3: mwan3track skip track ips if realibility is accomplished

If enough tracking ip are pinged skip the reset. They are not needed
anymore to mark the interface as up.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agoMerge pull request #4791 from micmac1/master
champtar [Fri, 1 Sep 2017 06:05:12 +0000 (23:05 -0700)]
Merge pull request #4791 from micmac1/master

libedit: install pkgconfig file

6 years agolibedit: install pkgconfig file 4791/head
Sebastian Kemper [Thu, 31 Aug 2017 20:22:46 +0000 (22:22 +0200)]
libedit: install pkgconfig file

Some configure scripts rely on pkgconfig to detect libedit, for instance
asterisk-13. Install the file so libedit can be used there as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
6 years agonoddos: introduction of noddos package 4609/head
Steven Hessing [Fri, 21 Jul 2017 17:37:50 +0000 (10:37 -0700)]
noddos: introduction of noddos package

Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
6 years agoMerge pull request #4785 from thess/ffmpeg-testing
Ted Hess [Wed, 30 Aug 2017 20:15:07 +0000 (16:15 -0400)]
Merge pull request #4785 from thess/ffmpeg-testing

ffmpeg: Add mpeg layer 2 audio support to libffmpeg-mini

6 years agoknxd: fixup PKG_MIRROR_HASH
Etienne Champetier [Wed, 30 Aug 2017 20:04:22 +0000 (13:04 -0700)]
knxd: fixup PKG_MIRROR_HASH

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoMerge pull request #4779 from tru7/master
Michael Heimpold [Wed, 30 Aug 2017 19:50:50 +0000 (21:50 +0200)]
Merge pull request #4779 from tru7/master

knxd: adopt structure and versioning from new upstream stable release

6 years agoffmpeg: Add mpeg layer 2 audio support and mpeg2 demuxer to libffmpeg-mini 4785/head
Ted Hess [Tue, 29 Aug 2017 20:56:04 +0000 (16:56 -0400)]
ffmpeg: Add mpeg layer 2 audio support and mpeg2 demuxer to libffmpeg-mini

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agopsqlodbc: require unixodbc host build
Daniel Golle [Wed, 30 Aug 2017 17:44:37 +0000 (19:44 +0200)]
psqlodbc: require unixodbc host build

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agounixodbc: fix host build
Daniel Golle [Wed, 30 Aug 2017 17:27:40 +0000 (19:27 +0200)]
unixodbc: fix host build

Fixed #4705

Reported-by: Michael Braun <michael-dev@fami-braun.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoMerge pull request #4786 from ClaymorePT/boost_1.65.0_r1
champtar [Wed, 30 Aug 2017 15:03:03 +0000 (08:03 -0700)]
Merge pull request #4786 from ClaymorePT/boost_1.65.0_r1

boost: 1.65.0 Update + Fixes

6 years agoMerge pull request #4781 from pfzim/master
champtar [Wed, 30 Aug 2017 14:07:08 +0000 (07:07 -0700)]
Merge pull request #4781 from pfzim/master

fdm: bump to latest version

6 years agofdm: bump to latest version 4781/head
Dmitry V. Zimin [Tue, 29 Aug 2017 12:09:36 +0000 (15:09 +0300)]
fdm: bump to latest version

Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
6 years agoboost: 1.65.0 Update + Fixes 4786/head
Carlos Miguel Ferreira [Wed, 30 Aug 2017 11:20:55 +0000 (12:20 +0100)]
boost: 1.65.0 Update + Fixes
This commit updates the boost libraries to version 1.65.0

This new version brings two new libraries:
 - Boost.Stacktrace [1]
   -> Gather, store, copy and print backtraces, from Antony Polukhin.
 - Boost.PolyCollection [2]
   -> Fast containers of polymorphic objects, from Joaquín M López Muñoz.

Fixes in this commit:
 - Boost.Python for Python 3.6
   -> The dynamic library was not being compiled, resulting in an empty package. Fixed.
 - Boost.TypeErasure
   -> The dynamic library was not available to install. Fixed.
 - Boost.Serialization
   -> The wserialization dynamic library was being compiled but not available to install. Fixed.

Extras:
 - This commit also contains the post-release fixes, which did not make it into the final release [3].

As always, more information about this release, can be found in [4].

[1]: http://www.boost.org/doc/libs/1_65_0/doc/html/stacktrace.html
[2]: http://www.boost.org/doc/libs/1_65_0/doc/html/poly_collection.html
[3]: http://www.boost.org/patches/
[4]: http://www.boost.org/users/history/version_1_65_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
6 years agoshadowsocks-libev: more common default config
Yousong Zhou [Wed, 30 Aug 2017 02:56:04 +0000 (10:56 +0800)]
shadowsocks-libev: more common default config

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoshadowsocks-libev: ss-rules: query resolveip only for ipv4 addresses
Yousong Zhou [Wed, 30 Aug 2017 09:38:28 +0000 (17:38 +0800)]
shadowsocks-libev: ss-rules: query resolveip only for ipv4 addresses

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agotreewide: run "make check FIXUP=1"
Etienne Champetier [Mon, 28 Aug 2017 04:28:09 +0000 (21:28 -0700)]
treewide: run "make check FIXUP=1"

fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 years agoshadowsocks-libev: ss-rules: fix multiple continous \x20 in $o_ifnames
Yousong Zhou [Fri, 25 Aug 2017 06:21:41 +0000 (14:21 +0800)]
shadowsocks-libev: ss-rules: fix multiple continous \x20 in $o_ifnames

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoshadowsocks-libev: shorten init script by 2 lines
Yousong Zhou [Thu, 24 Aug 2017 08:57:59 +0000 (16:57 +0800)]
shadowsocks-libev: shorten init script by 2 lines

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoshadowsocks-libev: ss-rules: resolve server names before adding to ipset
Yousong Zhou [Wed, 30 Aug 2017 02:07:06 +0000 (10:07 +0800)]
shadowsocks-libev: ss-rules: resolve server names before adding to ipset

ipset command line utility supports ranges of address: IP-IP, but the
dash character is also valid character in host names.  If we have a
remote server ss-00.example.com, ipset may complain that

    ipset v6.32: Syntax error: cannot parse ss: resolving to IPv4 address failed

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoshadowsocks-libev: fix validation of list option
Yousong Zhou [Tue, 29 Aug 2017 03:19:02 +0000 (11:19 +0800)]
shadowsocks-libev: fix validation of list option

ubox 'list' type is for validating multiple elements separated by
tabs/whitespaces in a single value.  E.g. The following should not be
accepted

    list src_ip_bypass '1.2.3.4 4.3.2.1'

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoMerge pull request #4783 from thess/mpd-update
Ted Hess [Tue, 29 Aug 2017 19:52:15 +0000 (15:52 -0400)]
Merge pull request #4783 from thess/mpd-update

mpd: Remove glib2 dependency

6 years agolibmms: Remove glib-2 from pkgconfig (un-needed)
Ted Hess [Tue, 29 Aug 2017 18:42:21 +0000 (14:42 -0400)]
libmms: Remove glib-2 from pkgconfig (un-needed)

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoMerge pull request #4782 from thess/libmms-update
Ted Hess [Tue, 29 Aug 2017 17:12:06 +0000 (13:12 -0400)]
Merge pull request #4782 from thess/libmms-update

libmms: Remove glib2 dependency

6 years agolibmms: Remove glib2 dependency 4782/head
Ted Hess [Tue, 29 Aug 2017 16:13:23 +0000 (12:13 -0400)]
libmms: Remove glib2 dependency

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agompd: Remove glib2 dependency 4783/head
Ted Hess [Tue, 29 Aug 2017 15:26:18 +0000 (11:26 -0400)]
mpd: Remove glib2 dependency

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoMerge pull request #4703 from hbl0307106015/tdb
champtar [Tue, 29 Aug 2017 15:56:13 +0000 (08:56 -0700)]
Merge pull request #4703 from hbl0307106015/tdb

tdb: bump to latest version

6 years agoMerge pull request #4765 from thess/pianod-update
Ted Hess [Tue, 29 Aug 2017 13:57:22 +0000 (09:57 -0400)]
Merge pull request #4765 from thess/pianod-update

pianod: Update to 174.07. Replace libmad with libmpg123

6 years agoMerge pull request #4766 from thess/squeezelite-update
Ted Hess [Tue, 29 Aug 2017 13:56:36 +0000 (09:56 -0400)]
Merge pull request #4766 from thess/squeezelite-update

squeezelite: Replace libmad with libmpg123

6 years agoMerge pull request #4767 from thess/mjpg-streamer-update
Ted Hess [Tue, 29 Aug 2017 13:56:00 +0000 (09:56 -0400)]
Merge pull request #4767 from thess/mjpg-streamer-update

mjpg-streamer: Add PKG_MIRROR_HASH for buildbots w/o svn

6 years agoknxd: adopt structure and versioning from new upstream stable release 4779/head
Othmar Truniger [Mon, 28 Aug 2017 19:33:59 +0000 (21:33 +0200)]
knxd: adopt structure and versioning from new upstream stable release

Signed-off-by: Othmar Truniger <github@truniger.ch>
6 years agostrongswan: bump to 5.6.0
Stijn Tintel [Sun, 27 Aug 2017 14:22:32 +0000 (17:22 +0300)]
strongswan: bump to 5.6.0

Fixes CVE-2017-11185.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
6 years agopigeonhole: update to 0.4.20 4775/head
Lucian Cristian [Mon, 28 Aug 2017 14:07:38 +0000 (17:07 +0300)]
pigeonhole: update to 0.4.20

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agodovecot: update to 2.2.32 4774/head
Lucian Cristian [Mon, 28 Aug 2017 14:06:53 +0000 (17:06 +0300)]
dovecot: update to 2.2.32

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years agoMerge pull request #4768 from pprindeville/isc-dhcp-update-4.3.6
Philip Prindeville [Sun, 27 Aug 2017 23:49:36 +0000 (00:49 +0100)]
Merge pull request #4768 from pprindeville/isc-dhcp-update-4.3.6

isc-dhcp: update to 4.3.6

6 years agomjpg-streamer: Use tar.xz. Add PKG_MIRROR_HASH for buildbots w/o svn 4767/head
Ted Hess [Sun, 27 Aug 2017 19:08:26 +0000 (15:08 -0400)]
mjpg-streamer: Use tar.xz. Add PKG_MIRROR_HASH for buildbots w/o svn
        Remove unnecessary copyright, add myself as maintainer.

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agosqueezelite: Replace libmad with libmpg123 4766/head
Ted Hess [Sun, 27 Aug 2017 18:01:27 +0000 (14:01 -0400)]
squeezelite: Replace libmad with libmpg123

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoisc-dhcp: update to 4.3.6 4768/head
Philip Prindeville [Sun, 27 Aug 2017 18:18:53 +0000 (12:18 -0600)]
isc-dhcp: update to 4.3.6

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agopianod: Update to 174.07. Replace libmad with libmpg123 4765/head
Ted Hess [Sun, 27 Aug 2017 17:21:06 +0000 (13:21 -0400)]
pianod: Update to 174.07. Replace libmad with libmpg123

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoMerge pull request #4763 from ejurgensen/forked-daapd_builderr4
Ted Hess [Sun, 27 Aug 2017 15:32:38 +0000 (11:32 -0400)]
Merge pull request #4763 from ejurgensen/forked-daapd_builderr4

forked-daapd: Backport upstream patch to prevent gperf build error

6 years agokplex: copy config file to /etc/
Caesar Schinas [Tue, 22 Aug 2017 02:12:01 +0000 (23:12 -0300)]
kplex: copy config file to /etc/

Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
6 years agokplex: update to v1.3.4
Caesar Schinas [Tue, 22 Aug 2017 02:10:26 +0000 (23:10 -0300)]
kplex: update to v1.3.4

Use stable release instead of git commit hash.

Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
6 years agoforked-daapd: Backport upstream patch to prevent gperf build error 4763/head
Espen Jürgensen [Sat, 26 Aug 2017 23:04:37 +0000 (01:04 +0200)]
forked-daapd: Backport upstream patch to prevent gperf build error

This adds a patch which is a backport of https://github.com/ejurgensen/forked-daapd/commit/1b8adc11edec48a9b8fcb75b9efdaf618a6744bd

This should prevent the gperf build errors on some platforms.

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
6 years agopython,python3: add host-flags/settings to host pip install rules 4708/head
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 agolibffi: fix install location of host libffi headers
Alexandru Ardelean [Sun, 13 Aug 2017 19:01:11 +0000 (22:01 +0300)]
libffi: fix install location of host libffi headers

Seems that the header files for the host libffi headers
are installed in the wrong place.
i.e. $(STAGING_DIR_HOSTPKG)/lib/libffi-3.2.1/include
when it should be $(STAGING_DIR_HOSTPKG)/include

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
6 years agosound/mpg123: Update to 1.25.6 4761/head
Daniel Engberg [Fri, 25 Aug 2017 22:27:42 +0000 (00:27 +0200)]
sound/mpg123: Update to 1.25.6

Update mpg123 to 1.25.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #4760 from ejurgensen/forked-daapd_builderr3
Ted Hess [Fri, 25 Aug 2017 19:31:32 +0000 (15:31 -0400)]
Merge pull request #4760 from ejurgensen/forked-daapd_builderr3

forked-daapd: Fix build error due to misdetected pulseaudio

6 years agoforked-daapd: Fix build error due to misdetected pulseaudio 4760/head
ejurgensen [Fri, 25 Aug 2017 18:25:07 +0000 (20:25 +0200)]
forked-daapd: Fix build error due to misdetected pulseaudio

configure finds libpulse and then tries to include the header, but fails,
because pulseaudio isn't a dependency in the Makefile. This change disables
pulseaudio support so configure won't do this.

It wasn't the intention with version update 25.0 of forked-daapd to extend
with pulseaudio support, but maybe do that later.

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
6 years agoaria2: Add missing 'or' in section validate function
Hsing-Wang Liao [Fri, 25 Aug 2017 06:08:18 +0000 (14:08 +0800)]
aria2: Add missing 'or' in section validate function

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
6 years agoaria2: Enable Bittorrent support by default
Hsing-Wang Liao [Tue, 15 Aug 2017 06:17:17 +0000 (14:17 +0800)]
aria2: Enable Bittorrent support by default

Most user need this Bittorrent download support, and this fature can only depends on libssl.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
6 years agoaria2: Add some build config options
Hsing-Wang Liao [Mon, 14 Aug 2017 07:54:16 +0000 (15:54 +0800)]
aria2: Add some build config options

======================== ========================================
features                  dependency
======================== ========================================
HTTPS                    OSX or GnuTLS or OpenSSL or Windows
SFTP                     libssh2
BitTorrent               None. Optional: libnettle+libgmp or
                         libgcrypt or OpenSSL
Metalink                 libxml2 or Expat.
Checksum                 None. Optional: OSX or libnettle or
                         libgcrypt or OpenSSL or Windows
gzip, deflate in HTTP    zlib
Async DNS                C-Ares
Firefox3/Chromium cookie libsqlite3
XML-RPC                  libxml2 or Expat.
JSON-RPC over WebSocket  libnettle or libgcrypt or OpenSSL
======================== ========================================

Add 'CONFIG_' to 'PKG_CONFIG_DEPENDS'.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
6 years agoaria2: Rewrite init script
Hsing-Wang Liao [Sun, 13 Aug 2017 05:39:44 +0000 (13:39 +0800)]
aria2: Rewrite init script

* Add aria2 user and group.
* Use procd to start service.
* Add more supported options.

Compatible with previous version.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
6 years agobind: disable lmdb
Stijn Tintel [Wed, 23 Aug 2017 08:26:16 +0000 (11:26 +0300)]
bind: disable lmdb

When building on hosts with lmdb installed, bind configure phase fails:

  configure: error: found lmdb include but not library.

Solve this by disabling lmdb. Fixes #4748.

Fixes: eab56b6bee5d ("bind: version update to 9.11.2")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
6 years agoMerge pull request #4750 from InBetweenNames/pcre2
Philip Prindeville [Wed, 23 Aug 2017 21:46:35 +0000 (22:46 +0100)]
Merge pull request #4750 from InBetweenNames/pcre2

pcre2: Update PKG_SOURCE to use Sourceforge

6 years agopcre2: Update PKG_SOURCE to use Sourceforge 4750/head
Shane Peelar [Wed, 23 Aug 2017 11:57:19 +0000 (07:57 -0400)]
pcre2: Update PKG_SOURCE to use Sourceforge

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>