aboutsummaryrefslogtreecommitdiffstats
path: root/security/sslproxy
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-1/+1
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Add a patch that stops sslproxy from leaving zombies all over the place.billf2000-02-084-7/+43
| | | | | | Submitted by: rwatson Upgrade to sslproxy.2000_Jan_29, with appropriate changes.
* USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)kris2000-02-072-15/+11
| | | | Assisted by: Jim Bloom <bloom@acm.org>
* Remove dependencies to header files in ${PREFIX} to avoid problemsdirk2000-01-031-1/+0
| | | | if openssl is in the base system already.
* Change dependencies from static to shared openssl libraries,dirk1999-11-081-1/+2
| | | | because openssl also builds shared libraries, now.
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Find the ssl header files correctly and fix this so it will work ifsteve1999-08-013-4/+22
| | | | | | | USA_RESIDENT=YES. PR: 12795 Submitted by: Palle Girgensohn <girgen@partitur.se>
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Initial import of sslproxy version 19980614.steve1999-06-076-0/+46
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org>