Commit graph

958 commits

Author SHA1 Message Date
Ted Hess
31e62a05b7 Merge pull request #3146 from antonlacon/libopus-1.1.x
Libopus Update to 1.1.3 and use integer math when software fpu used
2016-09-07 10:57:57 -04:00
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
Á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
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
Daniel Golle
58a4ee2c79 libx264: allow building with yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-03 14:49:57 +02: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
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
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
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
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
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
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
Daniel Golle
3d3918bb9a postgresql: make host-built-tools safe for rebuilds
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-26 20:24:22 +02:00
Karl Palsson
0bde9e3c14 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>
2016-08-26 09:48:56 +00:00
Karl Palsson
c96eae9549 libwebsockets: Update maintainer email
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-08-26 09:48:56 +00:00
Gergely Kiss
79563b699f libevhtp: downgrading due to compatibility issues
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
d6ff1a0f15 libzdb: use correct path when creating host bindir
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
d2e4376ada libzdb: copy host built tool to "$(STAGING_DIR)/host" instead
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
ebd5c7f93a libzdb: remove -lnsl flag for mysql
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
437621931a seafile: import version 5.1.1 and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
39e937fae7 libevhtp: do not delete source package, download through Git instead
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
0cb2b6d41e libevhtp-1.1: remove package as it is not required anymore
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Ted Hess
f628fa9f83 libx264: Fix build errors on x86 targets due to missing ASM features (yasm)
minor cleanup of CFLAGS, remove COPTS warnings
	yasm needs to be added to x86 toolchain
	(LEDE updated: c08651226f)

Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-19 17:48:33 -04:00
Daniel Golle
d74ad6ae33 libgcrypt: update to version 1.6.6
Fixes CVE-2016-6313:
Entropy Loss and Output Predictability in the Libgcrypt PRNG

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-19 15:08:43 +02:00
Yousong Zhou
13014e3633 libffi: patch n32.S to fix mips64 soft-float build
This should fix openwrt/packages#2511

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-17 09:55:20 +08:00
Adrian Panella
118a0c8510 libx264: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-08-15 22:42:36 -05:00
Etienne CHAMPETIER
847ebdc909 sqlite3: --disable-editline
sqlite3 can now use editline or readline,
most package use readline, and we were using it,
so continue using readline and disable editline

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-08-09 19:15:49 +00:00
Ted Hess
b3e1b589d7 libnfc: Moved to packages-abandoned - needs MAINTAINER
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-08 15:21:59 -04:00
Felix Fietkau
e9eb72b91b neon: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:40:54 +02:00
Felix Fietkau
2c9587cbe0 libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:39:27 +02:00
Felix Fietkau
83b0d9f170 libimobiledevice: update to the latest version to fix openssl build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-23 17:40:38 +02:00
champtar
a5bfa3085e Merge pull request #2861 from LucileQ/bump-freeradius-server
freeradius3: new package
2016-07-21 12:07:10 +02:00
Daniel Golle
0e99e5eea9 glib2: fix (host-)build with gcc6
import upstream fix from
https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7

and fix it to remain compatibile with old version of gcc
https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
Alexander Couzens
2d44f91a62 libmicrohttpd: add patch to fix inside loop declaration warning
already fixed upstream, but 0.9.50 contains this bug

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-07-15 15:29:19 +02:00
Lucile Quirion
a1f073774a libtalloc: add package
libtalloc is a memory allocator used in Samba4 and freeradius-server
version 3.0.x and higher.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-07-11 17:22:26 -04:00
Baptiste Jonglez
d6673185a2 Remove incorrect use of PKG_SHA256SUM
OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 22:36:07 +02:00
Ted Hess
105e13bd2e libaudiofile: Update source URL
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-07-09 19:43:13 -04:00
Nikos Mavrogiannopoulos
b5a3312100 gnutls: updated to 3.4.14
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-07-06 10:44:36 +02:00
Konstantin Shalygin
a4a9038f58 ldns: Avoid perl bug for manpages.
Fix #2663

Signed-off-by: Konstantin Shalygin <k0ste@cn.ru>
[refresh patch]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-03 14:19:59 +00:00
champtar
47d87165a1 Merge pull request #2915 from lynxis/libmicrohttpd0.9.50
libmicrohttpd: update to version 0.9.50
2016-07-02 19:46:36 +02:00
champtar
17481f5b2d Merge pull request #2645 from kissg1988/libffi
libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdir
2016-07-02 15:52:46 +02:00
Alexander Couzens
c6ce75454d libmicrohttpd: update to version 0.9.50
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-07-02 01:22:33 +02:00
Hans Dedecker
62257e3660 libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes
PF_PACKET support is not enabled by setting ac_libnet_have_pf_packet but by setting libnet_cv_have_packet_socket
in the Makefile

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-06-30 14:48:25 +02:00
Etienne CHAMPETIER
eea673bc08 sqlite3: update to 3.13.0
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-06-28 23:07:06 +00:00
Daniel Golle
5d31eaccc6 add xr_usb_serial_common driver for USB to RS-485/RS-422
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-24 16:02:25 +02:00
heil
c0c1f314ef pcre: bump to version 8.39
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 00:56:41 +02:00