aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | 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
| * | | | | | | | | | gunicorn: upgrade to version 19.6.0Gergely Kiss2016-08-30
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | | Merge pull request #3114 from kissg1988/pytzHannu Nyman2016-08-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | pytz: upgrade to version 2016.6.1
| * | | | | | | | | | pytz: upgrade to version 2016.6.1Gergely Kiss2016-08-30
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | | Merge pull request #3111 from kissg1988/djangoHannu Nyman2016-08-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Upgrade django packages
| * | | | | | | | | | django-statici18n: upgrade to version 1.2.1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | | | | django-postoffice: upgrade to version 2.0.8Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | | | | django-jsonfield: upgrade to version 1.0.1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | | | | django-constance: upgrade to version 1.2Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | | | | django-compressor: upgrade to version 2.1Gergely Kiss2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | | | | django-appconf: upgrade to version 1.0.2Gergely Kiss2016-08-30
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* / / / / / / / / / net/mosquitto: chown data directoryKarl Palsson2016-08-30
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | package `fontconfig`Mirko Vogt2016-08-29
| | | | | | | | |
* | | | | | | | | package `libdrm`Mirko Vogt2016-08-29
| | | | | | | | |
* | | | | | | | | package `libdouble-conversion`Mirko Vogt2016-08-29
| | | | | | | | |
* | | | | | | | | Merge pull request #3107 from black-roland/libsodiumTed Hess2016-08-29
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | libsodium: Updated to latest version (1.0.11)
| * | | | | | | | libsodium: Updated to latest version (1.0.11)Black Roland2016-08-29
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Black Roland <black-roland@users.noreply.github.com>