summaryrefslogtreecommitdiff
path: root/security/sslproxy/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-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. Notes: svn path=/head/; revision=32957
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* Add a patch that stops sslproxy from leaving zombies all over the place.Bill Fumerola2000-02-071-3/+3
| | | | | | | | | Submitted by: rwatson Upgrade to sslproxy.2000_Jan_29, with appropriate changes. Notes: svn path=/head/; revision=25576
* USE_OPENSSL, respect CC, LOCALBASE (indirectly via OPENSSLLIB)Kris Kennaway2000-02-061-7/+1
| | | | | | | Assisted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=25527
* Remove dependencies to header files in ${PREFIX} to avoid problemsDirk Froemberg2000-01-021-1/+0
| | | | | | | if openssl is in the base system already. Notes: svn path=/head/; revision=24366
* Change dependencies from static to shared openssl libraries,Dirk Froemberg1999-11-071-1/+2
| | | | | | | because openssl also builds shared libraries, now. Notes: svn path=/head/; revision=22957
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Find the ssl header files correctly and fix this so it will work ifSteve Price1999-08-011-1/+11
| | | | | | | | | | USA_RESIDENT=YES. PR: 12795 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=20440
* Initial import of sslproxy version 19980614.Steve Price1999-06-061-0/+22
Proxies non-SSL requests over an SSL connection. PR: 11723 Submitted by: Alex Le Heux <alexlh@funk.org> Notes: svn path=/head/; revision=19271