Commit Graph

32812 Commits (f28940ddedc6f9cd39b0825e56422c13b93e4c39)

Author SHA1 Message Date
R4SAS I2P f28940dded i2pd: Update to 2.54.0
* Updating package to 2.54.0
* Changed Makefile to install binary to /usr/bin (as in upstream)
* Updated init.rc script with new path

Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
2024-10-17 08:04:20 +03:00
Jan Chren ~rindeal b155d37ecc wifischedule: fix init.d START
Fixes: https://github.com/openwrt/packages/issues/25064

Signed-off-by: Jan Chren ~rindeal <dev.rindeal@gmail.com>
2024-10-17 08:03:53 +03:00
Chen Minqiang 2455bc08b4 pptpd: update to 1.5.0
Update pptpd "poptop" to 1.5.0 to fix comptability with PPP 2.5.1.

Also refresh patches

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2024-10-17 08:02:41 +03:00
Jan Hák 8bf814c67c knot: update to verion 3.4.1
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2024-10-17 08:00:49 +03:00
Miroslav Lichvar 2c31513386 chrony: update to 4.6.1
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2024-10-17 08:00:18 +03:00
Koen Vandeputte f7cdf7dacb gst1-plugins-bad: add support for srt
This enables SRT support within gstreamer.

Secure Reliable Transport is a popular streaming protocol which
can be used both as a sink or source.

It actively continuously negotiates between sender/receiver to avoid
packet loss at all costs.

It also supports stream encryption by simply
setting a password on both ends.

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-16 10:47:26 -07:00
Koen Vandeputte 963c528214 libs/srt: add new package v1.5.3
This adds the Secure Reliable Transport (SRT) package.

SRT is used as a popular transfer protocol for video & audio
and can be used within gstreamer as both a sink or source.

It also supports stream encryptino by simply
setting a password on both ends of the link.

More details can be found here:
https://www.haivision.com/products/srt-secure-reliable-transport/

It is being actively developed on github:
https://github.com/Haivision/srt

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2024-10-16 10:47:26 -07:00
Peter van Dijk 0fd7e2c2d0 pdns: update to 4.9.2
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-10-16 20:00:54 +08:00
Lehua Zhang 9e86e22808 ddns-scripts: add ddns-scripts for huaweicloud
Signed-off-by: Lehua Zhang <sxlehua@qq.com>
2024-10-15 09:13:52 +02:00
Robert Marko 4d8a9a44c3 libmaxminddb: fixup lib and include dirs in pkg-config
libmaxminddb has switched to using CMAKE_INSTALL_PREFIX,
CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR for generating the
pkg-config in upstream commit [1] and thus broke pkg-config file
generation in openwrt.

It would generate:
prefix=/usr
exec_prefix=/usr
libdir=lib
includedir=include

Obviously libdir and includedirs are incorrect for OpenWrt and this
would then cause pdns compilation to fail if geoip backend was enabled
since it uses pkg-config to get the required flags and passing just
lib for LDFLAGS would cause libtool to error out since that path is not
valid.

So, lets use SED magic to replace libdir and includedir with the correct
paths, so now pkg-config looks like:
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include

[1] 8b4bf0dec9

Fixes: 9f7357880f ("libmaxminddb: update to 1.11.0")
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-10-14 21:59:46 +02:00
Lukas Voegl ad63c9cacf libgudev: remove package
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2024-10-14 10:50:36 -07:00
Lukas Voegl cbbf61c16e fwupd: Update to 2.0.0
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2024-10-14 10:50:36 -07:00
S. Brusch 280a66ecb3 crowdsec-firewall-bouncer: updated nftables rules
Signed-off-by: S. Brusch <ne20002@gmx.ch>

Maintainer: Kerma Gérald <gandalf@gk2.net>
Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.5

Description:

    updated the initd script creating the nftables rules for the bouncer
    to adapt and support the crowdsec-firewall-bouncer's (from 0.0.30)
    new internal rule creation mechanism.
2024-10-14 13:36:48 +08:00
Wesley Gimenes 4549f122ff netbird: update to 0.30.1
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-10-14 13:36:23 +08:00
Hauke Mehrtens ce6ca4137c fluent-bit: Deactivate sasl2, zlib and zstd
Deactivate the dependencies to libsals2, libzlib and libzstd.
This fixes the build of fluent-bit.

