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 ...

Jean-Yves Lefort jylefort at FreeBSD.org
Mon May 23 15:21:25 PDT 2005


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 at 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)


More information about the cvs-all mailing list