Commit Graph

11460 Commits

Author SHA1 Message Date
Nikos Mavrogiannopoulos bd1464db95 ocserv: use a more neutral character for sed
This resolves a startup issue.

Resolves: #24203

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2024-05-27 07:42:59 +02:00
Sergey Ponomarev dd662f8a12 acme-common: fallback to deprecated use_staging if the staging option is not set
The use_staging option was deprecated in 9d2d8787ca.
But it still has a bigger priority than the staging option.
This happens because config_get_bool returns 0 when the use_staging option wasn't set.
So the next check for the staging var emptiness is always false.

As the simplest fix, use the config_get staging that returns a plain string when the option is not set and if it's empty then fallback to the use_staging.

Once the use_staging option is removed we should get back to the config_get_bool staging.

Also use config_get_bool debug.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-26 09:53:22 +02:00
Sergey Ponomarev 4c4a7bd31d treewide: use config_get_bool instead of config_get enabled
The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-26 03:00:50 +08:00
John Audia b450fbc5ea iperf3: update to 3.17.1
Changelogs since last release:
	https://github.com/esnet/iperf/releases/tag/3.17
	https://github.com/esnet/iperf/releases/tag/3.17.1

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-05-25 11:17:29 -07:00
Olivier Poitrey 9ced48feec nextdns: Update to version 1.43.5
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2024-05-25 17:55:36 +03:00
Tianling Shen b965bd59aa
cloudflared: Update to 2024.5.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-24 22:13:42 +08:00
Tianling Shen ef9be4a53c
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-24 22:07:00 +08:00
Tianling Shen 6a9b65119d
xray-core: update to 1.8.13
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-24 22:06:09 +08:00
Robert Marko 9cce31c309 treewide: fix incorrect hashes
It seems that PR #24113 introduced incorrect hashes for multiple packages.

So, lets fix all of them at once.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-05-24 13:50:11 +08:00
Stan Grishin 4a61eec169 nebula: drop maintainership
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-05-24 00:12:01 +02:00
Zephyr Lykos fde6dcb95c tailscale: Update to 1.66.4
https://github.com/tailscale/tailscale/releases/v1.66.4
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-05-21 17:58:52 -07:00
Sergey Ponomarev 4f660ec902 sslh: update to v1.23.1
The sslh Makefile's default target "all" now also tries to compile a new version sslh-ev.
To disable its compilation the Build/Compile is overridden and to call directly "make sslh-select" or "make sslh-fork" depending on CONFIG_SSLH_SELECT.

Some changes from 001-configfile-fix.patch were applied to the upstream and we can remove them.
The only left is a notice "sslh command line arguments override the config".

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-21 17:58:42 -07:00
Peter van Dijk a298bedc6e dnsdist: update to 1.9.4
fixes CVE-2024-25581

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-05-21 17:57:58 -07:00
Peter van Dijk 4100ad82c2 pdns-recursor: update to 5.0.5
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-05-21 15:51:10 -07:00
brvphoenix 2b7369c323 sing-box: update to 1.8.14
Signed-off-by: brvphoenix <brvphoenix@gmail.com>
2024-05-21 17:40:39 +08:00
TeleostNaCl Dai 084a217512 speedtest-go: update to 1.7.7
Update speedtest-go version to 1.7.7

Signed-off-by: TeleostNaCl Dai <teleostnacl@gmail.com>
2024-05-21 17:40:30 +08:00
Christian Lachner 3c2ddc6f5d haproxy: update to v2.8.9
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2024-05-19 10:38:32 +02:00
Dirk Brenken ccca9c8325
banip: release 0.9.6-1
* refine IPv4 parsing, skip rough feed entries like loopback addresses
* better error logging during banIP nftables initialization and Set loading
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-05-18 08:30:04 +02:00
Zephyr Lykos 116bbca14c tailscale: Update to 1.66.3
<https://github.com/tailscale/tailscale/releases/v1.66.3>

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-05-17 14:07:03 -07:00
Rosen Penev 498d5697de tac_plus: fix compilation with GCC14
Missing declaration and wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:24 -07:00
Rosen Penev 5bce0b09e6 Revert "net-snmp: fix compilation with GCC 14"
This reverts commit 7d39868294.
2024-05-16 23:44:08 -07:00
Aditya Nugraha 7d39868294 net-snmp: fix compilation with GCC 14
Refresh 900-musl-compat.patch, add missing headers & fixes incompatible pointer type is now an error.

Signed-off-by: Aditya Nugraha <vortexilation@gmail.com>
2024-05-16 23:33:27 -07:00
John Audia 7345b73c30 snort3: build against gperftools for more than x86
Other targets should be able to build against gperftools and
realize speed and efficiency gains.

