aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* gdbm: update to 1.21Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libuwsc: fix compilation with GCC11Rosen Penev2021-09-24
| | | | | | Bad if identation is now an error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dtc: switch to compiling with mesonRosen Penev2021-09-22
| | | | | | Faster and more parallel friendly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libqmi: bump to 1.30.2Kuan-Yi Li2021-09-20
| | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* liburing: Update to v2.1Christian Lachner2021-09-12
| | | | | | | - Updated download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
* nss: update to 3.69Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.32Lucian Cristian2021-09-12
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* boost: Fixes Boost.Math build for arm_xscaleCarlos Miguel Ferreira2021-09-08
| | | | | | | | | This commit adds a new patch which fixes build issue with Boost.Math. Issue is described in upstream PR boostorg/math#684 [1] [1]: https://github.com/boostorg/math/pull/684 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* libuhttp: don't build examplesRosen Penev2021-09-08
| | | | | | Speeds up compilation and potentially fixes it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libzip: fix compilation without SSLRosen Penev2021-09-05
| | | | | | Linker error. No idea why. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtorrent-rasterbar: update to 2.0.4Rosen Penev2021-09-04
| | | | | | Backport patch fixing compilation with boost 1.77 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* boost: Bump to version 1.77.0Carlos Miguel Ferreira2021-09-02
| | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.77.0 More info about Boost 1.77.0 can be found at the usual place [1]. There are two new libraries in this version: * Describe [2]: A C++14 reflection library, from Peter Dimov. Provides macros for describing enumerators and struct/class members, and primitives for querying this information. * Lambda2 [3]: A C++14, dependency-free, single header lambda library, from Peter Dimov. Allows simple function objects to be constructed via expressions such as: _1 + 5, _1 % 2 == 0, _1 > _2, or _1 == ' ' || _1 == '\t'. [1]: https://www.boost.org/users/history/version_1_77_0.html [2]: https://www.boost.org/libs/describe/ [3]: https://www.boost.org/libs/lambda2/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* json-glib: bump to version 1.6.6Sebastian Kemper2021-08-29
| | | | | | | This also drops 01-remove-python-check.patch, which was added previously to allow Github Actions to work. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* glib2: update to 2.68.4Rosen Penev2021-08-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libssh: update to 0.9.6Michal Vasilek2021-08-27
| | | | | | * fixes CVE-2021-3634 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* libwebsockets: enable external poll supportKarl Palsson2021-08-25
| | | | | | | | | | This was removed and then re-added, but defaulted off upstream. It's still listed as "not recommended" but still absolutely essential for many apps for performance. Fixes: https://github.com/eclipse/mosquitto/issues/2284 Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #16422 from neheb/g19Rosen Penev2021-08-25
|\ | | | | gerbera: update to 1.9.0
| * spdlog: update to 1.9.2Rosen Penev2021-08-24
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16374 from neheb/poccRosen Penev2021-08-24
|\ \ | |/ |/| poco: update to 1.11.0
| * poco: update to 1.11.0Rosen Penev2021-08-15
| | | | | | | | | | | | Refresh patches and fix strerror one. uClibc also defines __GLIBC__. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16440 from paper42/apr-cve-masterRosen Penev2021-08-23
|\ \ | | | | | | apr: patch CVE-2021-35940
| * | apr: patch CVE-2021-35940Michal Vasilek2021-08-23
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | v4l-utils: add libudev-zero dependencyStijn Tintel2021-08-23
|/ / | | | | | | | | | | | | | | | | | | | | | | | | When libudev-zero is enabled, v4l-utils links against it, and the package build fails due to a missing dependency: Package v4l-utils is missing dependencies for the following libraries: libudev.so.1 As disabling udev doesn't seem to be supported in v4l-utils, simply add the dependency to fix the build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | libmbim: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libqmi: switch to autoreleaseNicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libmbim: bump to 1.26.0Nicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libqmi: bump to 1.28.8Nicholas Smith2021-08-22
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | libinput: package libinput cli applets and quriksDaniel Golle2021-08-21
| | | | | | | | | | | | Also package /usr/libexec/libinput/* and /usr/share/lib/input/*. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | c-ares: update to version 1.17.2Petr Štetiar2021-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Missing input validation of host names returned by Domain Name Servers in the c-ares library can lead to output of wrong hostnames (leading to Domain Hijacking). The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2021-3672 to this issue. References: https://c-ares.haxx.se/adv_20210810.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | libwebsockets: avoid a compilation error due to a missing uloopRonny Kotzschmar2021-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a clean build environment and at least two parallel jobs a compilation error may occur: ... -- Looking for uv/version.h - found libubox include dir: ULOOP_INCLUDE_DIRS-NOTFOUND libubox libraries: ULOOP_LIBRARIES-NOTFOUND ... CMake Error in lib/event-libs/uloop/CMakeLists.txt: Found relative path while evaluating include directories of "websockets-evlib_uloop": "ULOOP_INCLUDE_DIRS-NOTFOUND" ... Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
* | Merge pull request #16375 from neheb/jpggRosen Penev2021-08-16
|\ \ | | | | | | libjpeg-turbo: update to 2.1.1
| * | libjpeg-turbo: update to 2.1.1Rosen Penev2021-08-15
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | postgresql: update to version 13.4Daniel Golle2021-08-16
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16301 from stintel/libffiAlexandru Ardelean2021-08-16
|\ \ | |/ |/| libffi: bump to 3.4.2
| * libffi: bump to 3.4.2Stijn Tintel2021-08-07
| | | | | | | | | | | | | | | | Remove both patches as they have been upstreamed. This new release is only available on Github and does not ship configure or Makefile, so autoreconf is needed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16326 from cotequeiroz/install_hostRosen Penev2021-08-14
|\ \ | | | | | | perlmod.mk, unixodbc: use 'install' instead of 'cp' to install host binaries to avoid "Text file busy" error.
| * | unixodbc: use 'install' when copying host binariesEneas U de Queiroz2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | 'cp' fails with a text file busy error if it tries to overwrite an executable file that is running. 'install' unlinks the file first, so it will not cause the problem. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | postgresql: improve init scriptDaniel Golle2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use newly introduced procd_add_restart_mount_trigger to make sure postmaster gets started only once PGDATA becomes available. Relocate socket directory to /var/lib/postgresql to make it possible to run postgresql inside a ujail. Use signal for shutdown, so it works nicely with jail. Allow multiple script in UCI 'config postgres-db' to be a list and run them in order listed. User more silent methods to check for db or role existence and make it easy to create several databases owned by the same user by passing the same credentials multiple times. Remove disfunctional reload handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | redis: update to version 6.2.5Jan Pavlinec2021-08-11
|/ / | | | | | | | | | | Fixes CVE-2021-32761 Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | nghttp2: update to 1.44Hans Dedecker2021-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 368014b8 Bump version number to v1.44.0, LT revision to 34:2:20 fa16e66a nghttpx: Fix max distance in weight group/address cycle comparison 40af31da nghttpx: Set connect_blocker and live_check after shuffling addresses 9e6c0685 Fix build failure ebad3d47 Port new ngtcp2 map implementation d4fd0681 Bump llhttp to 6.0.2 43a47aa0 Do not return HPE_USER from where it is prohibited 20079b4c Update bash_completions 2aeec770 Update manual pages cef458c3 Replace black-list with block-list 617a5766 Replace master with main f1d67335 Initialize Config rps field 5f3bcb1f Add precious variables for libev and jemalloc and use JEMALLOC_CFLAGS b419bfd9 Remove unused field e406a2c1 Update doc 962a75c4 Merge pull request #1559 from nghttp2/h2load-rps 6cdc13d6 h2load: Add --rps option 92944f78 h2load: Allow unit in -D option 276792a8 Remove unnecessary function 579fa6ea Add more --with-* configure flags 2f2b2117 Add LIBTOOL_LDFLAGS configure variable 88a3cb51 Bump llhttp to 4.0.0 40679cf6 Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method 5b587e85 Merge pull request #1550 from jktjkt/docs-asio-fix-typos 50a1121d nghttpx: Remove trailing white space after $method log variable 3239c5ef Bump up version number to v1.44.0-DEV Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | Merge pull request #16293 from Linaro1985/master_fix_libxsltRosen Penev2021-08-07
|\ \ | |/ |/| libxslt: fix compilation because of wrong libxml2 check in configure script
| * libxslt: fix compilation because of wrong libxml2 check in configure scriptMaxim Anisimov2021-08-05
| | | | | | | | | | | | More details: https://github.com/GNOME/libxslt/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | 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>