Commit Graph

1146 Commits

Author SHA1 Message Date
Carlo Alberto Ferraris
b126cc2c1b tailscale: preserve tailscaled state file
Fixes #19774 

Signed-off-by: Carlo Alberto Ferraris <cafxx@strayorange.com>
2023-04-02 12:59:19 +00:00
Stanislav Petrashov
89e71d1494 tailscale: Update to version 1.32.3
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2023-04-02 12:59:01 +00:00
Stanislav Petrashov
177fa6c1bd tailscale: update to v1.32.0
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
2023-04-02 12:58:51 +00:00
Michal Vasilek
34ec9028e8 tailscale: add version tests
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2023-04-02 12:58:42 +00:00
Michal Vasilek
c8573bb2ba tailscale: fix -version
tailscale version, tailscaled -version and the web UI reported the wrong
version number which doesn't cause any issues, but it can be confusing.

This is fixed by specifying the version in go ldflags similar to how
it's done in many other go packages and the official tailscale Dockerfile.

version.Long version can not be specified in GO_PKG_LDFLAGS_X because it
contains a space and GO_PKG_LDFLAGS_X is always split at a space.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2023-04-02 12:58:35 +00:00
Magnus Kessler
5ae0abe554 tailscale: update to version 1.24.2
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
2023-04-02 12:58:19 +00:00
Beginner-Go
236bb3eef4 Revert "tailscale: update to 1.20.2"
This reverts commit e5c3e25138.
2023-04-02 12:57:53 +00:00
Beginner-Go
b1d3cdd28f Revert "tailscale: update to 1.24.2 (#426)"
This reverts commit 2d3c61bd01.
2023-04-02 12:57:45 +00:00
Beginner-Go
969f017669 Revert "tailscale: update to 1.26.0 (#472)"
This reverts commit c9c73f6165.
2023-04-02 12:57:38 +00:00
Beginner-Go
de487b4902 Revert "tailscale: update to 1.28.0 (#493)"
This reverts commit 0247014f79.
2023-04-02 12:57:28 +00:00
Stan Grishin
2564394f86 curl: update to 8.0.1
* https://curl.se/changes.html#8_0_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-03-30 15:56:17 +00:00
Oskari Rauta
f8829e2db7 curl: enable unix sockets by default
- changed Config.in to enable unix sockets support by default
 - release number bumped

Description:
socket support is very handy when communicating with
various REST APIs.

Size increases are very small, nearly unnoticiable.

Tested-by: Stan Grishin <stangri@melmac.ca>
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-03-30 07:07:41 +00:00
Stan Grishin
a83b5d49fb curl: update to 7.88.1
* https://curl.se/changes.html#7_88_1

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-03-30 07:07:29 +00:00
Stan Grishin
c1fc386c7d curl: update to 7.86.0
* update to 7.86.0: https://curl.se/changes.html#7_86_0
* remove 300-curl-wolfssl.m4-error-out-if-wolfSSL-is-not-usable.patch as
  it was fixed upstream: https://github.com/curl/curl/pull/9682
