aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | czmq: drop libpcre dependencyJosef Schlehofer2023-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like the libpcre dependency was added by mistake. While checking in the source code of czmq (Makefile.am, CMakeLists.txt), I see there are several dependencies, but there isn't PCRE. Fixes: 936a48a ("czmq: add new package") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | msmtp: update to version 1.8.24Josef Schlehofer2023-09-22
| | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/marlam/msmtp-mirror/commit/ef62463e4d0dc1f8e7f1db4f8dd35650999c13f9X Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | python3-networkx: Update to 3.1, rename source packageJeffery To2023-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-networkx to match other Python packages. This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | setools: Update to 4.4.3Jeffery To2023-09-21
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | node: bump to v18.18.0Hirokazu MORIKAWA2023-09-21
| | | | | | | | | | | | | | | | | | Update to v18.18.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #22134 from jefferyto/rust-cargo-rustflagsTianling Shen2023-09-21
|\ \ \ | | | | | | | | rust: Set rustflags by environment variable
| * | | rust: Set rustflags by environment variableJeffery To2023-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to use $(RUSTC_TARGET_ARCH) in HOST_BUILD_DIR, the line to include rust-values.mk in the Rust makefile was moved in f489e019ac4a15e974518d9928ef913a157d135a, causing it to be included before package.mk is included. This had the side effect of preventing "-lssp_nonshared" from being added to RUSTC_LDFLAGS, because PKG_SSP is indirectly set by package.mk (package.mk includes hardening.mk, hardening.mk sets PKG_SSP). There is a deeper issue; it is the Rust package's PKG_SSP value that causes RUSTC_LDFLAGS to be set and written to the Cargo config file. For packages that use Rust to build, their PKG_SSP value does not affect the linker flag. This sets rustflags with the RUSTFLAGS environment variable, instead of writing the value to the Cargo config file, allowing PKG_SSP from the package being built to be used and for the package being built to modify the rustflags used. This also: * Fix "-lssp_nonshared" being added to TARGET_CFLAGS instead of RUSTC_LDFLAGS, when CONFIG_PKG_CC_STACKPROTECTOR_STRONG is set. * Remove the use of $(RUSTC_TARGET_ARCH) in HOST_BUILD_DIR and move the include line for rust-values.mk back to after package.mk. Since the host build directory was moved under the target build directory in efdbac38dc8b649ca26b49fac27abeb5cf76cd28, it is no longer necessary to separate build directories with RUSTC_TARGET_ARCH; $(BUILD_DIR) already separates build directories by target. * Add BUILDONLY:=1, as the Rust package does not build a target package. * Install the Cargo config file as "config.toml" instead of "config", as this is the preferred form[1]. * Rename RUST_CFLAGS to RUSTC_CFLAGS and CONFIG_HOST_SUFFIX to RUSTC_HOST_SUFFIX, for consistency. * Allow CARGO_VARS to be set before rust-values.mk is included. [1]: https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure Fixes: f489e019ac4a ("rust: compile host package per target") Fixes: 83785a7ce016 ("rust-lang: Add the rust language support") Fixes: https://github.com/openwrt/packages/issues/22133 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | fastd: update repository URLMatthias Schiffer2023-09-20
| | | | | | | | | | | | | | | | | | | | | | | | I've changed my username to neocturne. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | libuecc: update repository URLMatthias Schiffer2023-09-20
| |/ / |/| | | | | | | | | | | | | | I've changed my username to neocturne. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | bind: update to version 9.18.18Josef Schlehofer2023-09-20
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://downloads.isc.org/isc/bind9/9.18.18/doc/arm/html/notes.html#notes-for-bind-9-18-18 https://downloads.isc.org/isc/bind9/9.18.17/doc/arm/html/notes.html#notes-for-bind-9-18-17 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | slirp4netns: update to 1.2.2Oskari Rauta2023-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v1.2.2 changes: - Enabled reproducible builds v1.2.1 changes: - sandbox: Add support for escaping resolv.conf symlinks. This fixes usage in WSL environments which symlinks /etc/resolv.conf under a shared location under /mnt. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | knot: update to version 3.3.1Jan Hák2023-09-19
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | rclone: Update to 1.64.0Tianling Shen2023-09-19
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | collectd: remove target dependency from cpufreq pluginHannu Nyman2023-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently have more package architectures supporting CPU frequency scaling than earlier, and the package architecture vs. CPU target SDK matching does not fully reflect that. (E.g. aarch64_cortex-a53 is currently using bcm27xx/bcm2710) Simplify things by removing the target dependency and let the plugin be built for all architectures. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #22130 from oskarirauta/dockerdFlorian Eckert2023-09-18
|\ \ \ | | | | | | | | dockerd: busybox compatibility
| * | | dockerd: busybox compatibilityOskari Rauta2023-09-17
| |/ / | | | | | | | | | | | | | | | | | | | | | build hosts with busybox fail with long options on rm command. Short versions are supported by all, so this makes it script compatible with busybox hosts as well. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #22126 from oskarirauta/podmanFlorian Eckert2023-09-18
|\ \ \ | | | | | | | | podman: depend on catatonit
| * | | podman: depend on catatonitOskari Rauta2023-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | podman still seems to use catatonit with rootless containers. It seems that it is possible to use alternatives, such as tini, but maybe go the same way they went on mainstream. This PR just adds catatonit to depends. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #22091 from ↵Philip Prindeville2023-09-17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | pprindeville/isc-dhcp-fix-require-parameters-delim isc-dhcpd: Generate correct delimiter in hex strings
| * | | | isc-dhcp: Allow per-subnet domain namesPhilip Prindeville2023-09-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | | isc-dhcpd: Generate correct delimiter in hex stringsPhilip Prindeville2023-09-17
|/ / / / | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #22132 from pprindeville/perl-text-csv_xs-update-1.51Philip Prindeville2023-09-17
|\ \ \ \ | | | | | | | | | | perl-text-csv_xs: Update to 1.51
| * | | | perl-text-csv_xs: Update to 1.51Philip Prindeville2023-09-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #22131 from pprindeville/perl-cgi-update-4.57Philip Prindeville2023-09-17
|\ \ \ \ \ | |_|_|/ / |/| | | | perl-cgi: Update to 4.57
| * | | | perl-cgi: Update to 4.57Philip Prindeville2023-09-17
|/ / / / | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #22128 from BKPepe/ffmpegTed Hess2023-09-17
|\ \ \ \ | | | | | | | | | | ffmpeg: update to version 5.1.3
| * | | | ffmpeg: update to version 5.1.3Josef Schlehofer2023-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVEs: CVE-2022-3964 [1] CVE-2022-3965 [2] [1] https://nvd.nist.gov/vuln/detail/CVE-2022-3964 [2] https://nvd.nist.gov/vuln/detail/CVE-2022-3965 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | iperf3: update to 3.15Leo Douglas2023-09-17
| |_|/ / |/| | | | | | | | | | | | | | | | | | | see changelog: https://github.com/esnet/iperf/releases/tag/3.15. Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | | Merge pull request #22122 from stangri/master-https-dns-proxyStan Grishin2023-09-16
|\ \ \ \ | | | | | | | | | | https-dns-proxy: improve boot up start
| * | | | https-dns-proxy: improve boot up startupStan Grishin2023-09-16
|/ / / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | Merge pull request #22118 from stangri/master-adblock-fastStan Grishin2023-09-16
|\ \ \ \ | | | | | | | | | | adblock-fast: bugfix: remove domains on allow
| * | | | adblock-fast: bugfix: remove domains on allowStan Grishin2023-09-16
| |/ / / | | | | | | | | | | | | | | | | | | | | * fix sed command to properly remove allowed domains from block-file Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | aardvark-dns: update to 1.7.0Oskari Rauta2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/containers/aardvark-dns/compare/v1.6.0...v1.7.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | netavark: update to 1.7.0Oskari Rauta2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/containers/netavark/compare/v1.6.0...v1.7.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | podman: update to 4.6.2Oskari Rauta2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch refreshed. Changelog: - Fixed a performance issue when calculating diff sizes in overlay. The podman system df command should see a significant performance improvement. - Fixed a bug where containers in a pod would use the pod restart policy over the set container restart policy. - Fixed a bug in the Compat Build endpoint where the pull query parameter did not parse 0/1 as a boolean. - Updated the containers/storage library to v1.48.1 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | crun: update to 1.9Oskari Rauta2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - support arbitrary idmapped mounts. Now it is possible to specify a mapping for any type of mount, not only bind mounts. - add support for "ridmap" mount option to support recursive idmapped mounts. - fix check for oom_score_adj. Write the oom_score_adj file even when the new value is 0. - features: Support mountExtensions. - correctly handle unknown signal string when it doesn't start with a digit. - do not attempt to join again already joined namespace. - wasmer: use latest wasix API. - refresh libocispec Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | conmon: update to 2.1.8Oskari Rauta2023-09-16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes: - stdio: ignore EIO for terminals - ensure console socket buffers are properly sized - conmon: drop return after pexit() - ctrl: make accept4 failures fatal - logging: avoid opening /dev/null for each write - oom: restore old OOM score - Use default umask 0022 Misc changes: - cli: log parsing errors to stderr - Changes to build conmon for riscv64 - Changes to build conmon for ppc64le - Fix close_other_fds on FreeBSD Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #22109 from BKPepe/curl-updateStan Grishin2023-09-16
|\ \ \ | | | | | | | | curl: update to version 8.3.0
| * | | curl: update to version 8.3.0Josef Schlehofer2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://curl.se/changes.html#8_3_0 Fixes: CVE-2023-38039 [1] [1] https://curl.se/docs/CVE-2023-38039.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | bandwidthd: drop this packageJosef Schlehofer2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is not maintained by upstream anymore as they replace it by Ntopng 3. [1] Upstream repository is archived and read only since February 2022 [2] [1] https://community.nethserver.org/t/bandwidthd-for-nethserver-7/4071/18 [2] https://github.com/NethServer/bandwidthd Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | ovpn-dco: fix package dependenciesMartin Schiller2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We have to add an "IPV6:" in front of the kmod-udptunnel6 to fix redundant dependencies with the openvpn-* packages. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | nextdns: Update to version 1.40.1Olivier Poitrey2023-09-15
| | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #22104 from douglarek/ztTianling Shen2023-09-15
|\ \ \ \ | | | | | | | | | | zerotier: update to 1.12.2
| * | | | zerotier: update to 1.12.2Leo Douglas2023-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.12.2. Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | | | dnscrypt-proxy2: update to version 2.1.5Josef Schlehofer2023-09-15
| |/ / / |/| | | | | | | | | | | | | | | | | | | Fixes compilation with Go 1.21+. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | syslog-ng: update to version 4.3.1Josef Schlehofer2023-09-15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile changes: - Since version 4.3.0, there is required to use pcre2 instead of pcre Reference: https://github.com/syslog-ng/syslog-ng/pull/4537 - Disable c++ support by default to avoid picking libstdcpp dependency Reference: https://github.com/syslog-ng/syslog-ng/pull/4484 Config changes: - Bump version in config file Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | sing-box: update to 1.4.3Leo Douglas2023-09-15
| | | | | | | | | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.4.3 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | tailscale: set nftables as defaultTyler Young2023-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the default firewall method used by Tailscale to nftables. The 'autodetection' mode is only supported by arm64 and amd64 for now[1]. This causes mips devices to not do proper detection and incorrectly default back to iptables. I added a fw_mode variable to the tailscale.conf file that could be set to iptables for easy conversion for someone still using iptables. I was able to test on an older mips device and my current aarch64 without issues. Also a few readme updates to bring it up to the current status. 1. https://github.com/tailscale/tailscale/blob/dc7aa98b768bf82017aa5cc82a62dd4d685f811d/util/linuxfw/linuxfw_unsupported.go#L4C58-L4C58 Signed-off-by: Tyler Young <git@yfh.addy.io>
* | | snort3: update to 3.1.70.0John Audia2023-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne ,,_ -*> Snort++ <*- o" )~ Version 3.1.70.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.12 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.10 1 Aug 2023 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.2.13 Using Hyperscan version 5.4.2 2023-09-07 Signed-off-by: John Audia <therealgraysky@proton.me>
* | | python-setuptools: Update to 68.2.0Jeffery To2023-09-14
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>