head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.04.06.13.54.44;	author archie;	state dead;
branches;
next	1.1;

1.1
date	2001.05.31.15.34.37;	author archie;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the skip port. Created before there was an IPSec implementation on
FreeBSD, it is now extremely obsolete. In any case it doesn't compile. Earlier
version of this port can still be used on older versions of FreeBSD of course.
@
text
@diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/common/skip_ah.c work.new/skip/common/skip_ah.c
--- skipsrc-1.0.orig/skip/common/skip_ah.c	Wed May 16 16:11:34 2001
+++ work.new/skip/common/skip_ah.c	Wed May 23 09:02:03 2001
@@@@ -342,6 +342,7 @@@@
 	ip->ip_ttl = 0;
 	ip->ip_tos = 0;
 	ip->ip_off = 0;
+ 	ip->ip_id = htons(ip->ip_id);
 
 	/*
 	 * Compute the AH Data
@@@@ -360,6 +361,7 @@@@
 	ip->ip_ttl = ip_ttl;
 	ip->ip_tos = ip_tos;
 	ip->ip_off = ip_off;
+ 	ip->ip_id = ntohs(ip->ip_id);
 
 	/*
 	 * Now, check if MAC is OK...
@


1.1
log
@Fix for byte ordering problem.

PR:		ports/27285
Submitted by:	Bob Bishop <rb@@gid.co.uk>
@
text
@@

