cvs commit: ports/net-mgmt Makefile ports/net-mgmt/send Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/send/files patch-Makefile.config patch-examples_ipext_ipext__verify.conf patch-examples_params.conf patch-examples_sendd.conf patch-include_pkixip__ext__asn.h patch-sendd_os-freebsd_Makefile ...

Edwin Groothuis edwin at FreeBSD.org
Sat Sep 22 23:39:07 PDT 2007


edwin       2007-09-23 06:39:06 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/send        Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/send/files  patch-Makefile.config 
                         patch-examples_ipext_ipext__verify.conf 
                         patch-examples_params.conf 
                         patch-examples_sendd.conf 
                         patch-include_pkixip__ext__asn.h 
                         patch-sendd_os-freebsd_Makefile 
                         patch-sendd_os-freebsd_sendd 
                         patch-sendd_sendd__local.h pkg-message.in 
  Log:
  [NEW PORT] net-mgmt/send: Secure Neighbor Discovery implementation for IPv6
  
          DoCoMo's Open Source SEND project provides an implementation of
          RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically
          secures the IPv6 neighbor discovery protocol, countering the threats
          discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and
          Threats).
  
          DoCoMo's SEND is implemented completely in user space, so it is
          portable and lends itself to experimentation. It currently runs on
          Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4).
  
          Also included in the distribution are implementations of RFC3972
          Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
          Extensions for IP Addresses and AS Identifiers.
  
          WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html
  
  Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will
  submit patches for it now it is commited.
  
  PR:             ports/116540
  Submitted by:   Janos Mohacsi <janos.mohacsi at bsd.hu>
  
  Revision  Changes    Path
  1.138     +1 -0      ports/net-mgmt/Makefile
  1.1       +59 -0     ports/net-mgmt/send/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/send/distinfo (new)
  1.1       +25 -0     ports/net-mgmt/send/files/patch-Makefile.config (new)
  1.1       +16 -0     ports/net-mgmt/send/files/patch-examples_ipext_ipext__verify.conf (new)
  1.1       +35 -0     ports/net-mgmt/send/files/patch-examples_params.conf (new)
  1.1       +23 -0     ports/net-mgmt/send/files/patch-examples_sendd.conf (new)
  1.1       +45 -0     ports/net-mgmt/send/files/patch-include_pkixip__ext__asn.h (new)
  1.1       +22 -0     ports/net-mgmt/send/files/patch-sendd_os-freebsd_Makefile (new)
  1.1       +16 -0     ports/net-mgmt/send/files/patch-sendd_os-freebsd_sendd (new)
  1.1       +14 -0     ports/net-mgmt/send/files/patch-sendd_sendd__local.h (new)
  1.1       +9 -0      ports/net-mgmt/send/files/pkg-message.in (new)
  1.1       +15 -0     ports/net-mgmt/send/pkg-descr (new)
  1.1       +8 -0      ports/net-mgmt/send/pkg-plist (new)


More information about the cvs-all mailing list