aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | cloudflared: Update to 2023.7.1Tianling Shen2023-07-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | snowflake: update to 2.6.0Nick Hainke2023-07-18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tor projects tries to migrate away from git.torproject.org [0,1]. We need to adjust PKG_SOURCE and GO_PKG name. Further, we need to backport patches to fix compiling on riscv64, so add: - 0001-Bump-minimum-required-version-of-go.patch - 0002-Update-dependencies.patch Changelog: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/2fa8fd9188078eaa169f1edd16815deae4004c6c [0] - https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/86 [1] - https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/82cc0f38f73c4ca4e12d22173562a092ebd4dea0 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | cpusage: remove AUTORELEASEKuan-Yi Li2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 0c10c224be81 only handles the case where AUTORELEASE is used in PKG_RELEASE thus this package was left behind. Let's fix this up. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | | transmission: add ftruncate syscall to seccompMarius Dinu2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | Fixes many crashes. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | | nvme-cli: Add new packageLuca Barbato2023-07-18
| | | | | | | | | | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | | | Merge pull request #21593 from jefferyto/ci-fix-pkg-sourceTianling Shen2023-07-18
|\ \ \ \ | |_|_|/ |/| | | CI: Fix finding test script
| * | | CI: Fix finding test scriptJeffery To2023-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the run-test code tries to find the package source directory based on the directory name only. This fails for the Go compiler package because there is more than one directory named "golang". This uses the full path listed in the "Source:" line of the control file to find the package source directory. This also: * Checks for the test script earlier, to avoid installing and removing ipk files when there is no test script to be run * Makes PKG_VERSION parsing more lenient, as the package may not have a PKG_RELEASE, e.g. attendedsysupgrade-common Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | rust: Update to 1.71.0Tianling Shen2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | rust: compile host package per targetOrne Brocaar2023-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the compiled binaries are intended to run on the host system, the rust/host package does include the target matching the configured OpenWrt target. If using (for example) ./scripts/env to switch between different OpenWrt configurations, this will cause issues if the different configuration is for a different target. In such case there will be a mismatch between the available Rust target and OpenWrt target and the following error will be printed: > error[E0463]: can't find crate for `core` > note: the `XXX` target may not be installed This fix will add the RUSTC_TARGET_ARCH as HOST_BUILD_DIR and CARGO_HOME suffix, such that rust/host will be compiled in case an OpenWrt configuration change causes the RUSTC_TARGET_ARCH to change. Fixes: #21530 Signed-off-by: Orne Brocaar <info@brocaar.com> [Applied Jeffery To's suggestion for build and install path] Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | python-pip: Update to 23.2Jeffery To2023-07-17
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | jq: remove _GNU_SOURCE from Makefile and instead backport patchW. Michael Petullo2023-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault. This has since been fixed upstream, so this commit backports the upstream patch instead. This keeps things closer to upstream, and it will prevent the Makefile from containing a redundant fix once upstream releases the next version. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #21590 from jefferyto/golang-1.20.6Tianling Shen2023-07-17
|\ \ \ \ | |/ / / |/| | | golang: Update to 1.20.6
| * | | golang: Update to 1.20.6Jeffery To2023-07-17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2023-29406 (net/http: insufficient sanitization of Host header). This also updates the copyright information for various Go packaging files. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-babel: Update to 2.12.1, add host buildJeffery To2023-07-16
| | | | | | | | | | | | | | | | | | Also updated dependencies for the new version. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #21566 from jefferyto/python-mako-reimportAlexandru Ardelean2023-07-16
|\ \ \ | | | | | | | | python-mako: Re-import host-only package from abandoned packages repo
| * | | python-mako: Re-import host-only package from abandoned packages repoJeffery To2023-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mako was removed in 60ce07b9a1d5c7a53297f177f10af68f3304be9e; at the time we were using host pip to install host Python packages and so having this package was not necessary. With the move away from host pip and toward proper host packages, it would be better to have a Mako host-only package here to support the mesa package in the video feed. This re-imports the package from the abandoned packages feed, updates the makefile with current Python package conventions, and updates the package to the latest version. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #21576 from commodo/libwebpAlexandru Ardelean2023-07-16
|\ \ \ \ | | | | | | | | | | libwebp: bump to version 1.3.1
| * | | | libwebp: bump to version 1.3.1Alexandru Ardelean2023-07-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | | Merge pull request #21577 from commodo/tcpreplayAlexandru Ardelean2023-07-16
|\ \ \ \ \ | |_|_|/ / |/| | | | tcpreplay: bump to version 4.4.4
| * | | | tcpreplay: bump to version 4.4.4Alexandru Ardelean2023-07-16
| |/ / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | Merge pull request #21575 from commodo/sudoAlexandru Ardelean2023-07-16
|\ \ \ \ | | | | | | | | | | sudo: bump to verison 1.9.14p1
| * | | | sudo: bump to verison 1.9.14p1Alexandru Ardelean2023-07-16
| |/ / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | Merge pull request #21568 from commodo/python-updates1Alexandru Ardelean2023-07-16
|\ \ \ \ | | | | | | | | | | pillow, pymysql, requests: bump versions
| * | | | pillow: bump to version 10.0.0Alexandru Ardelean2023-07-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | | | pymysql: bump to version 1.1.0Alexandru Ardelean2023-07-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | | | python-requests: bump to version 2.31.0Alexandru Ardelean2023-07-14
| |/ / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* / / / banip: release 0.9.0-1Dirk Brenken2023-07-16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * supports allowing / blocking of certain VLAN forwards in segregated network environments, set 'ban_vlanallow', ''ban_vlanblock' accordingly * simplified the code/JSON to generate/parse the banIP status * enclose nft related devices in quotation marks , e.g. to handle devices which starts with a number '10g-1' * made the new vlan options available to LuCI (separate commit) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | yq: Update to 4.34.2Tianling Shen2023-07-14
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | cloudflared: Update to 2023.7.0Tianling Shen2023-07-14
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | inih: Update to r57Tianling Shen2023-07-14
|/ / | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | shairport-sync: fix init scriptLiangbin Lian2023-07-13
| | | | | | | | | | | | 'name' may contains '%h' or '%v', printf will fail on that Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | ooniprobe: Update to 3.18.0Jeffery To2023-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version includes support for Go 1.20 (specifically 1.20.5). This also: * Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1] * Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only * Updates the package license; the project was relicensed in 3.13.0[2] [1]: https://github.com/mattn/go-sqlite3/issues/1164 [2]: https://github.com/ooni/probe-cli/pull/446 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-trove-classifiers: Update to 2023.7.6Jeffery To2023-07-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | click: Update to 8.1.4, rename source packageJeffery To2023-07-13
| | | | | | | | | | | | | | | | | | | | This renames the source package to python-click to match other Python packages. This also updates the package dependencies, licence file, package title and description. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-editables: Update to 0.4Jeffery To2023-07-13
| | | | | | | | | | | | The build backend was changed from setuptools to flit-core. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | docker-compose: Update to version 2.20.0Javier Marcet2023-07-13
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | python-cython: Update to 0.29.36Jeffery To2023-07-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #21550 from mhei/php8-update-to-8.2.8Michael Heimpold2023-07-13
|\ \ | | | | | | php8: update to 8.2.8
| * | php8: update to 8.2.8Michael Heimpold2023-07-12
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | adguardhome: bump to 0.107.33Dobroslaw Kijowski2023-07-13
|/ / | | | | | | | | | | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.30 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.31 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.32 * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.33 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | Merge pull request #21545 from nmav/tmp-ocserv1.2.0Nikos Mavrogiannopoulos2023-07-11
|\ \ | | | | | | ocserv: updated to 1.2.0
| * | ocserv: updated to 1.2.0Nikos Mavrogiannopoulos2023-07-11
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | sedutil: fix compilation with GCC13Rosen Penev2023-07-11
| | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libtins: fix compilation with GCC13Rosen Penev2023-07-11
| | | | | | | | | | | | Patch taken from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | nginx-util: fix compilation with GCC13Rosen Penev2023-07-11
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: make all GNOME URLs consistentRosen Penev2023-07-11
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | lua-rs232: fix compilation with GCC13Rosen Penev2023-07-10
| | | | | | | | | | | | Patch taken from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libaio: opt out of lto usageJavier Marcet2023-07-10
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | Nlohmannjson: Update to version 3.11.2Volker Christian2023-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: OpenWRT-23.05-rc2, arm_cortex-a7_neon-vfpv4, mips_24kc Run tested: arm_cortex-a7_neon-vfpv4 (Linksys MR8300), mips_24kc (tplink_archer-a7), OpenWrt 23.05-rc2) * Update package nlohmannjson to version 3.11.2. * Version 3.11.2 is source compatible with 3.10.2 so no package should fail to compile * From version 3.11.2 on forward template declarations are collected in the file json_fwd.hpp. The json.hpp still contains all template definitions. Because in most compilation units of a software package only the file json_fwd.hpp needs to be included, the compilation process is accelerated a lot. Signed-off-by: Volker Christian <me@vchrist.at>
* | stress-ng: bump to version 0.15.10Alexandru Ardelean2023-07-10
| | | | | | | | | | | | | | | | | | | | Merged patches into a single one. Disabling libmpfr (which got added recently). To avoid potentially new build failures. And disabling test-compiler check. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>