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: sysutils/spiped/distinfo

Number of commits found: 10

Friday, 24 Dec 2021
22:59 Colin Percival (cperciva) search for other commits by this committer
sysutils/spiped: Update to 1.6.2
commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef ec04c41
Friday, 10 Apr 2020
01:33 cperciva search for other commits by this committer
Update spiped to 1.6.1.

This version gains support for running as a different uid/gid; so claim
259:259 as spiped:spiped and make that the default.
Original commitRevision:531280 
Thursday, 18 May 2017
19:03 cperciva search for other commits by this committer
Update spiped to 1.6.0.

PR:		219380
Submitted by:	Dave Cottlehuber
Original commitRevision:441192 
Sunday, 22 Feb 2015
10:37 cperciva search for other commits by this committer
Update to 1.5.0.  This update:
1. Fixes a crash on platforms with AESNI support and a malloc which does
not align large allocations to 16-byte boundaries.  (AFAIK this does not
affect FreeBSD.)
2. Turns on TCP_NODELAY in order to avoid Nagling latency problems.
Original commitRevision:379592 
Sunday, 7 Sep 2014
18:32 cperciva search for other commits by this committer
Update to 1.4.1.
Original commitRevision:367595 
Thursday, 28 Aug 2014
08:44 cperciva search for other commits by this committer
Update to spiped 1.4.0.  Ask for a C11 compiler, despite only needing a C99
compiler, in an attempt to make sure that on x86 systems we have a compiler
with support for AESNI.
Original commitRevision:366384 
Wednesday, 17 Apr 2013
02:47 cperciva search for other commits by this committer
Update to spiped 1.3.1.

This new version brings automatic DNS re-resolution (useful when connecting
from wifi networks which give fake DNS until you log in), fixes a bug in the
handling of reset TCP connections, and replaces README files with man pages.

As the spiped build sets _POSIX_C_SOURCE for maximal portability, yet looks
for and uses MSG_NOSIGNAL if it is available (as a performance optimization
relative to the POSIX-compliant approach of blocking SIGPIPE), we force the
__BSD_VISIBLE macro to be defined.

Feature safe: yes
Original commitRevision:315924 
Friday, 31 Aug 2012
23:54 cperciva search for other commits by this committer
Update to spiped-1.2.1.  The only major change is the addition of the
spipe(1) utility which acts as a client for the spiped protocol,
suitable for use as an ssh ProxyCommand.
Original commitRevision:303453 
Saturday, 17 Sep 2011
06:51 cperciva search for other commits by this committer
Update to 1.1.0.  The most notable change is that spiped will now (via the
-D option which has been added to the rc.d script) retry failed DNS lookups;
this is useful in case spiped is launched before DNS resolution is working.

With hat:       maintainer
Original commit
Sunday, 21 Aug 2011
11:32 crees search for other commits by this committer
Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
encrypted and authenticated pipes between socket addresses, so that one may
connect to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket on a
different system). This is similar to 'ssh -L' functionality, but does not
use SSH and requires a pre-shared symmetric key.

WWW: http://www.tarsnap.com/spiped.html

- Colin Percival
cperciva@tarsnap.com

PR:             ports/159899
Submitted by:   Colin Percival
Original commit

Number of commits found: 10