aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Revert "gnutls: update to 3.7.2"Stijn Tintel2021-08-05
| | | | | | Fixes #16083 This reverts commit 59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
* Merge pull request #16260 from dhewg/libopusencRosen Penev2021-08-03
|\ | | | | libopusenc: cherry-pick post-release crash fixes
| * libopusenc: cherry-pick post-release crash fixesAndre Heider2021-07-31
| | | | | | | | | | | | | | Fixes crashes like: daemon.err asterisk[5087]: Assertion failed: enc->streams == NULL (src/opusenc.c: ope_encoder_drain: 839) Signed-off-by: Andre Heider <a.heider@gmail.com>
* | libwebsockets: enable built in uloop supportKarl Palsson2021-08-03
| | | | | | | | | | | | | | | | | | uloop is always available on OpenWrt, so build in LWS's uloop support by default. Size difference of .ipk is 683 bytes, or about 0.5%. No known applications use this at present, but it seems better to proactively offer it. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | libwebsockets: Bump to 4.2.1Karl Palsson2021-08-03
| | | | | | | | | | | | Changelog at: https://libwebsockets.org/git/libwebsockets/tree/changelog?id=8a580b59b23d204ca72028370e97a8f6aa0c9202 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | cyrus-sasl: add optional sasldb packageW. Michael Petullo2021-08-02
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | openblas: bump to version 0.3.17 and fix ccache buildAlexandru Ardelean2021-08-02
| | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/16271 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | postgresql: update to version 13.3Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libinput: update to version 1.18.0Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libudev-zero: update to version 0.5.2Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gpgme: update to version 1.16.0Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libksba: update to version 1.6.0Daniel Golle2021-08-01
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16180 from neheb/AlRosen Penev2021-07-29
|\ | | | | alsa stuff: update to 12..5.1
| * alsa-ucm-conf: update to 12.5.1Rosen Penev2021-07-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * alsa-lib: update to 12.5.1Rosen Penev2021-07-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16186 from neheb/YaRosen Penev2021-07-29
|\ \ | | | | | | libyaml-cpp: update to 0.7.0
| * | libyaml-cpp: update to 0.7.0Rosen Penev2021-07-21
| |/ | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16183 from neheb/PcRosen Penev2021-07-29
|\ \ | | | | | | pcre2: update to 10.37
| * | pcre2: update to 10.37Rosen Penev2021-07-21
| |/ | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16078 from ja-pa/fix-emailRosen Penev2021-07-29
|\ \ | | | | | | treewide: change email address in PKG_MAINTAINER
| * | treewide: change emailJan Pavlinec2021-07-29
| | | | | | | | | | | | | | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #15685 from commodo/openblasRosen Penev2021-07-27
|\ \ \ | | | | | | | | openblas: add initial package
| * | | openblas: add initial packageAlexandru Ardelean2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial draft PR is: https://github.com/openwrt/packages/pull/11894 This one is a bit more complete, and follows packaging practices. For now, disabling builds on ARC and PowerPC. Will require more work to get them going. Explicitly disabling OpenMP support, so that it doesn't get picked by accident. Later we may use the `CPU_TYPE` parameter to tweak things a little further. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #16225 from lnslbrty/update/libndpi-4.0Rosen Penev2021-07-26
|\ \ \ \ | |/ / / |/| | | libndpi: update to 4.0
| * | | libndpi: update to 4.0Toni Uhlig2021-07-27
| | | | | | | | | | | | | | | | | | | | | | | | - libmaxminddb config option Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | Merge pull request #16202 from neheb/routRosen Penev2021-07-25
|\ \ \ \ | | | | | | | | | | librouteros: don't build docs
| * | | | librouteros: don't build docsRosen Penev2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:Javier Marcet2021-07-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ❯ alsamixer ALSA lib conf.c:827:(get_char_skip_comments) Cannot access file /usr/share/alsa/ctl/default.conf ALSA lib conf.c:1994:(_snd_config_load_with_include) _toplevel_:61:26:No such file or directory ALSA lib conf.c:4040:(config_file_open) /usr/share/alsa/cards/aliases.conf may be old or corrupted: consider to remove or fix it ALSA lib conf.c:3962:(snd_config_hooks_call) function snd_config_hook_load returned error: No such file or directory ALSA lib control.c:1481:(snd_ctl_open_noupdate) Invalid CTL cards.ctl.default cannot open mixer: No such file or directory Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | Merge pull request #16185 from neheb/P1Nikos Mavrogiannopoulos2021-07-22
|\ \ \ \ | | | | | | | | | | p11-kit: update to 0.24.0
| * | | | p11-kit: update to 0.24.0Rosen Penev2021-07-21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | libvpx: update to 1.10.0Rosen Penev2021-07-21
|/ / / | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libs: file: magic: remove "u" from patternMartin Schiller2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | This backports an upstream fix for the following warning: Warning: Unparsable number `xu \b, dcrypt version %d' Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | Merge pull request #16074 from neheb/nss3Rosen Penev2021-07-18
|\ \ \ | | | | | | | | nss: disable parallel compilation
| * | | nss: update to 3.67Rosen Penev2021-07-11
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Disable parallel compilation as there's something wrong with NSS' build system. Reliably fails with make -j 12 on a ryzen 3600. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | boost: fix compilation error under SPARCRosen Penev2021-07-14
| | | | | | | | | | | | | | | | | | Missing braces. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uci2: bump to revision v1.0-5606418Jakov Petrina2021-07-14
| | | | | | | | | | | | | | | | | | Pull in latest API changes from upstream. Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | | Merge pull request #16115 from haraldg/elektra_0.9.7Rosen Penev2021-07-13
|\ \ \ | | | | | | | | elektra: update to 0.9.7
| * | | elektra: update to 0.9.7Harald Geyer2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * Use toml as new default storage backend: Upstream has removed the ini plugin, we have been using in the past. toml is still somewhat experimental, but upstream has designated it as future recommended default. * Remove the dependency on boost. The only plugin needing that has been removed upstram. * Enable plugins for libev and libuv event loop integration. This adds two new packages with the respective dependencies. Upstream has fixed the bugs preventing us from using this. * Enable the internal notification plugin/system. This allows applications to automatically receive notifications about changes to their configuration. Again upstream fixing bugs enables this for us. * Set the environment variable $XDG_CACHE_HOME to "/tmp/" globally to prevent elektra (and possibly other applications) from writing temporary data to flash. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | libs: gdbm: enable/install Berkley DBM compat layerAlexandru Ardelean2021-07-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python supports both GNU dbm and Berkley DBM. GNU dbm also has a compatibility layer for Berkeley. The current Berkley DB in OpenWrt is 4.7 and hasn't been updated in ages. It's also pretty big. So, an alternative for Python is to use GNU dbm for both (GNU and Berkley). Also, removing static shared libraries from the build, to encourage the usage of the shared ones. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | / libuv: bump to 1.41.1Hirokazu MORIKAWA2021-07-12
| |/ |/| | | | | | | | | | | Update to 1.41.1 include fix CVE-2021-22918 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | ibrcommon: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | | | | | | | GCC11 defaults to C++17, which does not allow throw specifiers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | ibrdtn: fix compilation with GCC11Rosen Penev2021-07-11
|/ | | | | | GCC11 defaults to C++17, which does now allow specifying throw(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: update to 1.6.1Rosen Penev2021-07-08
| | | | | | | | Fixes compilation with GCC11. Reorganized Makefile variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16075 from neheb/ebmlRosen Penev2021-07-07
|\ | | | | libebml: fix compilation with GCC11
| * libebml: fix compilation with GCC11Rosen Penev2021-07-07
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libelektra: fix compilation with GCC11Rosen Penev2021-07-07
|/ | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libupm: Workaround for errors with GCC11Hirokazu MORIKAWA2021-07-07
| | | | | | https://github.com/openwrt/packages/issues/16060 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* Merge pull request #16044 from tru7/libfmtRosen Penev2021-07-07
|\ | | | | libfmt: bump to version 8.0.1
| * libfmt: bump to version 8.0.1Othmar Truniger2021-07-05
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | Merge pull request #16049 from nxhack/libuv_CVE-2021-22918Rosen Penev2021-07-06
|\ \ | | | | | | libuv: fix CVE-2021-22918