aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * glib2: update version to 2.70.4Florian Eckert2022-03-21
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | liboping: fix compilation with ncurses 6.3Hannu Nyman2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with ncurses 6.3 by adjusting the printf format strings. Apparently ncurses 6.3 introduced some new formatting tweaks that broke things. Fixes #18110 Reference to: * https://github.com/octo/liboping/issues/62 * https://github.com/octo/liboping/pull/61 * https://salsa.debian.org/debian/liboping/-/blob/debian/debian/patches/fix_HOST_PRINTF_format_string.patch Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | postgresql: update to 14.2Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | Minor release with a large number of fixes and small changes. See release notes[1] for details. [1]: https://www.postgresql.org/docs/release/14.2/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libinput: update to 1.19.3Daniel Golle2022-03-18
|/ | | | | | | | | | | ed79e4fa quirks: changes touchpad pressure Lenovo Yoga 2 Pro 797a66c1 doc/user: fix broken link to "Observations on trackpoint input data" 7db2a339 quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse 5e7bae44 quirks: Dell 15R touchpad settings for firmware v3 54275910 gestures: cancel hold gestures on thumb detection 033aee76 doc/user: fix broken link to systemd 60-evdev.hwdb Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* glib2: fix compilation with Alpine LinuxRosen Penev2022-03-17
| | | | | | | | | | | Patch taken from Alpine Linux git. The problem is missing -lintl linker flag. Placed in a separate directory as the patch interferes with the way libintl is implemented in OpenWrt. Also removed rpath hack, which is not needed as all libraries are static. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Revert "expat: add host build"Jeffery To2022-03-18
| | | | | | | | | | | | | | | | | | This reverts commit ca21bbf2edd64fffd044e0d6caf6975243a3fa4b. 5bf74f2 removed the host build of expat and updated packages to use tools/expat instead. ca21bbf re-added the host build of expat for mesa (actually wayland) in the video feed. Changing wayland to use tools/expat is the proper fix, and there is a PR[1] open with this change. Therefore this commit can and should be reverted. [1]: https://github.com/openwrt/video/pull/24 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* libextractor: remove ffmpeg pluginRosen Penev2022-03-17
| | | | | | This was removed upstream. It also doesn't build with ffmpeg 5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #18079 from TDT-AG/pr/20220316-libqmi-libmbimFlorian Eckert2022-03-17
|\ | | | | ibqmi/libmbim: fix configure warning on unrecognized options
| * libmbim: remove unknown configure optionFlorian Eckert2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | The configure option --enable-more-warnings and --without-udev are not recognized by configure. Buildlog: configure: WARNING: unrecognized options: --disable-nls, --enable-more-warnings, --without-udev Therefore this unkown configure options are removed with this commit. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * libqmi: remove unknown configure optionFlorian Eckert2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | The configure option --enable-more-warnings is not recognized by configure. Buildlog: configure: WARNING: unrecognized options: --disable-nls, --enable-more-warnings Therefore this configure option is removed with this commit. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #18070 from mhei/libxml2-updateMichael Heimpold2022-03-17
|\ \ | | | | | | libxml2: update to 2.9.13
| * | libxml2: update to 2.9.13Michael Heimpold2022-03-15
| |/ | | | | | | | | | | | | | | This fixes CVE-2022-23308. Also switch to GNOME as download source and xz tarball. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libarchive: add conflict to bsdtar/bsdtar-noopensslJosef Schlehofer2022-03-16
| | | | | | | | | | | | | | Fixes: Packages 'bsdtar' and 'bsdtar-noopenssl' do not conflict while providing same file: /usr/bin/bsdtar Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | libudev-zero: backport latest changes to fix blocking on devices scanFlorian Eckert2022-03-16
| | | | | | | | | | | | | | | | | | | | | | This change added the latest upstream changes since version 1.0.0. When using the smart plugin from collectd, there are problems with the function udev_enumerate_scan_devices. This function is blocked and no longer returns. Backporting the latest fixes from libudev-zero solves the problem. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | libevhtp: Remove packageJeffery To2022-03-16
|/ | | | | | | | | With the removal of Seafile, there are no more in-repo users of this package. It will be imported into the abandoned packages repo[1]. [1]: https://github.com/openwrt/packages-abandoned/pull/25 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: remove rpath-linkRosen Penev2022-03-13
| | | | | | Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* pugixml: update to 1.12.1Rosen Penev2022-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libnpupnp: update to 4.2.1Rosen Penev2022-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmicrohttpd: update to 0.9.75Rosen Penev2022-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* expat: update to 2.4.7Rosen Penev2022-03-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmbim: bump to 1.26.2Kuan-Yi Li2022-03-09
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* libqmi: bump to 1.30.4Kuan-Yi Li2022-03-09
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* libqrtr-glib: bump to 1.2.2Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | Builds are now done from git repository based on release tag. [1][2] Switch to meson as GNU autotools based build is no longer supported. [2] Update SPDX license identifier [3] and switch to AUTORELEASE to avoid manual increments. [1] https://www.freedesktop.org/software/libqmi/libqrtr-glib-RELEASES-README [2] https://lists.freedesktop.org/archives/libqmi-devel/2021-November/003721.html [3] https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/tree/1.2.2#license Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* seafile: Remove packagesJeffery To2022-03-06
| | | | | | | | | | | I believe these packages should be removed (and imported into the abandoned packages repo[1]) as Seafile Server and Seahub have been marked as broken for some time, and I do not believe I will have time to fix or update these packages in the foreseeable future. [1]: https://github.com/openwrt/packages-abandoned/pull/22 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* nspr: update to 4.33Lucian Cristian2022-03-06
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 3.76Lucian Cristian2022-03-06
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* flac: update to 1.3.4Rosen Penev2022-03-02
| | | | | | | | Switch to build with cmake for speed and simplicity. Remove now pointless patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* p11-kit: update to 0.24.1Rosen Penev2022-02-28
| | | | | | | | explicitly disable NLS It seems it's only used for man pages, which are unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* expat: update to 2.4.6Michal Vasilek2022-02-25
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* totem-pl-parser: disable libgcryptJosef Schlehofer2022-02-23
| | | | | | | | | | If libgcrypt is compiled first, then it is automatically picked up during the building totem-pl-parser [1]. Let's disable AmazonAMZ decoding for now. [1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L3 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* totem-pl-parser: disable libarchiveJosef Schlehofer2022-02-23
| | | | | | | | | | | | | If the libarchive is present within the build environment, it is automatically detected and enabled [1]. This causes that totem-pl-parser is not compiled with this error: Package totem-pl-parser is missing dependencies for the following libraries: libarchive.so.18 [1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* pcapplusplus: Add new packageMichal Hrusecky2022-02-18
| | | | | | | | | PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* libdaq3: Enable NFQ DAQMichal Hrusecky2022-02-17
| | | | | | Enable support for DAQ module that uses NFQUEUE. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* totem-pl-parser: new packageW. Michael Petullo2022-02-15
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libwebsockets: fix compilation with newer GCCRosen Penev2022-02-14
| | | | | | Errors on uninitialized variable. No idea why only on powerpc64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* avahi: Changed the target file for the patchHirokazu MORIKAWA2022-02-12
| | | | | | | | Fixed the affected issue in the latest commit daemon.err avahi-daemon[xxx]: mkdir("/run/avahi-daemon/"): No such file or directory Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* tdb: fix build on macosSergey V. Lobanov2022-02-09
| | | | | | This commit adds patch to the issue with 'echo -n' on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* avahi: fix build on some distributionsMichal Vasilek2022-02-09
| | | | | | | | | | This seems to happen only on some distributions (Void, Arch): /usr/lib/libgcc_s.so.1: file not recognized: file format not recognized collect2: error: ld returned 1 exit status libtool: error: error: relink 'libdns_sd.la' with the above command before installing it Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* libtalloc: fix build on macosSergey V. Lobanov2022-02-09
| | | | | | This commit adds patch to fix the issue with 'echo -n' on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* libradiotap: fix bad formatRosen Penev2022-02-02
| | | | | | Found with -Wformat Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mtdev: fix bad printf formatsRosen Penev2022-01-31
| | | | | | Easiest to just change the type. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libdrm: fix bad formats for mips64 and ppc64Rosen Penev2022-01-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | | | | libowfat target-build fails on macos due to using system `ar` and `ranlib` tools not compatible with the objects generated by OpenWrt GCC toolchain. This patch specifies CROSS= make flag that is used as a prefix for `ar` and `ranlib` tools. This patch also specifies CCC= make flag due to CCC= has invalid value after specifying CROSS= make flag (CCC=$(CROSS)$(CC)) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* flac: disable vsxRosen Penev2022-01-29
| | | | | | Fixes compilation with powerpc64 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libunistring: update to 1.0Espen Jürgensen2022-01-18
| | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* neon: fix build on macosSergey V. Lobanov2022-01-17
| | | | | | | | neon detects Darwin on target build and fails due to darwin-specific build behaviour. OS detection is disable (as non required) via ne_cv_os_uname=Linux as a part of CONFIGURE_VARS Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* expat: bump to version 2.4.3Sebastian Kemper2022-01-17
| | | | | | | | | | | | | CVE-2021-45960 CVE-2021-46143 CVE-2022-22822 CVE-2022-22823 CVE-2022-22824 CVE-2022-22825 CVE-2022-22826 CVE-2022-22827 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* gpgme: Fix compile with glibc 2.34Hauke Mehrtens2022-01-13
| | | | | | | | | | | | | This backports a patch from upstream gpgme to fix compilation with glibc 2.34. It fixes the following build problem: posix-io.c: In function '_gpgme_io_spawn': posix-io.c:577:23: error: void value not ignored as it ought to be 577 | while ((i = closefrom (fd)) && errno == EINTR) | ^ make[5]: *** [Makefile:947: posix-io.lo] Error 1 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libfmt: bump to new upstream version 8.1.1Othmar Truniger2022-01-13
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* serdisplib: fix build on macosSergey V. Lobanov2022-01-12
| | | | | | | | | ./configure script detects if serdisplib is built on non-linux build host and disables framebuffer driver. It blocks touchscreen_tool compilation. This detection is not required on cross-compile build so it is disabled via ac_cv_build=$(GNU_TARGET_NAME) in Makefile Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>