Commit graph

20 commits

Author SHA1 Message Date
Anya Lin
8fe2f68485
sing-box: update to 1.8.0
New features for v1.8.0:
1. Migrate cache file from Clash API to independent options
2. Introducing Rule Set
3. Add `sing-box geoip`, `sing-box geosite` and `sing-box rule-set` commands
4. Allow nested logical rules
5. Independent `source_ip_is_private` and `ip_is_private` rules
6. Add context to JSON decode error message
7. Reject internal fake-ip queries
8. Add GSO support for TUN and WireGuard system interface
9. The legacy LWIP stack has been deprecated and removed
10. Add `idle_timeout` for URLTest outbound
11. Added some new uTLS fingerprints
...
Release notes: https://github.com/SagerNet/sing-box/releases/tag/v1.8.0

The new version has some breaking changes and may stop working after upgrading if use the original config.
Please see the migration manual to migrate the config: https://sing-box.sagernet.org/migration/

Signed-off-by: Anya Lin <hukk1996@gmail.com>
2024-01-07 12:02:15 +08:00
Anya Lin
2cf219c837
sing-box: Update to 1.7.7
Signed-off-by: Anya Lin <hukk1996@gmail.com>
2023-12-30 22:44:52 +08:00
Van Waholtz
a6089c1fe7 sing-box: update to 1.7.4
New features for v1.7.x:
1. Support excluding custom routes
2. `udp_disable_domain_unmapping` for inbound listen option
3. `HTTPUpgrade` transport
4. Migrate multiplex and UoT server to inbound and multiplexing support is no longer enabled by default and needs to be turned on explicitly in inbound options.
5. TCP Brutal support for multiplex

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-12-09 11:13:06 +02:00
Van Waholtz
59f11cb4f1 sing-box: update to 1.6.6
Changes: https://github.com/SagerNet/sing-box/compare/v1.6.4...v1.6.6

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-11-22 15:53:43 +08:00
Leo Douglas
c1aae04231
sing-box: update to v1.6.4
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.4

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-11-14 11:02:04 +08:00
Leo Douglas
7421b12e0f
sing-box: update to v1.6.3
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.3

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-11-11 21:15:23 +08:00
Leo Douglas
84c431702e sing-box: update to v1.6.0
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.0

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-10-31 09:21:11 +01:00
Leo Douglas
4be4a791b5
sing-box: update to v1.5.4
changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.5.4

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-10-24 10:43:30 +08:00
Leo Douglas
bf7ce353b8 sing-box: update to v1.5.2
* Enable `with_ech` and `with_dhcp`, just like upstream
* See changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.5.2

Signed-off-by: Leo Douglas <douglarek@gmail.com>

sing-box: ShadowsocksR is marked as deprecated since v1.5.0

Signed-off-by: Leo Douglas <douglarek@gmail.com>

sing-box: remove dhcp by default

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-10-09 10:09:04 +08:00
Leo Douglas
b76a0d6aa6 sing-box: update to 1.4.3
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.4.3

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-09-15 09:50:14 +08:00
Van Waholtz
073aae7f4e sing-box: update to 1.4.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-08-29 22:46:14 +02:00
Van Waholtz
115e209a74 sing-box: update to 1.4.0-beta.5
Add support for GO 1.21.

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-08-18 13:28:47 +08:00
Van Waholtz
ae3629f56a sing-box: update to 1.3.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-07-01 04:45:07 -07:00
Van Waholtz
b9b641df03 sing-box: update to 1.2.6
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-05-01 15:11:44 +03:00
Andre Heider
565866a472 treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2023-04-08 08:38:54 +02:00
Van Waholtz
fc73886b45 sing-box: update to 1.2.1
Changelogs: https://github.com/SagerNet/sing-box/releases/tag/v1.2.1
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-03-27 19:44:49 +08:00
Van Waholtz
8d9d2db251 sing-box: update to 1.2.0
Changelogs: https://github.com/SagerNet/sing-box/releases/tag/v1.2.0
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-03-24 17:05:58 +08:00
Van Waholtz
e6ded43570 sing-box: update to 1.1.6
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-03-06 13:23:06 +08:00
Van Waholtz
5c2bd22cb2 sing-box: add necessary dependencies and cleanup Makefile
1. Add `kmod-inet-diag` as a dependency since it is needed for https://sing-box.sagernet.org/configuration/dns/rule/#process_name
2. Remove redundant `default n` (8bc72ea7be)

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-03-06 13:23:06 +08:00
Van Waholtz
c85a23a81e sing-box: add new package
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-02-10 08:45:15 +08:00