summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-02-17 15:13:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-02-17 15:13:47 +0000
commit268c96e397211d74430b17baa679a93aca543ceb (patch)
tree9bafcd29fb118c69e075fead7512cd327392374e /security
parentAdd a check for when the user tries to FTP over a symlink in ${DISTDIR}. (diff)
Upgrade to 1.2.13
Notes
Notes: svn path=/head/; revision=2721
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile6
-rw-r--r--security/ssh/distinfo2
-rw-r--r--security/ssh/files/patch-aa24
-rw-r--r--security/ssh2/Makefile6
-rw-r--r--security/ssh2/distinfo2
-rw-r--r--security/ssh2/files/patch-aa24
6 files changed, 32 insertions, 32 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index f4ca5e7bebc0..83b361628fe3 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ssh
-# Version required: 1.2.12a
+# Version required: 1.2.13
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.12 1996/01/25 04:17:28 ache Exp $
+# $Id: Makefile,v 1.13 1996/02/06 02:56:57 pst Exp $
#
-DISTNAME= ssh-1.2.12.92
+DISTNAME= ssh-1.2.13
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
LIB_DEPENDS= z\\.0\\.:${PORTSDIR}/devel/libz
diff --git a/security/ssh/distinfo b/security/ssh/distinfo
index 02fe97a38630..f4644a0ce841 100644
--- a/security/ssh/distinfo
+++ b/security/ssh/distinfo
@@ -1 +1 @@
-MD5 (ssh-1.2.12.92.tar.gz) = 9643fd6bb4687553d514bb68fc88c48a
+MD5 (ssh-1.2.13.tar.gz) = 78d25c42ce4a6acd07b401c301f61697
diff --git a/security/ssh/files/patch-aa b/security/ssh/files/patch-aa
index 870fdd02bbbb..25f39d0b7062 100644
--- a/security/ssh/files/patch-aa
+++ b/security/ssh/files/patch-aa
@@ -1,19 +1,19 @@
-*** make-ssh-known-hosts.pl.in.orig Fri Oct 6 21:12:34 1995
---- make-ssh-known-hosts.pl.in Fri Oct 6 21:14:28 1995
+*** make-ssh-known-hosts.pl.in.orig Sun Feb 11 22:45:15 1996
+--- make-ssh-known-hosts.pl.in Sat Feb 17 17:55:08 1996
***************
-*** 74,80 ****
- $sshdisablepasswordoption="-o 'PasswordAuthentication no'";
+*** 78,84 ****
+ $debug = 5;
$defserver = '';
$bell='\a';
! $public_key = '/etc/ssh_host_key.pub';
- if (!defined($ENV{'HOME'})) {
- ($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
- getpwuid($<);
---- 74,80 ----
- $sshdisablepasswordoption="-o 'PasswordAuthentication no'";
+ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
+ $timeout = 60;
+ $ping_timeout = 3;
+--- 78,84 ----
+ $debug = 5;
$defserver = '';
$bell='\a';
! $public_key = '@ETCDIR@/ssh_host_key.pub';
- if (!defined($ENV{'HOME'})) {
- ($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
- getpwuid($<);
+ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
+ $timeout = 60;
+ $ping_timeout = 3;
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index f4ca5e7bebc0..83b361628fe3 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: ssh
-# Version required: 1.2.12a
+# Version required: 1.2.13
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.12 1996/01/25 04:17:28 ache Exp $
+# $Id: Makefile,v 1.13 1996/02/06 02:56:57 pst Exp $
#
-DISTNAME= ssh-1.2.12.92
+DISTNAME= ssh-1.2.13
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
LIB_DEPENDS= z\\.0\\.:${PORTSDIR}/devel/libz
diff --git a/security/ssh2/distinfo b/security/ssh2/distinfo
index 02fe97a38630..f4644a0ce841 100644
--- a/security/ssh2/distinfo
+++ b/security/ssh2/distinfo
@@ -1 +1 @@
-MD5 (ssh-1.2.12.92.tar.gz) = 9643fd6bb4687553d514bb68fc88c48a
+MD5 (ssh-1.2.13.tar.gz) = 78d25c42ce4a6acd07b401c301f61697
diff --git a/security/ssh2/files/patch-aa b/security/ssh2/files/patch-aa
index 870fdd02bbbb..25f39d0b7062 100644
--- a/security/ssh2/files/patch-aa
+++ b/security/ssh2/files/patch-aa
@@ -1,19 +1,19 @@
-*** make-ssh-known-hosts.pl.in.orig Fri Oct 6 21:12:34 1995
---- make-ssh-known-hosts.pl.in Fri Oct 6 21:14:28 1995
+*** make-ssh-known-hosts.pl.in.orig Sun Feb 11 22:45:15 1996
+--- make-ssh-known-hosts.pl.in Sat Feb 17 17:55:08 1996
***************
-*** 74,80 ****
- $sshdisablepasswordoption="-o 'PasswordAuthentication no'";
+*** 78,84 ****
+ $debug = 5;
$defserver = '';
$bell='\a';
! $public_key = '/etc/ssh_host_key.pub';
- if (!defined($ENV{'HOME'})) {
- ($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
- getpwuid($<);
---- 74,80 ----
- $sshdisablepasswordoption="-o 'PasswordAuthentication no'";
+ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
+ $timeout = 60;
+ $ping_timeout = 3;
+--- 78,84 ----
+ $debug = 5;
$defserver = '';
$bell='\a';
! $public_key = '@ETCDIR@/ssh_host_key.pub';
- if (!defined($ENV{'HOME'})) {
- ($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
- getpwuid($<);
+ $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
+ $timeout = 60;
+ $ping_timeout = 3;