aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #9265 from nxhack/libupm_2.0.0Rosen Penev2019-06-18
|\ | | | | libupm: update to 2.0.0
| * libupm: update to 2.0.0Hirokazu MORIKAWA2019-06-19
| | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | libuhttpd: update to 2.2.2Jianhui Zhao2019-06-19
|/ | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* poco: Do not build on ARCRosen Penev2019-06-18
| | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #9244 from neheb/booRosen Penev2019-06-17
|\ | | | | Bosst change to HOSTPKG
| * fbzmq: Switch to HOSTPKGRosen Penev2019-06-17
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libmstch: Switch HOST to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | HOST should be used by tools only, not for host packages. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * fbthrift: Install to STAGING_DIR_HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | As part of the boost change. Also get rid of various CMake options as CMake can find everything properly now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libfolly: Fix compilation for older ARM platformsRosen Penev2019-06-17
| | | | | | | | | | | | ARM6 and below do not support the yield instruction. Do not use it there. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * boost: Install HOST libraries to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is designed for tools, not host packages. Changing this to HOSTPKG allows CMake and pkgconfig to work properly with fbthrift. The host-libraries should not be modular like this for host packages. Changed to eliminate them and to only build the needed ones. This can be changed as conditions change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9177 from neheb/gabeDaniel Golle2019-06-17
|\ \ | | | | | | libgabe: Update to 1.0
| * | libgabe: Update to 1.0Rosen Penev2019-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload to simplify the Makefile Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9138 from neheb/lz4Rosen Penev2019-06-17
|\ \ \ | | | | | | | | liblz4: Update to 1.9.1 and switch to codeload
| * | | liblz4: Update to 1.9.1 and switch to codeloadRosen Penev2019-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile. Remove build hacks and use CMake Use PKG_BUILD_PARALLEL for faster compilation. Switch to the Compression submenu to group this with the others. Added lz4 binaries to be installable. Add Optimization option. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9236 from neheb/naRosen Penev2019-06-17
|\ \ \ \ | |_|_|/ |/| | | libnatpmp: Switch to CMake
| * | | libnatpmp: Switch to CMakeRosen Penev2019-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. CMake patch is from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9035 from neheb/ibrRosen Penev2019-06-15
|\ \ \ \ | |/ / / |/| | | ibr*: Switch to uClibc++
| * | | ibrdtn: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Added needed patches. Some are upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | ibrcommon: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Reduces install size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9144 from DocLM/libgphoto2Hannu Nyman2019-06-15
|\ \ \ \ | | | | | | | | | | libgphoto2 and gphoto2: update to 2.5.23
| * | | | libgphoto2: Update to 2.5.23Leonardo Medici2019-06-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | | | | Merge pull request #8950 from ammubhave/add_fbzmqRosen Penev2019-06-14
|\ \ \ \ \ | |_|_|/ / |/| | | | fbzmq: Add fbzmq library
| * | | | fbzmq: Add fbzmq libraryAmol Bhave2019-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fbzmq provides a framework for writing services in C++ while leveraging the features of libzmq (message passing semantics). Compile tested: nbg6817, master Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | librsocket-cpp: Update to 2019-06-11Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with newer GCC Added Maintainer. Reorganized Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | fbthrift: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency between packages. Added -Dlib_only to save some time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libwangle: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Maintainer. Rearranged Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libfizz: Update to 2019.06.10.00Rosen Penev2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when ChaCha20 is missing from OpenSSL 1.1 Added Maintainer. Rearranged Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libfolly: Update to 2019.06.10.00Rosen Penev2019-06-13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially restore uclibc patch. Some parts were upstreamed while others were not. Fixes compilation without ChaCha20 support in OpenSSL 1.1 and above. Depend on libunwind conditionally. libunwind is not supported on all targets. Depending on it unconditionally makes libfolly and dependent packages unavailable on those targets. Added missing Maintainer. Several Makefile rearrangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / libxml2: add -dev and -utils packages (closes #8591)Michael Heimpold2019-06-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a libxml2-dev package which contains most stuff required for developing against libxml2 (on the target), and the libxml2-utils package which contains the xmllint and xmlcatalog command line binaries which are provided by libxml2. Reported-by: Valentín Kivachuk <vk18496@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #9134 from neheb/oRosen Penev2019-06-10
|\ \ \ | | | | | | | | libcoap: Update to 4.2.0 and switch to codeload
| * | | libcoap: Update to 4.2.0 and switch to codeloadRosen Penev2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile. Added PKG_BUILD_PARALLEL for faster compilation. Added ABI_VERSION parameter to handle package updates. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | newt: Update python3-config pathJeffery To2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The path where python3-config is installed was changed in 64959a1d. This updates that path for this package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #8998 from neheb/eleRosen Penev2019-06-10
|\ \ \ \ | | | | | | | | | | elektra: Fix compilation without deprecated OpenSSL APIs
| * | | | elektra: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-05-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libspeexdsp: update to 1.2.0Peter Wagner2019-06-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #9187 from neheb/aioRosen Penev2019-06-09
|\ \ \ \ \ | | | | | | | | | | | | libaio: Backport DESTDIR patch to simplify the Makefile
| * | | | | libaio: Backport DESTDIR patch to simplify the MakefileRosen Penev2019-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue where OpenWrt CFLAGS like relro were not being passed. Updated license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9140 from neheb/orRosen Penev2019-06-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | liblo: Update to 0.30 and remove maintainer
| * | | | | | liblo: Update to 0.30 and remove maintainerRosen Penev2019-06-03
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9202 from sartura/file_bump_to_5.37Hannu Nyman2019-06-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | libs: file: bump to 5.37
| * | | | | | libs: file: bump to 5.37Marko Ratkaj2019-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple version bump from 5.36 to 5.37 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | libs: libuv: bump to 1.29.1Marko Ratkaj2019-06-09
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bump from 1.24.1 to 1.29.1 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | Merge pull request #9173 from ryzhovau/getdns_libRosen Penev2019-06-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | getdns: fix library double packing
| * | | | | | getdns: fix library double packingAlexander Ryzhov2019-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | | | | | | Merge pull request #9190 from neheb/dobRosen Penev2019-06-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libdouble-conversion: Switch to CP instead of INSTALL_DATA
| * | | | | | | libdouble-conversion: Switch to CP instead of INSTALL_DATARosen Penev2019-06-07
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INSTALL_DATA turns symlinks into files, increasing the size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9104 from neheb/hwlRosen Penev2019-06-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hwloc: Add PCI support
| * | | | | | | hwloc: Add PCI supportRosen Penev2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since libpciaccess got added, hwloc is picking it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | gflags: Use CP instead of INSTALL_DATARosen Penev2019-06-07
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INSTALL_DATA turns the symlinks into files, increasing the size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | opus: Update to 1.3.1Rosen Penev2019-06-06
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>