non port: sysutils/spiped/Makefile |
SVNWeb
|
Number of commits found: 32 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 24 Dec 2021
|
[ 22:59 Colin Percival (cperciva) ] ec04c41
sysutils/spiped: Update to 1.6.2
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 31 Jul 2020
|
[ 03:31 cperciva ]
Remove __BSD_VISIBLE from spiped build
I added this in 2013 because it was needed in order to have MSG_NOSIGNAL
defined; having that improved performance by avoiding the need go mask
and unmask SIGPIPE repeately.
From src r248932 onwards (aka. 10.0-RELEASE and later) __BSD_VISIBLE is
no longer needed for this; since FreeBSD 9.x and earlier are no longer
supported, there is no point keeping the workaround.
|
Sun, 12 Apr 2020
|
[ 05:17 cperciva ]
Belatedly bump PORTREVISION due to the fix in the spiped UIDs entry
at r531444.
Pointy hat to: cperciva
|
Fri, 10 Apr 2020
|
[ 01:33 cperciva ]
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.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Thu, 18 May 2017
|
[ 19:03 cperciva ]
Update spiped to 1.6.0.
PR: 219380
Submitted by: Dave Cottlehuber
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Fri, 23 Dec 2016
|
[ 03:47 cperciva ]
Add support for passing additional flags to spiped via new
spiped_pipe_X_flags variables. Replace USE_OPENSSL with
USES ssl. [1]
While I'm here, clarify the comment about needing C99 but
preferring a compiler with AESNI support; it applies to the
USES compiler:c11 part but not tar:tgz or ssl.
PR: 215501
Submitted by: Dave Cottlehuber
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Sat, 18 Jun 2016
|
[ 23:35 cperciva ]
Teach sysutils/spiped about libcrypto versions:
* Add USE_OPENSSL
* Add -I${OPENSSLINC} to CFLAGS
* Pass -L${OPENSSLLIB} to the linker
Thanks to: brnrd
|
Fri, 25 Sep 2015
|
[ 11:50 amdmi3 ]
- Drop 8.x support
Approved by: portmgr blanket
|
Sat, 28 Feb 2015
|
[ 21:35 cperciva ]
Add patch to work around bug in FreeBSD before r226610 (MFCed to stable/9
as r230953): Add #include <sys/types.h> before <netinet/tcp.h>. This was
breaking the build on FreeBSD 8.4.
While I'm here, quiesce portlint by switching from EXTRACT_SUFX=.tgz to
the new spelling USES=tar:tgz.
|
Sun, 22 Feb 2015
|
[ 10:37 cperciva ]
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.
|
Sun, 7 Sep 2014
|
[ 18:32 cperciva ]
Update to 1.4.1.
|
Thu, 28 Aug 2014
|
[ 08:44 cperciva ]
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.
|
Sun, 11 May 2014
|
[ 01:39 cperciva ]
STAGEify
Submitted by: Tony Morlan
|
Fri, 21 Feb 2014
|
[ 13:39 ehaupt ] (Only the first 10 of 25 ports in this commit are shown above. )
Remove trailing whitespaces from category sysutils
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Wed, 17 Apr 2013
|
[ 09:28 cperciva ]
Fix documentation install. Respect ${PREFIX} for installing binaries.
Reported by: Jimmy Olgeni
Feature safe: yes
|
[ 02:47 cperciva ]
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
|
Sat, 1 Sep 2012
|
[ 00:13 cperciva ]
Get the packaging list correct.
Submitted by: QAT
Pointy hat to: cperciva
|
Fri, 31 Aug 2012
|
[ 23:54 cperciva ]
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.
|
Mon, 30 Jan 2012
|
[ 01:07 rakuco ]
- Install documentation.
- Set LICENSE.
PR: 164614
Approved by: cperciva (maintainer)
|
Sat, 17 Sep 2011
|
[ 06:51 cperciva ]
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
|
Sun, 21 Aug 2011
|
[ 11:32 crees ]
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
|
Number of commits found: 32 |