aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* | Merge pull request #16374 from neheb/poccRosen Penev2021-08-24
|\ \ | |/ |/| poco: update to 1.11.0
| * poco: update to 1.11.0Rosen Penev2021-08-15
| | | | | | | | | | | | Refresh patches and fix strerror one. uClibc also defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16440 from paper42/apr-cve-masterRosen Penev2021-08-23
|\ \ | | | | | | apr: patch CVE-2021-35940
| * | apr: patch CVE-2021-35940Michal Vasilek2021-08-23
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | v4l-utils: add libudev-zero dependencyStijn Tintel2021-08-23
|/ / | | | | | | | | | | | | | | | | | | | | | | | | When libudev-zero is enabled, v4l-utils links against it, and the package build fails due to a missing dependency: Package v4l-utils is missing dependencies for the following libraries: libudev.so.1 As disabling udev doesn't seem to be supported in v4l-utils, simply add the dependency to fix the build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | libmbim: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libqmi: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libmbim: bump to 1.26.0Nicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libqmi: bump to 1.28.8Nicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libinput: package libinput cli applets and quriksDaniel Golle2021-08-21
| | | | | | | | | | | | Also package /usr/libexec/libinput/* and /usr/share/lib/input/*. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | c-ares: update to version 1.17.2Petr Štetiar2021-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Missing input validation of host names returned by Domain Name Servers in the c-ares library can lead to output of wrong hostnames (leading to Domain Hijacking). The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2021-3672 to this issue. References: https://c-ares.haxx.se/adv_20210810.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | libwebsockets: avoid a compilation error due to a missing uloopRonny Kotzschmar2021-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a clean build environment and at least two parallel jobs a compilation error may occur: ... -- Looking for uv/version.h - found libubox include dir: ULOOP_INCLUDE_DIRS-NOTFOUND libubox libraries: ULOOP_LIBRARIES-NOTFOUND ... CMake Error in lib/event-libs/uloop/CMakeLists.txt: Found relative path while evaluating include directories of "websockets-evlib_uloop": "ULOOP_INCLUDE_DIRS-NOTFOUND" ... Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
* | Merge pull request #16375 from neheb/jpggRosen Penev2021-08-16
|\ \ | | | | | | libjpeg-turbo: update to 2.1.1
| * | libjpeg-turbo: update to 2.1.1Rosen Penev2021-08-15
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | postgresql: update to version 13.4Daniel Golle2021-08-16
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16301 from stintel/libffiAlexandru Ardelean2021-08-16
|\ \ | |/ |/| libffi: bump to 3.4.2
| * libffi: bump to 3.4.2Stijn Tintel2021-08-07
| | | | | | | | | | | | | | | | Remove both patches as they have been upstreamed. This new release is only available on Github and does not ship configure or Makefile, so autoreconf is needed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16326 from cotequeiroz/install_hostRosen Penev2021-08-14
|\ \ | | | | | | perlmod.mk, unixodbc: use 'install' instead of 'cp' to install host binaries to avoid "Text file busy" error.
| * | unixodbc: use 'install' when copying host binariesEneas U de Queiroz2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | 'cp' fails with a text file busy error if it tries to overwrite an executable file that is running. 'install' unlinks the file first, so it will not cause the problem. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | postgresql: improve init scriptDaniel Golle2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use newly introduced procd_add_restart_mount_trigger to make sure postmaster gets started only once PGDATA becomes available. Relocate socket directory to /var/lib/postgresql to make it possible to run postgresql inside a ujail. Use signal for shutdown, so it works nicely with jail. Allow multiple script in UCI 'config postgres-db' to be a list and run them in order listed. User more silent methods to check for db or role existence and make it easy to create several databases owned by the same user by passing the same credentials multiple times. Remove disfunctional reload handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | redis: update to version 6.2.5Jan Pavlinec2021-08-11
|/ / | | | | | | | | | | Fixes CVE-2021-32761 Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>