aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openvpn: update to 2.6.6Ivan Pavlov2023-08-18
| | | | | | | | | Small bugfix release For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.6/Changes.rst Also, set depends on DCO kernel module when ENABLE_DCO flag is set. Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* python-trove-classifiers: Update to 2023.8.7Jeffery To2023-08-17
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-psycopg2: Update to 2.9.7, update list of dependenciesJeffery To2023-08-17
| | | | | | This also adds a source package (python-psycopg2-src). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-msgpack: Update to 1.0.5, add host Cython dependencyJeffery To2023-08-17
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-psutil: Update to 5.9.5, replace patchJeffery To2023-08-17
| | | | | | | | | | | 100_add_cross_platform_build_ability.patch was submitted upstream in https://github.com/giampaolo/psutil/pull/2068, but that pull request was closed without being merged. This replaces that patch with a simpler version that only updates setup.py, leaving the run-time library code unchanged. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-more-itertools: Update to 10.1.0Jeffery To2023-08-17
| | | | | | The package has changed to the flit-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-markdown: Update to 3.4.4, update list of dependenciesJeffery To2023-08-17
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-distro: Update to 1.8.0Jeffery To2023-08-17
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* frr: updat to 9.0Lucian Cristian2023-08-17
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* frp: update to 0.51.3Van Waholtz2023-08-17
| | | | | | Includes some bug fixes and adds support for GO 1.21. Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* rust: fix host build on aarch64 darwinJonas Jelonek2023-08-17
| | | | | | | | | | | | rust/host failed to compile on macOS running on Apple Silicon M1 Pro because the host target triple is autogenerated to be 'arm64-unknown-linux-'. Rust doesn't have such a target triple, thus the build failes because there are no pre-built artifacts for bootstrapping. Fix this by setting RUSTC_HOST_ARCH to 'aarch64-apple-darwin' in case our host is HOST_ARCH=arm64 and HOST_OS=darwin. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* Merge pull request #21839 from mhei/php8-fix-riscv64Michael Heimpold2023-08-17
|\ | | | | php8: fix linking on riscv64 platform (again)
| * php8: fix linking on riscv64 platform (again)Michael Heimpold2023-08-16
| | | | | | | | | | | | | | | | | | | | | | The initial fix was done in a2e76e497. Later we could revert it with 5779ae4c5 since a global fix in gcc was deployed. But now, PHP itself applied a workaround/fix in 8.2.8, so that we now require the initial fix again. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #21828 from stangri/master-simple-adblockStan Grishin2023-08-16
|\ \ | |/ |/| simple-adblock: bugfixes for uci_load_validate
| * simple-adblock: bugfixes for uci_load_validateStan Grishin2023-08-15
| | | | | | | | | | | | | | * fix validation for force_dns_port when missing in config * fix validation for dns_instance when * or - are used Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #21766 from TDT-AG/pr/20230808-modemmanagerFlorian Eckert2023-08-16
|\ \ | | | | | | modemmanager: setting allowed and preferred mode
| * | modemmanager: add setting for allowed and preferred modeFlorian Eckert2023-08-09
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | modemmanager: remove unneeded teardown error reportingFlorian Eckert2023-08-09
| | | | | | | | | | | | | | | | | | | | | Teardown error reporting is not needed, bacause it overrides init error reporting. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | modemmanager: fix white spacesFlorian Eckert2023-08-09
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | python3-ble2mqtt: update to 0.1.8Quintin Hill2023-08-16
| | | | | | | | | | | | Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | python3-dbus-fast: update to 1.91.2Quintin Hill2023-08-16
| | | | | | | | | | | | | | | | | | The patch is no longer required as host setuptools is now new enough. Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | python3-aio-mqtt-mod: update to 0.3.4Quintin Hill2023-08-16
| | | | | | | | | | | | | | | | | | python3-openssl is now optional. Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
* | | dnslookup: Update to 1.9.2Tianling Shen2023-08-16
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | dnsproxy: Update to 0.54.0Tianling Shen2023-08-16
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | qemu: enable host support for armsr/armv8Mathew McBride2023-08-16
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of OpenWrt main branch commit e505873e65f72 ("armsr: armv8: enable KVM host") [merged 2023-08-15], armsr/armv8 has KVM host support. We can now enable QEMU host for this target. For example, you can run OpenWrt armsr/armv8 as a guest like so: qemu-system-aarch64 -nographic -M virt -cpu host --enable-kvm \ -bios u-boot.bin -smp 1 -m 1024 \ -drive file=openwrt-armsr-armv8-generic-ext4-combined.img,format=raw,index=0,media=disk A compatible u-boot.bin can be obtained from u-boot-qemu_armv8/u-boot.bin that is built with the armsr target and available from downloads.openwrt.org. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* | tgt: update to 1.0.87Maxim Storchak2023-08-15
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | smartmontools: update to 7.4Maxim Storchak2023-08-15
| | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | reptyr: Update to 0.10.0Tianling Shen2023-08-15
| | | | | | | | | | | | | | | | | | | | | | * 0.10.0 (Jun 04, 2023) - Add arm7 and aarch64 support for FreeBSD * 0.9.0 (Jun 12, 2022) - Add RISCV64 support on Linux - Fix tty-stealing on PowerPC Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #21827 from jefferyto/golang-1.21.0Josef Schlehofer2023-08-15
|\ \ | | | | | | golang: Update to 1.21.0, remove patch
| * | golang: Update to 1.21.0, remove patchJeffery To2023-08-15
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has updated the Go compiler to not use gold when building for arm, and is waiting for a fix to binutils (released in 2.41) before doing the same for aarch64.[1] Based on the above, it does not appear that https://github.com/golang/go/pull/49748 will be merged. This removes the patch from that pull request. [1]: https://github.com/golang/go/issues/22040 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | boost: Updates package to version 1.83.0Carlos Miguel Ferreira2023-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.83.0 A new header-only library is available: - Compat: A repository of C++11 implementations of standard components added in later C++ standards, from Peter Dimov and contributors. [1] More info about Boost 1.83.0 can be found at the usual place [2]. [1]: https://www.boost.org/doc/libs/1_83_0/libs/compat/doc/html/compat.html [2]: https://www.boost.org/users/history/version_1_83_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | docker-compose: Update to version 2.20.3Javier Marcet2023-08-15
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | ruby: fix riscv64 buildTianling Shen2023-08-14
| | | | | | | | | | | | | | | | | | Fix build by adding missing macros. The patch is taken from: https://lists.openembedded.org/g/openembedded-core/message/161168 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | xz: Update to 5.4.4Hannu Nyman2023-08-14
| | | | | | | | | | | | Update xz to match the version in tools/ Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #21710 from Lankaster/openwrt-main-monitHannu Nyman2023-08-14
|\ \ | | | | | | monit: update to 5.33.0
| * | monit: update to 5.33.0Yaroslav Petrov2023-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: x86_64, PC Engines APU4, OpenWrt 22.03.5/main Run tested: x86_64, PC Engines APU4, OpenWrt 22.03.5/main, div. tests * update from 5.26.0 to 5.33.0 (fixes a lot of bugs, defaults TLSv1.2 and TLSv1.3, new functions. See fullog: https://mmonit.com/monit/changes/) * replace maintainer * update piddir patch * use maintainers bootstrap script instead PKG_FIXUP Signed-off-by: Yaroslav Petrov <info@lank.me>
* | | Merge pull request #21800 from yogo1212/wget_pcre2Hannu Nyman2023-08-14
|\ \ \ | | | | | | | | wget: use pcre2
| * | | wget: use pcre2Leon M. Busch-George2023-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Pcre (1) is unmaintained and reached its end of life in 2021. The base system provides pcre2 exclusively since May. Signed-off-by: Leon M. Busch-George <leon@georgemail.eu>
* | | | smartdns: bump to 1.2023.43Nick Peng2023-08-14
| | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | v2raya: Update to 2.1.3Tianling Shen2023-08-13
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | python-iniconfig: Update to 2.0.0Jeffery To2023-08-13
| | | | | | | | | | | | | | | | | | | | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-jsonpath-ng: Update to 1.5.3Jeffery To2023-08-13
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-jmespath: Update to 1.0.1Jeffery To2023-08-13
| | | | | | | | | | | | | | | | | | | | | | | | This also updates the Python dependency from python3 to python3-light. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | python-intelhex: Update to 2.3.0Jeffery To2023-08-13
| | | | | | | | | | | | | | | | | | | | | | | | This version includes the fix from the removed patch. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | openssh: update to 9.4p1Sibren Vasse2023-08-13
| | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | Merge pull request #21748 from jefferyto/python-influxdb-5.3.1Josef Schlehofer2023-08-13
|\ \ \ \ | | | | | | | | | | python-influxdb: Update to 5.3.1
| * | | | python-influxdb: Update to 5.3.1Jeffery To2023-08-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #21795 from jefferyto/python-netdisco-3.0.0Josef Schlehofer2023-08-12
|\ \ \ \ \ | | | | | | | | | | | | python-netdisco: Update to 3.0.0, update list of dependencies
| * | | | | python-netdisco: Update to 3.0.0, update list of dependenciesJeffery To2023-08-12
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #21794 from jefferyto/python-multidict-6.0.4Josef Schlehofer2023-08-12
|\ \ \ \ \ | |/ / / / |/| | | | python-multidict: Update to 6.0.4, update list of dependencies