ports/116540: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Sep 23 06:40:05 UTC 2007


The following reply was made to PR ports/116540; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/116540: commit references a PR
Date: Sun, 23 Sep 2007 06:39:13 +0000 (UTC)

 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)
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 



More information about the freebsd-ports-bugs mailing list