aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #3742 from diizzyy/patch-6champtar2017-01-05
|\ | | | | libs/sqlite3: Update to 3.16.0 and add optimizations
| * libs/sqlite3: Update to 3.16.0 and add optimizationsDaniel Engberg2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | Update to 3.16.0 Add following optimizations: HAVE_ISNAN HAVE_MALLOC_USABLE_SIZE Link: https://www.sqlite.org/compile.html Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | boost: Package Version Update -> 1.63.0Carlos Ferreira2017-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @ClaymorePT Compile tested: Broadcom BCM2708 Run tested: None Description: This package update contains no new libraries. Information about the 1.63.0 release (updated libraries, bug fixes, etc), can be found here [1]. [1]: http://www.boost.org/users/history/version_1_63_0.html Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* | poco: update to 1.7.7Jean-Michel Julien2017-01-04
| | | | | | | | | | | | Update package to latest stable version (1.7.7) Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
* | libpng: update to 1.2.57Daniel Albers2017-01-03
| | | | | | | | | | | | Fixes CVE-2016-10087 Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* | libuv: bump to latest versionLuka Perkov2017-01-01
|/ | | | | | | While at it install in staging_dir libuv.a used for static linking and update my email address. Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* Merge pull request #3702 from hauke/libcoapHannu Nyman2016-12-30
|\ | | | | libcoap: fix PKG_BUILD_DIR
| * libcoap: fix PKG_BUILD_DIRHauke Mehrtens2016-12-25
| | | | | | | | | | | | | | | | | | | | | | libcoap is not building in LEDE any more because it is extracted to /libcoap/ and the package makefiles try to access it at /libcoap-2da31de732c0e51a9bc9e1d4aea21e25da89cf87/. This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/ without the hash. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | libcanfestival: define package build directory explicitlyMichael Heimpold2016-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the build on LEDE buildbots which bail out with: -snip- ... ! -d ./src/ ] || cp -fpR ./src/* /data/bowl-builder/arm_arm926ej-s/build/ (wrapped) sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival-8bfe0ac0 Applying ./patches/001-sigval-ref-fix.patch using plaintext: can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/drivers/timers_unix/timers_unix.c |+++ b/drivers/timers_unix/timers_unix.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Patch failed! Please fix ./patches/001-sigval-ref-fix.patch! ... -snap- Reason is, that the tar ball created by hg checkout does not contain the version string appended to the root source directory as expected by default PKG_BUILD_DIR, so this patch adjusts the expected directory name. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | boost: build always with -std=gnu++14 with recent compilers.Hauke Mehrtens2016-12-25
|/ | | | | | | | | | | Some parts of boost need at least C++11, activate -std=gnu++14 when possible and otherwise use -std=gnu++11 instated of using the default which is -std=gnu++98. This fixes the build for me when I build everything expect boost-coroutine2 with gcc 5.4.0 on LEDE. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libs/libexif: Disable nlsAlin Nastac2016-12-20
| | | | | | Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* libs/rxtx: add support for RX/TX Java serial communicationsDana Myers2016-12-19
| | | | | | | Integrate support for RX/TX Java serial communications library. Includes patch to include support for ttyACM* devices. Signed-off-by: Dana H. Myers k6jq@comcast.net
* Merge pull request #3662 from diizzyy/patch-27Nikos Mavrogiannopoulos2016-12-17
|\ | | | | libs/libtasn1: Update to 4.9
| * libs/libtasn1: Update to 4.9Daniel Engberg2016-12-16
| | | | | | | | | | Update 4.9 and use URL alias Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | libs/liblz4: Use xz compression instead of gzDaniel Engberg2016-12-17
| | | | | | | | | | Use xz compression as it saves space compared to gz. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #3634 from p-wassi/libexpat_220Ted Hess2016-12-16
|\ \ | |/ |/| libs/expat: update to 2.2.0
| * libs/expat: update to 2.2.0p-wassi2016-12-08
| | | | | | | | | | | | Update libexpat to upstream release 2.2.0 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | libuecc: use shared instead of static libraryDominik Menke2016-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch prepares for another future package (ecdsautils), which builds multiple binaries all linked to libuecc. The changes are a direct copy of [1]. The original commit message was: > commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1 > From: Matthias Schiffer <mschiffer@universe-factory.net> > Date: Tue, 3 May 2016 21:33:34 +0200 > Subject: libuecc: use shared instead of static library > > Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> [1]: https://github.com/freifunk-gluon/gluon/blob/cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch Signed-off-by: Dominik Menke <dom@digineo.de>
* | dtc: initial version 1.4.2Yousong Zhou2016-12-11
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #3554 from thess/x264-testTed Hess2016-12-08
|\ \ | | | | | | libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
| * | libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type testTed Hess2016-12-08
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #3556 from thess/libopus-testTed Hess2016-12-08
|\ \ \ | |_|/ |/| | opus: Disable ASM for xscale and arm926ej-s
| * | opus: Disable ASM for xscale and arm926ej-sTed Hess2016-11-23
| |/ | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #3612 from ejurgensen/mxml_2.10Hannu Nyman2016-12-04
|\ \ | | | | | | mxml: Update to version 2.10
| * | mxml: Update to version 2.10ejurgensen2016-12-03
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | libs/libarchive: Fix unintended linking of liblz4Daniel Engberg2016-12-03
| | | | | | | | | | | | | | | | | | Fixes unintended linking of liblz4 Thanks to hnyman for making me aware of this issue. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | libs/libarchive: Update to 3.2.2 and add bsdtarDaniel Engberg2016-12-01
|/ / | | | | | | | | | | | | Updates libarchive to 3.2.2 Adds bsdtar aswell as usable archive/compression support Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | libmicrohttpd: update to 0.9.52Alexander Couzens2016-11-30
| | | | | | | | | | | | | | Compile tested on x86_64. Runtime tested on x86_64. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #3591 from haraldg/elektraHannu Nyman2016-11-28
|\ \ | | | | | | elektra: Update to 0.8.19
| * | elektra: Update to 0.8.19Harald Geyer2016-11-28
| | | | | | | | | | | | | | | | | | Noteable change: The libelektra-extra package now depends on libstdcpp. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | libcanfestival: skip building examplesMichael Heimpold2016-11-28
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment, LEDE buildbots are complaining with: -snip- ... libcanfestival/examples/TestMasterSlave/TestMasterSlave.c:50: undefined reference to `MasterMap1' TestMasterSlave.o: In function `InitNodes': ... -snap- Since we are only interessted in the library itself, skip compilation of the example code. This should both fix the build and speedup it a little bit. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libaudiofile: Update source URL to GNOME repoTed Hess2016-11-27
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | quasselc: add new packageBen Rosser2016-11-23
| | | | | | | | | | | | | | | | | | quasselc is a library providing an API to access a Quassel core in pure C. Quassel is a distributed IRC client where the core can run independently of the interface(s). This library provides a C API for programs that wish to implement the Quassel protocol. Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
* | Merge pull request #3553 from luizluca/libvpx-updateTed Hess2016-11-23
|\ \ | |/ |/| libvpx: bump to 1.6.0
| * libvpx: bump to 1.6.0Luiz Angelo Daros de Luca2016-11-22
| | | | | | | | | | | | | | This release improves upon the VP9 encoder and speeds up the encoding and decoding processes. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | openldap: do not build doc and tests subdirsMichael Heimpold2016-11-19
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one LEDE buildbot is missing tools to create man pages, thus the build sometimes (depends on which buildbot is used) fails with [1]: -snip- make[7]: Entering directory '/mnt/build-dir/lede/armeb_xscale/build/sdk/build_dir/target-armeb_xscale_musl-1.1.15/openldap-2.4.44/doc/man/man1' PAGES=`cd .; echo *.1`; \ for page in $PAGES; do \ sed -e "s%LDVERSION%2.4.44%" \ -e 's%ETCDIR%/etc/openldap%g' \ -e 's%LOCALSTATEDIR%/var%' \ -e 's%SYSCONFDIR%/etc/openldap%' \ -e 's%DATADIR%/usr/share/openldap%' \ -e 's%SBINDIR%/usr/sbin%' \ -e 's%BINDIR%/usr/bin%' \ -e 's%LIBDIR%/usr/lib%' \ -e 's%LIBEXECDIR%/usr/lib%' \ -e 's%MODULEDIR%/usr/lib/openldap%' \ -e 's%RELEASEDATE%2016/02/05%' \ ./$page \ | (cd .; soelim -) > $page.tmp; \ done /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found Makefile:292: recipe for target 'all-common' failed make[7]: *** [all-common] Error 127 -snap- For OpenWrt/LEDE, there is no reason to build the tests and/or man pages, so let's patch it away. And since other packages need openldap as build dependency (e.g. php) this automatically fixes the build of these depended packages. [1] https://downloads.lede-project.org/snapshots/faillogs/armeb_xscale/packages/openldap/compile.txt Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #3500 from kissg1988/postgresqlDaniel Golle2016-11-17
|\ | | | | postgresql: fix download URLs
| * postgresql: fix download URLsGergely Kiss2016-11-11
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | boost: Patch to support FiberCarlos Ferreira2016-11-13
|/ | | | | | This update provides a patch in order to support Boost.Fiber. Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* Merge pull request #3497 from thess/boost-buildTed Hess2016-11-09
|\ | | | | boost: Fix python packages. Remove boost-libs from boost meta package…
| * boost: Fix python packages. Remove boost-libs from boost meta package when ↵Ted Hess2016-11-09
| | | | | | | | | | | | | | | | CONFIG_ALL specified boost: add python packages to PKG_BUILD_DEPENDS for boost python libs Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libtalloc: add libattr dependencyEtienne CHAMPETIER2016-11-08
|/ | | | | | | | | | | | | | When libattr is selected, libtalloc links to this shared library and the build fails with: "Package libtalloc is missing dependencies for the following libraries: libattr.so.1" This commit adds libattr dependency, so that libtalloc systematically links to this library. Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> [Lucile: replace attr with libattr, edit commit message] Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
* boost: Build / package dependencies re-workTed Hess2016-11-07
| | | | | | | | | Added 4th argument to library declaration macro for specifying optional. external package dependencies. Add conditional Python host build dependency. Fixup config menu to honor external package selections correctly. Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #3425 from ryzhovau/libdnet-srcLuka Perkov2016-11-06
|\ | | | | libdnet: fix source URL
| * libdnet: fix source URLAlexander Ryzhov2016-10-31
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | Merge pull request #3377 from bobafetthotmail/patch-8Hannu Nyman2016-11-06
|\ \ | | | | | | liblo-utils: moving to category Sound
| * | liblo-utils: moving to category SoundAlberto Bursi2016-10-23
| | | | | | | | | | | | | | | | | | before it was in Utilities, subcategory Sound. Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | gnutls: updated to 3.5.6Nikos Mavrogiannopoulos2016-11-04
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #3458 from thess/boost-fixTed Hess2016-11-04
|\ \ \ | | | | | | | | boost: Fix broken dependencies for locale and fiber
| * | | boost: Fix broken dependencies for locale and fiberTed Hess2016-11-03
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>