aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libuhttpd: Update to 3.6.0Jianhui Zhao2020-12-20
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* libgphoto2: fix bad symlinkRosen Penev2020-12-19
| | | | | | Switched to relative path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* elektra: explicitly disable gpgme pluginMatt Merhar2020-12-19
| | | | | | | | | | | | With the addition of gpgme-config per 91a6168, elektra has started detecting the presence of gpgme and is automatically building the plugin. Even though it's not being installed, it has broken the build on CONFIG_ARCH="arc" due to some LFS weirdness with uClibc. Explicitly disable it since the package in its current form doesn't expect it to be built. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* Merge pull request #14223 from tofurky/fwknop_gpgme_depsRosen Penev2020-12-18
|\ | | | | fwknop: gpgme: fix build of fwknop with gpg enabled
| * gpgme: install gpgme-config to host binMatt Merhar2020-12-13
| | | | | | | | | | | | | | | | | | This is necessary for at least fwknop to properly detect the library. The change was modeled after how gpg-error-config is installed in the libgpg-error package. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* | protobuf: fix bad CFLAGS in pkgconfigRosen Penev2020-12-17
| | | | | | | | | | | | | | | | Issue shows itself when using clang. Refreshed other patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libuhttpd: Update to 3.5.0Jianhui Zhao2020-12-17
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | nss: update to 3.60Rosen Penev2020-12-15
| | | | | | | | | | | | | | | | | | | | Added patch to fix compilation with musl 1.2.x. Install nss-config file and fix it up. Might help some packages... Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14230 from neheb/p11kNikos Mavrogiannopoulos2020-12-15
|\ \ | | | | | | p11-kit: update to 0.23.22
| * | p11-kit: update to 0.23.22Rosen Penev2020-12-14
| | | | | | | | | | | | | | | | | | Backport upstream patch that fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libpng: properly fix zlib issueRosen Penev2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit meant to avoid adding an LDFLAG but it just avoided the issue. The real issue is PNG_BUILD_ZLIB being turned to ON. This variable is for specifying a custom zlib location, which is not necessary. Switching it to OFF calls find_package and links properly. Backported two zlib related patches. The latter is a somewhat impoarant fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14228 from neheb/vRosen Penev2020-12-14
|\ \ \ | | | | | | | | vips: do not install libvips-cpp
| * | | vips: do not install libvips-cppRosen Penev2020-12-14
| |/ / | | | | | | | | | | | | | | | | | | | | | Nothing uses it. Allows to slim the package down. Also made the InstallDev section more explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / pcre2: update to 10.36Rosen Penev2020-12-14
|/ / | | | | | | | | | | Mostly JIT fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14217 from ClaymorePT/boost_1.75.0Rosen Penev2020-12-14
|\ \ | | | | | | boost: Updates package to version 1.75
| * | boost: Adds json libraryCarlos Miguel Ferreira2020-12-14
| | | | | | | | | | | | | | | | | | | | | json library can work as header-only, but adding for the cases where it is necessary. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
| * | boost: Removes unecessary patchCarlos Miguel Ferreira2020-12-14
| | | | | | | | | | | | | | | | | | Fixed in upstream Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
| * | boost: Updates package to version 1.75Carlos Miguel Ferreira2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.75 This release brings three new packages * JSON parsing, serialization, and DOM in C++11, from Vinnie Falco and Krystian Stasiowski. [1] * LEAF: A lightweight error-handling library for C++11, from Emil Dotchevski. [2] * PFR: Basic reflection without macro or boilerplate code for user defined types, from Antony Polukhin. [3] More info about Boost 1.75.0 can be found at the usual place [4]. [1]: https://www.boost.org/libs/json/ [2]: https://www.boost.org/libs/leaf/ [3]: https://www.boost.org/libs/pfr/ [4]: https://www.boost.org/users/history/version_1_75_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | keyutils: update to 1.6.3 and improve packagingDaniel Golle2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to kernel.org upstream (most recent versions seem to be available only there) * package request-key, key.dns_resolver and their config file into new package 'keyutils' * refresh patches Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libs: cjson: correctly install to named include pathsKarl Palsson2020-12-14
| | | | | | | | | | | | | | | | | | | | | Supports the more traditional "#include <cjson/cJSON.h>" instead of dropping them in the root. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libpng: disable building of executablesRosen Penev2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are not packaged here. Upstream backport. Speeds up compilation and avoids a zlib hack. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14221 from neheb/geRosen Penev2020-12-13
|\ \ \ | |_|/ |/| | gerbera update
| * | spdlog: update to 1.8.2Rosen Penev2020-12-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | pugixml: update to 1.11.1Rosen Penev2020-12-13
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / libarchive: update to 2.5.0Rosen Penev2020-12-13
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* glib2: use normal format functionsRosen Penev2020-12-12
| | | | | | | | | These meson checks rely on being able to run binaries. Just force them on. Reduces compiled size. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14181 from sartura/feature_uci2-packageRosen Penev2020-12-11
|\ | | | | uci2: add library package
| * uci2: add library packageJakov Petrina2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @jpetrina Compile tested: arm, ipq4018, master@r15169-36e0268aa6 Run tested: arm, ipq4018, master@r15169-36e0268aa6 Description: UCI2 is a C library that provides an alternative UCI parser with an Abstract Syntax Tree (AST) representation of configuration files. Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr> Tested-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | libpng: fix paths in config filesRosen Penev2020-12-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | xmlrpc-c: fix config file prefix pathRosen Penev2020-12-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgcrypt: fix config fileRosen Penev2020-12-10
| | | | | | | | | | | | Change the prefix instead of each path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libuv: fix pkgconfig paths for libuv-static.pc as wellRosen Penev2020-12-10
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apr-util: fix config file and install to proper locationRosen Penev2020-12-08
| | | | | | This allows subversion to find it properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtirpc: update to 1.3.1Andy Walsh2020-12-08
| | | | | | * update to 1.3.1 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* libs: add cJSONKarl Palsson2020-12-08
| | | | | | New package, new dependency of mosquitto v2.0 Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #14166 from neheb/neonnRosen Penev2020-12-08
|\ | | | | neon: install neon-config to host path
| * neon: install neon-config to host pathRosen Penev2020-12-07
| | | | | | | | | | | | | | | | Helps old packages that do not use pkgconfig. Fixed paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14172 from neheb/aprRosen Penev2020-12-07
|\ \ | | | | | | apr: install apr-1-config to host
| * | apr: install apr-1-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix some extra paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14171 from neheb/ftdioneRosen Penev2020-12-07
|\ \ | | | | | | libftdi: install libftdi-config to host
| * | libftdi: install libftdi-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix wrong paths in config. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14169 from neheb/daqRosen Penev2020-12-07
|\ \ | | | | | | libdaq: fix config file
| * | libdaq: fix config fileRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | | | | | Install to host to fix compilation with depending packages. Fix paths to point to OpenWrt and not OS. Don't install to device. This is strictly an InstallDev thing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14167 from neheb/ftdi11Rosen Penev2020-12-07
|\ \ | | | | | | libftdi: install libftdi1-config to host
| * | libftdi: install libftdi1-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix prefix paths as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14170 from neheb/pcre222Rosen Penev2020-12-07
|\ \ | | | | | | pcre2: install pcre2-config to host path
| * | pcre2: install pcre2-config to host pathRosen Penev2020-12-07
| |/ | | | | | | | | | | Helps old packages that do not use pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14164 from neheb/gphotooRosen Penev2020-12-07
|\ \ | | | | | | libgphoto2: install config files to host
| * | libgphoto2: install config files to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Remove old entries for previous versions of libgphoto2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14168 from neheb/taggRosen Penev2020-12-07
|\ \ | | | | | | taglib: install taglib-config to host path