aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* gnutls: updated to 3.8.3Nikos Mavrogiannopoulos2024-01-24
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* openblas: bump to version 0.3.26Alexandru Ardelean2024-01-17
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* libfmt: bump to upstream version 10.2.1Othmar Truniger2024-01-10
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* libs/xmlrpc-c: fix pkg-config filesYegor Yefremov2024-01-06
| | | | | | | | | | | | Add an upstream patch that uses conventional variables in pkg-config files so they can be overridden at pkg-config time. This patch was created using the following upstream revisions: - https://sourceforge.net/p/xmlrpc-c/code/3203/ - https://sourceforge.net/p/xmlrpc-c/code/3205/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* libs/xmlrpc-c: update to 1.59.02Yegor Yefremov2024-01-06
| | | | | | Also remove the already upstreamed patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* mpfr: remove package, moved into main OpenWrt repoHannu Nyman2024-01-05
| | | | | | | mpfr has been moved to the main OpenWrt source repository, as it is required by gbd 14. Remove it from the feeds repo. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* libsodium: Update to 1.0.19 and fix patchesCarsten Schuette2024-01-03
| | | | | | Also add TAR_OPTIONS and TAR_CMD. Unfortunately, latest version of libsodium extracts to an additional libsodium-latest subfolder, which is unneccessary and removed by these options. Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
* libdaq: remove packageW. Michael Petullo2024-01-03
| | | | | | Replaced with libdaq3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libmad: update to 0.16.4Rosen Penev2024-01-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openldap: update to 2.6.6W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libdmapsharing: update to 3.9.13W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* hwloc: update to 2.10.0W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vips: update to 8.15.1W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgcrypt: update to 1.10.3W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup3: update to 3.4.4W. Michael Petullo2024-01-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup: remove packageW. Michael Petullo2024-01-02
| | | | | | | Remove libsoup package, as all of the packages that have depended on it moved to libsoup3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libs/xmlrpc-c: install pkgconf filesYegor Yefremov2023-12-28
| | | | | | Copy *.pc files into the staging directory. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* boost: Updates package to version 1.84.0Carlos Miguel Ferreira2023-12-24
| | | | | | | | | | | | | | | | | | This commit updates boost to version 1.84.0 New available libraries: * *Cobalt:* Basic algorithms and types for C++20 coroutines, from Klemens Morgenstern. [2] * *Redis:* Redis async client library built on top of Boost.Asio, from Marcelo Zimbres Silva. [3] More info about Boost 1.84.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_84_0.html [2]: https://www.boost.org/libs/cobalt/ [3]: https://www.boost.org/libs/redis/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* libassuan: Fix licenseFabrice Fontaine2023-12-22
| | | | | | | | | | | | | | | | | | | | | libassuan license is wrong since the addition of the package in commit https://git.openwrt.org/?p=feed/packages.git;a=commit;h=e24e8fa98c813911419271d64433deb2b453fa02 Indeed, libassuan has been licensed under LGPL-2.1+ since version 1.0.3 back in 2007 [1]: Noteworthy changes in version 1.0.3 (2007-08-24) ------------------------------------------------ * Changed the license of the library code back to LGPLv2.1 to support a bunch of GPLv2(only) software which does not allow the use of LGPLv3. Note that this is only a temporary change and authors of GPLv2(only) software are asked to switch to GPLv3 or to add an exception which allow the use of LPGLv3 software. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libassuan.git;a=blob;f=NEWS;h=3a86eca4175fbcb12bb00722c2047062df67a46d;hb=HEAD Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* Merge pull request #22916 from commodo/openblasAlexandru Ardelean2023-12-21
|\ | | | | openblas: bump to version 0.3.25
| * openblas: bump to version 0.3.25Alexandru Ardelean2023-12-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | hiredis: update to version 1.2.0Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcing Hiredis v1.2.0 with with new adapters, and a great many bug fixes. 🚀 New Features - Add sdevent adapter - Allow specifying the keepalive interval - Add RedisModule adapter - Helper for setting TCP_USER_TIMEOUT socket option 🐛 Bug Fixes - Fix a typo in b6a052f. - Fix wincrypt symbols conflict - Don't attempt to set a timeout if we are in an error state. - Accept -nan per the RESP3 spec recommendation. - Fix colliding option values - Ensure functionality without `_MSC_VER` definition 🧰 Maintenance - Add a test for the TCP_USER_TIMEOUT option. - Add -Werror as a default. - CI: Update homebrew Redis version. - Fix typo in makefile. - Write a version file for the CMake package - CMakeLists.txt: respect BUILD_SHARED_LIBS - Cmake static or shared - fix typo - Add a test ensuring we don't clobber connection error. - Search for openssl on macOS Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gpgme: Fix licenseFabrice Fontaine2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpgme license is wrong since the addition of the package in commit https://git.openwrt.org/?p=feed/packages.git;a=commit;h=3e39633b75e7d26f3666bce9c2e97d268f0fd068 Indeed, gpgme has been licensed under LPGL-2.1+ since version 1.0.2 back in 2004 [1]: Noteworthy changes in version 1.0.2 (2004-12-28) ------------------------------------------------ * Changed the license of the library to the GNU Lesser General Public License (LGPL), version 2.1 or later. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=NEWS;h=2475a877a40817f575accd22a386bfd5f0a66aad;hb=HEAD Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | icu: bump to 74.2Hirokazu MORIKAWA2023-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | ICU 74.2 maintenance release Release date: 2023-12-13 ICU 74.2 updates to CLDR 44.1 locale data. These are maintenance releases for ICU 74 and CLDR 44, with limited sets of bug fixes and no API or structural changes. * The CLDR bug fix relevant for ICU is for some formatting patterns that erroneously had two adjacent space characters. These are coalesced into one. (CLDR-17233) * List of tickets fixed in ICU 74.2 * Important: DateFormat.getInstanceForSkeleton() and the DateTimePatternGenerator sometimes used the wrong patterns because they failed to use/inherit certain data. (ICU-22575 — CLDR 44 had removed some redundant data that ICU relied on.) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | hyperscan: new package for speeding up regex opsJohn Audia2023-12-19
| | | | | | | | | | | | | | | | | | | | | | | | Hyperscan is a high performance regular expression matching library from Intel that runs on x86 platforms and offers support for Perl Compatible Regular Expressions (PCRE) syntax, simultaneous matching of groups of regular expressions, and streaming operations. This has utility in speeding up snort3. Signed-off-by: John Audia <therealgraysky@proton.me>
* | libsoup: fix compilation with libml2 1.12Rosen Penev2023-12-19
| | | | | | | | | | | | Needs a different header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libtorrent-rasterbar: Update to 2.0.9Tianling Shen2023-12-18
|/ | | | | | Switch to use release tarball to avoid try_signal hack. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* libiio: update to 0.25Michael Heimpold2023-12-16
| | | | | | While at, backport fix to compile against libxml 2.12.0. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #22354 from lvoegl/pr/20230910-swanmonFlorian Eckert2023-12-14
|\ | | | | swanmon: add package
| * davici: add packageLukas Voegl2023-10-20
| | | | | | | | Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
* | cyrus-sasl: create libsasl2-utils package for programsW. Michael Petullo2023-12-13
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | libxslt: update to 1.1.39Nick Hainke2023-12-07
| | | | | | | | | | | | | | | | | | Release Notes: - https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38 - https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39 Fixes: #22836 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | libs/libsocketcan: remove double lineYegor Yefremov2023-12-02
| | | | | | | | | | | | | | | | The following line appeared twice: include $(INCLUDE_DIR)/package.mk Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | Merge pull request #22772 from stangri/master-ngtcp2Stan Grishin2023-12-01
|\ \ | | | | | | ngtcp2: update to 1.1.0
| * | ngtcp2: update to 1.1.0Stan Grishin2023-11-27
| | | | | | | | | | | | | | | | | | * Changelog: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.1.0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #22770 from stangri/master-nghttp3Stan Grishin2023-12-01
|\ \ \ | | | | | | | | nghttp3: update to 1.1.0
| * | | nghttp3: update to 1.1.0Stan Grishin2023-11-27
| |/ / | | | | | | | | | | | | | | | * Changelog: https://github.com/ngtcp2/nghttp3/releases/tag/v1.1.0 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | libsocketcan: new packageYegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | Readd and update the libsocketcan package from OpenWrt 14.07: https://git.archive.openwrt.org/?p=14.07/packages.git;a=blob;f=libs/libsocketcan/Makefile;hb=a2d1927140548a805970f0859150556ea0b22a78 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | libs/xmlrpc-c: restore support for xmlrpc-c-libxml2 packageYegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove xmlrpc-c Package definition and let both xmlrpc-c-internal and xmlrpc-c-libxml2 provide xmlrpc-c. Also add a patch removing the unnecessary linking. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | libs/xmlrpc-c: fix xmlrpc-c-abyss and xmlrpc-c-server-abyss packagesYegor Yefremov2023-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building abyss feature, the following error occurs: xmlrpc_server_abyss.c:783:13: warning: format not a string literal and no format arguments [-Wformat-security] 783 | xmlrpc_faultf(envP, error); Add a patch fixing the format parameter. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | libs/xmlrpc-c: update to 1.54.06Yegor Yefremov2023-12-01
|/ / | | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | libupnpp: Update to 0.24.1Tianling Shen2023-11-25
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | libnpupnp: Update to 5.1.2Tianling Shen2023-11-25
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | quasselc: drop unmaintained projectJosef Schlehofer2023-11-22
| | | | | | | | | | | | | | | | | | | | This project [1] has the latest commit from 2017, it seems like we are maintaing this software here, but we don't have enough people to do so. Let's drop this package. [1] https://github.com/phhusson/QuasselC Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | libzip: update to 1.10.1Michael Heimpold2023-11-18
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | elektra: fix compilation with GCC13Rosen Penev2023-11-18
| | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | liburing: Update to v2.5Christian Lachner2023-11-18
| | | | | | | | | | | | - Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | avahi: remove compat libraryRosen Penev2023-11-16
| | | | | | | | | | | | | | | | | | It seems this is meant for distributions that lack mdnsresponder. It's heavier than it as dbus is required. Since this happens to conflict with mdnsresponder, just remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libupnpp: update to 0.24.0Rosen Penev2023-11-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libnpupnp: update to 5.1.1Rosen Penev2023-11-16
| | | | | | | | | | | | Build with meson. Faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>