aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | haproxy: update to v2.8.0Huangbin Zhan2023-06-23
| | | | | | | | | | | | | | | | | | | | | | | | - New major LTS release (https://www.mail-archive.com/haproxy@formilux.org/msg43600.html) Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | banip: update 0.8.8-2Dirk Brenken2023-06-24
|/ / / | | | | | | | | | | | | | | | | | | | | | * process local lists in strict sequential order to prevent possible race conditions * support ranges in the IP search, too * fix some minor search issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | vsftpd: fix compilation with musl 1.2.4Tianling Shen2023-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Manually pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | dnsdist: Move the configuration to Config.inRemi Gacogne2023-06-22
| | | | | | | | | | | | Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | | dnsdist: Split in two packages `dnsdist` and `dnsdist-full`Remi Gacogne2023-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `dnsdist-full` has all optional features enabled, but is a big package in term of both flash and memory footprint. `dnsdist` only keeps the features that make the most sense on embeded devices, but can also be customised to match the user's needs, up to the point where it matches `dnsdist-full`. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | | gitlab-runner: Update to 16.0.2Tianling Shen2023-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added test.sh script * Fixed build with riscv64 * Passed package version via go ldflags * Refreshed patches * Removed useless test binaries from package Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | h2o: Reduce the size of the default HTTP2 bufferRemi Gacogne2023-06-22
| | | | | | | | | | | | | | | | | | | | | | | | The initial value takes 80kB of memory for each HTTP/2 connection which is a lot on small devices. Using 8kB instead saves a fair amount of memory without sacrificing performance. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | | h2o: Do not initialize the mime types map at startupRemi Gacogne2023-06-22
| | | | | | | | | | | | | | | | | | | | | The map takes a fair amount of memory and the only consumer of this library, dnsdist, does not need it. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | | h2o: Build libh2o-evloop without yaml supportRemi Gacogne2023-06-22
| | | | | | | | | | | | | | | | | | | | | The only package using this library, dnsdist, does not require it so let's save space and PSS memory. Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | | linuxptp: Update to 4.0Wojciech Dubowik2023-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes since version 3.1.1: * Officially supports the 2019 version of IEEE 1588 * Improved unicast messaging * Enhanced G.8275.2 profile * More flexible Pulse Per Second (PPS) handling * Virtual clock support * Power profile support * VLAN over bond support. * Parallel Redundancy Protocol (PRP) trailer handling. * Non-privileged read-only monitoring port. * New statistics reporting. [V2] * reset package release * adapt license name to the new format Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* | | tvheadend: add dependency on gettext (host)Marius Dinu2023-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gettext is a prerequisite to build OpenWrt according to: https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem but github automated tests fail without this explicit dependency: 2023-06-19T08:02:45.1940511Z checking for py module gzip ... ok 2023-06-19T08:02:45.1968662Z checking for /builder/staging_dir/host/bin/pkg-config ...ok 2023-06-19T08:02:45.1998491Z ERROR: no gettext binaries found 2023-06-19T08:02:45.1999746Z checking for xgettext ... fail 2023-06-19T08:02:45.2008403Z make[2]: *** [Makefile:263: /builder/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/tvheadend-2023-06-05/.configured_a17fb5ef857664f03cd0ce37cc5ea591] Error 1 Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | tvheadend: update to 2023-06-05Marius Dinu2023-06-22
| | | | | | | | | | | | | | | | | | Update to git master 2023-06-05 and removed unneeded compatibility patch. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | Merge pull request #21419 from QuintinHill/ble2mqtt-install-fixTianling Shen2023-06-22
|\ \ \ | | | | | | | | python-ble2mqtt: fix installation of python program
| * | | python-ble2mqtt: fix installation of python programQuintin Hill2023-06-20
| | | | | | | | | | | | | | | | | | | | | | | | This was broken when the init script was added in 408502ee0. Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | | c-ares: bump to 1.19.1Hirokazu MORIKAWA2023-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security and bugfix release. Security o CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service o CVE-2023-31147. Moderate. Insufficient randomness in generation of DNS
query IDs o CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() o CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross
compilation Fixing libcares.pc The pkg-config file libcares.pc in version 1.19.1 has been changed to be unsuitable for OpenWrt and causes build errors with Openwrt packages that use libcares. For this reason, libcares.pc was replaced. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #21147 from cottsay/openelpJeffery To2023-06-22
|\ \ \ \ | | | | | | | | | | openelp: Add new package
| * | | | openelp: Add new packageScott K Logan2023-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenELP is an open source EchoLink proxy for Linux and Windows. It aims to be efficient and maintain a small footprint, while still implementing all of the features present in the official EchoLink proxy. Signed-off-by: Scott K Logan <logans@cottsay.net>
* | | | | cloudflared: Update to 2023.6.1Tianling Shen2023-06-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | shared-mime-info: update to 2.2W. Michael Petullo2023-06-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #21421 from nxhack/node_18161Tianling Shen2023-06-21
|\ \ \ \ \ | | | | | | | | | | | | node: June 20 2023 Security Releases
| * | | | | node: June 20 2023 Security ReleasesHirokazu MORIKAWA2023-06-21
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v18.16.1 The following CVEs are fixed in this release: * CVE-2023-30581: mainModule.__proto__ Bypass Experimental Policy Mechanism (High) * CVE-2023-30585: Privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (Medium) * CVE-2023-30588: Process interuption due to invalid Public Key information in x509 certificates (Medium) * CVE-2023-30589: HTTP Request Smuggling via Empty headers separated by CR (Medium) * CVE-2023-30590: DiffieHellman does not generate keys after setting a private key (Medium) * OpenSSL Security Releases (Depends on shared library provided by OpenWrt) * OpenSSL security advisory 28th March. * OpenSSL security advisory 20th April. * OpenSSL security advisory 30th May * c-ares vulnerabilities: (Depends on shared library provided by OpenWrt) * GHSA-9g78-jv2r-p7vc * GHSA-8r8p-23f3-64c2 * GHSA-54xr-f67r-4pc4 * GHSA-x6mf-cxr9-8q6v Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | banip: release 0.8.8-1Dirk Brenken2023-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support MAC-/IPv4/IPv6 ranges in CIDR notation * Support concatenation of local MAC addresses with IPv4/IPv6 addresses, e.g. to enforce dhcp assignments (see readme) * small fixes & cosmetics * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | gl-mifi-mcu: remove package as it is device specific and I can't test it anymoreNuno Gonçalves2023-06-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* | | | | Merge pull request #21378 from TDT-AG/pr/20230615-modemmanagerFlorian Eckert2023-06-21
|\ \ \ \ \ | |/ / / / |/| | | | modemmanager: do not cache virtual device events
| * | | | modemmanager: if an alias name is used do not check sysfs pathFlorian Eckert2023-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an alias name is used for the modem, then a check if the device exists in sysfs does not work. To fix this remove the check if the sysfs device exists. The protocoll handler already checks if the modem is responsible for this device on the next line. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | modemmanager: do not cache virtual device eventsFlorian Eckert2023-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On small systems with many virtual devices, the modem manager sometimes could not start because it took too long until all devices for the modem were recognised. This is because all system events that are stored in the file events.cache have to be processed. To speed up the processing, all devices under /sys/devices/virtual are now filtered out so that they do not have to be processed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | gl-mifi-mcu: make compatible with newer kernel (fix #21198)Nuno Gonçalves2023-06-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* | | | | Merge pull request #21411 from stangri/master-https-dns-proxyStan Grishin2023-06-20
|\ \ \ \ \ | |_|/ / / |/| | | | https-dns-proxy: update to 2023-05-25-2
| * | | | https-dns-proxy: update to 2023-05-25-2Stan Grishin2023-06-20
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | bugfix: proper mdns object creation bugfix: prevent fw errors by allowing custom interfaces in config Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | v2ray-geodata: Update to latest versionTianling Shen2023-06-20
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: update to 1.8.3Tianling Shen2023-06-20
|/ / / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #21402 from pprindeville/dhcpd-send-forced-optionsPhilip Prindeville2023-06-19
|\ \ \ | | | | | | | | isc-dhcp: force sending unrequested parameters
| * | | isc-dhcp: force sending unrequested parametersPhilip Prindeville2023-06-19
|/ / / | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | / alpine: disable parallel buildEneas U de Queiroz2023-06-19
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parallel build does not work because it may reach a point where OSTYPE might be needed before it is actually built. They appear to run parallel to each other: echo slx > OSTYPE [...] cat: OSTYPE: No such file or directory sh: line 1: test: too many arguments cat: OSTYPE: No such file or directory Already built for -- you must do "make clean" first make[6]: *** [Makefile:706: rebuild] Error 1 make[6]: *** Waiting for unfinished jobs.... Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | cloudflared: Update to 2023.6.0Tianling Shen2023-06-19
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | 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>
* | arp-whisper: Add new packageFacundo Acevedo2023-06-18
| | | | | | | | | | | | | | | | arp-whisper listens to ARP requests on a network interface and responds to them based on a list of IP-MAC address mappings defined in a configuration file Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
* | collectd: handle renaming ipq807x as qualcommaxHannu Nyman2023-06-17
| | | | | | | | | | | | | | The 'ipq807x' target was renamed to be 'qualcommax' (and ipq807x was set as subtarget). Adjust plugin target dependencies to this renaming. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | mhz: add new packageRobert Marko2023-06-17
| | | | | | | | | | | | | | | | | | | | | | mhz is a tool for mathematically calculating the current CPU frequency, it has proven to be a really good help while developing CPU frequency scaling solutions as it allows to independently prove that scaling actually works. Now that the author has added a license we can package it for the all to use. Signed-off-by: Robert Marko <robimarko@gmail.com>
* | fatresize: bump releaseOskari Rauta2023-06-17
| | | | | | | | | | | | | | use newer git commit, fixes problem with manually specified sizes. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | gost_engine: disable tests, reset patches dirEneas U de Queiroz2023-06-17
| | | | | | | | | | | | | | | | | | | | Tests are breaking compilation for mipsel targets because of the removal of the sysmips call. Let's just not build them. While at it, remove patches from 1.1 version and move the current ones to the default 'patches' directory. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | qemu: update to 8.0.2Vladimir Ermakov2023-06-16
| | | | | | | | | | | | Update version and refresh patches. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* | CI: update build architecturesTianling Shen2023-06-16
| | | | | | | | | | | | | | | | | | | | - armvirt target has been renamed to armsr (Arm SystemReady) [1]. - armsr-armv8 has been switched to aarch64_generic architecture [2]. 1. https://github.com/openwrt/openwrt/commit/40b02a230167626def69389452f19b7109aaeac1 2. https://github.com/openwrt/openwrt/commit/e0f06ddc23b2503a1791ae7e97b02e2647e8a70d Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | qemu: change references from armvirt to armsrTianling Shen2023-06-16
| | | | | | | | | | | | | | | | | | armvirt target has been renamed to armsr (Arm SystemReady) [1], so the dependency need to be changed as well. https://github.com/openwrt/openwrt/commit/40b02a230167626def69389452f19b7109aaeac1 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | collectd: change references from armvirt to armsrTianling Shen2023-06-16
| | | | | | | | | | | | | | | | | | armvirt target has been renamed to armsr (Arm SystemReady) [1], so the dependency need to be changed as well. 1. https://github.com/openwrt/openwrt/commit/40b02a230167626def69389452f19b7109aaeac1 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #21380 from pprindeville/strongswan-clean-up-parserPhilip Prindeville2023-06-15
|\ \ | | | | | | strongswan: clean up parser
| * | strongswan: make parsing more consistentPhilip Prindeville2023-06-15
|/ / | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #21368 from mhei/php8-update-to-8.2.7Michael Heimpold2023-06-15
|\ \ | | | | | | php8: update to 8.2.7
| * | php8: update to 8.2.7Michael Heimpold2023-06-14
| |/ | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | icu: bump to 73.2Hirokazu MORIKAWA2023-06-15
| | | | | | | | | | | | ICU 73.2 updates to CLDR 43.1 locale data. These are maintenance releases for ICU 73 and CLDR 43, with limited sets of bug fixes and no API or structural changes. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>