From owner-cvs-all@FreeBSD.ORG Thu Jul 14 13:58:44 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 5EE7516A41C; Thu, 14 Jul 2005 13:58:44 +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 E5B9C43D45; Thu, 14 Jul 2005 13:58:43 +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 j6EDwhMd081825; Thu, 14 Jul 2005 13:58:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDwhxK081824; Thu, 14 Jul 2005 13:58:43 GMT (envelope-from pav) Message-Id: <200507141358.j6EDwhxK081824@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 14 Jul 2005 13:58:43 +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-server Makefile distinfo pkg-descr pkg-plist ports/security/newpki-server/files patch-publications_ldap_configure patch-src_Makefile.in 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:58:44 -0000 pav 2005-07-14 13:58:43 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/newpki-server Makefile distinfo pkg-descr pkg-plist security/newpki-server/files patch-publications_ldap_configure patch-src_Makefile.in 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. CA implementation. PR: ports/83387 Submitted by: Vsevolod Stakhov Revision Changes Path 1.620 +1 -0 ports/security/Makefile 1.1 +62 -0 ports/security/newpki-server/Makefile (new) 1.1 +2 -0 ports/security/newpki-server/distinfo (new) 1.1 +11 -0 ports/security/newpki-server/files/patch-publications_ldap_configure (new) 1.1 +11 -0 ports/security/newpki-server/files/patch-src_Makefile.in (new) 1.1 +5 -0 ports/security/newpki-server/pkg-descr (new) 1.1 +8 -0 ports/security/newpki-server/pkg-plist (new)