summaryrefslogtreecommitdiff
path: root/security/stunnel/files/patch-src::client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to stunnel-4.35:Peter Pentchev2011-02-101-29/+0
| | | | | | | | | | | | | - drop the transparent proxying patch, integrated upstream - while I'm here, fix the very first master site URL - the download page on stunnel.org just links to the sites now, and does not contain downloadable source PR: 154631 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=268859
* Implement transparent proxying using the IP_BINDANY option if available inPeter Pentchev2011-01-041-0/+29
| | | | | | | | | | | a way a bit different (and a bit more generic) than the one in the PR. While I'm here, declare the GPL-2+ license and remove the MD5 checksum. PR: 153568 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=267383
* Fix the build on FreeBSD 6.x (an older version of OpenSSL) by replacingPeter Pentchev2009-11-191-22/+0
| | | | | | | | | the official no_ticket.patch with an extended one ifdef'ing more options. Replace the src/client.c patch with the official execargs.patch. Bump PORTREVISION. Notes: svn path=/head/; revision=244468
* Update stunnel to 4.28, including a patch for older SSL versions.Peter Pentchev2009-11-131-3/+8
| | | | | | | | | | | Add two new configurable options to disable libwrap support (almost as in the PR, but not quite) and enable Diffie-Hellman key exchange. PR: 139147 (only the libwrap support, but missing -lwrap) Submitted by: Jim Riggs <ports@christianserving.org> Notes: svn path=/head/; revision=244206
* Update to 4.10, fixing the execvp() and pid file issues while I'm here.Peter Pentchev2005-05-121-0/+17
PR: 79114, 79120, 80143, 80405 Submitted by: Florian Hars <hars@bik-gmbh.de>, Jim Hatfield <jim.hatfield@insignia.com>, Vasil Dimov <vd@datamax.bg>, Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=135126