Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.1_15 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
2.5.1_14 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
2.5.1_13 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
2.5.1_12 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
2.5.1_11 15 Apr 2024 08:20:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
2.5.1_10 24 Mar 2024 14:29:00 |
Muhammad Moinur Rahman (bofh) |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run) |
2.5.1_9 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
2.5.1_8 21 Jan 2024 22:32:12 |
Muhammad Moinur Rahman (bofh) |
security/snowflake-tor: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.5.1_7 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
2.5.1_6 08 Sep 2023 14:34:56 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go* update |
2.5.1_5 04 Aug 2023 14:24:50 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
2.5.1_4 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
2.5.1_3 31 Mar 2023 10:42:06 |
Robert Clausecker (fuz) |
security/snowflake-tor: fix build on riscv64
Bump dependencies to version new enough to support riscv64-freebsd:
golang.org/x/{mod,net,text,tools,sys}
github.com/templexxx/cpu
While we are at it, only strip if requested.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket) |
2.5.1_2 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
2.5.1_1 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
2.5.1 12 Feb 2023 16:02:58 |
Vinícius Zavam (egypcio) |
security/snowflake-tor: update 2.4.1 to 2.5.1
*
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/releases/v2.5.1
Sponsored by: TorBSD Diversity Project, TDP
Sponsored by: The Tor Project |
2.4.1_2 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
2.4.1_1 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
2.4.1 27 Dec 2022 14:55:54 |
Vinícius Zavam (egypcio) |
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 |
2.3.0_4 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
2.3.0_3 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
2.3.0_2 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.0_1 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
2.3.0 31 Jul 2022 17:20:15 |
Vinícius Zavam (egypcio) |
security/snowflake-tor: update 2.1.0 to 2.3.0
* while here,
- add 'broker' support;
- add 'tor' as RUN_DEPENDS, as broker uses its geoip databases;
- add rc script to start a local broker without TLS support.
Changes in version v2.3.0
- Issue 40146: Avoid performing two NAT probe tests at startup
- Issue 40134: Log messages from client NAT check failures are confuse
- Issue 34075: Implement metrics to measure snowflake churn
- Issue 28651: Prepare all pieces of the pipeline for a second bridge
- Issue 40129: Distributed Snowflake Server Support
Changes in version v2.2.0 (Only the first 15 lines of the commit message are shown above ) |
2.1.0_3 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
2.1.0_2 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
2.1.0_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
2.1.0 20 Feb 2022 14:40:23 |
Vinícius Zavam (egypcio) |
security/snowflake-tor: update 2.0.1 to 2.1.0
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/v2.1.0/ChangeLog
- Remove support for legacy one shot mode;
- Make connection summary at proxy privacy preserving;
- Add snowflake event API for notifications of connection events;
- Increase capacity of client address map at the server;
- Further clean up snowflake server logs;
- Validate proxy and client supplied strings at broker;
- Update version of DTLS library to include fingerprinting fixes;
- Support recurring NAT type check in standalone proxy.
While here,
* update goptlib from 1.1.0 to 1.2.0;
*
https://github.com/torbsd/goptlib/commit/0018750f0851d5b427828bfbdfc7968ae3c398c3
Sponsored by: TorBSD Diversity Project (TDP)
Sponsored by: The Tor Project |
2.0.1 14 Nov 2021 23:41:22 |
Vinícius Zavam (egypcio) |
[NEW] security/snowflake-tor: Pluggable Transport using WebRTC inspired by
Flashproxy
Snowflake is a system to defeat internet censorship. People who are censored
can use Snowflake to access the internet. Their connection goes through
Snowflake proxies, which are run by volunteers. For more detailed information
about how Snowflake works see our documentation wiki.
WWW: https://snowflake.torproject.org/
Sponsored by: TorBSD Diversity Project (TDP)
Sponsored by: The Tor Project |