aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | libuhttpd: Update to 3.7.0Jianhui Zhao2020-12-26
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | Merge pull request #14313 from neheb/tiJiri Slachta2020-12-26
|\ \ | |/ |/| tiff: update to 4.2.0
| * tiff: update to 4.2.0Rosen Penev2020-12-22
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | icu: update to 68.2Hirokazu MORIKAWA2020-12-24
| | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: head r15324-920b692, aarch64, x86_64 Run tested: (qemu-5.2.0) aarch64 Description: Update to 68.2 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #14303 from neheb/xsltJiri Slachta2020-12-23
|\ \ | | | | | | libxslt: add autoreconf to fix compilation
| * | libxslt: add autoreconf to fix compilationRosen Penev2020-12-22
| |/ | | | | | | | | | | | | Arch Linux fails to compile without it as it tries to link to host libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14314 from neheb/viRosen Penev2020-12-23
|\ \ | | | | | | vips: update to 8.10.15
| * | vips: update to 8.10.15Rosen Penev2020-12-22
| |/ | | | | | | | | | | Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14316 from neheb/gnNikos Mavrogiannopoulos2020-12-23
|\ \ | | | | | | gnutls: update to 3.7.0
| * | gnutls: update to 3.7.0Rosen Penev2020-12-22
| |/ | | | | | | | | | | | | | | Added autoreconf to fix bad linking under Arch Linux. Added patch to fix compilation with autoreconf. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14305 from neheb/upnp1Rosen Penev2020-12-22
|\ \ | | | | | | libupnp: add back autoreconf
| * | libupnp: add back autoreconfRosen Penev2020-12-22
| |/ | | | | | | | | | | | | Fixes compilation under Arch Linux as it tries to link to host libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / sbc: update to 1.5Rosen Penev2020-12-22
|/ | | | | | Add a patch to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>