aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh/files
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-03-03 06:10:10 +0000
committerBrian Feldman <green@FreeBSD.org>2000-03-03 06:10:10 +0000
commit672ba2f225d919a52ed93319cdfaed1272f9e348 (patch)
tree8a35434caf624e153b8d8606223eb238b65b104e /security/openssh/files
parentaacf6a251013614f00a342c3cf086fb01b5c244e (diff)
Update this to a CVS_DATE of a few minutes ago.
Diffstat (limited to 'security/openssh/files')
-rw-r--r--security/openssh/files/patch-ak9
-rw-r--r--security/openssh/files/patch-at9
2 files changed, 0 insertions, 18 deletions
diff --git a/security/openssh/files/patch-ak b/security/openssh/files/patch-ak
index a0b31bf4ad20..ab72c61830cf 100644
--- a/security/openssh/files/patch-ak
+++ b/security/openssh/files/patch-ak
@@ -10,12 +10,3 @@
args[i++] = _PATH_RSH;
/* host may have to come after user on some systems */
args[i++] = host;
-@@ -489,7 +492,7 @@
- struct addrinfo *ai = NULL;
- int errgai;
- memset(&hints, 0, sizeof(hints));
-- hints.ai_family = AF_UNSPEC;
-+ hints.ai_family = IPv4or6;
- hints.ai_flags = AI_CANONNAME;
- hints.ai_socktype = SOCK_STREAM;
- errgai = getaddrinfo(host, NULL, &hints, &ai);
diff --git a/security/openssh/files/patch-at b/security/openssh/files/patch-at
index 64a3b5cd80ed..66049dac99c2 100644
--- a/security/openssh/files/patch-at
+++ b/security/openssh/files/patch-at
@@ -1,14 +1,5 @@
--- sshconnect.c- Tue Feb 15 22:00:22 2000
+++ sshconnect.c Tue Feb 15 22:00:27 2000
-@@ -150,7 +150,7 @@
- int p = IPPORT_RESERVED - 1;
- sock = rresvport_af(&p, family);
- if (sock < 0)
-- fatal("rresvport: af=%d %.100s", family, strerror(errno));
-+ error("rresvport: af=%d %.100s", family, strerror(errno));
- debug("Allocated local port %d.", p);
- } else {
- /*
@@ -1080,9 +1080,11 @@
case AF_INET:
local = (ntohl(((struct sockaddr_in *)hostaddr)->sin_addr.s_addr) >> 24) == IN_LOOPBACKNET;