Upgrade to 1.2.13

This commit is contained in:
Andrey A. Chernov 1996-02-17 15:13:47 +00:00
parent 5319904a39
commit 268c96e397
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2721
6 changed files with 32 additions and 32 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (ssh-1.2.12.92.tar.gz) = 9643fd6bb4687553d514bb68fc88c48a
MD5 (ssh-1.2.13.tar.gz) = 78d25c42ce4a6acd07b401c301f61697

View File

@ -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;

View File

@ -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

View File

@ -1 +1 @@
MD5 (ssh-1.2.12.92.tar.gz) = 9643fd6bb4687553d514bb68fc88c48a
MD5 (ssh-1.2.13.tar.gz) = 78d25c42ce4a6acd07b401c301f61697

View File

@ -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;