Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2022 15:00:38 GMT
From:      =?utf-8?Q?Vin=C3=ADcius=20Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ad732afc367 - main - security/snowflake-tor: update 2.3.0 to 2.4.1
Message-ID:  <202212271500.2BRF0cU3006282@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ad732afc367fd8743b229427700d3a1948d7890

commit 8ad732afc367fd8743b229427700d3a1948d7890
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-12-27 14:55:54 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-12-27 14:55:54 +0000

    security/snowflake-tor: update 2.3.0 to 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
      - Change bandwidth type from int to int64 to prevent overflow
      - Add version output support to snowflake
      - Change regexes for ipv6 addresses to catch url-encoded addresses
      - Issue 40220: Close stale connections in standalone proxy
    
    Sponsored by:   TorBSD Diversity Project, TDP
    Sponsored by:   The Tor Project
---
 security/snowflake-tor/Makefile |  5 ++---
 security/snowflake-tor/distinfo | 22 +++++++++++-----------
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/security/snowflake-tor/Makefile b/security/snowflake-tor/Makefile
index e196f7d22428..29d5ae6a440e 100644
--- a/security/snowflake-tor/Makefile
+++ b/security/snowflake-tor/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=		snowflake
 DISTVERSIONPREFIX=	v
-PORTVERSION=		2.3.0
-PORTREVISION=	4
+PORTVERSION=		2.4.1
 CATEGORIES=		security net
 PKGNAMESUFFIX=		-tor
 
@@ -21,7 +20,7 @@ USE_GITHUB=	nodefault
 USE_GITLAB=	nodefault
 CPE_VENDOR=	torproject
 TPO_GEOIP=	7ce4b3d98d01ff33bad8007db3f488d5b172382a
-TPO_SNOWFLAKE=	c983c13a84554d0ba1ffcdd054491090c0eafc54
+TPO_SNOWFLAKE=	7c154e5fd06693ddc4feb5962cab4a13aeebd405
 
 GO_MODULE=      git.torproject.org/pluggable-transports/snowflake.git/v2
 GO_BUILDFLAGS=  -ldflags '-s -w -extldflags "-static"'
diff --git a/security/snowflake-tor/distinfo b/security/snowflake-tor/distinfo
index b94a68db7c49..2e4ae844baa0 100644
--- a/security/snowflake-tor/distinfo
+++ b/security/snowflake-tor/distinfo
@@ -1,11 +1,11 @@
-TIMESTAMP = 1659212928
-SHA256 (go/security_snowflake-tor/snowflake-v2.3.0/v2.3.0.mod) = 16690d104a1180f9855e6e88d8d054c8eb3d0e016a164d42a28d4eb775171f79
-SIZE (go/security_snowflake-tor/snowflake-v2.3.0/v2.3.0.mod) = 899
-SHA256 (go/security_snowflake-tor/snowflake-v2.3.0/v2.3.0.zip) = 8524fd1c51b0c89a20f25abfe657b8cca54433e7297c52d0cd90f1849a143447
-SIZE (go/security_snowflake-tor/snowflake-v2.3.0/v2.3.0.zip) = 205248
-SHA256 (go/security_snowflake-tor/snowflake-v2.3.0/torbsd-goptlib-v1.2.0_GH0.tar.gz) = ddb7add33157fdd60e3358c9a53f0e0db446fc320b4e4ecbbf36af0d96b2deeb
-SIZE (go/security_snowflake-tor/snowflake-v2.3.0/torbsd-goptlib-v1.2.0_GH0.tar.gz) = 29678
-SHA256 (go/security_snowflake-tor/snowflake-v2.3.0/anti-censorship-pluggable-transports/snowflake-c983c13a84554d0ba1ffcdd054491090c0eafc54_GL0.tar.gz) = 792df65b3be059a2cb56ef734a134f29bbec301ff76f8ac2f24ae67b43d222a7
-SIZE (go/security_snowflake-tor/snowflake-v2.3.0/anti-censorship-pluggable-transports/snowflake-c983c13a84554d0ba1ffcdd054491090c0eafc54_GL0.tar.gz) = 156959
-SHA256 (go/security_snowflake-tor/snowflake-v2.3.0/anti-censorship-geoip-7ce4b3d98d01ff33bad8007db3f488d5b172382a_GL0.tar.gz) = d4db97d4c95cf7ad80dbfcbada55da423d207e41c69707c7f108efc9c26165e2
-SIZE (go/security_snowflake-tor/snowflake-v2.3.0/anti-censorship-geoip-7ce4b3d98d01ff33bad8007db3f488d5b172382a_GL0.tar.gz) = 20279
+TIMESTAMP = 1672148526
+SHA256 (go/security_snowflake-tor/snowflake-v2.4.1/v2.4.1.mod) = 29d63ac61e402576c5e255c636499515c64dbe04bed1bc5273a896b5427b62c5
+SIZE (go/security_snowflake-tor/snowflake-v2.4.1/v2.4.1.mod) = 887
+SHA256 (go/security_snowflake-tor/snowflake-v2.4.1/v2.4.1.zip) = 6902cdbee5943883c10a7d3f1cfc9ec9bee76973e53fa2a386c21e7dcebeb881
+SIZE (go/security_snowflake-tor/snowflake-v2.4.1/v2.4.1.zip) = 212881
+SHA256 (go/security_snowflake-tor/snowflake-v2.4.1/torbsd-goptlib-v1.2.0_GH0.tar.gz) = ddb7add33157fdd60e3358c9a53f0e0db446fc320b4e4ecbbf36af0d96b2deeb
+SIZE (go/security_snowflake-tor/snowflake-v2.4.1/torbsd-goptlib-v1.2.0_GH0.tar.gz) = 29678
+SHA256 (go/security_snowflake-tor/snowflake-v2.4.1/anti-censorship-pluggable-transports/snowflake-7c154e5fd06693ddc4feb5962cab4a13aeebd405_GL0.tar.gz) = 8b517070941a6031e0123b0f33380fc2c1d3ef0c57acbc202e2f3a1ea2403668
+SIZE (go/security_snowflake-tor/snowflake-v2.4.1/anti-censorship-pluggable-transports/snowflake-7c154e5fd06693ddc4feb5962cab4a13aeebd405_GL0.tar.gz) = 162074
+SHA256 (go/security_snowflake-tor/snowflake-v2.4.1/anti-censorship-geoip-7ce4b3d98d01ff33bad8007db3f488d5b172382a_GL0.tar.gz) = d4db97d4c95cf7ad80dbfcbada55da423d207e41c69707c7f108efc9c26165e2
+SIZE (go/security_snowflake-tor/snowflake-v2.4.1/anti-censorship-geoip-7ce4b3d98d01ff33bad8007db3f488d5b172382a_GL0.tar.gz) = 20279



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212271500.2BRF0cU3006282>