aboutsummaryrefslogtreecommitdiff
path: root/libs/libuv
Commit message (Collapse)AuthorAge
* libuv: fix CVE-2024-24806Hirokazu MORIKAWA2024-02-20
| | | | | | | | | | | | | | | | Update to 1.48.0 CVE-2024-24806 : Improper Domain Lookup that potentially leads to SSRF attacks Vulnerabilities fixed * CVE-2024-24806 / GHSA-f74f-cvh7-c6q6 0f2d7e7, 3530bcc and e0327e1 Notable Changes * linux: disable io_uring on ppc64 and ppc64le #4285 * linux: disable io_uring on hppa below kernel 6.1.51 #4224 * win/spawn: optionally run executable paths with no file extension #4292 (We recommend that most users consider setting this by default) Important Bugs Fixed * unix,win: fix busy loop with zero timeout timers #4250, #4304. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libuv: bump to 1.45.0Hirokazu MORIKAWA2023-06-18
| | | | | | | | | | | | | | | | | | 1.45.0 * linux: introduce io_uring support * src: add new metrics APIs * unix,win: give thread pool threads an 8 MB stack * win,unix: change execution order of timers 1.44.2 * loop: better align order-of-events behavior between platforms * zos: fix fs event not fired if the watched file is moved/removed/recreated * win: Fix pipe resource leak if closed during connect (and other bugs) * zos: don't error when killing a zombie process * macos: avoid posix_spawnp() cwd bug * kqueue: skip EVFILT_PROC events when invalidating events for an fd. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* libuv: bump to v1.44.1Marko Ratkaj2022-03-30
| | | | | | | | Changes: * bumped version to 1.44.1 * bumped maintainer email Signed-off-by: Marko Ratkaj <markoratkaj@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>
* libuv: fix CVE-2021-22918Hirokazu MORIKAWA2021-07-06
| | | | | | | | | | | | | | | idna: fix OOB read in punycode decoder libuv was vulnerable to out-of-bounds reads in the uv__idna_toascii() function which is used to convert strings to ASCII. This is called by the DNS resolution function and can lead to information disclosures or crashes. https://github.com/libuv/libuv/commit/b7466e31e4bee160d82a68fca11b1f61d46debae https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990561 https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/ Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libuv: update to 1.41.0Rosen Penev2021-03-20
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libuv: fix pkgconfig paths for libuv-static.pc as wellRosen Penev2020-12-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libuv: update to 1.40.0Hirokazu MORIKAWA2020-10-01
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libuv: update to 1.39.0Hirokazu MORIKAWA2020-09-25
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libuv: update to 1.34.2Hirokazu MORIKAWA2020-02-13
| | | | | | Update is required to build the latest node.js v12.16.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libuv: update to 1.32.0Hirokazu MORIKAWA2019-09-18
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libs: libuv: bump to 1.29.1Marko Ratkaj2019-06-09
| | | | | | Version bump from 1.24.1 to 1.29.1 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: Update to 1.24.1Rosen Penev2018-12-17
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: libuv: bump version to 1.23.2Marko Ratkaj2018-11-06
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: bump to 1.20.3Marko Ratkaj2018-06-08
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: bump to 1.19.2Marko Ratkaj2018-03-10
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: bump to 1.17.0Marko Ratkaj2017-11-29
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: bump to 1.15.0Marko Ratkaj2017-10-17
| | | | | | Update libuv to version 1.15.0 Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: bump to version 1.14.0Marko Ratkaj2017-08-21
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* libuv: bump to 1.11.0Luka Perkov2017-05-14
| | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* libuv: bump to 1.10.2Luka Perkov2017-01-15
| | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* libuv: bump to latest versionLuka Perkov2017-01-01
| | | | | | | While at it install in staging_dir libuv.a used for static linking and update my email address. Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* libuv: bump version to 1.9.1Denis Osvald2016-09-09
| | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* libuv: fix download pathJohn Crispin2015-08-22
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* libuv: bump to 1.6.1Luka Perkov2015-06-08
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* libuv: update to 1.5.0Luka Perkov2015-05-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* libuv: add packageLuka Perkov2015-03-04
Signed-off-by: Luka Perkov <luka@openwrt.org>