aboutsummaryrefslogtreecommitdiff
path: root/security/distcache/files
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Minor improvements to r541400:Alexey Dokuchaev2020-07-111-1/+1
| | | | | | | | - Correct macro to check for is OPENSSL_NO_SSL3_METHOD, not OPENSSL_NO_SSL3 - While no-op, be formally correct and run the tests from the $TEST_WRKSRC Notes: svn path=/head/; revision=541954
* - Unbreak the build against contemporary versions of OpenSSLAlexey Dokuchaev2020-07-074-10/+146
| | | | | | | | | - Hoop up a simple test to our framework so we know it works PR: 236820 Notes: svn path=/head/; revision=541400
* security/distcache: Configure SSL base, fix build on LibreSSLJohn Marino2016-09-125-27/+27
| | | | | | | While here, simplify existing patch for modern FreeBSD and DragonFly Notes: svn path=/head/; revision=421923
* Fix build without SSLv2 support.Jung-uk Kim2015-03-233-0/+38
| | | | Notes: svn path=/head/; revision=382057
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Distributed session caching tools and APIs, primarily for SSL/TLS serversPav Lucistnik2005-04-182-0/+50
though perhaps useful for other (non-SSL/TLS) circumstances. Also includes a self-contained network abstraction library (libnal), and the sslswamp SSL/TLS benchmark/test utility. PR: ports/79878 Submitted by: Marcel Prisi <marcel.prisi@virtua.ch> Notes: svn path=/head/; revision=133609