aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #12152 from jefferyto/aarch64-vfp-neonRosen Penev2020-05-12
|\ | | | | treewide: Enable VFP/NEON optimizations for aarch64
| * treewide: Enable VFP/NEON optimizations for aarch64Jeffery To2020-05-12
| | | | | | | | | | | | | | | | For speexdsp, support for NEON on aarch64 was added in 1.2.0[1]. [1]: https://github.com/xiph/speexdsp/pull/8 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | libfmt: bump to version 6.2.1Othmar Truniger2020-05-11
|/ | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #12133 from jefferyto/fix-neon-vfp-detectRosen Penev2020-05-10
|\ | | | | treewide: Update ARM NEON/VFP detection
| * treewide: Update ARM NEON/VFP detectionJeffery To2020-05-11
| | | | | | | | | | | | | | | | | | | | With openwrt/openwrt@8dcc1087602e2dd606e4f6e81a06aee62cfd4f4c, the ARM FPU compiler options are no longer part of CONFIG_TARGET_OPTIMIZATION. This updates various packages that look for NEON/VFP support to search CONFIG_CPU_TYPE instead. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | nss: update to 3.52Lucian Cristian2020-05-10
|/ | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #12126 from lucize/netopeerRosen Penev2020-05-09
|\ | | | | Netopeer2: update Netopeer2 and dependencies to master
| * Netopeer2: update Netopeer2 and dependencies to masterLucian Cristian2020-05-10
| | | | | | | | | | | | | | | | libnetconf2 to 1.1.24 libyang to 1.0.167 sysrepo to 1.4.58 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | libqmi: update version to 1.24.12Aleksander Morgado2020-05-09
|/ | | | | | https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003296.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* pugixml: fix pkgconfig pathsRosen Penev2020-05-08
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12109 from neheb/gerb3Rosen Penev2020-05-08
|\ | | | | gerbera static library changes
| * pugixml: build as staticRosen Penev2020-05-07
| | | | | | | | | | | | | | Upstream recommends static. There is also onle one package that depends on this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * spdlog: switch to static librariesRosen Penev2020-05-07
| | | | | | | | | | | | | | Upstream recommends static libraries for smaller size. There is also one package that uses spdlog. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | oniguruma: bump to 6.9.5_rev1, switch to cmakeEneas U de Queiroz2020-05-08
|/ | | | | | | | | | | | | | | | | | | | | | Besides the version bump, this backports a patch so that cmake uses the same so version information as the current autotools, allowing the switch over to cmake. 6.9.5_rev1 Changelog: - Look-behind bug: if the look-behind contains a branch with a character length of 0 and an anchor is included in the branch, the whole look-behind is ignored - POSIX API disabled by default -- enabled in openwrt, as at least libevhtp needs it - Update Unicode version 13.0.0 - NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...} - NEW API: retry limit in search functions - NEW API: maximum nesting level of subexp call - Fixed behavior of isolated options in Perl and Java syntaxes. /...(?i).../ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #12088 from lucize/sysrepofixRosen Penev2020-05-06
|\ | | | | sysrepo: update to 1.4.2
| * sysrepo: update to 1.4.2Lucian Cristian2020-05-07
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | libevhtp: Fix dependencies not selected when building static libraryJeffery To2020-05-05
|/ | | | | | | | | | | | | | | | | | | | | | | | | | When libevhtp is added to a package's PKG_BUILD_DEPENDS (i.e. for seafile-server), libevhtp's target package dependencies are not automatically selected, in particular libevent2-openssl and libevent2-pthreads. Moreover, if libevent-openssl and libevent2-pthreads are not selected, OpenSSL and thread support are disabled when compiling libevent2, which in turn causes a compile error when building libevhtp. This adds a config option, LIBEVHTP_BUILD_DEPENDS, that will select libevent2-openssl and libevent2-pthreads (via LIBEVHTP_BUILD_SELECT) when it is selected. Other build dependencies are moved to PKG_BUILD_DEPENDS. This also updates seafile-server to remove the (indirect) dependencies added in 13d843fec1cd3281cc469fc74de302c1f793b723 and instead select LIBEVHTP_BUILD_DEPENDS. This also updates the maintainer's email address and adds myself as another maintainer. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #12059 from neheb/gerb2Rosen Penev2020-05-04
|\ | | | | gerbera: update to 1.5.0
| * pugixml: addRosen Penev2020-05-02
| | | | | | | | | | | | Needed for gerbera 1.5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * spdlog: addRosen Penev2020-05-02
| | | | | | | | | | | | Needed for Gerbera 1.5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libupnpp: update to 0.18.0Rosen Penev2020-05-02
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libnpupnp: addRosen Penev2020-05-02
| | | | | | | | | | | | | | This is needed for newer versions of libupnpp. This may or may not also be needed for newer versions of Gerbera. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libupnp: update to 1.12.1Rosen Penev2020-05-02
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12078 from micmac1/masneonRosen Penev2020-05-04
|\ \ | | | | | | neon: add back sed scripts for neon-config
| * | neon: add back sed scripts for neon-configSebastian Kemper2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 3a67097 removed the sed scripts that ran on neon-config. Now there is build failure for Asterisk because a host include directory is added to the build: mips_24kc_musl/usr/lib/libintl-stub/include -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory #include <ne_session.h> ^~~~~~~~~~~~~~ compilation terminated. This commit adds back the sed scripts. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | libmicrohttpd: update to 0.9.70Rosen Penev2020-05-05
|/ / | | | | | | | | | | | | | | Fix license information. Cleanup Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12036 from micmac1/json-glibRosen Penev2020-05-04
|\ \ | | | | | | json-glib: new package
| * | json-glib: new packageSebastian Kemper2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From upstream description: JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #12044 from lucize/yangupRosen Penev2020-05-03
|\ \ \ | | | | | | | | libyang: update to 1.0.130
| * | | libyang: update to 1.0.130Lucian Cristian2020-05-02
| |/ / | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #12068 from ClaymorePT/boost_1.73.0Rosen Penev2020-05-03
|\ \ \ | | | | | | | | boost: Package Version Update (1.73.0)
| * | | boost: Package Version Update (1.73.0)Carlos Miguel Ferreira2020-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Boost to version 1.73.0 In this release, there are two new libraries - Nowide [2] - Standard library functions with UTF-8 API on Windows, from Artyom Beilis. - Static String [3] - A dynamically resizable string of characters with compile-time fixed capacity and contiguous embedded storage, from Vinnie Falco and Krystian Stasiowski. More info about Boost 1.73.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_73_0.html [2]: https://www.boost.org/libs/nowide/ [3]: https://www.boost.org/libs/static_string/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | Merge pull request #12051 from neheb/tirpRosen Penev2020-05-03
|\ \ \ \ | | | | | | | | | | libtirpc: update to 1.2.6
| * | | | libtirpc: update to 1.2.6Rosen Penev2020-05-02
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add HOST_BUILD_PARALLEL for faster compilation. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12050 from neheb/neonRosen Penev2020-05-03
|\ \ \ \ | |_|/ / |/| | | neon: update to 0.31.1
| * | | neon: update to 0.31.1Rosen Penev2020-05-02
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changed. Add license information. Add PKG_BUILD_PARALLEL for faster compilation. Remove several outdated options. Refreshed OpenSSL patch. Other small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / liblo: update to 0.31Rosen Penev2020-05-02
|/ / | | | | | | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / libyaml: update to 0.2.4Rosen Penev2020-05-01
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Revert gperf: removeSebastian Kemper2020-05-01
| | | | | | | | | | | gperf is a basic tool used when building packages. It's not available on all hosts, in which case having a host package like this one is required. For instance the CircleCI environment does not contain gperf, in which case building of software requiring gperf fails. This commit reverts the gperf removal. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #11979 from neheb/janRosen Penev2020-04-30
|\ | | | | jsoncpp: add size optimizations
| * jsoncpp: add size optimizationsRosen Penev2020-04-27
| | | | | | | | | | | | Reduces size slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11987 from Payne-X6/liburcuRosen Penev2020-04-28
|\ \ | | | | | | liburcu: update to version 0.12.1
| * | liburcu: update to version 0.12.1Jan Hák2020-04-28
| |/ | | | | | | Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
* / libedit: update to version 20193112-3.1Jan Hák2020-04-28
|/ | | | Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
* p11-kit: remove pointless --as-needed parameterRosen Penev2020-04-27
| | | | | | | | It is already default with meson. Not bumping PKG_RELEASE as there is no compiled difference. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libevdev: fix compilation with old kernelsRosen Penev2020-04-27
| | | | | | | | Fixes compilation for 4.14 targets. Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11959 from neheb/ipfsRosen Penev2020-04-27
|\ | | | | ipfs-http-client: fix compilation of tests
| * ipfs-http-client: fix compilation of testsRosen Penev2020-04-25
| | | | | | | | | | | | | | | | Wrong CMake variable was being used to enable them. Small whitespace fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | websocketpp: Update to version 0.8.2Bruno Randolf2020-04-27
| | | | | | | | | | | | | | This version has the boost 1.70+ compatibility included so we can drop the patch. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | avahi: remove these pkgconfig workaroundsRosen Penev2020-04-26
|/ | | | | | Backported the upstream patch instead. Less error prone. Signed-off-by: Rosen Penev <rosenp@gmail.com>