diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-12-05 01:18:43 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-12-05 01:21:12 +0000 |
commit | f60f11f9277ee30fa0699cdf1aded5a0bc50aac6 (patch) | |
tree | f6cf8c397e9bd0d783a8d7c87576e7f6b1fd5efd /net/snowflake | |
parent | 13a9f1914b82a74a0db0210a5323c6bb5fa54f33 (diff) |
snowflake: update to version 2.4.1
Changes in version v2.4.1 - 2022-12-01
- Issue 40224: Bug fix in utls roundtripper
Changes in version v2.4.0 - 2022-11-29
- Fix proxy command line help output
- Issue 40123: Reduce multicast DNS candidates
- Add ICE ephemeral ports range setting
- Reformat using Go 1.19
- Update CI tests to include latest and minimum Go versions
- Issue 40184: Use fixed unit for bandwidth logging
- Update gorilla/websocket to v1.5.0
- Issue 40175: Server performance improvements
- Issue 40183: Change snowflake proxy log verbosity
- Issue 40117: Display proxy NAT type in logs
- Issue 40198: Add a `orport-srcaddr` server transport option
- Add gofmt output to CI test
- Issue 40185: Change bandwidth type from int to int64 to prevent overflow
- Add version output support to snowflake
- Issue 40229: Change regexes for ipv6 addresses to catch url-encoded addresses
- Issue 40220: Close stale connections in standalone proxy
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/snowflake')
-rw-r--r-- | net/snowflake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snowflake/Makefile b/net/snowflake/Makefile index 5e9cadb34..2b4685d56 100644 --- a/net/snowflake/Makefile +++ b/net/snowflake/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snowflake -PKG_VERSION:=2.3.1 +PKG_VERSION:=2.4.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=https://git.torproject.org/pluggable-transports/snowflake.git PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=f83d48ebdbb3966856fdd1016a2ff4e57e63598182ad5e53ab5c31a7100ce6ee +PKG_MIRROR_HASH:=91f32c3f56718ae35641c734aa061be138eb7c0d1bc88596b42e731e30aaa27a PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |