diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-05-13 17:11:01 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-05-13 17:11:01 +0000 |
commit | 361c7337a3daa61501b06723a430c42915bfd265 (patch) | |
tree | f1f2ffc977c9afdd704a881e3aab06b3736ea46b /security/openssh/files/patch-ap | |
parent | Cope with new BSDI Netscape ports. (diff) |
Update to OpenSSH 2.1.0. They _FINALLY_ have distfiles, so now the CVS is
not needed for the port.
Big thanks to Issei-san for doing the majority of the work necessary for
this upgrade!
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=28430
Diffstat (limited to 'security/openssh/files/patch-ap')
-rw-r--r-- | security/openssh/files/patch-ap | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/security/openssh/files/patch-ap b/security/openssh/files/patch-ap index f0026846addb..d3c63bea1620 100644 --- a/security/openssh/files/patch-ap +++ b/security/openssh/files/patch-ap @@ -1,15 +1,15 @@ ---- servconf.c.orig Thu Apr 20 17:55:11 2000 -+++ servconf.c Thu Apr 20 18:00:08 2000 -@@ -71,6 +71,8 @@ - options->num_deny_groups = 0; +--- servconf.c.orig Tue May 9 02:12:15 2000 ++++ servconf.c Fri May 12 07:13:13 2000 +@@ -74,6 +74,8 @@ options->ciphers = NULL; options->protocol = SSH_PROTO_UNKNOWN; -+ options->connections_per_period = 0; -+ options->connections_period = 0; + options->gateway_ports = -1; ++ options->connections_per_period = 0; ++ options->connections_period = 0; } void -@@ -163,7 +165,7 @@ +@@ -172,7 +174,7 @@ #ifdef SKEY sSkeyAuthentication, #endif @@ -18,15 +18,15 @@ sPrintMotd, sIgnoreRhosts, sX11Forwarding, sX11DisplayOffset, sStrictModes, sEmptyPasswd, sRandomSeedFile, sKeepAlives, sCheckMail, sUseLogin, sAllowUsers, sDenyUsers, sAllowGroups, sDenyGroups, -@@ -218,6 +220,7 @@ - { "denygroups", sDenyGroups }, +@@ -231,6 +233,7 @@ { "ciphers", sCiphers }, { "protocol", sProtocol }, -+ { "connectionsperperiod", sConnectionsPerPeriod }, + { "gatewayports", sGatewayPorts }, ++ { "connectionsperperiod", sConnectionsPerPeriod }, { NULL, 0 } }; -@@ -327,7 +330,11 @@ +@@ -340,7 +343,11 @@ filename, linenum); exit(1); } @@ -39,7 +39,7 @@ if (*intptr == -1) *intptr = value; break; -@@ -551,6 +558,21 @@ +@@ -584,6 +591,21 @@ filename, linenum); options->deny_groups[options->num_deny_groups++] = xstrdup(cp); } |