aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | 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>
* | icu: bump to 74.1Hirokazu MORIKAWA2023-11-10
| | | | | | | | | | | | | | | | ICU 74 updates to Unicode 15.1, including new characters, emoji, security mechanisms, and corresponding APIs and implementations. It also updates to CLDR 44 (blog) locale data with new locales and various additions and corrections. ICU 74 and CLDR 44 are major releases, including a new version of Unicode and major locale data improvements. They subsume the changes for the ICU 73.2 and CLDR 43.1 maintenance releases. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | libdaq3: update to 3.0.13John Audia2023-11-09
| | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | psqlodbc: Fix buildJeffery To2023-11-03
| | | | | | | | | | | | | | | | This updates the path for odbc_config as it was moved from $(STAGING_DIR_HOST)/bin to $(STAGING_DIR)/host/bin (in commit 61de50de5f787b08e06de9425ec409c8fd1ffcbf). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | libndpi: backport patch for PCRE2 supportChristian Marangi2023-11-01
| | | | | | | | | | | | | | Backport patch for PCRE2 support as PCRE is EOL and won't receive any support updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | libndpi: bump to release 4.8Christian Marangi2023-11-01
| | | | | | | | | | | | Bump to release 4.8 to make it easier to backport PCRE2 support patch. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | newt: Update to 0.52.24, add test.sh script for packages feed CIJeffery To2023-11-02
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | efivar: Add armsr target supportAnton Antonov2023-10-31
| | | | | | | | | | | | | | Backport up-stream patch: https://github.com/rhboot/efivar/commit/ca48d3964d26f5e3b38d73655f19b1836b16bd2d Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
* | unixodbc: Update to 2.3.12Jeffery To2023-10-30
| | | | | | | | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Split libraries package into separate packagesJeffery To2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This splits the unixodbc package into separate packages (libodbc, libodbccr, libodbcinst). This also keeps the unixodbc package for backwards compatibility. The Internet News Server driver (libnn) is omitted as the driver README describes it as "in mid-hack"[1] and it is doubtful if there is any real-world use for it. This also updates the package license information and URL, and sets PKG_BUILD_PARALLEL and HOST_BUILD_PARALLEL. [1]: https://github.com/lurcher/unixODBC/blob/9b31cd228d01e768a7ad9126d5da8860f1ed72a9/Drivers/nn/README#L17-L19 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Copy pgsqlodbc.ini instead of creating it dynamicallyJeffery To2023-10-30
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Use default includedir for target configureJeffery To2023-10-30
| | | | | | | | | | | | | | | | | | | | Replace INCLUDE_PREFIX in config.h for host odbc_config instead of specifying includedir to target configure. This also updates the prefixes in unixodbc_conf.h to keep config.h and unixodbc_conf.h in sync. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Use default build recipesJeffery To2023-10-30
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Use InstallDev directory to transfer include filesJeffery To2023-10-30
| | | | | | | | | | | | | | | | | | | | This uses the default InstallDev directory instead of a "tmp" directory to transfer include files from the target package to host build. Using a "tmp" directory implies that the files inside are safe to delete, but without these include files the host build will not succeed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Change host build directories to be target-specificJeffery To2023-10-30
| | | | | | | | | | | | | | | | | | | | Since the host odbc_config returns target-specific information, it should be built and placed into target-specific locations. This changes HOST_BUILD_DIR to be in $(BUILD_DIR)/host, and installs odbc_config inside $(STAGING_DIR)/host. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | unixodbc: Remove custom unixodbc_conf.hJeffery To2023-10-30
| | | | | | | | | | | | | | | | | | | | As unixodbc_conf.h is now generated by configure instead of odbc_config[1], it is not necessary to use a custom copy of the header file anymore. [1]: https://github.com/lurcher/unixODBC/commit/be3341cdc61623a533d3a17529cc65b101bfa8a0 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | ngtcp2: update to 1.0.1Stan Grishin2023-10-30
| | | | | | | | | | | | * https://github.com/ngtcp2/ngtcp2/compare/v1.0.0...v1.0.1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22444 from stangri/master-ngtcp2Stan Grishin2023-10-26
|\ \ | | | | | | ngtcp2: add new package
| * | ngtcp2: add new packageStan Grishin2023-10-23
| | | | | | | | | | | | | | | | | | | | | * add new package to allow building of curl with HTTP/3 support * switch to using cmake Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | nghttp3: add new packageStan Grishin2023-10-23
|/ / | | | | | | | | | | | | * add new package to allow building of curl with HTTP/3 support * switch to using cmake Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | libqmi: bump to 1.34.0Maxim Anisimov2023-10-17
| | | | | | | | Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | libmbim: bump to 1.30.0Maxim Anisimov2023-10-17
| | | | | | | | Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | nghttp2: fix CVE-2023-44487Hirokazu MORIKAWA2023-10-15
| | | | | | | | | | | | | | update to v1.57.0 CVE-2023-44487 : HTTP/2 Rapid Reset Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>