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
Michael Heimpold
0a9f945893
libidn: update to 1.33
...
Upstream resolved security and stability problems.
While at, also install the libidn.so symlink which was
not covered by previous pattern.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-01 07:22:17 +02:00
Hannu Nyman
4944d6e1b5
Merge pull request #3118 from kissg1988/seafile
...
Seafile: upgrade to version 5.1.4
2016-08-31 20:49:47 +03:00
Gergely Kiss
20b00cfdef
seafile: upgrade to version 5.1.4
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-31 19:38:49 +02:00
Nathaniel Wesley Filardo
523b1c2484
gkermit: add package
...
Maintainer: @nwf
Compile tested: LEDE HEAD ar71xx
Run tested: LEDE HEAD on ar71xx, basic functionality testing
Description: A minimal kermit file transfer program
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
2016-08-31 12:29:10 -04:00
Ted Hess
d210444434
crelay: update to 0.10.1
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-31 10:15:09 -04:00
Ted Hess
bc91db0d2a
Merge pull request #3115 from black-roland/libsodium
...
libsodium: re-enable pthreads
2016-08-31 09:36:51 -04:00
Black Roland
cbd4ff7d6b
libsodium: removed --without-pthreads
configire arg (no longer required for musl)
...
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-08-31 21:55:07 +09:00
Gergely Kiss
ced7b903aa
python-urllib3: import version 1.16
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 18:13:03 +02:00
Hannu Nyman
37cde87699
Merge pull request #3113 from kissg1988/openpyxl
...
openpyxl: upgrade to version 2.4.0-b1
2016-08-30 18:46:13 +03:00
Hannu Nyman
9c7f720605
Merge pull request #3112 from kissg1988/gunicorn
...
gunicorn: upgrade to version 19.6.0
2016-08-30 18:46:04 +03:00
Hannu Nyman
84839ce3a6
Merge pull request #3114 from kissg1988/pytz
...
pytz: upgrade to version 2016.6.1
2016-08-30 18:45:38 +03:00
Hannu Nyman
d156936b23
Merge pull request #3111 from kissg1988/django
...
Upgrade django packages
2016-08-30 16:15:59 +03:00
Karl Palsson
7f651d102d
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>
2016-08-30 11:41:34 +00:00
Gergely Kiss
a091f2fa87
pytz: upgrade to version 2016.6.1
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:57:11 +02:00
Gergely Kiss
03318e2ffa
openpyxl: upgrade to version 2.4.0-b1
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:53:41 +02:00
Gergely Kiss
3b44caf10e
gunicorn: upgrade to version 19.6.0
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:27:44 +02:00
Gergely Kiss
beeeb15887
django-statici18n: upgrade to version 1.2.1
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:22:30 +02:00
Gergely Kiss
591e22c8ae
django-postoffice: upgrade to version 2.0.8
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:19:05 +02:00
Gergely Kiss
8d2b88824b
django-jsonfield: upgrade to version 1.0.1
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:08:17 +02:00
Gergely Kiss
70fb482d3e
django-constance: upgrade to version 1.2
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 12:03:16 +02:00
Gergely Kiss
49512d9a0a
django-compressor: upgrade to version 2.1
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 11:55:39 +02:00
Gergely Kiss
41bb7f4faa
django-appconf: upgrade to version 1.0.2
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-30 11:48:16 +02:00
Mirko Vogt
41682a4258
package fontconfig
2016-08-29 20:16:08 +02:00
Mirko Vogt
303febb30b
package libdrm
2016-08-29 20:14:10 +02:00
Mirko Vogt
aea6021c41
package libdouble-conversion
2016-08-29 20:12:53 +02:00
Ted Hess
5958b72542
Merge pull request #3107 from black-roland/libsodium
...
libsodium: Updated to latest version (1.0.11)
2016-08-29 11:39:50 -04:00
Black Roland
4f5dd0cda7
libsodium: Updated to latest version (1.0.11)
...
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-08-29 18:25:30 +09:00
Charles Lehner
cd5425496e
ncdu: update to 1.12
...
- Update version
- Use https
- Remove patch which is merged into 1.12
Signed-off-by: Charles Lehner <cel@celehner.com>
2016-08-29 02:00:30 -07:00
Hannu Nyman
b1c1b91581
Merge pull request #3100 from dibdot/adblock
...
adblock: update 1.4.8
2016-08-28 23:00:27 +03:00
Dirk Brenken
ba1c55f0af
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>
2016-08-28 21:46:13 +02:00
Hannu Nyman
0baa3f9927
Merge pull request #3099 from aTanW/master
...
gammu: bump to the new upstream v1.37.4
2016-08-28 10:57:26 +03:00
aTanW
feb117a312
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(-)
2016-08-28 09:56:07 +03:00
Michael Heimpold
8a2d6ceef4
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>
2016-08-28 01:29:04 +02:00
Michael Heimpold
353c5f1729
php5: update to 5.6.25
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-08-28 00:13:12 +02:00