aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libudev-zero: update to version 1.0.0Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 14.0Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libsodium: update maintainer email addressDamiano Renfer2021-10-09
| | | | Signed-off-by: Damiano Renfer <x9w2n7xnu@relay.firefox.com>
* libsodium: include ed25519_core in minimal buildDaniel Golle2021-10-09
| | | | | | | | Functions from ed25519_core are needed for GNUnet to build. Include them in the minimal build of libsodium so we don't need to switch to the full build just for that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* hiredis: fix compilation with macOSRosen Penev2021-10-08
| | | | | | uname is used to test the host OS. Override it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16823 from cotequeiroz/openblas-mipsAlexandru Ardelean2021-10-07
|\ | | | | openblas: fix compilation with mips x4k series CPU
| * openblas: avoid using make -j when buildingEneas U de Queiroz2021-10-06
| | | | | | | | | | | | | | Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when building the package, honoring the parent make's setting. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * openblas: fix compilation with mips x4k series CPUEneas U de Queiroz2021-10-06
| | | | | | | | | | | | | | Anything later than MIPS 24k can run MIPS 24k code. Set OPENBLAS_TARGET to MIPS24K in those cases. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | libdrm: update to version 2.4.107Daniel Golle2021-10-07
|/ | | | | | Change to select features by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libdnet: fix compilation under macOSRosen Penev2021-10-05
| | | | | | | configure checks the host system not the target one. Override these variables. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openblas: bump to 0.3.18Alexandru Ardelean2021-10-04
| | | | | | Drops patch, which was upstreamed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libwebp: fix webpmux lib name for cmake linkingAlexandru Ardelean2021-10-02
| | | | | | | | | | | | | | When using CMake the `<prefix>/usr/share/WebP/cmake/WebPConfig.cmake` gets used to get the names of the libraries to link against. Since version 1.2.1 of libwebp, libwebpmux is on by default. This causes a linker error because the linker arg should be `-lwebpmux` instead of `-llibwebpmux`. This is easily fixable by correcting the generation of the WebPConfig.cmake file to append `webpmux` when this lib is enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libfido2: update to 1.8.0Rosen Penev2021-10-01
| | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove no longer necessary warning fixes. Add now needed zlib dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: libwebp: bump to 1.2.1 & assign myself as maintainerAlexandru Ardelean2021-09-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #16746 from neheb/secc2Alexandru Ardelean2021-09-28
|\ | | | | libseccomp: update to 2.5.2
| * libseccomp: update to 2.5.2Rosen Penev2021-09-26
| | | | | | | | | | | | | | | | Use AUTORELEASE for simplicity. Add libtool patch to fix compilation under some platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libarchive: update to 3.5.2Rosen Penev2021-09-27
|/ | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* hidapi: update to 0.10.1Rosen Penev2021-09-26
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libconfig: update to 1.7.3Rosen Penev2021-09-26
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libfstrm: update to 0.6.1Rosen Penev2021-09-26
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* nlohmannjson: update to 3.10.2Rosen Penev2021-09-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minizip: update to 3.0.3Rosen Penev2021-09-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf: update to 3.17.3Rosen Penev2021-09-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libcoap: update to 4.3.0Rosen Penev2021-09-26
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: openblas: use GENERIC for MIPS{EL} and MIPS24K for CPU_TYPE == 24kcAlexandru Ardelean2021-09-26
| | | | | | | | Up until now, we were defaulting to MIPS24K for all MIPS archs. But, we should use the GENERIC target for MIPS{EL} and the MIPS24K target for the 24kc CPU_TYPE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs: openblas: patch openblas to handle mips{64}el arch namesAlexandru Ardelean2021-09-26
| | | | | | Related to PR: https://github.com/xianyi/OpenBLAS/pull/3387 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs: openblas: use GENERIC target for MIPS64 archs and as defaultAlexandru Ardelean2021-09-26
| | | | | | | | The GENERIC target for OpenBLAS seems good enough for most configs, so try to use it for MIPS64 and as default for other archs. This was already being used for x86{_64} archs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* freetype: update to 2.11.0Rosen Penev2021-09-25
| | | | | | | | Remove upstreamed patches. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgcrypt: update to 1.9.4Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libexif: update to 0.6.23Rosen Penev2021-09-25
| | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Fix license information. Add PKG_BUILD_PARALLEL for faster compilation. Fixes CVE-2020-0198 and CVE-2020-0452. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libdrm: update to 2.4.107Rosen Penev2021-09-25
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gdbm: update to 1.21Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libuwsc: fix compilation with GCC11Rosen Penev2021-09-24
| | | | | | Bad if identation is now an error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: switch to compiling with mesonRosen Penev2021-09-22
| | | | | | Faster and more parallel friendly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libqmi: bump to 1.30.2Kuan-Yi Li2021-09-20
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* liburing: Update to v2.1Christian Lachner2021-09-12
| | | | | | | - Updated download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* nss: update to 3.69Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.32Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* boost: Fixes Boost.Math build for arm_xscaleCarlos Miguel Ferreira2021-09-08
| | | | | | | | | This commit adds a new patch which fixes build issue with Boost.Math. Issue is described in upstream PR boostorg/math#684 [1] [1]: https://github.com/boostorg/math/pull/684 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* libuhttp: don't build examplesRosen Penev2021-09-08
| | | | | | Speeds up compilation and potentially fixes it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libzip: fix compilation without SSLRosen Penev2021-09-05
| | | | | | Linker error. No idea why. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtorrent-rasterbar: update to 2.0.4Rosen Penev2021-09-04
| | | | | | Backport patch fixing compilation with boost 1.77 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* boost: Bump to version 1.77.0Carlos Miguel Ferreira2021-09-02
| | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.77.0 More info about Boost 1.77.0 can be found at the usual place [1]. There are two new libraries in this version: * Describe [2]: A C++14 reflection library, from Peter Dimov. Provides macros for describing enumerators and struct/class members, and primitives for querying this information. * Lambda2 [3]: A C++14, dependency-free, single header lambda library, from Peter Dimov. Allows simple function objects to be constructed via expressions such as: _1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'. [1]: https://www.boost.org/users/history/version_1_77_0.html [2]: https://www.boost.org/libs/describe/ [3]: https://www.boost.org/libs/lambda2/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* json-glib: bump to version 1.6.6Sebastian Kemper2021-08-29
| | | | | | | This also drops 01-remove-python-check.patch, which was added previously to allow Github Actions to work. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* glib2: update to 2.68.4Rosen Penev2021-08-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: update to 0.9.6Michal Vasilek2021-08-27
| | | | | | * fixes CVE-2021-3634 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* libwebsockets: enable external poll supportKarl Palsson2021-08-25
| | | | | | | | | | This was removed and then re-added, but defaulted off upstream. It's still listed as "not recommended" but still absolutely essential for many apps for performance. Fixes: https://github.com/eclipse/mosquitto/issues/2284 Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #16422 from neheb/g19Rosen Penev2021-08-25
|\ | | | | gerbera: update to 1.9.0
| * spdlog: update to 1.9.2Rosen Penev2021-08-24
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>