Upgrade to 1.2.13
This commit is contained in:
parent
5319904a39
commit
268c96e397
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2721
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ssh-1.2.12.92.tar.gz) = 9643fd6bb4687553d514bb68fc88c48a
|
||||
MD5 (ssh-1.2.13.tar.gz) = 78d25c42ce4a6acd07b401c301f61697
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ssh-1.2.12.92.tar.gz) = 9643fd6bb4687553d514bb68fc88c48a
|
||||
MD5 (ssh-1.2.13.tar.gz) = 78d25c42ce4a6acd07b401c301f61697
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user