This fixes the following problem:
```
Package fluent-bit is missing dependencies for the following libraries:
libsasl2.so.3
libz.so.1
libzstd.so.1
```

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-13 18:03:34 -07:00
Hauke Mehrtens 6a1511fcd8 gst1-plugins-good: Remove gudev
Deactivate the dependencies to libgudev.
This fixes the build of gst1-plugins-good.

This fixes the following problem:
```
Package gst1-mod-video4linux2 is missing dependencies for the following libraries:
libgudev-1.0.so.0
```

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-13 18:03:22 -07:00
Othmar Truniger 339e3bfd22 knxd: bump to version 0.14.65
Signed-off-by: Othmar Truniger <github@truniger.ch>
2024-10-13 18:03:03 -07:00
Vladimir Ermakov 27e7c37ddb go2rtc: run service as regular user
Improve security a bit by dropping root privileges.
Also instruct procd to respawn.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-10-12 18:13:27 -07:00
Eric Fahlgren 3ab468be20 owut: update to 2024.10.11
Bug fixes:
    efahl/owut@f3f5c10 owut: retain full result from download response
    efahl/owut@c43712f owut: use exception handlers for failed json parsing

Enhancements:
    efahl/owut@e17c906 owut: add poll-interval option
    efahl/owut@7119199 owut: better error message output

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-12 18:29:17 +08:00
Tianling Shen fd5546fc1f
v2raya: Update to 2.2.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-10-12 18:28:14 +08:00
Peter van Dijk 0fe73d3e31 pdns-recursor: update to 5.1.2
fixes CVE-2024-25590

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-10-12 02:44:41 +08:00
Dirk Brenken 270e6f1264
banIP: update to 1.0.0-8
* supports comments (introduced with a #), for MAC addresses
  in the allow and block list, e.g. 26:5e:a0:6a:9c:da # Test
* added hagezi threat ip feed
* added an adguard logterm to the readme
* removed the broken talos feed

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-10-11 19:46:16 +02:00
Dirk Brenken 1294b54471
adblock: update to 4.2.2-6
* fixed adblock status reporting
* optimized the mail template
* removed unanswered DNS requests from reporting
* various small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-10-10 19:00:33 +02:00
Vladimir Ermakov 850b2609c6 qemu: fix guest agent patch
I've used wrong type in qemu guest agent patch, found by: @curtdept
Fixes d9da6e792a (r147673510)

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-10-10 18:45:07 +02:00
Jen Wolf 7fe51d7dfe mtools: update to 4.0.45
mtools: update to 4.0.45

no change log
https://www.gnu.org/software/mtools/manual/mtools.html

Compile tested: Model ASUS RT-AC88U
Architecture ARMv7 Processor rev 0 (v7l)
BCM53xx / arm_cortex-a9.
Kernel Version 6.6.53
main branch
Run tested: Using GCC 14.2.0 and binutils 2.43.1

Signed-off-by: Jen Wolf <jenwolf@protonmail.com>
2024-10-10 18:57:52 +03:00
Milinda Brantini 2047471841 adguardhome: Update to 0.107.53
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-10-10 14:54:28 +08:00
Matthias Schiffer d57306298e ecdsautils: update to 0.4.2
1b53b726f3dc ecdsautils 0.4.2
554e2585efd9 sha256: fix misaligned buffer read in ecdsa_sha256_update()
8c17b073647f sha256: remove burnStack function

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2024-10-09 18:22:57 +02:00
Maxim Storchak 9ab9560be6 tmux: update to 3.5a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2024-10-09 17:21:17 +03:00
Milinda Brantini 91639e2e5d sing-box: Update to 1.9.7
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-10-09 17:20:47 +03:00
Hirokazu MORIKAWA 6575ab559c node: bump to v20.18.0
Notable Changes
	Experimental Network Inspection Support in Node.js
	Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
	New option for vm.createContext() to create a context with a freezable globalThis

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2024-10-09 15:16:42 +08:00
Rosen Penev 552f561c51 libucontext: update to 1.3.2
Switch to local tarballs instead of codeload. No need to override
PKG_BUILD_DIR.

Remove PKG_BUILD_PARALLEL and PKG_INSTALL as they are not needed with
meson.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-10-07 18:08:18 -07:00
Rosen Penev 9b166fd87f libpng: fix compilation with loongarch64
Explicitly disable unsupported hardware acceleration instead of trying
to match against targets.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-10-07 17:45:06 -07:00
Stan Grishin 34c68be148 pbr: update to 1.1.7-21
* switch to dstnat chain from dstnat_lan chain for dns & tor policies (thanks @egc112)
* re-introduce procd_lan_interface for better LAN detection
* improve is_domain function
* introduce health-check for requried fw4 chains
* bugfix: avoid double counters for dns policies
* bugfix: remove faulty counters for tor policies
* rename interface_process to process_interface for better code readability
* overhaul pbr.user.aws script for a much better performance and more compact
  (gzipped) storage of the ranges json locally (thanks @bigsmile74)

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-10-07 11:21:02 -07:00
Milinda Brantini caa09e5377 xray-core: update to 24.9.30
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-10-08 00:13:00 +08:00
Vladimir Ermakov 7002bbbb21 go2rtc: initial package
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-10-08 00:11:45 +08:00
Wesley Gimenes cc081de403 netbird: update to 0.30.0
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-10-08 00:06:14 +08:00
William Solichin 40b84a3ce7 mwan3: add check_quality for httping
Example output of TRACK_OUTPUT (httping -c 1 -t 1 'http://www.google.co.uk'):

PING www.google.co.uk:80 (/):
connected to 142.250.200.35:80 (654 bytes), seq=0 time=136.58 ms
--- http://www.google.co.uk/ ping statistics ---
1 connects, 1 ok, 0.00% failed, time 1137 ms
round-trip min/avg/max = 136.6/136.6/136.6 ms

Signed-off-by: William Solichin <william.r.solichin@protonmail.com>
2024-10-07 08:18:07 +02:00
Fabrice Fontaine 1501f15b26 utils/xz: fix license
Remove GPL-2.0+ and GPL-3.0+ from PKG_LICENSE as GNU GPLv2+ and GPLv3+
are only used for the build system as stated in [1]:

 The build system contains public domain files, and files that
 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
 in the binaries being built.

Moreover, add 0BSD which is used since version 5.6.0 [2]

[1]: 02ddf09bc3
[2]: 689e0228ba

Fixes: b9e87eeb7d (xz: import from old packages feed)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-10-06 22:12:43 +02:00
Hannu Nyman 8da0a4464e haveged: Update to 1.9.19
Update haveged to version 1.9.19.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-10-06 19:33:19 +03:00
Michael Heimpold c20918cac7 php8: update to 8.3.12
This fixes:
    - CVE-2024-8925
    - CVE-2024-8926
    - CVE-2024-8927
    - CVE-2024-9026

Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.3.12

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-10-06 10:30:06 +02:00
Wesley Gimenes 86e4bb1317 netbird: update to 0.29.4
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-10-06 15:14:44 +08:00
Wesley Gimenes adfba3c294 netbird: update to 0.29.3
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-10-06 15:14:44 +08:00
Wesley Gimenes 12e509f867 netbird: update to 0.29.2
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-10-06 15:14:44 +08:00
Ray Wang c99669e088 hev-socks5-server: update to 2.6.8
Signed-off-by: Ray Wang <r@hev.cc>
2024-10-06 15:13:37 +08:00
Rosen Penev 2cf9f00674 libxslt: update to 1.1.42
Fixes compilation with newer libxml2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-10-05 23:13:11 +02:00
Andrey Butirsky e907b4ce10 meta: VS Code: Git: Always Sign Off
Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
2024-10-04 16:27:33 +02:00
Peter van Dijk 270fb7c732 dnsdist: update to 1.9.7
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-10-04 16:25:50 +02:00
Felix Fietkau bcd0f538f2 jool: add hotplug script to disable fraglist GRO
The kernel module translation code cannot deal with it

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-10-04 12:03:00 +02:00
Felix Fietkau ce3477ab05 jool: add missing dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-10-04 12:03:00 +02:00
Milinda Brantini cd20d4c394 golang: Update to 1.23.2
go1.23.2 (released 2024-10-01) includes fixes to the compiler, cgo,
the runtime, and the maps, os, os/exec, time, and unique packages.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-10-03 17:09:51 +08:00