diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-09 12:51:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-09 12:51:44 +0000 |
commit | b0f1b90bd7f158207ccc04c5498bd3a274307d3f (patch) | |
tree | 66a2cf66a5fe5fe970d3ead21943fdcf6c5040e3 /security | |
parent | add mayavi 1.1 (diff) |
Allow IPv6 connection if detected by configure.
Submitted by: ume
Notes
Notes:
svn path=/head/; revision=55766
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/Makefile | 1 | ||||
-rw-r--r-- | security/hpn-ssh/files/patch-sshconnect.c | 2 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 1 | ||||
-rw-r--r-- | security/openssh-portable/files/patch-sshconnect.c | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 173638fea7cb..940730c77a44 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssh PORTVERSION= 3.1p1 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ diff --git a/security/hpn-ssh/files/patch-sshconnect.c b/security/hpn-ssh/files/patch-sshconnect.c index ba0aa01906a8..72f75354bd24 100644 --- a/security/hpn-ssh/files/patch-sshconnect.c +++ b/security/hpn-ssh/files/patch-sshconnect.c @@ -4,7 +4,7 @@ sin_addr.s_addr) >> 24) == IN_LOOPBACKNET; salen = sizeof(struct sockaddr_in); break; -+#ifdef INET6 ++#ifdef HAVE_STRUCT_SOCKADDR_IN6 case AF_INET6: local = IN6_IS_ADDR_LOOPBACK( &(((struct sockaddr_in6 *)hostaddr)->sin6_addr)); diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 173638fea7cb..940730c77a44 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -7,6 +7,7 @@ PORTNAME= openssh PORTVERSION= 3.1p1 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ diff --git a/security/openssh-portable/files/patch-sshconnect.c b/security/openssh-portable/files/patch-sshconnect.c index ba0aa01906a8..72f75354bd24 100644 --- a/security/openssh-portable/files/patch-sshconnect.c +++ b/security/openssh-portable/files/patch-sshconnect.c @@ -4,7 +4,7 @@ sin_addr.s_addr) >> 24) == IN_LOOPBACKNET; salen = sizeof(struct sockaddr_in); break; -+#ifdef INET6 ++#ifdef HAVE_STRUCT_SOCKADDR_IN6 case AF_INET6: local = IN6_IS_ADDR_LOOPBACK( &(((struct sockaddr_in6 *)hostaddr)->sin6_addr)); |