summaryrefslogtreecommitdiff
path: root/net/pipsecd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired ports:Rene Ladan2022-01-154-314/+0
| | | | | | 2022-01-15 net/pipsecd: Abandonware, current release is from 1999 and uses insecure encryption algorithms 2022-01-15 devel/maven31: Outdated, unsupported upstream 2022-01-15 devel/wasi-compiler-rt12: this ports exists solely for building Firefox 95+ in 2021Q4
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Convert to rcng.Cy Schubert2020-08-192-5/+29
| | | | Notes: svn path=/head/; revision=545451
* Fix rc script: remove extraneous &&.Cy Schubert2019-03-301-1/+1
| | | | Notes: svn path=/head/; revision=497321
* Remove obsolete OpenSSL hacks for IDEA crypto.Jung-uk Kim2017-04-031-74/+14
| | | | | | | | | | | | | | | | | | | | | | We have some hacks in the ports tree to detect or to unconditionally disable IDEA crypto support. These hacks existed because OpenSSL in FreeBSD 9.3 and earlier was shipped without IDEA support by default but we were allowed to enable it via WITH_IDEA src.conf(5) option. https://www.freebsd.org/cgi/man.cgi?query=src.conf&manpath=FreeBSD+9.3-RELEASE Therefore, we had to implement some hacks to support three different cases, i.e., a) 9.3 and earlier without IDEA crypto (default), b) 9.3 and earlier with IDEA crypto (via WITH_IDEA src.conf option), and c) 10.0 and later with unconditional IDEA support. Now we can safely remove them because 9.3 and earlier is no longer supported. PR: 218233 Exp-Run by: antoine Approved by: antoine (portmgr) Notes: svn path=/head/; revision=437668
* Replace deprecated des_ with DES_ and fix LibreSSL build.Cy Schubert2015-07-031-16/+86
| | | | | | | | PR: PR/198345 Submitted by: brnrd Notes: svn path=/head/; revision=391216
* Rename net/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-294-0/+0
| | | | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) Notes: svn path=/head/; revision=363285
* Add capability to specify configuration files on the command line.Cy Schubert2006-08-041-10/+79
| | | | Notes: svn path=/head/; revision=169610
* Fix a problem where pipsecd opens a tun device that was previously usedCy Schubert2002-02-261-8/+57
| | | | | | | | | | | | | | | | by another application that had the IFHEAD flag set. This fixes truncation of incoming and outgoing packets because pipsecd expects this flags to be cleared. The MAINTAINER of this port (Patrick Bihan-Faou <patrick@mindstep.com>) has asked to be removed as the maintainer of the port. As I still use this port, I am adopting it as it's new MAINTAINER. PR: ports/24753 Submitted by: quinot@inf.enst.fr Notes: svn path=/head/; revision=55270
* Fix buildKris Kennaway2000-02-272-21/+6
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=26317
* USE_OPENSSLKris Kennaway2000-02-062-11/+94
| | | | | | | Assisted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25529
* Fix build under 3.XJustin M. Seger1999-12-021-1/+1
| | | | | | | | Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> PR: ports/14885 Notes: svn path=/head/; revision=23549
* Add a patch file that I forgot to include in my last commit. Also includesDan Moschuk1999-10-201-0/+5
| | | | | | | a small Makefile fix submitted by the author. Notes: svn path=/head/; revision=22530
* Update pipsecd to 19991014Dan Moschuk1999-10-192-15/+45
| | | | Notes: svn path=/head/; revision=22516
* Import pipsecd, a tool for making IPsec tunnels.Matthew Hunt1999-08-163-0/+61
PR: 13178 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> Notes: svn path=/head/; revision=20754