Date: Mon, 23 May 2005 22:21:25 +0000 (UTC) From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 ... Message-ID: <200505232221.j4NMLPKT095940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <vsevolod@highsecure.ru>
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505232221.j4NMLPKT095940>
