feed/packages.git
7 years agoMerge pull request #3151 from sartura/bump-libuv
Luka Perkov [Fri, 9 Sep 2016 11:08:23 +0000 (13:08 +0200)]
Merge pull request #3151 from sartura/bump-libuv

libuv: bump version to 1.9.1

7 years agolibuv: bump version to 1.9.1 3151/head
Denis Osvald [Mon, 5 Sep 2016 13:48:50 +0000 (15:48 +0200)]
libuv: bump version to 1.9.1

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
7 years agophp7-pecl-http: fix build when host has php installed (refs #3149)
Michael Heimpold [Thu, 8 Sep 2016 21:02:00 +0000 (23:02 +0200)]
php7-pecl-http: fix build when host has php installed (refs #3149)

When php is installed on the host system, then the configure tries
to obtain from this binary whether some extensions are available.
This prevents the cross build when the desired extensions are not
present - which is the usual case.

So add a patch to prevent configure from doing this - we give
this information via environment variable during build already.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agognutls: updated to 3.5.4
Nikos Mavrogiannopoulos [Thu, 8 Sep 2016 16:25:35 +0000 (18:25 +0200)]
gnutls: updated to 3.5.4

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
7 years agoMerge pull request #3147 from mhei/fix-memcached
Thomas Heil [Wed, 7 Sep 2016 23:21:27 +0000 (01:21 +0200)]
Merge pull request #3147 from mhei/fix-memcached

memcached: upgrade to 1.4.31

7 years agophp7-pecl-http: fix build when php5 is build in parallel (fixes #3149)
Michael Heimpold [Wed, 7 Sep 2016 21:25:50 +0000 (23:25 +0200)]
php7-pecl-http: fix build when php5 is build in parallel (fixes #3149)

- remove hack to find required packages: when php5-pecl-{raphf,propro}
  was built in paralle, then the hack could not determine which build
  directory must be used; this was resolved by a previous commit, both
  packages now install their header files in the staging area so that
  this pecl module will find it properly

- refine build dir to avoid collision with (possible) php5 package variant

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7-pecl-{propro,raphf}: fix two problems (refs #3149)
Michael Heimpold [Wed, 7 Sep 2016 21:22:50 +0000 (23:22 +0200)]
php7-pecl-{propro,raphf}: fix two problems (refs #3149)

- refine build dir to avoid collisions with php5 package variants
- properly install headers to location where depended packages look for it

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7-pecl-{dio,libevent}: refine build dir to avoid collisions with php5 package...
Michael Heimpold [Wed, 7 Sep 2016 21:19:01 +0000 (23:19 +0200)]
php7-pecl-{dio,libevent}: refine build dir to avoid collisions with php5 package variants (refs #3149)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp5-pecl-*: refine build dir to avoid collisions with php7 package variants (refs...
Michael Heimpold [Wed, 7 Sep 2016 21:17:56 +0000 (23:17 +0200)]
php5-pecl-*: refine build dir to avoid collisions with php7 package variants (refs #3149)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agontpd: update to 4.2.8p8
Peter Wagner [Wed, 7 Sep 2016 17:42:46 +0000 (19:42 +0200)]
ntpd: update to 4.2.8p8

Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years agoMerge pull request #3143 from bk138/autossh
Hannu Nyman [Wed, 7 Sep 2016 15:51:57 +0000 (18:51 +0300)]
Merge pull request #3143 from bk138/autossh

autossh: import from oldpackages and update

7 years agoMerge pull request #3146 from antonlacon/libopus-1.1.x
Ted Hess [Wed, 7 Sep 2016 14:57:57 +0000 (10:57 -0400)]
Merge pull request #3146 from antonlacon/libopus-1.1.x

Libopus Update to 1.1.3 and use integer math when software fpu used

7 years agolibopus: update to 1.1.3 3146/head
Ian Leonard [Wed, 30 Dec 2015 21:13:03 +0000 (13:13 -0800)]
libopus: update to 1.1.3

Update to 1.1.3 and use integer functions when no hardware fpu present.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
7 years agomemcached: upgrade to 1.4.31 3147/head
Michael Heimpold [Tue, 6 Sep 2016 21:17:43 +0000 (23:17 +0200)]
memcached: upgrade to 1.4.31

This should also fix the build errors, which are reported by
LEDE buildbots, e.g. at:
https://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a7_neon-vfpv4/packages/memcached/compile.txt

While at, also fix the licensing information.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7-pecl-http: add new package
Michael Heimpold [Wed, 31 Aug 2016 21:41:06 +0000 (23:41 +0200)]
php7-pecl-http: add new package

Quote:
This PHP HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications:
it eases handling of HTTP urls, headers and messages, provides
means for negotiation of a client's preferred content type,
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.
It provides powerful request functionality with support for
parallel requests.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7-pecl-libevent: add new package
Michael Heimpold [Tue, 30 Aug 2016 21:14:27 +0000 (23:14 +0200)]
php7-pecl-libevent: add new package

This is the php7 version of php5-pecl-libevent.
Since upstream did not (yet) merged the php7 compat
changes and released a new package, we use a development
snapshot of a Github contributor.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7/php7-pecl-*: introduce load order
Michael Heimpold [Tue, 6 Sep 2016 19:51:54 +0000 (21:51 +0200)]
php7/php7-pecl-*: introduce load order

Some PECL modules (possibly also php modules) depend on
special load order, otherwise loading the module will fail
due to unresolvable symbols.

This changeset introduces a very simple compile-time defined
order by specifying a prefix for the ini file with the load
directive. If not given, it uses a default value.

It also updates all current pecl module packages to take
this new approach.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agodump1090: update to latest version
Álvaro Fernández Rojas [Mon, 5 Sep 2016 08:13:17 +0000 (10:13 +0200)]
dump1090: update to latest version

Also switches HTTP to uhttpd.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agoautossh: use version 1.4e, update Makefile 3143/head
Christian Beier [Tue, 6 Sep 2016 12:18:36 +0000 (14:18 +0200)]
autossh: use version 1.4e, update Makefile

Signed-off-by: Christian Beier <cb@shoutrlabs.com>
7 years agoautossh: import from oldpackages
Christian Beier [Tue, 6 Sep 2016 11:51:24 +0000 (13:51 +0200)]
autossh: import from oldpackages

Signed-off-by: Christian Beier <cb@shoutrlabs.com>
7 years agoxupnpd: update to latest version
Álvaro Fernández Rojas [Mon, 5 Sep 2016 07:23:58 +0000 (09:23 +0200)]
xupnpd: update to latest version

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agounrar: update to v5.4.5
Álvaro Fernández Rojas [Mon, 5 Sep 2016 07:23:33 +0000 (09:23 +0200)]
unrar: update to v5.4.5

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agosumo: update to v0.27.1
Álvaro Fernández Rojas [Mon, 5 Sep 2016 07:22:40 +0000 (09:22 +0200)]
sumo: update to v0.27.1

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agolibxerces-c: update to v3.1.4
Álvaro Fernández Rojas [Mon, 5 Sep 2016 07:21:24 +0000 (09:21 +0200)]
libxerces-c: update to v3.1.4

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agoMerge pull request #3140 from aTanW/master
Hannu Nyman [Mon, 5 Sep 2016 06:40:25 +0000 (09:40 +0300)]
Merge pull request #3140 from aTanW/master

joe: bump to upstream v4.3

7 years agoMerge pull request #3139 from jp-bennett/master
Hannu Nyman [Mon, 5 Sep 2016 06:39:53 +0000 (09:39 +0300)]
Merge pull request #3139 from jp-bennett/master

Nano: Update to 2.7.0

7 years agojoe: bump to upstream v4.3 3140/head
aTanW [Mon, 5 Sep 2016 05:40:31 +0000 (08:40 +0300)]
joe: bump to upstream v4.3

Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile    |    4 ++--
 files/joerc |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

7 years agoNano: Update to 2.7.0 3139/head
Jonathan Bennett [Mon, 5 Sep 2016 02:50:23 +0000 (21:50 -0500)]
Nano: Update to 2.7.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
7 years agoMerge pull request #3136 from chris5560/master
Hannu Nyman [Sun, 4 Sep 2016 18:53:27 +0000 (21:53 +0300)]
Merge pull request #3136 from chris5560/master

ddns-scripts: fixes to services files

7 years agoddns-scripts: fixes to services files 3136/head
Christian Schoenebeck [Sun, 4 Sep 2016 18:46:06 +0000 (20:46 +0200)]
ddns-scripts: fixes to services files

- Provider duiadns.net: add IPv6 and correct IPv4 url inside services files #3125
- other fixes inside services files

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #3134 from chris5560/master
Hannu Nyman [Sun, 4 Sep 2016 12:35:44 +0000 (15:35 +0300)]
Merge pull request #3134 from chris5560/master

ddns-scripts: Update to 2.7.4

7 years agophp7: mod-mysqli: use libmysqlclient instead of libmysqlclient_r (refs #3132)
Michael Heimpold [Sun, 4 Sep 2016 11:27:32 +0000 (13:27 +0200)]
php7: mod-mysqli: use libmysqlclient instead of libmysqlclient_r (refs #3132)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoddns-scripts: Update to 2.7.4 3134/head
Christian Schoenebeck [Sun, 4 Sep 2016 11:30:09 +0000 (13:30 +0200)]
ddns-scripts: Update to 2.7.4

- if local ip cannot be detected or is invalid then do not exit ddns-scripts #2950,
    using multiple url's to detect local ip not jet implemented
- change spdns.de update url and add sydyn.de inside services file #2991
- move transfer- and lookup-program detection to dynamic_dns_functions.sh
    so run once at startup in stead of at every transfer/lookup
- add khost, drill and hostip to verify_host_port() function
- updated tld_names.dat

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agoMerge pull request #3133 from aarond10/https_dns_proxy
Hannu Nyman [Sun, 4 Sep 2016 07:19:37 +0000 (10:19 +0300)]
Merge pull request #3133 from aarond10/https_dns_proxy

https-dns-proxy: Version bump

7 years agohttps-dns-proxy: Version bump 3133/head
Aaron Drew [Sun, 4 Sep 2016 06:54:23 +0000 (16:54 +1000)]
https-dns-proxy: Version bump

Signed-off-by: Aaron Drew <aarond10@gmail.com>
7 years agophp7: fix two build problems
Michael Heimpold [Sat, 3 Sep 2016 23:07:22 +0000 (01:07 +0200)]
php7: fix two build problems

1) fix rebuilding with existing staging area
2) fix dependency to libmysqlclient (fixes #3132)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agolibcanfestival: fix build on LEDE buildbots using ccache
Michael Heimpold [Sat, 3 Sep 2016 20:28:55 +0000 (22:28 +0200)]
libcanfestival: fix build on LEDE buildbots using ccache

The previous attempt to fix the build error was not successfull
and introduced needlessly a new patch. However, the configure
already provide the required functionality, use it instead.

This should now really solve the build.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #3131 from mhei/php7
Michael Heimpold [Sat, 3 Sep 2016 19:59:37 +0000 (21:59 +0200)]
Merge pull request #3131 from mhei/php7

Add php7 packages

7 years agophp7-pecl-raphf: add new package 3131/head
Michael Heimpold [Tue, 30 Aug 2016 21:18:56 +0000 (23:18 +0200)]
php7-pecl-raphf: add new package

This is the php7 version of php5-pecl-raphf package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7-pecl-propro: add new package
Michael Heimpold [Tue, 30 Aug 2016 21:16:47 +0000 (23:16 +0200)]
php7-pecl-propro: add new package

This is the php7 version of php5-pecl-propro package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7-pecl-dio: add new package
Michael Heimpold [Mon, 18 Jul 2016 21:36:01 +0000 (23:36 +0200)]
php7-pecl-dio: add new package

This is a heavy patched variant of the pecl dio module, which
now at least compiles for php7.

Patches are sent to maintainer - no response yet.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7: restructure patches
Michael Heimpold [Tue, 19 Jul 2016 21:12:00 +0000 (23:12 +0200)]
php7: restructure patches

- Add some more patches from Debian
- Rename existing ones (our own patches starts with prefix 1000+)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp7: add new package
Michael Heimpold [Mon, 18 Jul 2016 21:30:38 +0000 (23:30 +0200)]
php7: add new package

This is a copy of the existing php5 stuff, adopted for PHP7.

Please not, that its not supported to install both php5
and php7 in parallel on the target.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #3130 from chris5560/master
Ted Hess [Sat, 3 Sep 2016 13:38:43 +0000 (09:38 -0400)]
Merge pull request #3130 from chris5560/master

privoxy: update to 3.0.26

7 years agoMerge pull request #3128 from dangowrt/x264-without-yasm
Ted Hess [Sat, 3 Sep 2016 13:21:55 +0000 (09:21 -0400)]
Merge pull request #3128 from dangowrt/x264-without-yasm

libx264: allow building with yasm

7 years agoMerge pull request #3129 from dangowrt/ffmpeg-without-yasm
Ted Hess [Sat, 3 Sep 2016 13:21:35 +0000 (09:21 -0400)]
Merge pull request #3129 from dangowrt/ffmpeg-without-yasm

ffmpeg: allow building without yasm

7 years agoffmpeg: allow building without yasm 3129/head
Daniel Golle [Sat, 3 Sep 2016 12:49:34 +0000 (14:49 +0200)]
ffmpeg: allow building without yasm

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoprivoxy: update to 3.0.26 3130/head
Christian Schoenebeck [Sat, 3 Sep 2016 12:56:56 +0000 (14:56 +0200)]
privoxy: update to 3.0.26

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
7 years agolibx264: allow building with yasm 3128/head
Daniel Golle [Sat, 3 Sep 2016 12:49:13 +0000 (14:49 +0200)]
libx264: allow building with yasm

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #3103 from black-roland/dnscrypt
Ted Hess [Sat, 3 Sep 2016 11:02:14 +0000 (07:02 -0400)]
Merge pull request #3103 from black-roland/dnscrypt

dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list

7 years agoMerge pull request #2729 from cshore/pull-request-wget-fix-symlink-issue
Hannu Nyman [Sat, 3 Sep 2016 08:05:29 +0000 (11:05 +0300)]
Merge pull request #2729 from cshore/pull-request-wget-fix-symlink-issue

net/wget: Remove use broken use of postrm/postinst symlinks

7 years agodnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separat... 3103/head
Black Roland [Mon, 29 Aug 2016 08:28:45 +0000 (17:28 +0900)]
dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list

Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
7 years agoTreewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Michael Heimpold [Fri, 2 Sep 2016 22:00:54 +0000 (00:00 +0200)]
Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES

Without the trailing _S_ the variable is not considered at all.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #3123 from dangowrt/ffmpeg-enable-asm
Ted Hess [Fri, 2 Sep 2016 21:37:02 +0000 (17:37 -0400)]
Merge pull request #3123 from dangowrt/ffmpeg-enable-asm

ffmpeg: enable assembly on targets with fpu

7 years agoMerge pull request #3098 from mhei/fix-libcanfestival
Michael Heimpold [Fri, 2 Sep 2016 21:04:12 +0000 (23:04 +0200)]
Merge pull request #3098 from mhei/fix-libcanfestival

libcanfestival: fix build on LEDE buildbots using ccache

7 years agoMerge pull request #3124 from haraldg/elektra
Hannu Nyman [Fri, 2 Sep 2016 07:49:25 +0000 (10:49 +0300)]
Merge pull request #3124 from haraldg/elektra

elektra: fix build error

7 years agoelektra: fix build error 3124/head
Harald Geyer [Fri, 2 Sep 2016 07:03:27 +0000 (07:03 +0000)]
elektra: fix build error

* Move curlget plugin to its own package with proper dependencies
* Fix abuse of 'foreach' in the Makefile which masked the above issue

Signed-off-by: Harald Geyer <harald@ccbib.org>
7 years agoMerge pull request #3121 from yousong/erlang-mips16
champtar [Fri, 2 Sep 2016 04:01:54 +0000 (06:01 +0200)]
Merge pull request #3121 from yousong/erlang-mips16

erlang: fix compilation error by disabling mips16

7 years agoffmpeg: enable assembly on targets with fpu 3123/head
Daniel Golle [Thu, 1 Sep 2016 22:41:45 +0000 (00:41 +0200)]
ffmpeg: enable assembly on targets with fpu

Also no longer disable run-time CPU detection for fpu targets except
arm which is built for each variant (neon, vfp).
This vastly improves performance on x86 which now supports building ASM
code with yasm and makes use of a broad spectrum of extensions
depending on their availability at run-time.

In future, such differentiation should also be introduced for MIPS
to at least conditionally enable the output of MIPS32r2 instructions as
well as DSPr1 and DSPr2 if the target supports that dispite them having
CONFIG_SOFT_FLOAT=y set.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agolvm2: update to version 2.02.164
Daniel Golle [Tue, 30 Aug 2016 15:02:21 +0000 (17:02 +0200)]
lvm2: update to version 2.02.164

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoerlang: fix compilation error by disabling mips16 3121/head
Yousong Zhou [Thu, 1 Sep 2016 08:31:59 +0000 (16:31 +0800)]
erlang: fix compilation error by disabling mips16

This is caused by a toolchain bug and has been reported to GCC a
while a ago without receiving any responses yet [1].  Fix it at the
moment by not compiling with mips16 enabled.

Should fix #1750 and #1904.

 [1] Bug 71519 - "Out of range operand" bteqz inst generated by
     "casesi_internal_mips16_<mode>",
     https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71519

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
7 years agoMerge pull request #3118 from kissg1988/seafile
Hannu Nyman [Wed, 31 Aug 2016 17:49:47 +0000 (20:49 +0300)]
Merge pull request #3118 from kissg1988/seafile

Seafile: upgrade to version 5.1.4

7 years agoseafile: upgrade to version 5.1.4 3118/head
Gergely Kiss [Wed, 31 Aug 2016 17:38:49 +0000 (19:38 +0200)]
seafile: upgrade to version 5.1.4

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agocrelay: update to 0.10.1
Ted Hess [Wed, 31 Aug 2016 14:15:09 +0000 (10:15 -0400)]
crelay: update to 0.10.1

Signed-off-by: Ted Hess <thess@kitschensync.net>
7 years agoMerge pull request #3115 from black-roland/libsodium
Ted Hess [Wed, 31 Aug 2016 13:36:51 +0000 (09:36 -0400)]
Merge pull request #3115 from black-roland/libsodium

libsodium: re-enable pthreads

7 years agolibsodium: removed `--without-pthreads` configire arg (no longer required for musl) 3115/head
Black Roland [Wed, 31 Aug 2016 12:32:34 +0000 (21:32 +0900)]
libsodium: removed `--without-pthreads` configire arg (no longer required for musl)

Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
7 years agopython-urllib3: import version 1.16
Gergely Kiss [Tue, 30 Aug 2016 16:13:03 +0000 (18:13 +0200)]
python-urllib3: import version 1.16

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agoMerge pull request #3113 from kissg1988/openpyxl
Hannu Nyman [Tue, 30 Aug 2016 15:46:13 +0000 (18:46 +0300)]
Merge pull request #3113 from kissg1988/openpyxl

openpyxl: upgrade to version 2.4.0-b1

7 years agoMerge pull request #3112 from kissg1988/gunicorn
Hannu Nyman [Tue, 30 Aug 2016 15:46:04 +0000 (18:46 +0300)]
Merge pull request #3112 from kissg1988/gunicorn

gunicorn: upgrade to version 19.6.0

7 years agoMerge pull request #3114 from kissg1988/pytz
Hannu Nyman [Tue, 30 Aug 2016 15:45:38 +0000 (18:45 +0300)]
Merge pull request #3114 from kissg1988/pytz

pytz: upgrade to version 2016.6.1

7 years agoMerge pull request #3111 from kissg1988/django
Hannu Nyman [Tue, 30 Aug 2016 13:15:59 +0000 (16:15 +0300)]
Merge pull request #3111 from kissg1988/django

Upgrade django packages

7 years agonet/mosquitto: chown data directory
Karl Palsson [Tue, 30 Aug 2016 11:39:46 +0000 (11:39 +0000)]
net/mosquitto: chown data directory

The package creates a "mosquitto" user, but the support added for
persistence creates the data directory as root running the init script.
Properly chown the newly created directory to ensure it's writable.

Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years agopytz: upgrade to version 2016.6.1 3114/head
Gergely Kiss [Tue, 30 Aug 2016 10:57:11 +0000 (12:57 +0200)]
pytz: upgrade to version 2016.6.1

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agoopenpyxl: upgrade to version 2.4.0-b1 3113/head
Gergely Kiss [Tue, 30 Aug 2016 10:53:41 +0000 (12:53 +0200)]
openpyxl: upgrade to version 2.4.0-b1

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agogunicorn: upgrade to version 19.6.0 3112/head
Gergely Kiss [Tue, 30 Aug 2016 10:27:44 +0000 (12:27 +0200)]
gunicorn: upgrade to version 19.6.0

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agodjango-statici18n: upgrade to version 1.2.1 3111/head
Gergely Kiss [Tue, 30 Aug 2016 10:22:30 +0000 (12:22 +0200)]
django-statici18n: upgrade to version 1.2.1

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agodjango-postoffice: upgrade to version 2.0.8
Gergely Kiss [Tue, 30 Aug 2016 10:19:05 +0000 (12:19 +0200)]
django-postoffice: upgrade to version 2.0.8

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agodjango-jsonfield: upgrade to version 1.0.1
Gergely Kiss [Tue, 30 Aug 2016 10:08:17 +0000 (12:08 +0200)]
django-jsonfield: upgrade to version 1.0.1

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agodjango-constance: upgrade to version 1.2
Gergely Kiss [Tue, 30 Aug 2016 10:03:16 +0000 (12:03 +0200)]
django-constance: upgrade to version 1.2

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agodjango-compressor: upgrade to version 2.1
Gergely Kiss [Tue, 30 Aug 2016 09:55:39 +0000 (11:55 +0200)]
django-compressor: upgrade to version 2.1

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agodjango-appconf: upgrade to version 1.0.2
Gergely Kiss [Tue, 30 Aug 2016 09:48:16 +0000 (11:48 +0200)]
django-appconf: upgrade to version 1.0.2

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
7 years agopackage `fontconfig`
Mirko Vogt [Mon, 29 Aug 2016 18:15:32 +0000 (20:15 +0200)]
package `fontconfig`

7 years agopackage `libdrm`
Mirko Vogt [Mon, 29 Aug 2016 18:14:10 +0000 (20:14 +0200)]
package `libdrm`

7 years agopackage `libdouble-conversion`
Mirko Vogt [Mon, 29 Aug 2016 18:12:53 +0000 (20:12 +0200)]
package `libdouble-conversion`

7 years agoMerge pull request #3107 from black-roland/libsodium
Ted Hess [Mon, 29 Aug 2016 15:39:50 +0000 (11:39 -0400)]
Merge pull request #3107 from black-roland/libsodium

libsodium: Updated to latest version (1.0.11)

7 years agolibsodium: Updated to latest version (1.0.11) 3107/head
Black Roland [Sat, 13 Aug 2016 15:26:10 +0000 (00:26 +0900)]
libsodium: Updated to latest version (1.0.11)

Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
7 years agoMerge pull request #3100 from dibdot/adblock
Hannu Nyman [Sun, 28 Aug 2016 20:00:27 +0000 (23:00 +0300)]
Merge pull request #3100 from dibdot/adblock

adblock: update 1.4.8

7 years agoadblock: update 1.4.8 3100/head
Dirk Brenken [Sun, 28 Aug 2016 19:37:35 +0000 (21:37 +0200)]
adblock: update 1.4.8

* enhance the new query function:
   change the regex to find only the relevant blocklist entries
   add a recursive tld search to quickly identify domains for
whitelisting (see documentation)
     better result preparation
* add securemecca as new blocklist source
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agoMerge pull request #3099 from aTanW/master
Hannu Nyman [Sun, 28 Aug 2016 07:57:26 +0000 (10:57 +0300)]
Merge pull request #3099 from aTanW/master

gammu: bump to the new upstream v1.37.4

7 years agogammu: bump to the new upstream v1.37.4 3099/head
aTanW [Sun, 28 Aug 2016 06:56:07 +0000 (09:56 +0300)]
gammu: bump to the new upstream v1.37.4

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

7 years agolibcanfestival: fix build on LEDE buildbots using ccache 3098/head
Michael Heimpold [Sat, 27 Aug 2016 23:28:58 +0000 (01:28 +0200)]
libcanfestival: fix build on LEDE buildbots using ccache

This error is reported:

make -C can_socket driver
make[6]: Entering directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/can_socket'
ccache_cc -O2 -fPIC -DDEBUG_ERR_CONSOLE_ON -g  -I../../include -I../../include/unix -I../../include/can_socket -o can_socket.o -c can_socket.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
ccache_cc -shared -Wl,-soname,libcanfestival_can_socket.so  -o libcanfestival_can_socket.so can_socket.o
make[6]: Leaving directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/can_socket'
make -C unix driver
make[6]: Entering directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/unix'
ccache_cc -O2 -DDEBUG_ERR_CONSOLE_ON -g  -I../../include -I../../include/unix -I../../include/timers_unix -o unix.o -c unix.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
Building [libcanfestival_unix.a]
ccache_ccar rc libcanfestival_unix.a unix.o ../timers_unix/timers_unix.o
make[6]: ccache_ccar: Command not found
Makefile:102: recipe for target 'libcanfestival_unix.a' failed
make[6]: *** [libcanfestival_unix.a] Error 127
make[6]: Leaving directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/unix'
Makefile:33: recipe for target 'driver' failed
make[5]: *** [driver] Error 2

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agophp5: update to 5.6.25
Michael Heimpold [Sat, 27 Aug 2016 22:10:42 +0000 (00:10 +0200)]
php5: update to 5.6.25

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years agoMerge pull request #3097 from dangowrt/fix-postgresql-rebuild
Jo-Philipp Wich [Fri, 26 Aug 2016 18:27:46 +0000 (20:27 +0200)]
Merge pull request #3097 from dangowrt/fix-postgresql-rebuild

postgresql: make host-built-tools safe for rebuilds

7 years agopostgresql: make host-built-tools safe for rebuilds 3097/head
Daniel Golle [Fri, 26 Aug 2016 18:23:30 +0000 (20:23 +0200)]
postgresql: make host-built-tools safe for rebuilds

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agoMerge pull request #2733 from cshore/pull-request-findutils
Hannu Nyman [Fri, 26 Aug 2016 12:33:50 +0000 (15:33 +0300)]
Merge pull request #2733 from cshore/pull-request-findutils

utils/findutils: Add GNU findutils

7 years agoMerge pull request #3096 from dibdot/adblock
Hannu Nyman [Fri, 26 Aug 2016 11:13:58 +0000 (14:13 +0300)]
Merge pull request #3096 from dibdot/adblock

adblock: update 1.4.7

7 years agoadblock: update 1.4.7 3096/head
Dirk Brenken [Thu, 25 Aug 2016 11:41:15 +0000 (13:41 +0200)]
adblock: update 1.4.7

* add a query function to search the active blocklists for a specific
domain (/etc/init.d/adblock query <DOMAIN>)
* fix bug in ap mode/uhttpd port detection
* check general firewall and dnsmasq package dependencies and remove
redundant checks in ap mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
7 years agolibwebsockets: Upgrade to latest stable release.
Karl Palsson [Thu, 25 Aug 2016 17:31:56 +0000 (17:31 +0000)]
libwebsockets: Upgrade to latest stable release.

Fairly major bump from 1.7.x to 2.0.2.

Changelog (mostly) available at:
https://github.com/warmcat/libwebsockets/blob/v2.0-stable/changelog

Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years agolibwebsockets: Update maintainer email
Karl Palsson [Thu, 25 Aug 2016 17:27:16 +0000 (17:27 +0000)]
libwebsockets: Update maintainer email

Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
7 years agomosquitto: Bump to 1.4.10
Karl Palsson [Mon, 22 Aug 2016 12:35:54 +0000 (12:35 +0000)]
mosquitto: Bump to 1.4.10

Full changelog: http://mosquitto.org/2016/08/version-1-4-10-released/

Relevant changes:
libwebsockets 2.0 compatibility
openssl 1.1.0 compatibility

Signed-off-by: Karl Palsson <karlp@etactica.com>