* update configure options for OpenSSL as --without-ssl is breaking build
* remove --without-libidn configure arg as it's no longer recognized

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-03-30 07:07:04 +00:00
Sibren Vasse
b54bf67d3d openssh: update to 9.3p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2023-03-30 06:55:38 +00:00
Tianling Shen
d8342475f8 dnsproxy: Update to 0.48.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-30 06:42:46 +00:00
Tianling Shen
c17d555756 dnsproxy: Update to 0.48.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-30 06:42:37 +00:00
Beginner
b60124ed29
Merge pull request #666 from qingtian110/master
mosdns: update to v5.1.3
2023-03-26 11:37:23 +08:00
Miles Poupart
24eb26b68a
zerotier: update to 1.10.6 (#667) 2023-03-25 22:32:08 +08:00
qingtian110
e6a39f127b mosdns: bump to v5.1.3 2023-03-25 18:47:08 +08:00
coolsnowwolf
c57f71ccf5 msd_lite: bump version 2023-03-21 23:13:42 +08:00
Miles Poupart
1cc609e7a6
zerotier: refresh patches (#664) 2023-03-16 15:26:10 +00:00
mengruxing
6bb9dda583 zerotier: update to 1.10.5 2023-03-15 21:15:10 +08:00
Rosen Penev
57fbaaf5e7 ksmbd-tools: update to 3.4.7
Remove upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-03-11 16:24:10 +00:00
Rosen Penev
3f7392a571 ksmbd-tools: use ksmbd.conf
smb.conf is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-03-11 16:23:59 +00:00
Rosen Penev
8feab6d683 ksmbd-tools: update to 3.4.6
Switch to git tarball as the meson files did not get added to the
official one.

Backport busybox style binaries. Saves on size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-03-11 16:23:39 +00:00
Rafał Miłecki
36fa5135f2 ksmbd-tools: add package with hotplug.d script for auto sharing
One of common use cases for SMB3 server in routers is sharing hotplugged
drives. Users make many attempts setting that up which often are not
optimal.

This script handles it in the cleanest way by using:
1. hotplug.d mount subsystem
2. runtime config in the /var/run/config/

It provides a working basic solution that can be later adjusted by
modifying provided hotplug script.

A pretty much idential solution was part of the samba36 package. It was
added in the OpenWrt commit ef1efa756e0d0 ("samba36: add package with
hotplug.d script for auto sharing") as an answer for feature required by
the Rosinson company.

Cc: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2023-03-11 16:23:32 +00:00
Rafał Miłecki
045be0c693 ksmbd-tools: append config from /var/run/config/ for runtime shares
Dynamically created shares shouldn't be stored in the /etc/config/
because of:
1. Flash wearing
2. Risk of inconsistent state on reboots

With this change all automation/hotplug.d scripts can store runtime in
the /var/run/config/samba. It's useful e.g. for USB drives that user
wants to be automatically shared.

Also: automated scripts should never call "uci [foo] commit" as that
could flush incomplete config. This problem also gets solved.

Identical feature was added to samba36 in the OpenWrt commit
5a59e2c059866 ("samba36: append config from /var/run/config/ for runtime
shares") but wasn't ported to ksmbd until now.

Cc: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2023-03-11 16:23:24 +00:00
Dobroslaw Kijowski
e9a944f180 adguardhome: bump to 0.107.25
* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.25

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2023-03-11 16:19:10 +00:00
Dobroslaw Kijowski
5432f02195 adguardhome: enable legacy openssl provider for nodejs
Currently compilation fails because of:
```
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
```

What's interesting package gets built but when trying to access UI there's
`404: page not found` error.

It has been reported in multiple places:
* https://github.com/AdguardTeam/AdGuardHome/issues/5559
* https://github.com/AdguardTeam/AdGuardHome/issues/4595

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2023-03-11 16:19:02 +00:00
yuayu
405660667c Revert "mosdns: bump to version 5.1.2 (#659)"
This reverts commit f2abf56de9.
2023-03-10 00:33:13 +08:00
coolsnowwolf
b1f89bcba4 baidupcs-web: move to my source
Fixes: https://github.com/coolsnowwolf/lede/issues/10972
2023-03-07 21:50:05 +08:00
txtyb
f2abf56de9
mosdns: bump to version 5.1.2 (#659)
Co-authored-by: Bradford Zhang <zyc@zyc.name>
2023-03-06 02:03:19 +00:00
nftbty
6966500791
smartdns: fix PKG_MIRROR_HASH (#658)
Fixes: 1a5965a ("smartdns: update to 2023.41")
2023-03-06 02:02:23 +00:00
aiamadeus
fa790ecb50 msd_lite: update to latest git HEAD 2023-03-05 18:50:06 +08:00
Stalker
1a5965a6f6
smartdns: update to 2023.41 (#655) 2023-03-04 15:38:38 +00:00
aakkll
e247301c70
zerotier: sync upstream (#654)
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2023-03-03 23:48:18 +08:00
Moritz Warning
75c93e9eec zerotier: update to 1.10.3
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2023-03-01 19:15:14 +08:00
Yousong Zhou
b6ca9f3ab6 xl2tpd: bump to version 1.3.18
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2023-03-01 19:14:59 +08:00
Stijn Tintel
b11fb389e2 vallumd: bump to 0.2.2
Add upstream patch to fix building from source tarballs.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-03-01 19:14:21 +08:00
Stijn Tintel
e8e63ea273 vallumd: bump to 0.2.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-03-01 19:14:21 +08:00
Stijn Tintel
ff11f33b20 vallumd: point PKG_SOURCE_URL to Codeberg
The github repository has been archived; the project is now hosted on
Codeberg. Update the PKG_SOURCE_URL accordingly.

Gitea doesn't seem to add a version suffix to the directory in the
tarball, so use a custom PKG_BUILD_DIR.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-03-01 19:14:21 +08:00
Tianling Shen
6fac2b29c9 v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 19:13:09 +08:00
Tianling Shen
d3fb10b14f v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 19:13:09 +08:00
Tianling Shen
5128e83a66 v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 19:13:08 +08:00
Tianling Shen
2a51e2bcd0 v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-01 19:13:02 +08:00
Eneas U de Queiroz
0877c11082 umurmur: fix compilation with OpenSSL 3.0
Remove a call to CRYPTO_mem_ctrl(), which is used only for debugging,

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-03-01 19:12:32 +08:00
Daniel Bermond
bbdb2bb2ee tor: update to version 0.4.7.13
Maintainers  : @hauke (Hauke Mehrtens) and @tripolar (Peter Wagner)
Build system : Arch Linux x86_64
Build tested : r7800 OpenWrt git master (r22104-01262c921c)
Run tested   : r7800 OpenWrt git master (r22104-01262c921c)

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2023-03-01 19:11:17 +08:00
Alexandru Ardelean
55cb6076a3 tcpreplay: bump to version 4.4.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-03-01 19:11:17 +08:00
Florian Eckert
41e0f8508e stunnel: update version to 5.67
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-03-01 19:11:17 +08:00