aboutsummaryrefslogtreecommitdiff
path: root/sysutils/spiped/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove __BSD_VISIBLE from spiped buildColin Percival2020-07-311-3/+2
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=543843
* Belatedly bump PORTREVISION due to the fix in the spiped UIDs entryColin Percival2020-04-121-0/+1
| | | | | | | | | at r531444. Pointy hat to: cperciva Notes: svn path=/head/; revision=531481
* Update spiped to 1.6.1.Colin Percival2020-04-101-2/+4
| | | | | | | | This version gains support for running as a different uid/gid; so claim 259:259 as spiped:spiped and make that the default. Notes: svn path=/head/; revision=531280
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Update spiped to 1.6.0.Colin Percival2017-05-181-3/+2
| | | | | | | | PR: 219380 Submitted by: Dave Cottlehuber Notes: svn path=/head/; revision=441192
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* Add support for passing additional flags to spiped via newColin Percival2016-12-231-5/+4
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=429219
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=426566
* Teach sysutils/spiped about libcrypto versions:Colin Percival2016-06-181-2/+6
| | | | | | | | | | | * Add USE_OPENSSL * Add -I${OPENSSLINC} to CFLAGS * Pass -L${OPENSSLLIB} to the linker Thanks to: brnrd Notes: svn path=/head/; revision=417095
* - Drop 8.x supportDmitry Marakasov2015-09-251-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397814
* Add patch to work around bug in FreeBSD before r226610 (MFCed to stable/9Colin Percival2015-02-281-2/+6
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=380162
* Update to 1.5.0. This update:Colin Percival2015-02-221-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=379592
* Update to 1.4.1.Colin Percival2014-09-071-1/+1
| | | | Notes: svn path=/head/; revision=367595
* Update to spiped 1.4.0. Ask for a C11 compiler, despite only needing a C99Colin Percival2014-08-281-2/+5
| | | | | | | | compiler, in an attempt to make sure that on x86 systems we have a compiler with support for AESNI. Notes: svn path=/head/; revision=366384
* STAGEifyColin Percival2014-05-111-16/+10
| | | | | | | Submitted by: Tony Morlan Notes: svn path=/head/; revision=353637
* Remove trailing whitespaces from category sysutilsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345435
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Fix documentation install. Respect ${PREFIX} for installing binaries.Colin Percival2013-04-171-2/+8
| | | | | | | | Reported by: Jimmy Olgeni Feature safe: yes Notes: svn path=/head/; revision=315954
* Update to spiped 1.3.1.Colin Percival2013-04-171-14/+9
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=315924
* Get the packaging list correct.Colin Percival2012-09-011-3/+6
| | | | | | | | Submitted by: QAT Pointy hat to: cperciva Notes: svn path=/head/; revision=303454
* Update to spiped-1.2.1. The only major change is the addition of theColin Percival2012-08-311-3/+6
| | | | | | | | spipe(1) utility which acts as a client for the spiped protocol, suitable for use as an ssh ProxyCommand. Notes: svn path=/head/; revision=303453
* - Install documentation.Raphael Kubo da Costa2012-01-301-0/+11
| | | | | | | | | | - Set LICENSE. PR: 164614 Approved by: cperciva (maintainer) Notes: svn path=/head/; revision=290074
* Update to 1.1.0. The most notable change is that spiped will now (via theColin Percival2011-09-171-1/+1
| | | | | | | | | | -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 Notes: svn path=/head/; revision=281880
* Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetricallyChris Rees2011-08-211-0/+21
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 Notes: svn path=/head/; revision=280118