aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* setools: Update to 4.4.2, reorganize packageJeffery To2023-06-19
| | | | | | | | | | | | | | | | | * Add separate packages for each tool (setools-*) and a package for the Python bindings (python3-setools) * Update the setools package as a meta-package that installs all tools, keeping it functionally the same as the current setools package * Remove gui tool (apol) and Python binding (setoolsgui) * Simplify 030-remove-host-paths.patch (libraries installed by Build/InstallDev are placed in $(STAGING_DIR)/usr/lib only) * Update package titles, descriptions, license, and dependencies Signed-off-by: Jeffery To <jeffery.to@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>
* | libmraa: riscv64 not supportedHirokazu MORIKAWA2023-06-12
| | | | | | | | | | | | | | | | | | Addresses buildbot errors > CMake Error at CMakeLists.txt:193 (message): > Only x86, arm, mips, PERIPHERALMAN and mock platforms currently supported Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #21342 from jefferyto/golang-1.20.5Tianling Shen2023-06-12
|\ \ | | | | | | golang: Update to 1.20.5
| * | golang: Update to 1.20.5Jeffery To2023-06-12
| |/ | | | | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2023-29402: cmd/go: cgo code injection * CVE-2023-29403: runtime: unexpected behavior of setuid/setgid binaries * CVE-2023-29404: cmd/go: improper sanitization of LDFLAGS * CVE-2023-29405: cmd/go: improper sanitization of LDFLAGS Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / netavark: update to v1.6.0Oskari Rauta2023-06-12
|/ | | | | | | | | | | | | netavark v1.6.0 was released, so instead of using git version, use release. Does not contain very much of changes, but list is available from netavark's commit log. Software now comes with additional tool named netavark-dhcp-proxy-client which is now included in package. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* xtables-addons: fix compilation error on kernel 6.1Christian Marangi2023-06-11
| | | | | | | | | | | | | | | | | | | | | | Fix compilation error on kernel 6.1. Fix compilation error: In file included from /mnt/Data/Sources/openwrt/x-wrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/xtables-addons-3.24/extensions/LUA/controller.h:24, from /mnt/Data/Sources/openwrt/x-wrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/xtables-addons-3.24/extensions/LUA/xt_LUA_target.c:27: /mnt/Data/Sources/openwrt/x-wrt/build_dir/target-aarch64_cortex-a72_musl/linux-bcm27xx_bcm2711/xtables-addons-3.24/extensions/LUA/lua/lua.h:12:10: fatal error: stddef.h: No such file or directory 12 | #include <stddef.h> | ^~~~~~~~~~ compilation terminated. The error is caused by commit 04e85bbf71c9 ("isystem: delete global -isystem compile option") present upstream from kernel 5.16. This commit dropped the inclusion of system headers by default and caused error on LUA module. Following what is done in the commit for the required code, modify the LUA Kbuild to include these header and restore correct compilation of the LUA module. Fixes: #21294 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* glib2: disable gnulib printfJitao Lu2023-06-11
| | | | | | | | | | A compiler bug (suspiciously) blocks gnulib compilation for mipsel_24kc_24kf. While we had this patch to disable gnulib, it was accidentally removed by 5d27631d9fbca076eb6377fc8c10f474ce9f4fea. Add it back to fix the long broken build for mipsel_24kc_24kf. Fixes: #19511 Signed-off-by: Jitao Lu <dianlujitao@gmail.com>
* podman: update to v4.5.1Oskari Rauta2023-06-12
| | | | | | | Contains several bug fixes. Package now contains additional tool quadlet. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* aardvark-dns: update to v1.6.0Oskari Rauta2023-06-12
| | | | | | | | | | aardvark-dns v1.6.0 was released, so instead of using git version, use release - similarly like netavark. Very much hasn't changed but list of changes is in git commit log of aardvark-dns. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* dnsproxy: Update to 0.50.2Tianling Shen2023-06-12
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nginx: bump to new 1.25.0 releaseChristian Marangi2023-06-11
| | | | | | | | | | | Bump nginx to new 1.25.0 release. Changes: *) Feature: experimental HTTP/3 support. Every patch automatically refreshed. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* parted: update to v3.6.0Oskari Rauta2023-06-11
| | | | | | | | Lot's of changes, but no online release notes available, check ChangeLog file once extracted if necessary Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* crun: update v1.8.5Oskari Rauta2023-06-11
| | | | | | | | | | Moved to from git to release version, but release version does not have submodule libocispec included, so additional download added. Release notes: https://github.com/containers/crun/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* mtools: update to version 4.0.43Oskari Rauta2023-06-11
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* gnu-efi: update to version 3.0.17Oskari Rauta2023-06-11
| | | | | | | update library + add new package containing efi programs provided by gnu-efi library. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* Merge pull request #21282 from stangri/master-curlStan Grishin2023-06-11
|\ | | | | curl: update to 8.1.2
| * curl: update to 8.1.2Stan Grishin2023-06-05
| | | | | | | | | | | | * https://curl.se/changes.html#8_1_2 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | nginx: fix problem with migration of uci conf templateChristian Marangi2023-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some problem with migration of uci conf template and include of module.d directive. Fix 2 case: - uci.conf.template not versioned but with the include module.d resulting in double include module.d - uci.conf.template version 1.1 with the include module.d at the end of the config. This is problematic for nginx as modules must be included before any http directive. Handle this 2 case to restore a working uci.conf.template configuration on migrated config. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | nginx-util: bump uci conf template versionChristian Marangi2023-06-11
| | | | | | | | | | | | | | Bump uci conf template version to 1.2 to sync with nginx version handling some migration problem. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>