mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 22:36:06 -04:00
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2002/01/25 17:47:19 hubertf Exp $
|
|
|
|
--- README.v6.orig Fri Jan 25 13:37:05 2002
|
|
+++ README.v6
|
|
@@ -0,0 +1,31 @@
|
|
+IPv6 Patch for xtris-1.15
|
|
+
|
|
+IPv6 patch for xtris is originally developed by H.YOSHIFUJi
|
|
+<yoshfuji@ecei.tohoku.ac.jp> in early December 1999.
|
|
+
|
|
+IPv6 support is enabled by defining INET6 macro during the
|
|
+compilation phase. This switches xtris into the protocol
|
|
+independent world (not IPv6 (or IPv4) specific world).
|
|
+Thus, if you have getaddrinfo() and getnameinfo() defined
|
|
+in RFC2553, you can enable this feature even if you don't
|
|
+have IPv6 environment currently.
|
|
+
|
|
+The following IPv6 platforms should be supported:
|
|
+ GNU/Linux with glibc-2.1.2
|
|
+ FreeBSD {2.2.8,3.3} with KAME package
|
|
+ Solaris 7 with IPv6_Prototype_01 package
|
|
+
|
|
+Note: On Solaris 7 + IPv6_Prototype_01 systems, you should
|
|
+ register the port number in /etc/services file.
|
|
+ There is "ad hoc" solution, but I hate it because
|
|
+ it looks "dirty"; it discards the pure protocol
|
|
+ independent socket programming model.
|
|
+
|
|
+** History **
|
|
+xtris-1.15-v6-19991207 H.YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
|
|
+ - First patch.
|
|
+xtris-1.15-v6-19991209 H.YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
|
|
+ - Version number typoes: fixed.
|
|
+xtris-1.15-v6-19991218 H.YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
|
|
+ - Patch error on Makefile file (cause reject):
|
|
+ fixed
|