Commit graph

6009 commits

Author SHA1 Message Date
Ian Leonard
a0310dc36f 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>
2016-09-06 22:38:58 -07:00
Michael Heimpold
b6d1a461f4 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>
2016-09-06 23:17:46 +02:00
Michael Heimpold
5be3377ed4 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>
2016-09-06 21:59:32 +02:00
Michael Heimpold
830248f963 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>
2016-09-06 21:58:46 +02:00
Michael Heimpold
3d305a35e1 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>
2016-09-06 21:58:34 +02:00
Álvaro Fernández Rojas
52ab5cbc5b dump1090: update to latest version
Also switches HTTP to uhttpd.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-06 20:46:16 +02:00
Christian Beier
114503a1aa
logrotate: import from oldpackages
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 14:33:26 +02:00
Christian Beier
0faa7a2d2c
autossh: use version 1.4e, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 14:18:36 +02:00
Christian Beier
0648e9e71e
autossh: import from oldpackages
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
2016-09-06 13:51:24 +02:00
Álvaro Fernández Rojas
6432150acc xupnpd: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:23:58 +02:00
Álvaro Fernández Rojas
436c7eb23a unrar: update to v5.4.5
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:23:33 +02:00
Álvaro Fernández Rojas
fc9a932d8d sumo: update to v0.27.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:22:40 +02:00
Álvaro Fernández Rojas
c2a9bd50f6 libxerces-c: update to v3.1.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:21:24 +02:00
Hannu Nyman
0813d05960 Merge pull request #3140 from aTanW/master
joe: bump to upstream v4.3
2016-09-05 09:40:25 +03:00
Hannu Nyman
bb11a2ed5b Merge pull request #3139 from jp-bennett/master
Nano: Update to 2.7.0
2016-09-05 09:39:53 +03:00
aTanW
73f16d6b50 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(-)
2016-09-05 08:40:31 +03:00
Jonathan Bennett
7a4e3208f9 Nano: Update to 2.7.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-09-04 21:51:56 -05:00
Hannu Nyman
0a1dfdf157 Merge pull request #3136 from chris5560/master
ddns-scripts: fixes to services files
2016-09-04 21:53:27 +03:00
Christian Schoenebeck
3b8ef74df3 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>
2016-09-04 20:46:06 +02:00
Hannu Nyman
b27b765db4 Merge pull request #3134 from chris5560/master
ddns-scripts: Update to 2.7.4
2016-09-04 15:35:44 +03:00
Michael Heimpold
86acab6430 php7: mod-mysqli: use libmysqlclient instead of libmysqlclient_r (refs #3132)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-04 13:40:44 +02:00
Christian Schoenebeck
01a42ec110 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>
2016-09-04 13:30:09 +02:00
Hannu Nyman
aa28298a35 Merge pull request #3133 from aarond10/https_dns_proxy
https-dns-proxy: Version bump
2016-09-04 10:19:37 +03:00
Aaron Drew
1c31ffae58 https-dns-proxy: Version bump
Signed-off-by: Aaron Drew <aarond10@gmail.com>
2016-09-04 16:54:23 +10:00
Michael Heimpold
dc56ebbf2f 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>
2016-09-04 01:09:23 +02:00
Michael Heimpold
e1c004dcaa 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>
2016-09-03 22:33:08 +02:00
Michael Heimpold
6695e1be7e Merge pull request #3131 from mhei/php7
Add php7 packages
2016-09-03 21:59:37 +02:00
Michael Heimpold
2c94623986 php7-pecl-raphf: add new package
This is the php7 version of php5-pecl-raphf package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 21:51:23 +02:00
Michael Heimpold
0c279fd0aa php7-pecl-propro: add new package
This is the php7 version of php5-pecl-propro package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 21:51:23 +02:00
Michael Heimpold
d6db439541 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>
2016-09-03 21:51:23 +02:00
Michael Heimpold
c6d45a041e 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>
2016-09-03 21:51:23 +02:00
Michael Heimpold
292c2ffc18 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>
2016-09-03 21:51:23 +02:00
Ted Hess
1034356e9e Merge pull request #3130 from chris5560/master
privoxy: update to 3.0.26
2016-09-03 09:38:43 -04:00
Ted Hess
cef167290a Merge pull request #3128 from dangowrt/x264-without-yasm
libx264: allow building with yasm
2016-09-03 09:21:55 -04:00
Ted Hess
a580aea0be Merge pull request #3129 from dangowrt/ffmpeg-without-yasm
ffmpeg: allow building without yasm
2016-09-03 09:21:35 -04:00
Daniel Golle
1913622d9b ffmpeg: allow building without yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-03 14:58:27 +02:00
Christian Schoenebeck
12aac6aa33 privoxy: update to 3.0.26
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2016-09-03 14:56:56 +02:00
Daniel Golle
58a4ee2c79 libx264: allow building with yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-03 14:49:57 +02:00
Ted Hess
7f85f9fbdc 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
2016-09-03 07:02:14 -04:00
Hannu Nyman
cbf3320762 Merge pull request #2729 from cshore/pull-request-wget-fix-symlink-issue
net/wget: Remove use broken use of postrm/postinst symlinks
2016-09-03 11:05:29 +03:00
Black Roland
7cb22ef2c2 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>
2016-09-03 16:59:10 +09:00
Michael Heimpold
def97187d2 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>
2016-09-03 00:00:54 +02:00
Ted Hess
16c9bfdbf7 Merge pull request #3123 from dangowrt/ffmpeg-enable-asm
ffmpeg: enable assembly on targets with fpu
2016-09-02 17:37:02 -04:00
Michael Heimpold
c87a3371c5 Merge pull request #3098 from mhei/fix-libcanfestival
libcanfestival: fix build on LEDE buildbots using ccache
2016-09-02 23:04:12 +02:00
Hannu Nyman
4757378bad Merge pull request #3124 from haraldg/elektra
elektra: fix build error
2016-09-02 10:49:25 +03:00
Harald Geyer
5389876427 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>
2016-09-02 07:05:24 +00:00
champtar
dbba4823db Merge pull request #3121 from yousong/erlang-mips16
erlang: fix compilation error by disabling mips16
2016-09-02 06:01:54 +02:00
Daniel Golle
efc746428a 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>
2016-09-02 02:34:47 +02:00
Daniel Golle
0d3a10e3b4 lvm2: update to version 2.02.164
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-01 22:18:58 +02:00
Yousong Zhou
c8c91ed23c 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>
2016-09-01 16:49:25 +08:00