From owner-cvs-ports@FreeBSD.ORG Mon Apr 18 19:04:41 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B7616A4CE; Mon, 18 Apr 2005 19:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3913C43D55; Mon, 18 Apr 2005 19:04:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3IJ4fsb018976; Mon, 18 Apr 2005 19:04:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3IJ4fUm018975; Mon, 18 Apr 2005 19:04:41 GMT (envelope-from pav) Message-Id: <200504181904.j3IJ4fUm018975@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 18 Apr 2005 19:04:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/distcache Makefile distinfo pkg-descr pkg-plist ports/security/distcache/files dc_server.sh.in patch-proto_fd.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 19:04:41 -0000 pav 2005-04-18 19:04:40 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/distcache Makefile distinfo pkg-descr pkg-plist security/distcache/files dc_server.sh.in patch-proto_fd.c Log: Distributed session caching tools and APIs, primarily for SSL/TLS servers 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 Revision Changes Path 1.594 +1 -0 ports/security/Makefile 1.1 +47 -0 ports/security/distcache/Makefile (new) 1.1 +2 -0 ports/security/distcache/distinfo (new) 1.1 +32 -0 ports/security/distcache/files/dc_server.sh.in (new) 1.1 +18 -0 ports/security/distcache/files/patch-proto_fd.c (new) 1.1 +9 -0 ports/security/distcache/pkg-descr (new) 1.1 +26 -0 ports/security/distcache/pkg-plist (new)