aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #9036 from MikePetullo/libdmapsharingHannu Nyman2019-05-20
|\ | | | | libdmapsharing: update to 3.9.7
| * libdmapsharing: update to 3.9.7W. Michael Petullo2019-05-19
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #9021 from neheb/errRosen Penev2019-05-19
|\ \ | |/ |/| libgpg-error: Add ARC support
| * libgpg-error: Add ARC supportRosen Penev2019-05-19
| | | | | | | | | | | | | | | | | | Patch was posted on the mailing list. Awaits inclusion looks like. Fixes long range build failures on the platform. Updated Mirror list. The first two seem to not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8862 from jefferyto/byobuRosen Penev2019-05-19
|\ \ | |/ |/| byobu: Add new package and dependencies
| * newt: Add new packageJeffery To2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/newt Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * slang: Add new packageJeffery To2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the S-Lang website: S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps, and so on. The most exciting feature of the library is the slang interpreter that may be easily embedded into a program to make it extensible. While the emphasis has always been on the embedded nature of the interpreter, it may also be used in a stand-alone fashion through the use of slsh, which is part of the S-Lang distribution. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/slang2 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #9027 from James-TR/patch-2Rosen Penev2019-05-19
|\ \ | | | | | | libfstrm: fix formality issues
| * | libfstrm: fix formality issuesJames Taylor2019-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Correct issues with TITLE and add URL pointing to the fstrm GitHub Page. Reformat the description so it renders correctly in menuconfig. Fixes #9022 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | postgresql: update ot version 9.6.13Daniel Golle2019-05-18
|/ / | | | | | | | | | | | | | | | | | | Fixes CVE-2019-10129: Memory disclosure in partition routing Does **NOT** fix CVE-2019-9193 which PostgreSQL doesn't consider a security issue, see [1]. [1]: https://www.postgresql.org/about/news/1935/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #8983 from James-TR/libfstrmRosen Penev2019-05-16
|\ \ | | | | | | libfstrm: add package
| * | libfstrm: add packageJames Taylor2019-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format. Maintainer: me Compile Tested: armv7l, SNAPSHOT 655fff1571 SDK Run Tested: armv7l, Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | Merge pull request #8990 from cotequeiroz/lxc_recursiveRosen Penev2019-05-16
|\ \ \ | | | | | | | | lxc, libsseccomp: workaround recursive dependency
| * | | libseccomp: workaround a recursive dependencyEneas U de Queiroz2019-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPENDS:=@!arc is causing a recursive dependency because of the optional selection of libseccomp by util/lxc. The workaround hides the package in Package/libseccomp/config instead. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8962 from neheb/quaRosen Penev2019-05-16
|\ \ \ \ | | | | | | | | | | quasselc: Fix compilation with uClibc-ng
| * | | | quasselc: Fix compilation with uClibc-ngRosen Penev2019-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nls.mk is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8997 from neheb/fd1Rosen Penev2019-05-16
|\ \ \ \ \ | | | | | | | | | | | | libftdi1: Fix compilation with most recent CMake
| * | | | | libftdi1: Fix compilation with most recent CMakeRosen Penev2019-05-15
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description from Amol Bhave: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8996 from neheb/ftRosen Penev2019-05-16
|\ \ \ \ \ | | | | | | | | | | | | libftdi: Fix compilation with most recent CMake
| * | | | | libftdi: Fix compilation with most recent CMakeRosen Penev2019-05-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description from Amol Bhave: This package fails to compile with boost 1.70 when the boost cmake config gets used. As far as I can tell, Boost 1.70 introduced BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is set to 1.70. This makes CMake auto set the variable Boost_VERSION to 1.70. Historically, Boost_VERSION has been using the format like 170000, and not 1.70. Some package cmake files still depend on this behavior and make assertions such as Boost_VERSION > 168000. This is incompatible with the new scheme. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9000 from zhaojh329/libuwscRosen Penev2019-05-16
|\ \ \ \ \ | | | | | | | | | | | | libuwsc: update to 3.3.1
| * | | | | libuwsc: update to 3.3.1Jianhui Zhao2019-05-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge pull request #8949 from ammubhave/add_fbthriftRosen Penev2019-05-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | fbthrift: Add fbthrift package
| * | | | | | fbthrift: Add fbthrift packageAmol Bhave2019-05-11
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Depends on libwangle] Facebook's branch of Apache Thrift, including a new C++ server. Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Test Plan: compile fbthrift on openwrt master for nbg6817 Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | Merge pull request #8986 from neheb/onRosen Penev2019-05-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | libevhtp: Add onigiruma.h to install
| * | | | | | libevhtp: Add onigiruma.h to installRosen Penev2019-05-14
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason from 1.1.7 to 1.2.0, oniguruma no longer gets installed by default. Fix that to fix compilation with seafile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8872 from neheb/aprRosen Penev2019-05-16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | apr: Enable DSO and add several configure vars
| * | | | | apr: Enable DSO and add several configure varsRosen Penev2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users have reported errors with Apache. Enable DSO to try to fix. Most of these vars default to no since we're cross-compiling. Change them to on since all the libc's that OpenWrt supports supports these. epoll for example should have better stability. Changed PKG_LICENSE to SPDX. Slight cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | botan: Do not build on ARCRosen Penev2019-05-15
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8980 from neheb/rmRosen Penev2019-05-14
|\ \ \ \ \ | |_|_|/ / |/| | | | libmraa: Don't build on ARC, ARMEB, and PPC
| * | | | libmraa: Don't build on ARC, ARMEB, and PPCRosen Penev2019-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8919 from ja-pa/libseccomp-2.4.1Rosen Penev2019-05-14
|\ \ \ \ \ | |/ / / / |/| | | | libseccomp: update to version 2.4.1
| * | | | libseccomp: update to version 2.4.1Jan Pavlinec2019-05-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #8917 from diizzyy/lib-pcre-843Rosen Penev2019-05-13
|\ \ \ \ \ | | | | | | | | | | | | libs/pcre: Update to 8.43
| * | | | | libs/pcre: Update to 8.43Daniel Engberg2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update pcre to 8.43 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #8969 from lucize/nssupDaniel Engberg2019-05-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | nss: update to 3.44
| * | | | | | nss: update to 3.44Lucian Cristian2019-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #8946 from neheb/xerRosen Penev2019-05-12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | libxerces-c: Switch to using -fPIC
| * | | | | | libxerces-c: Switch to using -fPICRosen Penev2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fpic is failing on AArch64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | loudmouth: Fix compilation with uClibc-ngRosen Penev2019-05-12
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nls.mk must be included. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8952 from ammubhave/add_boost_host_buildRosen Penev2019-05-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | boost: add host library build for boost
| * | | | | | boost: add host library build for boostAmol Bhave2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Currently, boost host build doesn't actually compile boost libraries for the host arch. If there are host tools that would want to link against boost, it can't right now. This diff adds support for compiling host boost library as well. Any packages that need to depend on a host boost library can depend on CONFIG_boost-host-build-<lib>. Test Plan: Compiled fbthrift and verified that it works. used openwrt master using nbg6817 Maintainer: @ClaymorePT Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | Merge pull request #8908 from neheb/artRosen Penev2019-05-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libartnet: Fix compilation with GCC8
| * | | | | | | libartnet: Fix compilation with GCC8Rosen Penev2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous GCC7 fix was incorrect and GCC8 correctly complains about it. Fix it properly. Also cleaned up the Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8832 from neheb/libsshRosen Penev2019-05-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libssh: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | libssh: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last patch was already fixed upstream. First patch was sent. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libfolly: Fix folly missing depsAmol Bhave2019-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: folly automatically picks up lz4 and unwind if they are found by its cmake build script. This is causing buildbot failure. Include these libraries in DEPENDS as well. Test Plan: - build packages liblz4 and libunwind - build folly, and check that it throws an error - add this patch, and rebuild - verify that it succeeds this time around Compile Tested: nbg6817, openwrt master Maintainer: me Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | | Merge pull request #8941 from ammubhave/add_libwangleRosen Penev2019-05-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libwangle: Add new package libwangle
| * | | | | | | | | libwangle: Add new package libwangleAmol Bhave2019-05-10
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. tested with: master on nbg6817 and arc700. Signed-off-by: Amol Bhave <ambhave@fb.com>
* / | | | | | | | libp11: update to version 0.4.10Daniel Golle2019-05-10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>