From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:01:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EAE016A41C; Thu, 14 Jul 2005 13:01:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBEB43D45; Thu, 14 Jul 2005 13:01:36 +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 j6ED1ZUR077236; Thu, 14 Jul 2005 13:01:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ED1Z2l077235; Thu, 14 Jul 2005 13:01:35 GMT (envelope-from pav) Message-Id: <200507141301.j6ED1Z2l077235@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:01:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/newpki-lib Makefile distinfo pkg-descr pkg-plist ports/security/newpki-lib/files patch-src_CriticalSection.cpp patch-src_mString.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 13:01:36 -0000 pav 2005-07-14 13:01:35 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/newpki-lib Makefile distinfo pkg-descr pkg-plist security/newpki-lib/files patch-src_CriticalSection.cpp patch-src_mString.cpp Log: NewPKI is a PKI based on the OpenSSL low-level API, all the datas are handled through a database, which provides a much more flexible PKI than with OpenSSL, such as seeking a certificate with a search engine. PR: ports/83385 Submitted by: Vsevolod Stakhov Revision Changes Path 1.618 +1 -0 ports/security/Makefile 1.1 +61 -0 ports/security/newpki-lib/Makefile (new) 1.1 +2 -0 ports/security/newpki-lib/distinfo (new) 1.1 +11 -0 ports/security/newpki-lib/files/patch-src_CriticalSection.cpp (new) 1.1 +11 -0 ports/security/newpki-lib/files/patch-src_mString.cpp (new) 1.1 +5 -0 ports/security/newpki-lib/pkg-descr (new) 1.1 +56 -0 ports/security/newpki-lib/pkg-plist (new)