From owner-cvs-all@FreeBSD.ORG Mon May 23 22:21:25 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 AFE7116A41C; Mon, 23 May 2005 22:21:25 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6969E43D1D; Mon, 23 May 2005 22:21:25 +0000 (GMT) (envelope-from jylefort@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 j4NMLPKb095941; Mon, 23 May 2005 22:21:25 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4NMLPKT095940; Mon, 23 May 2005 22:21:25 GMT (envelope-from jylefort) Message-Id: <200505232221.j4NMLPKT095940@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 23 May 2005 22:21:25 +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/openscep Makefile distinfo pkg-descr pkg-plist ports/security/openscep/files patch-include_openscep_err.h patch-lib_Makefile.in patch-lib_decode.c patch-lib_http.c patch-lib_init.c ... 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: Mon, 23 May 2005 22:21:25 -0000 jylefort 2005-05-23 22:21:25 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/openscep Makefile distinfo pkg-descr pkg-plist security/openscep/files patch-include_openscep_err.h patch-lib_Makefile.in patch-lib_decode.c patch-lib_http.c patch-lib_init.c patch-lib_isasu.c patch-lib_openscep__err.c patch-lib_payload.c patch-lib_sigattr.c patch-scepd_Makefile.in patch-scepd_dn2xid.c patch-scepd_sceplist.c pkg-deinstall.in pkg-install.in pkg-message.in Log: Add openscep. OpenSCEP is an open source implementation of the SCEP protocol used by Cisco routers for certificate enrollment to build VPNs. It implements most of the draft specification. OpenSCEP includes a client and a server implementation, as well as some CGI programs to simplify certificate and revocation list management. WWW: http://openscep.othello.ch/ PR: ports/81264 Submitted by: Vsevolod Stakhov Revision Changes Path 1.605 +1 -0 ports/security/Makefile 1.1 +73 -0 ports/security/openscep/Makefile (new) 1.1 +2 -0 ports/security/openscep/distinfo (new) 1.1 +36 -0 ports/security/openscep/files/patch-include_openscep_err.h (new) 1.1 +37 -0 ports/security/openscep/files/patch-lib_Makefile.in (new) 1.1 +10 -0 ports/security/openscep/files/patch-lib_decode.c (new) 1.1 +10 -0 ports/security/openscep/files/patch-lib_http.c (new) 1.1 +22 -0 ports/security/openscep/files/patch-lib_init.c (new) 1.1 +28 -0 ports/security/openscep/files/patch-lib_isasu.c (new) 1.1 +139 -0 ports/security/openscep/files/patch-lib_openscep__err.c (new) 1.1 +28 -0 ports/security/openscep/files/patch-lib_payload.c (new) 1.1 +35 -0 ports/security/openscep/files/patch-lib_sigattr.c (new) 1.1 +11 -0 ports/security/openscep/files/patch-scepd_Makefile.in (new) 1.1 +10 -0 ports/security/openscep/files/patch-scepd_dn2xid.c (new) 1.1 +32 -0 ports/security/openscep/files/patch-scepd_sceplist.c (new) 1.1 +9 -0 ports/security/openscep/files/pkg-deinstall.in (new) 1.1 +7 -0 ports/security/openscep/files/pkg-install.in (new) 1.1 +14 -0 ports/security/openscep/files/pkg-message.in (new) 1.1 +8 -0 ports/security/openscep/pkg-descr (new) 1.1 +73 -0 ports/security/openscep/pkg-plist (new)