aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sumo: update to v0.27.1Álvaro Fernández Rojas2016-09-05
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* libxerces-c: update to v3.1.4Álvaro Fernández Rojas2016-09-05
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #3140 from aTanW/masterHannu Nyman2016-09-05
|\ | | | | joe: bump to upstream v4.3
| * joe: bump to upstream v4.3aTanW2016-09-05
| | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- files/joerc | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)
* | Merge pull request #3139 from jp-bennett/masterHannu Nyman2016-09-05
|\ \ | |/ |/| Nano: Update to 2.7.0
| * Nano: Update to 2.7.0Jonathan Bennett2016-09-04
|/ | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* Merge pull request #3136 from chris5560/masterHannu Nyman2016-09-04
|\ | | | | ddns-scripts: fixes to services files
| * ddns-scripts: fixes to services filesChristian Schoenebeck2016-09-04
|/ | | | | | | - 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>
* Merge pull request #3134 from chris5560/masterHannu Nyman2016-09-04
|\ | | | | ddns-scripts: Update to 2.7.4
| * ddns-scripts: Update to 2.7.4Christian Schoenebeck2016-09-04
| | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | php7: mod-mysqli: use libmysqlclient instead of libmysqlclient_r (refs #3132)Michael Heimpold2016-09-04
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #3133 from aarond10/https_dns_proxyHannu Nyman2016-09-04
|\ | | | | https-dns-proxy: Version bump
| * https-dns-proxy: Version bumpAaron Drew2016-09-04
|/ | | | Signed-off-by: Aaron Drew <aarond10@gmail.com>
* php7: fix two build problemsMichael Heimpold2016-09-04
| | | | | | | 1) fix rebuilding with existing staging area 2) fix dependency to libmysqlclient (fixes #3132) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libcanfestival: fix build on LEDE buildbots using ccacheMichael Heimpold2016-09-03
| | | | | | | | | | 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>
* Merge pull request #3131 from mhei/php7Michael Heimpold2016-09-03
|\ | | | | Add php7 packages
| * php7-pecl-raphf: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | This is the php7 version of php5-pecl-raphf package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * php7-pecl-propro: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | This is the php7 version of php5-pecl-propro package. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * php7-pecl-dio: add new packageMichael Heimpold2016-09-03
| | | | | | | | | | | | | | | | | | 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>
| * php7: restructure patchesMichael Heimpold2016-09-03
| | | | | | | | | | | | | | - Add some more patches from Debian - Rename existing ones (our own patches starts with prefix 1000+) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * php7: add new packageMichael Heimpold2016-09-03
|/ | | | | | | | | 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>
* Merge pull request #3130 from chris5560/masterTed Hess2016-09-03
|\ | | | | privoxy: update to 3.0.26
| * privoxy: update to 3.0.26Christian Schoenebeck2016-09-03
| | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | Merge pull request #3128 from dangowrt/x264-without-yasmTed Hess2016-09-03
|\ \ | | | | | | libx264: allow building with yasm
| * | libx264: allow building with yasmDaniel Golle2016-09-03
| |/ | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #3129 from dangowrt/ffmpeg-without-yasmTed Hess2016-09-03
|\ \ | |/ |/| ffmpeg: allow building without yasm
| * ffmpeg: allow building without yasmDaniel Golle2016-09-03
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #3103 from black-roland/dnscryptTed Hess2016-09-03
|\ | | | | dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list
| * dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, ↵Black Roland2016-09-03
| | | | | | | | | | | | added separated package for resolvers list Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
* | Merge pull request #2729 from cshore/pull-request-wget-fix-symlink-issueHannu Nyman2016-09-03
|\ \ | | | | | | net/wget: Remove use broken use of postrm/postinst symlinks
| * | net/wget: Remove use broken use of symlinks to /usr/bin/wgetDaniel Dickinson2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postrm/postinst symlink mangling is frowned upon by trunk devs, in addition to packages modifying the files as other packages during installation/removal (without a agreed upon mechanism for coordinating such changes) is prohibited in most distros. Further in this case results in wget-ssl failing to conflict with wget-nossl. As mentioned in the github issue regarding this (https://github.com/openwrt/packages/issues/2728) it is also unnessary in current openwrt/lede. This patch there makes the symlink from the specific flavour of wget (e.g. wget-ssl) from /usr/bin/wget part of /install so that they conflict with each other the way they should, and do not modify the same files without a delibarate --force-overwrite. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | | Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | | | | | | | | | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #3123 from dangowrt/ffmpeg-enable-asmTed Hess2016-09-02
|\ \ \ | | | | | | | | ffmpeg: enable assembly on targets with fpu
| * | | ffmpeg: enable assembly on targets with fpuDaniel Golle2016-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #3098 from mhei/fix-libcanfestivalMichael Heimpold2016-09-02
|\ \ \ \ | | | | | | | | | | libcanfestival: fix build on LEDE buildbots using ccache
| * | | | libcanfestival: fix build on LEDE buildbots using ccacheMichael Heimpold2016-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #3124 from haraldg/elektraHannu Nyman2016-09-02
|\ \ \ \ \ | | | | | | | | | | | | elektra: fix build error
| * | | | | elektra: fix build errorHarald Geyer2016-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | Merge pull request #3121 from yousong/erlang-mips16champtar2016-09-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | erlang: fix compilation error by disabling mips16
| * | | | | erlang: fix compilation error by disabling mips16Yousong Zhou2016-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | lvm2: update to version 2.02.164Daniel Golle2016-09-01
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #3118 from kissg1988/seafileHannu Nyman2016-08-31
|\ \ \ \ \ | | | | | | | | | | | | Seafile: upgrade to version 5.1.4
| * | | | | seafile: upgrade to version 5.1.4Gergely Kiss2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | python-urllib3: import version 1.16Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | crelay: update to 0.10.1Ted Hess2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #3115 from black-roland/libsodiumTed Hess2016-08-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libsodium: re-enable pthreads
| * | | | | libsodium: removed `--without-pthreads` configire arg (no longer required ↵Black Roland2016-08-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | for musl) Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
* | | | | Merge pull request #3113 from kissg1988/openpyxlHannu Nyman2016-08-30
|\ \ \ \ \ | | | | | | | | | | | | openpyxl: upgrade to version 2.4.0-b1
| * | | | | openpyxl: upgrade to version 2.4.0-b1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | Merge pull request #3112 from kissg1988/gunicornHannu Nyman2016-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | gunicorn: upgrade to version 19.6.0