aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* dtc: drop packageRafał Miłecki2022-01-03
| | | | | | | | It has been imported as core package into OpenWrt repository. Its fdtget is required by sysupgrade on U-Boot devices so it couldn't live in an extra feed. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* getdns: add optional support for libevent2Rui Salvaterra2022-01-03
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* getdns: clean up the configuration menuRui Salvaterra2022-01-03
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* libtorrent-rasterbar: add patch to fix compile with boost 1.78.0Josef Schlehofer2021-12-31
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* boost: Bump to version 1.78.0Carlos Miguel Ferreira2021-12-29
| | | | | | | | | | | This commit updates boost to version 1.78.0 More info about Boost 1.78.0 can be found at the usual place [1]. No new libraries have been added. [1]: https://www.boost.org/users/history/version_1_78_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* Merge pull request #17389 from clayface/openldapFlorian Eckert2021-12-23
|\ | | | | openldap: hide configurables when libopenldap is not enabled
| * openldap: hide configurables when libopenldap is not enabledMatthew Hagan2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When openldap is not enabled, the following configurables remain present in the config: CONFIG_OPENLDAP_DEBUG=y \# CONFIG_OPENLDAP_CRYPT is not set \# CONFIG_OPENLDAP_MONITOR is not set \# CONFIG_OPENLDAP_DB47 is not set \# CONFIG_OPENLDAP_ICU is not set This patch adds a libopenldap dependency for these options, removing the above from .config when libopenldap is not used. Further, move these configurables to Config.in. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | minizip: update to 3.0.4Rosen Penev2021-12-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | sqlite: update to v3.37 (2021-11-27)Marius Dinu2021-12-21
| | | | | | | | Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | neon: update to 0.32.1Rosen Penev2021-12-20
| | | | | | | | | | | | Add patch to get rid of xmlto dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | alsa-ucm-conf: update to 1.2.6.2Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | alsa-lib: update to 1.2.6.1Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | freetype: update to 2.11.1Rosen Penev2021-12-20
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #17376 from neheb/20Alexandru Ardelean2021-12-20
|\ \ | |/ |/| jsoncpp: update to 1.9.5
| * jsoncpp: update to 1.9.5Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libtorrent-rasterbar: update to 2.0.5Rosen Penev2021-12-17
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | jose: remove libjoseRosen Penev2021-12-17
| | | | | | | | | | | | It can be built statically as nothing else uses it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libexif: update to 0.6.24Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libjpeg-turbo: update to 2.1.2Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libnetfilter-log: update to 1.0.2Rosen Penev2021-12-17
| | | | | | | | | | | | Remove all patches as they have been upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libmpdclient: update to 2.20Rosen Penev2021-12-16
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libupnp: update to 1.14.12Rosen Penev2021-12-16
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libdaq3: update to 3.0.5W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* hwloc: update to 2.6.0W. Michael Petullo2021-12-16
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* file: update to 6.41Rosen Penev2021-12-16
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #17337 from TDT-AG/pr/20211214-libqmiFlorian Eckert2021-12-15
|\ | | | | libqmi: fix missing CONFIG_ prefix
| * libqmi: fix missing CONFIG_ prefixFlorian Eckert2021-12-15
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | libgpg-error: update to 1.43W. Michael Petullo2021-12-14
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: udpate to 2.6.0W. Michael Petullo2021-12-13
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* vips: update to 8.12.1W. Michael Petullo2021-12-13
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libsoup: update to 2.74.2W. Michael Petullo2021-12-12
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* ldns: update to 1.8.1Eric Luehrsen2021-12-11
| | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* nss: update to 3.73Donald Hoskins2021-12-09
| | | | | | | | | Update to 3.73 to alievate critical vulnerability CVE-2021-43527: Memory corruption via DER-encoded DSA and RSA-PSS signatures https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/ Signed-off-by: Donald Hoskins <grommish@gmail.com>
* libslirp: new packageOskari Rauta2021-12-01
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* mariadb-common: Drop package and adjust configurationMichal Hrusecky2021-11-29
| | | | | | | | | | | | | The raison d'être of package mariadb-common was to provide common my.cnf config file that was being used to include subdirectories and then to push utf-8 as default everywhere. Let's make this file part of the server package as there we actually set other options as well and drop it from all clients. Instead let's set utf-8 as default in server, client and client libraries. While at it also set socket to the more common path and drop mysqld_safe script from the list of configuration files and do other minor tweaks. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* Merge pull request #17064 from cotequeiroz/mariadbEneas U de Queiroz2021-11-25
|\ | | | | mariadb, liburing: fix liburing dependency failure (use liburing if kernel supports it)
| * liburing: add KERNEL_IO_URING dependencyEneas U de Queiroz2021-11-04
| | | | | | | | | | | | This needs kernel io_uring support to work. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | libxml2: build host static lib with -fPICDaniel Golle2021-11-24
| | | | | | | | | | | | | | | | libxslt/host is complaing that static libxml2 should be with -fPIC. Unconditionally enable -fPIC for for host build of libxml2. Fixes: dc701d61b ("libxml2: don't build host shared libraries") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | expat: add host buildDaniel Golle2021-11-24
| | | | | | | | | | | | | | mesa in the video feed requires expat/host. Provide host build to allow mesa to build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libvpx: update to 1.11.0Luiz Angelo Daros de Luca2021-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-09-27 v1.11.0 "Smew Duck" This maintenance release adds support for VBR mode in VP9 rate control interface, new codec controls to get quantization parameters and loop filter levels, and includes several improvements to NEON and numerous bug fixes. - Upgrading: New codec control is added to get quantization parameters and loop filter levels. VBR mode is supported in VP9 rate control library. - Enhancement: Numerous improvements for Neon optimizations. Code clean-up and refactoring. Calculation of rd multiplier is changed with BDRATE gains. - Bug fixes: Fix to overflow on duration. Fix to several instances of -Wunused-but-set-variable. Fix to avoid chroma resampling for 420mpeg2 input. Fix to overflow in calc_iframe_target_size. Fix to disallow skipping transform and quantization. Fix some -Wsign-compare warnings in simple_encode. Fix input file path in simple_encode_test. Fix valid range for under/over_shoot pct. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | libpqxx: update to version 7.6.0Igor Bezzubchenko2021-11-20
| | | | | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | Merge pull request #17126 from ejurgensen/mxml_update_33Florian Eckert2021-11-15
|\ \ | | | | | | mxml: update to 3.3
| * | mxml: update to 3.3Espen Jürgensen2021-11-14
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | hiredis: update to version 1.0.2Daniel Golle2021-11-15
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | postgresql: update to version 14.1Daniel Golle2021-11-15
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libinput: update to version 1.19.2Daniel Golle2021-11-15
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libevdev: update to version 1.12.0Daniel Golle2021-11-15
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | cyrus-sasl: patch CVE-2019-19906Michal Vasilek2021-11-13
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | libnetconf2: update to 2.0.24Lucian Cristian2021-11-12
| | | | | | | | | | | | needed after libyang update Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | libyang: update to 2.0.112Lucian Cristian2021-11-12
| | | | | | | | | | | | needed by frr 8+ Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>