aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | engine_pkcs11: update to release version 0.2.2Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libp11: update to release version 0.4.1Daniel Golle2016-09-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | toxcore: abandon packageDaniel Golle2016-09-19
| |/ / |/| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #3122 from mhei/libidn-fixMichael Heimpold2016-09-18
|\ \ \ | | | | | | | | | | | | | | | | libidn: update to 1.33 Merging after maintainer timeout.
| * | | libidn: update to 1.33Michael Heimpold2016-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | gnutls: optionally disable tpm supportIan Pozella2016-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option that allows you to explicitly disable use of the tpm otherwise if a tss stack such as trousers is found by gnutls build system then it will use it which will cause a build failure when PKCS11 support is not enabled. Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
* | | | openldap: update to 2.4.44W. Michael Petullo2016-09-14
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | libuv: bump version to 1.9.1Denis Osvald2016-09-09
| | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* | | | gnutls: updated to 3.5.4Nikos Mavrogiannopoulos2016-09-08
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #3146 from antonlacon/libopus-1.1.xTed Hess2016-09-07
|\ \ \ \ | | | | | | | | | | Libopus Update to 1.1.3 and use integer math when software fpu used
| * | | | libopus: update to 1.1.3Ian Leonard2016-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.1.3 and use integer functions when no hardware fpu present. Signed-off-by: Ian Leonard <antonlacon@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>
* | | | | 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>
* | | | libx264: allow building with yasmDaniel Golle2016-09-03
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | 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 #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>
* | | | 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 #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>
* | | | 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>
* | | 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>
* | | postgresql: make host-built-tools safe for rebuildsDaniel Golle2016-08-26
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libwebsockets: Upgrade to latest stable release.Karl Palsson2016-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | libwebsockets: Update maintainer emailKarl Palsson2016-08-26
| | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libevhtp: downgrading due to compatibility issuesGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | libzdb: use correct path when creating host bindirGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | libzdb: copy host built tool to "$(STAGING_DIR)/host" insteadGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | libzdb: remove -lnsl flag for mysqlGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | seafile: import version 5.1.1 and its dependenciesGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | libevhtp: do not delete source package, download through Git insteadGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | libevhtp-1.1: remove package as it is not required anymoreGergely Kiss2016-08-24
| | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | libx264: Fix build errors on x86 targets due to missing ASM features (yasm)Ted Hess2016-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | minor cleanup of CFLAGS, remove COPTS warnings yasm needs to be added to x86 toolchain (LEDE updated: https://github.com/lede-project/source/commit/c08651226f5645204f91f79d247801033f6015d1) Signed-off-by: Daniel Golle daniel@makrotopia.org Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libgcrypt: update to version 1.6.6Daniel Golle2016-08-19
| | | | | | | | | | | | | | | | | | | | | Fixes CVE-2016-6313: Entropy Loss and Output Predictability in the Libgcrypt PRNG Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libffi: patch n32.S to fix mips64 soft-float buildYousong Zhou2016-08-17
| |/ |/| | | | | | | | | This should fix openwrt/packages#2511 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | libx264: update versionAdrian Panella2016-08-15
|/ | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* sqlite3: --disable-editlineEtienne CHAMPETIER2016-08-09
| | | | | | | | 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>
* libnfc: Moved to packages-abandoned - needs MAINTAINERTed Hess2016-08-08
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* neon: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libtorrent: add missing dependency on zlibFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* libimobiledevice: update to the latest version to fix openssl build errorFelix Fietkau2016-07-23
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Merge pull request #2861 from LucileQ/bump-freeradius-serverchamptar2016-07-21
|\ | | | | freeradius3: new package
| * libtalloc: add packageLucile Quirion2016-07-11
| | | | | | | | | | | | | | 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>
* | glib2: fix (host-)build with gcc6Daniel Golle2016-07-18
| | | | | | | | | | | | | | | | | | | | 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>
* | libmicrohttpd: add patch to fix inside loop declaration warningAlexander Couzens2016-07-15
| | | | | | | | | | | | already fixed upstream, but 0.9.50 contains this bug Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Remove incorrect use of PKG_SHA256SUMBaptiste Jonglez2016-07-10
| | | | | | | | | | | | | | | | | | 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>
* | libaudiofile: Update source URLTed Hess2016-07-09
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>