aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* sumo: update to 1.12Rosen Penev2022-03-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* perl: add powerpc64 supportRosen Penev2022-03-02
| | | | | | Needed by the QoriQ target. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sqm-scripts: switch back to iptablesEtienne Champetier2022-03-02
| | | | | | | | | Following recent dependency rework, we can switch between iptables-legacy and iptables-nft, and they both PROVIDES iptables. Make it easier for user that want/need to stick to firewall3/iptables-legacy to do so. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #17969 from graysky2/rng-toolsHannu Nyman2022-03-02
|\ | | | | rng-tools: drop unneeded dep
| * rng-tools: drop unneeded depJohn Audia2022-03-01
|/ | | | | | | | Upstream dropped the libsysfs dep.[1] 1. https://github.com/nhorman/rng-tools/releases/tag/v6.12 Signed-off-by: John Audia <graysky@archlinux.us>
* shadowsocks-libev: update README.mdYousong Zhou2022-03-01
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* shadowsocks-libev: convert to using nftYousong Zhou2022-03-01
| | | | | | | | | | | | | | | It will be mostly implemented with ucode templates installed at /usr/share/ss-rules and called from init script. The generated nftables rules will be stored at /etc/nftables.d/ Incompatible changes were introduced as described in the README.md file - Netfilter ipset was replaced with nftables sets - UCI options ipt_args and dst_forward_recentrst of section ss_rules are now deprecated. The former does not apply to nftables. The later not yet implemented with nftables. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* shadowsocks-libev: ss-rules: request presence of nat tableYousong Zhou2022-03-01
| | | | | | | | | | | ss-rules with iptables needs presence of netfilter nat table to work. ss-rules works before without explicitly requesting it as a dependency because it's present by default on a pre-firewall4/nftables OpenWrt install. We request it explicitly now to make life easier in case people would like to try ss-rules/iptables on firewall4/nftables enabled OpenWrt system Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* rng-tools: update to 6.15John Audia2022-02-28
| | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* kcptun: bump to v20210922Chao Liu2022-02-28
| | | | Signed-off-by: Chao Liu <git@expiron.dev>
* atop: update to 2.7.1John Audia2022-02-28
| | | | | | | | | | Upstream bump and remove unneeded patch Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* yq: Update to 4.21.1Tianling Shen2022-02-28
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* gg: Update to 0.2.3Tianling Shen2022-02-28
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* samba: add ppc64 supportRosen Penev2022-02-28
| | | | | | Needed for QoriQ target Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #17958 from neheb/9Nikos Mavrogiannopoulos2022-02-28
|\ | | | | p11-kit: update to 0.24.1
| * p11-kit: update to 0.24.1Rosen Penev2022-02-28
| | | | | | | | | | | | | | | | explicitly disable NLS It seems it's only used for man pages, which are unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | samplicator: fix Wformat warningRosen Penev2022-02-28
|/ | | | | | Wrong type. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* coreutils: patch chmod with upstream fixJohn Audia2022-02-26
| | | | | | | | | Apply a post-release upstream patch to chmod to fix some broken behavior. See: https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=e8b56ebd536e82b15542a00c888109471936bfda A number of major distros including Arch, Alpine and Void import this patch. Signed-off-by: John Audia <graysky@archlinux.us>
* expat: update to 2.4.6Michal Vasilek2022-02-25
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* ocserv: updated to 1.1.6Nikos Mavrogiannopoulos2022-02-25
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* openconnect: updated to 8.20Nikos Mavrogiannopoulos2022-02-25
| | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* tvheadend: add /etc/tvheadend config to conffilesMatthew Hagan2022-02-25
| | | | | | Allow backing up and preserving of /etc/tvheadend across sysupgrades. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* tvheadend: correct group permissions for /dev/dvbMatthew Hagan2022-02-25
| | | | | | | Provide group read, write and execute permissions for /dev/dvb, otherwise adapters will not be accessible from tvheadend. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* python-psutil: update to version 5.9.0, fix build on macosSergey V. Lobanov2022-02-24
| | | | | | | | | | | | 1. updated to 5.9.0 2. psutil can not be built on macos due to build script detects Darwin using sys.platform and changes build logic to build for Darwin, but OpenWrt is Linux. This commit add patch to allow redefining sys.platform and uses env var TARGET_SYS_PLATFORM to specify linux as sys platfrom. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* mpd-full: enable soxrKazuhiro Ito2022-02-24
| | | | | | | | | Enable soxr resampler library. "internal" resampler is really poor quality and libsamplerate library is too heavy for tiny system. Signed-off-by: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
* MarkupSafe: update to version 2.1.0Josef Schlehofer2022-02-24
| | | | | | | Changelog: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* geoipupdate: update to 4.9.0Matthew Hagan2022-02-23
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* frp: update to 0.39.0Van Waholtz2022-02-23
| | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* frp: add service_triggerVan Waholtz2022-02-23
| | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* frpc: add anonymous proxy config supportVan Waholtz2022-02-23
| | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* utils/watchcat: restart failure time after network restartRozhuk Ivan2022-02-23
| | | | | | | | | | | | | | | | | | Without this change these settings: Mode: Restart Interface Period: 30s Check Interval: 5s will do ping every 30s, if all pings are fail then it try to take action every 5 second. After apply this patch watchcat will try to send ping every 5 second in next 30 sec before take action if all pings are fail. This is important for wireless uplinks like 3G/4G that need some time to establish connection. Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
* tcpreplay: bump to version 4.4.1Alexandru Ardelean2022-02-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tvheadend: bind to LAN IP by defaultMarius Dinu2022-02-23
| | | | | | | If config parameter is not set, tvheadend will bind to LAN IP address by default. Fixes issue #16500 without requiring user modifications to config file. It's also more secure if firewall becomes disabled. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* totem-pl-parser: disable libgcryptJosef Schlehofer2022-02-23
| | | | | | | | | | If libgcrypt is compiled first, then it is automatically picked up during the building totem-pl-parser [1]. Let's disable AmazonAMZ decoding for now. [1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L3 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* totem-pl-parser: disable libarchiveJosef Schlehofer2022-02-23
| | | | | | | | | | | | | If the libarchive is present within the build environment, it is automatically detected and enabled [1]. This causes that totem-pl-parser is not compiled with this error: Package totem-pl-parser is missing dependencies for the following libraries: libarchive.so.18 [1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* bwping: update to version 2.5Oleg Derevenetz2022-02-23
| | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* shorewall-core: fix build on macosSergey V. Lobanov2022-02-23
| | | | | | | | | | | | shorewall-core macos build fails due to: 1. MacOS bash is too old (3.x), but shorewall-core requires bash>4 This patch uses OpenWrt tools/bash built for macos (bash 5.x) 2. install.sh detects Darwin using uname and changes install logic, but it fails in case of cross-platform build This patch uses fakeuname/host tool to avoid Darwin detection Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* shorewall: fix build on macosSergey V. Lobanov2022-02-23
| | | | | | | | | | | | shorewall macos build fails due to: 1. MacOS bash is too old (3.x), but shorewall requires bash>4 This patch uses OpenWrt tools/bash built for macos (bash 5.x) 2. install.sh detects Darwin using uname and changes install logic, but it fails in case of cross-platform build This patch uses fakeuname/host tool to avoid Darwin detection Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* shorewall6-lite: fix build on macosSergey V. Lobanov2022-02-23
| | | | | | | | | | | | | | | | shorewall6-lite macos build fails due to: 1. MacOS bash is too old (3.x), but shorewall6-lite requires bash>4 This patch uses OpenWrt tools/bash built for macos (bash 5.x) 2. install.sh detects Darwin using uname and changes install logic, but it fails in case of cross-platform build This patch uses fakeuname/host tool to avoid Darwin detection 3. fakeuname does not work in install.sh because install.sh redefines PATH. This patch removes PATH=... from install.sh on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* shorewall6: fix build on macosSergey V. Lobanov2022-02-23
| | | | | | | | | | | | shorewall6 macos build fails due to: 1. MacOS bash is too old (3.x), but shorewall6 requires bash>4 This patch uses OpenWrt tools/bash built for macos (bash 5.x) 2. install.sh detects Darwin using uname and changes install logic, but it fails in case of cross-platform build This patch uses fakeuname/host tool to avoid Darwin detection Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* shorewall-lite: fix build on macosSergey V. Lobanov2022-02-23
| | | | | | | | | | | | | | | | | shorewall-lite macos build fails due to: 1. MacOS bash is too old (3.x), but shorewall-lite requires bash>4 This patch uses OpenWrt tools/bash built for macos (bash 5.x) 2. install.sh detects Darwin using uname and changes install logic, but it fails in case of cross-platform build This patch uses fakeuname/host tool to avoid Darwin detection 3. fakeuname does not work in install.sh because install.sh redefines PATH. This patch removes PATH=... from install.sh on macos Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* i2pd: Update packageR4SAS I2P2022-02-23
| | | | | | | * Update to 2.41.0 * Added use AUTORELEASE Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
* coreutils: update to 9.0John Audia2022-02-23
| | | | | | | | | | | | | | Removed unneed patch: 002-ls-restore-831-behavior-on-removed-directories.patch After updating ran `make package/coreutils/refresh` from $BUILDROOT to clean dirty patches. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* zsh: update to 5.8.1John Audia2022-02-23
| | | | | | | | Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* rsyslog: move configurables to Config.inMatthew Hagan2022-02-23
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* rsyslog: add omhttp libcurl dependancyMatthew Hagan2022-02-23
| | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* tinyionice: update to 1.0.1Michal Vasilek2022-02-23
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* yq: Update to 4.20.2Tianling Shen2022-02-23
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* tree: bump to 2.0.2John Audia2022-02-23
| | | | | | | | | | Update to latest upstream release. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* htpdate: drop www.freebsd.org from default server listJo-Philipp Wich2022-02-22
| | | | | | | | | | The FreeBSD project stopped publishing HTTP date headers and seeks to limit further resource taxing by distributed htpdate clients using the www.freebsd.org host as default time source. Fixes: #17924 Reported-by: Allan Jude <allanjude@freebsd.org> Signed-off-by: Jo-Philipp Wich <jo@mein.io>