notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/snowflake-tor/distinfo

Number of commits found: 6

Friday, 31 Mar 2023
10:42 Robert Clausecker (fuz) search for other commits by this committer
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)
commit hash: c4925c97eb7a137af09382e9eb44338ab6a22b05 commit hash: c4925c97eb7a137af09382e9eb44338ab6a22b05 commit hash: c4925c97eb7a137af09382e9eb44338ab6a22b05 commit hash: c4925c97eb7a137af09382e9eb44338ab6a22b05 c4925c9
Sunday, 12 Feb 2023
16:02 Vinícius Zavam (egypcio) search for other commits by this committer
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
commit hash: 0a9cb443454be8a95554357b5235a1673d8cdbcb commit hash: 0a9cb443454be8a95554357b5235a1673d8cdbcb commit hash: 0a9cb443454be8a95554357b5235a1673d8cdbcb commit hash: 0a9cb443454be8a95554357b5235a1673d8cdbcb 0a9cb44
Tuesday, 27 Dec 2022
14:55 Vinícius Zavam (egypcio) search for other commits by this committer
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
commit hash: 8ad732afc367fd8743b229427700d3a1948d7890 commit hash: 8ad732afc367fd8743b229427700d3a1948d7890 commit hash: 8ad732afc367fd8743b229427700d3a1948d7890 commit hash: 8ad732afc367fd8743b229427700d3a1948d7890 8ad732a
Sunday, 31 Jul 2022
17:20 Vinícius Zavam (egypcio) search for other commits by this committer
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
  - Issue 40099: Initialize SnowflakeListener.closed
  - Add connection failure events for proxy timeouts
  - Issue 40103: Fix proxy logging verb tense
  - Fix up and downstream metrics output for proxy
  - Issue 40095: uTLS for broker negotiation
  - Forward bridge fingerprint from client to broker (WIP, Issue 28651)
  - Issue 40104: Make it easier to configure proxy type
  - Remove version from ClientPollRequest
  - Issue 40124: Move tor-specific code out of library
  - Issue 40115: Scrub pt event logs
  - Issue 40127: Bump webrtc and dtls library versions
  - Bump version of webrtc and dtls to fix dtls CVEs
  - Issue 40141: Ensure library calls of events can be scrubbed

Sponsored by:   TorBSD Diversity Project (TDP)
Sponsored by:   The Tor Project
commit hash: 0be7300b3136bd45bbe7876c2b06d10fd9a44c3d commit hash: 0be7300b3136bd45bbe7876c2b06d10fd9a44c3d commit hash: 0be7300b3136bd45bbe7876c2b06d10fd9a44c3d commit hash: 0be7300b3136bd45bbe7876c2b06d10fd9a44c3d 0be7300
Sunday, 20 Feb 2022
14:40 Vinícius Zavam (egypcio) search for other commits by this committer
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
commit hash: 14a22489e31d47c235b953d9914c0607c41fd639 commit hash: 14a22489e31d47c235b953d9914c0607c41fd639 commit hash: 14a22489e31d47c235b953d9914c0607c41fd639 commit hash: 14a22489e31d47c235b953d9914c0607c41fd639 14a2248
Sunday, 14 Nov 2021
23:41 Vinícius Zavam (egypcio) search for other commits by this committer
[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
commit hash: 057c0c3c0645c0b237bb2a96dda440e0426ca983 commit hash: 057c0c3c0645c0b237bb2a96dda440e0426ca983 commit hash: 057c0c3c0645c0b237bb2a96dda440e0426ca983 commit hash: 057c0c3c0645c0b237bb2a96dda440e0426ca983 057c0c3

Number of commits found: 6