aboutsummaryrefslogtreecommitdiffstats
path: root/security/sslwrap
Commit message (Collapse)AuthorAgeFilesLines
* Rename security/ patches to reflect the files they modify.adamw2014-07-291-0/+0
|
* Remove trailing whitespaces from category securityehaupt2014-02-211-1/+1
|
* - Stage supportmiwi2014-02-211-7/+3
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Add LICENSEpawel2012-11-116-94/+15
| | | | | | | | | - Switch to PLIST_FILES, PORTDOCS - Remove bunch of patches, replaced by REINPLACE_CMD PR: ports/172062 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-191-1/+1
| | | | Feature safe: yes
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-4/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* -remove MD5ohauer2011-07-031-1/+0
|
* - Respect NOPORTDOCS/NOPORTEXAMPLESmiwi2008-09-122-6/+7
| | | | Approved by: portmgr (erwin)
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
|
* - Add SHA256pav2005-11-261-0/+1
|
* Chase URLs per distfile survey.linimon2005-11-252-2/+2
|
* Reset undeliverable maintainer address:kris2005-11-141-1/+1
| | | | | <ZGabor@CoDe.HU>: host mail.integrity.HU[195.56.44.40] said: 511 sorry, no mailbox here by that name (#5.1.1 - chkuser) (in reply to RCPT TO command)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* add several patches to make it compiling on -current again.edwin2003-10-165-8/+81
| | | | Informed maintainer.
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Unbreak:arved2003-07-241-2/+4
| | | | | | | | | | | | | | Update s_server.c by the following instruction from the openssl changelog *) New option SSL_OP_CIPHER_SERVER_PREFERENCE allows the server to override the clients preferred ciphersuites and rather use its own preferences. Should help to work around M$ SGC (Server Gated Cryptography) bug in Internet Explorer by ensuring unchanged hash method during stepup. (Also replaces the broken/deactivated SSL_OP_NON_EXPORT_FIRST option.) [Lutz Jaenicke] PR: 54280 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Master site changed:clive2001-11-042-2/+2
| | | | | | http://www.rickk.com/sslwrap/ -> http://www.quiltaholic.com/rickk/sslwrap/. Found by: HTTP headers returned from www.rickk.com:80
* Update to 2.0.6. Also fix the WRKSRC setting so that it is independentroam2001-01-102-3/+3
| | | | | | of PORTVERSION. Submitted by: maintainer
* 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.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* USE_OPENSSL, respect CC, CFLAGS, LOCALBASEkris2000-02-072-13/+20
| | | | 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.
* Use LIB_DEPENDS instead of RUN_DEPENDS. It's more appropriate here.dirk2000-01-031-1/+2
|
* Adding sslwrap version 2.0.5.steve1999-12-276-0/+71
Another SSL wrapper application, which uses SSLEay/OpenSSL. PR: 14771 Submitted by: Zahemszky Gabor <zgabor@CoDe.HU>