aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #3813 from NeoRaider/hostpkgMatthias Schiffer2017-01-11
|\ \ \ \ | | | | | | | | | | Use STAGING_DIR_HOSTPKG where appropriate
| * | | | treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #3703 from nxhack/icu-update-to-v58_2Hannu Nyman2017-01-11
|\ \ \ \ | | | | | | | | | | icu: Bumped to v58.2
| * | | | icu: Bumped to v58.2Hirokazu MORIKAWA2017-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @nxhack Compile tested: ar71xx mips_24kc_musl-1.1.15 LEDE r2610-324bdf3 Run tested: NONE Description: icu: Bumped to v58.2 for emoji handling previous PR #2817 add patches/001-disable-strtod_l.patch missing xlocale.h in case of using musl. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #3814 from thess/libextractor-updateDaniel Golle2017-01-11
|\ \ \ \ \ | | | | | | | | | | | | libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependencies
| * | | | | libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependenciesTed Hess2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #3762 from diizzyy/patch-10Hannu Nyman2017-01-10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libs/poco: Use bz2 tarball instead of gz
| * | | | | libs/poco: Use bz2 tarball instead of gzDaniel Engberg2017-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use bz2 instead of gz tarball, saves about 900kbyte in size Do minor adjustments to download URL Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | libs/dtc: fix build on x86_64Alexandru Ardelean2017-01-11
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build error: ``` x86_64-openwrt-linux-musl-gcc -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib -znow -zrelro -fPIC -shared -Wl,--version-script=libfdt/version.lds -Wl,-soname,libfdt.so.1 -o libfdt/libfdt-1.4.2.so libfdt/fdt.o libfdt/fdt_ro.o libfdt/fdt_wip.o libfdt/fdt_sw.o libfdt/fdt_rw.o libfdt/fdt_strerror.o libfdt/fdt_empty_tree.o libfdt/fdt_addresses.o /home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib64/gcc/x86_64-openwrt-linux-musl/5.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: libfdt/fdt.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC libfdt/fdt.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:283: recipe for target 'libfdt/libfdt-1.4.2.so' failed make[4]: *** [libfdt/libfdt-1.4.2.so] Error 1 ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | eventlog: import from oldpackagesW. Michael Petullo2017-01-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | 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…