Hannu Nyman [Thu, 14 Sep 2017 20:53:52 +0000 (23:53 +0300)]
Merge pull request #4828 from ianchi/zip
zip: add host compile
Hannu Nyman [Thu, 14 Sep 2017 17:15:26 +0000 (20:15 +0300)]
Merge pull request #4774 from lucize/doveup
dovecot: update to 2.2.32
Hannu Nyman [Thu, 14 Sep 2017 17:15:09 +0000 (20:15 +0300)]
Merge pull request #4775 from lucize/pigeonup
pigeonhole: update to 0.4.20
Hannu Nyman [Thu, 14 Sep 2017 14:27:36 +0000 (17:27 +0300)]
Merge pull request #4478 from valdi74/add_package_python-curl
python-curl: add new package
Hannu Nyman [Thu, 14 Sep 2017 14:25:33 +0000 (17:25 +0300)]
Merge pull request #4823 from ianchi/youtube-dl
youtube-dl: update version
Hannu Nyman [Thu, 14 Sep 2017 14:23:48 +0000 (17:23 +0300)]
Merge pull request #4830 from commodo/python-updates1
python,python3: build updates
Alexandru Ardelean [Thu, 14 Sep 2017 08:37:07 +0000 (11:37 +0300)]
python,python3: install mk files in both host build and InstallDev part
Not sure how it can happen that the files are not
installed via the host build.
Maybe some SDK-like build.
Let's make sure they are installed via InstallDev rule too.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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>
Adrian Panella [Thu, 14 Sep 2017 03:27:32 +0000 (22:27 -0500)]
zip: add host compile
make it available as a tool for building other packages
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Yousong Zhou [Mon, 4 Sep 2017 08:14:36 +0000 (16:14 +0800)]
shadowsocks-libev: minor tweak without functional change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Adrian Panella [Thu, 14 Sep 2017 03:25:28 +0000 (22:25 -0500)]
youtube-dl: add zip host dependency
zip is not included in default Tools, so add it as Host dependency in case is not present in building environment
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
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>
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
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
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
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>
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>
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>
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
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>
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>
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>
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>
Hannu Nyman [Sun, 10 Sep 2017 15:54:41 +0000 (18:54 +0300)]
Merge pull request #4816 from dibdot/adblock
adblock: release 3.0
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>
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
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
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>
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
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
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>
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>
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
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>
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>
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
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>
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
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>
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>
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
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>
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>
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
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>
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>
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
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>
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>
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>
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>
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>
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>
champtar [Fri, 1 Sep 2017 06:05:12 +0000 (23:05 -0700)]
Merge pull request #4791 from micmac1/master
libedit: install pkgconfig file
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>
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
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>
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
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>
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>
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>
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
champtar [Wed, 30 Aug 2017 14:07:08 +0000 (07:07 -0700)]
Merge pull request #4781 from pfzim/master
fdm: bump to latest version
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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
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>
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>
champtar [Tue, 29 Aug 2017 15:56:13 +0000 (08:56 -0700)]
Merge pull request #4703 from hbl0307106015/tdb
tdb: bump to latest version
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
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
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
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>
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>
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>
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>
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
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>
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>
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>
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>
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
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>
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>
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>
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>
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
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>
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>
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>
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>