| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
usr/bin/ld: i386 architecture of input file `sendd.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `addr.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cert.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cga.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `config.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cpa.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `cps.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `ctl.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `net.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `openssl.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `opt.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `params.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto_nonce.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto_sig.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `proto_timestamp.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `ra.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `sigmeth.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `sig_rfc3971.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `console.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `dbg.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `params_gram.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `params_lex.o' is incompatible with i386:x86-64 output
|
|
|
|
| |
net-mgmt)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/169585
Approved by: maintainer timeout (anchie, >2w)
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
|
|
|
|
|
| |
- Remove obsolete MD5 checksum while I'm here
PR: 153513
Submitted by: sunpoet
|
|
|
|
|
|
| |
and later instead of Netgraph and BPF.
Submitted by: anchie
|
| |
|
|
|
|
|
| |
PR: 117240
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
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@bsd.hu>
|