Build system: x86/64
Build-tested: bcm27xx/bcm2712
Run-tested: bcm27xx/bcm2712

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-05-16 15:35:55 -07:00
Rosen Penev fbef15e44c remserial: fix compilation with GCC14
Missing function declaration.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 04:31:11 -07:00
Rosen Penev f20b896c95 udptunnel: fix compilation with GCC14
Missing int in main.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 23:01:49 -07:00
Rosen Penev 06ae2a9318 nfdump: update to 1.7.4
Add patch fixing compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 19:35:33 -07:00
Rosen Penev 3fc2a136e8 libndp: update to 1.8
Added GCC 14 patch as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 14:34:27 -07:00
Rosen Penev 459a8a79fe uwsgi: fix compilation with GCC14
Wrong pointer type is used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 14:29:07 -07:00
jiangslee 0adf0e8069 netbird: update to 0.27.7
Signed-off-by: jiangslee <jiangsili@qq.com>
2024-05-15 14:28:46 -07:00
Florian Eckert 1d80f59b6e
Merge pull request #23946 from McGiverGim/fix_ddns_reload
ddns-scripts: fix duplication of processes when reloading
2024-05-15 14:44:16 +02:00
Florian Eckert aeaa41ff65
Merge pull request #24113 from TDT-AG/pr/20240510-fix-mirror-hash
treewide: fix mirror hash for faad2, libmbim, libqmi, zlog, atlas-probe and  modemmanager
2024-05-15 08:11:36 +02:00
Rosen Penev 6a007dcabb xinetd: fix compilation with gcc 14
Missing headers. Fix some warnings related to time_t while at it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:55 -07:00
Rosen Penev 4aed8a05a5 dcwapd: fix compilation with GCC 14
Old bug in rapidjson.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:46 -07:00
Rosen Penev 539858ad75 eoip: fix compilation with gcc14
Wrong pointer and missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:10 -07:00
Rosen Penev aa5e046054 apinger: fix compilation with GCC 14
Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:37:10 -07:00
Rosen Penev b0ddfc85da bwm-ng: fix compilation with GCC 14
Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:36:58 -07:00
Miguel Angel Mulero Martinez 525182892b ddns-scripts: fix duplication of processes when reloading
When a "service ddns reload" is issued, the ddns processes are being
duplicated.
It seems the culprit is the -1 in the 'killall' command, and removing it
fixes the issue.
The -1 means to use SIGHUP, instead of the default SIGTERM.
In this case, the idea is to kill all other processes, so SIGTERM is
appropriate. In case the processes hang, SIGKILL may be another option.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
2024-05-14 21:18:58 +02:00
Tianling Shen 5ba2fed358
dnslookup: Update to 1.10.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-14 17:01:05 +08:00
Stan Grishin aa278f835a
Merge pull request #24138 from stangri/master-adblock-fast
adblock-fast: update to 1.1.2-1
2024-05-13 16:03:27 -07:00
Nikos Mavrogiannopoulos 4a4090ff89
Merge pull request #24109 from nmav/tmp-openconnect-cam-fix
openconnect: introduced URI parameter
2024-05-13 16:06:30 +02:00
Stan Grishin 0f18a04590
Merge pull request #23982 from stangri/master-unbound
unbound: pull in adblock-fast generated adb_list
2024-05-13 01:57:52 -07:00
Rosen Penev 6c7d4991ea aggregate: fix compilation with GCC 14
Implicit int is now an error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-13 00:02:15 -07:00
Stan Grishin fb151d5b82 adblock-fast: update to 1.1.2-1
* move extra_command and EXTRA_HELP to the top of the init file
* add packageCompat variable for compatibility check with WebUI
* add OutputFilter variables for supported resolvers
* simplify adb_check with the use of OutputFilter variables
* add show_blocklist command to display currently blocked domains

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-05-13 04:33:42 +00:00
Glenn Strauss a300185d49 lighttpd: fix missing dependency for OpenSSL crypto library
This change will provide the necessary dependency resolution, fixing:

  Package lighttpd is missing dependencies for the following libraries:
  libcrypto.so.3

Fixes: #23794
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2024-05-12 18:11:44 -07:00
Petr Štetiar 8c9597f1dc lighttpd: add option to use OpenSSL crypto library
Currently, it is not feasible to configure lighttpd to use OpenSSL as
its internal crypto library. Instead, one must rely on alternative
crypto libraries such as Nettle or mbedTLS. This setup is not ideal in
scenarios where a single crypto library is preferred. To address this
issue, lets propose introducing OpenSSL as an additional configuration
option.  Similarly, propose GnuTLS as additional configuration option.

Closes: #24004
Co-developed-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2024-05-12 18:11:44 -07:00
Zephyr Lykos 9f191cdd71 tailscale: Update to 1.66.1
https://github.com/tailscale/tailscale/releases/v1.66.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-05-12 14:49:30 -07:00
Jonas Gorski c5fcfc0c1e znc: update to 1.9.0
Update ZNC to 1.9.0 with the following changes:

* drop all patches:
  * 101-Reduce_rebuild_time.patch was only applicable for the old
    autoconf build, which was dropped in 1.9 and we didn't use anymore
    anyway
  * 104-disable-empty-modules-check.patch not needed anymore since ZNC
    now requires the new corecaps module on startup
  * 120-openssl-deprecated.patch was applied upstream
* disable libargon2 support explicitly to avoid non-deterministic builds
  if it gets added
* package new module corecaps with znc base, as this is a required
  module
* reorder CMAKE_OPTIONS alphabetically

No new modules were introduced or removed besides the new corecaps
module.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2024-05-12 14:42:43 +02:00
Seo Suchan 42140c67e0 transmission: fix compile with MbedTLS 3.X
Backport pending patch, which was submitted to upstream via GitHub
to use renamed function to compile it against MbedTLS 3.x.

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
2024-05-12 06:39:10 +02:00
TeleostNaCl Dai b8275599af speedtest-go: update to 1.7.5
Update speedtest-go version to 1.7.5

Signed-off-by: TeleostNaCl Dai <teleostnacl@gmail.com>
2024-05-11 21:56:21 +08:00
Florian Eckert 35f1bed3fb modemmanager: fix PKG_MIRROR_HASH
Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: 22f8fd5c5b ("modemmanager: add missing PKG_VERSION for APK")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-05-10 14:18:04 +02:00