aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* libmaxminddb: install pkgconfig fileRosen Penev2023-01-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtorrent-rasterbar: Update to 2.0.8Tianling Shen2023-01-03
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* libwebsockets: fix uloop supportJohn Crispin2023-01-03
| | | | | | | | | | The commit adding uloop support failed to actually install the .so and add the correct dependencies. [2022/12/26 18:19:38:1835] E: lws_create_context: failed to load evlib_uloop Fixes: 1557ac367a ("libwebsockets: enable built in uloop support") Signed-off-by: John Crispin <john@phrozen.org>
* Merge pull request #20165 from TDT-AG/pr/20221223-libgpiodMichael Heimpold2022-12-28
|\ | | | | libgpiod: add missing kernel build options via KCONFIG
| * libgpiod: add missing kernel build options via KCONFIGFlorian Eckert2022-12-23
| | | | | | | | | | | | | | | | | | This library needs the kernel config option 'CONFIG_GPIO_CDEV_V1=y' to be set. If this is not set, the tool 'gpioinfo' produces the error message 'error creating line iterator'. Add the missing kernel config option to build CDEV with API Version 1 fixes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | libarchive: add missing CONFLICTMichal Vasilek2022-12-23
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | libarchive: update to 3.6.2Michal Vasilek2022-12-23
|/ | | | | | | | * fixes CVE-2022-36227 * drop upstreamed patch * removed deprecated AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* boost: refresh GCC options in MakefileTony Butler2022-12-22
| | | | | | | | | | | | | | | | | | | | | this Makefile still used `CONFIG_GCC_USE_VERSION_*` to select various compilation options, for GCC versions that are antiquated convert to parsing the major from the `CONFIG_GCC_VERSION` which will always exist and can also be used with range logic intent seemed to be: * `-std=gnu++20` for "=10" (and newer, probably) * `-std=gnu++14` for "=5" * `-std=gnu++17` for "not =10 and not =5" GCC 11 or 12 would likely revert to the default (6 through 9) option with those, because 10 was the newest at the time, and 11 and 12 are "not =10 and not =5" probably the GCC 5 support could be removed, not sure about 9 and 10 Signed-off-by: Tony Butler <spudz76@gmail.com>
* libsoup3: update to 3.2.2W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup: update to 2.74.3W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: update to 2.6.3W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* hwloc: update to 2.8.0W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vips: update to 8.13.3W. Michael Petullo2022-12-22
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* postgresql: update to version 14.6Daniel Golle2022-12-20
| | | | | | | | This release contains a variety of fixes from 14.5. See https://www.postgresql.org/docs/release/14.6/ for details. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: update to version 0.33Daniel Golle2022-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove no longer needed downstream patches. Changes since 0.32: add byte_start, byte_starts add a man page for byte_equal_notimingattack buffer_seek is no longer limited to the current buffer contents add automated way to run unit test: make check add parse.h add bytestream abstraction for parsing data from a buffer or a file add compiler.h to abstract gcc attributes add fmt_strm_malloc add cross references to open_* and mmap_* man pages add fmt_strm_alloca and fmt_strm_malloc man pages add buffer_init_allocbuf, buffer_init_read, buffer_init_write, buffer_init_read_allocbuf, buffer_init_write_allocbuf fix buffer overread for len=0 in scan_longn (Martin Castillo) add iob_write2 with sendfile callback so caller can use OpenSSL's SSL_sendfile Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #20103 from graysky2/libdaq3Florian Eckert2022-12-19
|\ | | | | libdaq3: update to 3.0.10
| * libdaq3: update to 3.0.10John Audia2022-12-18
| | | | | | | | | | | | Upstream bump Signed-off-by: John Audia <therealgraysky@proton.me>
* | boost: Reset Package Release versionCarlos Miguel Ferreira2022-12-18
| | | | | | | | Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | boost: Updates package to version 1.81.0Carlos Miguel Ferreira2022-12-18
|/ | | | | | | | | | | | | | | | | This commit updates boost to version 1.81.0 A new library is available: - URL [1]: A library for parsing, modifying, and printing URLs using only C++11, from Vinnie Falco and Alan de Freitas. Features include fast compilation, strong invariants, and strict compliance using a memory-friendly approach. More info about Boost 1.81.0 can be found at the usual place [2]. [1]: https://www.boost.org/doc/libs/1_81_0/libs/url/doc/html/index.html [2]: https://www.boost.org/users/history/version_1_81_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* apr-util: disable parallel buildMichal Vasilek2022-12-16
| | | | | | | | | | | Build reliably fails with -j20 crypto/apr_passwd.c:200:1: fatal error: error closing -: Broken pipe 200 | } | ^ compilation terminated. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* libqmi: bump to 1.32.2Kuan-Yi Li2022-12-09
| | | | | | Drop deprecated AUTORELEASE. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* libmbim: bump to 1.28.2Kuan-Yi Li2022-12-09
| | | | | | Drop deprecated AUTORELEASE. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* libqrtr-glib: drop deprecated AUTORELEASEKuan-Yi Li2022-12-09
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* nss: update to 3.85Lucian Cristian2022-12-02
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libgphoto2: update to 2.5.30Rosen Penev2022-11-23
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* liburing: Update to v2.3Christian Lachner2022-11-22
| | | | | | - Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* Merge pull request #19932 from flyn-org/libgpg-errorHannu Nyman2022-11-19
|\ | | | | libgpg-error: copy gpg-error.pc to staging directory
| * libgpg-error: copy gpg-error.pc to staging directoryW. Michael Petullo2022-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | Packages like libassuan and libksba would not compile after updating libgpg-error to 1.46. This was because gpg-error.m4 (and thus the affected packages' configure scripts) relies on gpgrt-config, which in turn needs access to gpg-error.pc. This modifies the libgpg-error build process to copy gpg-error.pc to OpenWrt's staging directory, so that it is available for subsequent dependent package builds. Fixes: https://github.com/openwrt/packages/issues/19880 Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | sqlite3: Update to 3.40.0Tianling Shen2022-11-18
|/ | | | | | | | | 1. Added a new option for SQLITE3_COLUMN_METADATA. 2. Minor cleanup Makefile and fixed 2 typo errors. Fixes: CVE-2022-35737 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* pugixml: removeRosen Penev2022-11-16
| | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* spdlog: removeRosen Penev2022-11-16
| | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libebml: removeRosen Penev2022-11-16
| | | | | | Since libmatroska was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmatroska: removeRosen Penev2022-11-16
| | | | | | Since gerbera was removed, this is unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* expat: update to 2.5.0Rosen Penev2022-11-14
| | | | | | | | Fixes: CVE-2022-43680 Added GitHub mirror. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libmaxminddb: update to 1.7.1Rosen Penev2022-11-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* neon: update to 0.32.4Rosen Penev2022-11-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libsoup3: update to 3.2.1Rosen Penev2022-11-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* taglib: update to 1.13Rosen Penev2022-11-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* speex: update to 1.2.1Rosen Penev2022-11-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtalloc: update to 2.3.4Rosen Penev2022-11-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: update to 0.10.4Rosen Penev2022-11-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxerces-c: update to 3.2.4Rosen Penev2022-11-07
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tiff: update to 4.4.0Rosen Penev2022-11-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libowfat: Fix compile with glibc 2.36Hauke Mehrtens2022-11-06
| | | | | | | | | | This fixes the following error message seen when compiling against glibc 2.36: from scan/scan_httpdate.c:3: include/sys/cdefs.h:338:65: error: macro "__has_attribute" requires an identifier 338 | #if __GNUC_PREREQ (3,2) || __glibc_has_attribute (__deprecated__) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libarchive: Backport build fix for glibc 2.36Hauke Mehrtens2022-11-06
| | | | | | | This backports a build fix for libarchive when compiling against glibc 2.36. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* libuhttpd: update to 3.14.1Rosen Penev2022-11-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #19834 from neheb/7Jiri Slachta2022-11-06
|\ | | | | libxslt: update to 1.1.37
| * libxslt: update to 1.1.37Rosen Penev2022-11-05
| | | | | | | | | | | | Upstream URL changed. There's also a cmake build now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgpg-error: install gpg-error-config againRosen Penev2022-11-05
| | | | | | | | | | | | Upstream deprecated it while not fixing libgcrypt not to use it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libdrm: update to 2.4.114Rosen Penev2022-11-05
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>