Commit Graph

3645 Commits

Author SHA1 Message Date
Further
df6aebc6f3
libdaq3: update to 3.0.11 (#727) 2023-11-05 15:18:09 +08:00
Tianling Shen
e3b502aa83 dnsproxy: Update to 0.56.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-26 03:09:36 +08:00
Jeffery To
529efac7a7 golang: Update to 1.21.3
Includes fix for CVE-2023-39325 (net/http, x/net/http2: rapid stream
resets can cause excessive work).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-26 03:08:32 +08:00
Hannu Nyman
4f7c2380cb nano: make nanorc world readable
If file /etc/nanorc is readable by everyone, "default" settings
are available for users as well without necessarily requiring
their own customized .nanorc in their home directory. Or if
they want one, but want it to be based on system's default
nanorc, they can copy it from /etc - without chmodding
file, it is in-accessible for users.

Suggested-by: Oskari Rauta <oskari.rauta@gmail.com>
[switched approach to use INSTALL_DATA]
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-10-26 03:06:18 +08:00
风起
6882649dcb
uugamebooster bump to v3.15.0 (#726) 2023-10-26 02:11:46 +08:00
coolsnowwolf
6a6f7e18dc libnetwork: Remove unused package 2023-10-24 18:42:12 +08:00
BeYonme
7b64b8dd1a
docker: update default config (#725) 2023-10-19 19:28:31 +08:00
yuyu
f35c81262f
nebula: update to version 1.7.2 (#724) 2023-10-19 18:02:24 +08:00
BeYonme
f4d1c074d4
docker: update all packages to 24.0.5 (#723) 2023-10-19 18:01:45 +08:00
lean
5a645ab397 pcre2: add hostbuild 2023-10-17 19:09:59 +08:00
coolsnowwolf
a25c5846a2 adblock: bump version 2023-10-17 04:01:43 +08:00
coolsnowwolf
dfecd1ae85 glib2: bump version 2023-10-17 01:30:02 +08:00
coolsnowwolf
dfc9f6d9bc netdata: add sensors for temperature support 2023-10-17 00:53:55 +08:00
Tianling Shen
b546bb9706 dnsproxy: Update to 0.56.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-10-12 02:32:03 +08:00
Michal Hrusecky
84ad90f738 curl: Update to version 8.4.0
For detailed changes, see https://curl.se/changes.html#8_4_0
Switching to tar.bz2 for the time being as tar.xz is not yet available.
Fixes CVE-2023-38546 and CVE-2023-38545.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2023-10-12 02:22:59 +08:00
Beginner
aeb576d221
dnsproxy: update to 0.56.0 2023-10-08 02:55:21 +08:00
Beginner
bf72902043
golang: Update to 1.21.2
Includes fix for CVE-2023-39323 (cmd/go: line directives allows
arbitrary execution during build).

Co-authored-by: Jeffery To <jeffery.to@gmail.com>
2023-10-08 02:51:30 +08:00
coolsnowwolf
e0978d8276
Merge pull request #721 from Potterli20/master
Fix zstd: Compilation failure caused by format misalignment issues
2023-10-06 16:55:55 +08:00
trli
066c284c22
fix :zstd 空格问题导致无法编译问题
修复zstd 空格问题导致无法编译问题
2023-10-06 07:54:03 +08:00
coolsnowwolf
3548ae1e58
Merge pull request #720 from Potterli20/master
fix :ztsd update Makefile
2023-10-06 00:22:46 +08:00
trli
1928a7c9c8
fix :ztsd update Makefile 2023-10-05 19:40:48 +08:00
trli
52c77438c0
zstd: update to 1.5.5 (#718) 2023-10-05 11:05:30 +08:00
Dobroslaw Kijowski
560ae1da39 adguardhome: update quic-go to v0.37.6
* quic-go v0.36.x cannot be compiled with Go 1.21. Update that
  AdGuardHome dependency to latest one from v0.37 series.
* It fixes following compilation error:
  go-mod-cache/github.com/quic-go/quic-go@v0.36.2/internal/qtls/go121.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.21 yet. For more details, please see https://github.
  com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.21 yet.

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2023-10-03 03:08:04 +08:00
Beginner
550cceca8b
dnsproxy: update to 0.55.0 2023-10-03 02:57:38 +08:00
Beginner
0823b50838
syncthing: update to 1.24.0
This package can be built with Go 1.21 and QUIC can be enabled.
2023-10-03 02:54:53 +08:00
Beginner
8ae39a547f
adguardhome: update to v0.107.36 2023-10-03 02:47:28 +08:00
Beginner
30bbe539b6
dnscrypt-proxy2: update to version 2.1.5
Fixes compilation with Go 1.21+.
2023-10-03 02:44:53 +08:00
Beginner
665b4f7a63
frp: update to 0.51.3
Includes some bug fixes and adds support for GO 1.21.
2023-10-03 02:42:04 +08:00
zhusir
f937504996
golang: update to 1.21.0, remove patch (#717)
Upstream has updated the Go compiler to not use gold when building for
arm, and is waiting for a fix to binutils (released in 2.41) before
doing the same for aarch64.[1]

Based on the above, it does not appear that
golang/go#49748 will be merged. This removes the
patch from that pull request.

[1]: golang/go#22040

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-02 03:45:04 +08:00
Tony91590
4e3636ca10
curl: fix mirror hash (#716) 2023-10-01 11:36:10 +08:00
trli
98dcd69eb6
unbound: update to 1.180 (#713)
Closed: #710
2023-10-01 00:30:28 +08:00
trli
65e143c314
curl: update to 8.3.0 (#715) 2023-10-01 00:29:23 +08:00
trli
3f25aee8a0
snort3: update to 3.1.70.0 (#714) 2023-10-01 00:28:35 +08:00
lifetyper
92624c9b80
zerotier: bump to 1.12.2 (#708) 2023-09-26 10:06:03 +08:00
lean
d4ad9b75be rust: bump to v1.72.0 2023-09-17 05:46:23 +08:00
aiamadeus
ed009a6ede pgyvpn: add more target support
- Add glibc support
  - Support more platforms
2023-09-16 11:15:20 +08:00
aiamadeus
031bb617e1 phtunnel: add more target support
- Add glibc support
  - Support more platforms
2023-09-16 11:12:06 +08:00
Eneas U de Queiroz
7fedfbaec8 gost_engine: adapt to new engine build config
This adapts the package to the new include/openssl-module.mk, and
updated runtime configuration.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-09-15 10:57:19 +08:00
Eneas U de Queiroz
e253e80058 afalg_engine: adapt to new engine build config
This adapts the package to the new include/openssl-module.mk, and
updated runtime configuration.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2023-09-15 10:55:37 +08:00
this-cat
a786ceb8bb
libxcrypt: update to 4.4.36 (#706) 2023-09-06 11:39:27 +08:00
Miles Poupart
139248ca43
zerotier: update to 1.12.1 (#700)
Author:    Moritz Warning <moritzwarning@web.de>

Co-authored-by: Moritz Warning <moritzwarning@web.de>
2023-09-03 00:46:44 +08:00
devome
375756b580
mosdns: sync with upstream (#698) 2023-08-31 01:38:00 +08:00
devome
057c9cb0b5
htop: enable unicode support (#694) 2023-08-28 16:06:06 +08:00
zxlhhyccc
9a77bc57ca
aliyundrive-webdav: update to 2.3.2 (#695) 2023-08-28 12:15:55 +08:00
coolsnowwolf
5ffee92906
Merge pull request #679 from littoy/patch
qemu io_uring feature and bonding patches
2023-06-24 23:26:03 +08:00
coolsnowwolf
20aa72eb39
Merge pull request #691 from zhengmz/zerotier
zerotier: fix bug
2023-06-24 23:25:51 +08:00
lean
588eb59238 Revert "open-vm-tools: bump verison"
This reverts commit fa96401fae.
2023-06-24 23:25:21 +08:00
zhengmz-aliyun
263b742ff6 zerotier: fix bug
1. fix config_path: create and persist
2. fix secret: support identity.secret
3. fix stop_instance: remove existing networks
2023-06-20 11:19:44 +08:00
coolsnowwolf
fa96401fae open-vm-tools: bump verison 2023-06-17 22:06:23 +08:00
Max
999b2eecff
smartdns: Fixing the unwanted tab->space conversion (#689) 2023-05-27 23:27:52 +08:00