aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | krb5: update to 1.21W. Michael Petullo2023-06-15
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #21363 from mhei/revert-php8-riscv64-workaroundMichael Heimpold2023-06-14
|\ | | | | php8: revert workaround to fix linking on riscv64 platform
| * Revert "php8: fix linking on riscv64 platform"Michael Heimpold2023-06-12
| | | | | | | | | | | | | | | | | | This reverts commit a2e76e49787e97253c02d72d27e3d304d68ff488. Now that the issue is fixed on gcc side (see openwrt/openwrt@7b4a966), we can revert this workaround here. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | cloudreve: Update to 3.8.0Tianling Shen2023-06-14
| | | | | | | | | | | | | | - Fixed packing web frontend assets - Enabled build for riscv64 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | python-ble2mqtt: update to 0.1.7Quintin Hill2023-06-14
| | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | python-bleak: upgrade to 0.20.2Quintin Hill2023-06-14
| | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | python-dbus-fast: update to 1.86.0Quintin Hill2023-06-14
| | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | treewide: remove COMMITCOUNTKuan-Yi Li2023-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(COMMITCOUNT) instances as this feature is deprecated and shouldn't be used. Based on commit 0c10c224be81: Change COMMITCOUNT in rules.mk to: ``` COMMITCOUNT = $(if $(DUMP),0,$(shell sed -i "s/\$$(COMMITCOUNT)/$(call commitcount)/" $(CURDIR)/Makefile)) ``` then update all affected packages by: ``` for i in $(git -C feeds/packages grep -l COMMITCOUNT | sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/clean done ``` Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | Merge pull request #21345 from jefferyto/python-3.11.4Tianling Shen2023-06-13
|\ \ | |/ |/| python3: Update to 3.11.4, refresh patches
| * python3: Update to 3.11.4, refresh patchesJeffery To2023-06-12
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | nginx: create empty directory for module.d includeChristian Marangi2023-06-12
| | | | | | | | | | | | | | | | | | Fix a bug on installation of nginx-mod-luci where module.d directory is not found and luci.module creation fails. Correctly create empty directory for module.d include for dynamic module loading by placing file in this directory. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | ddns: Prevent clearing of desec.io entriesBaptiste Fouques2023-06-12
| | | | | | | | | | | | | | | | | | | | | | When using both ipv4 and ipv6 entries on the same host, ddns is clearing A (or AAAA) record depending on the connection (ipv4 or ipv6). see https://desec.readthedocs.io/en/latest/dyndns/update-api.html#determine-ip-addresses Signed-off-by: Baptiste Fouques <bateast@duck.com> Update comment and bump PKG_RELEASE number. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | gpsd: update to 3.25Nick Hainke2023-06-12
| | | | | | | | | | | | | | | | | | | | | | | | Release Information: https://gitlab.com/gpsd/gpsd/-/blob/release-3.25/NEWS?ref_type=tags Remove the backport that is now contained in the release: - 003_sconscript-cross-platform-build-support.patch Latest olsrd version needs this bump. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | tunneldigger: add package for establishing L2TPv3 tunnels over UDPNick Hainke2023-06-12
| | | | | | | | | | | | | | | | | | | | | | | | In the previous commit we already added tunneldigger-broker. Add the corresponding client. This PR is just a refactoring of the already existing opkg package from wlanslovenija [0]. [0] - https://github.com/wlanslovenija/firmware-packages-opkg/tree/master/net/tunneldigger Signed-off-by: Nick Hainke <vincent@systemli.org>
* | tunneldigger-broker: add broker for tunneldiggerNick Hainke2023-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In mesh communities, tunneldigger is widely used to create L2TPv3 tunnels and mesh via them. Since the broker is typically installed on other distributions, the openwrt broker package has not received any maintenance in recent years [0]. I take now care of the further maintaince of this package. Furthermore, I consulted with the maintainers to ensure that they were comfortable with the change [1]. This PR is just a refactoring of the already existing opkg package from wlanslovenija. It fixes config parsing and in general the config, adapts to the new python syntax and fixes dependency handling. - [0] https://github.com/wlanslovenija/firmware-packages-opkg/tree/master/net/tunneldigger-broker - [1] https://github.com/wlanslovenija/firmware-packages-opkg/issues/24 Signed-off-by: Nick Hainke <vincent@systemli.org>