summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authortv <tv>1998-06-12 20:39:25 +0000
committertv <tv>1998-06-12 20:39:25 +0000
commit72c4b2ba7e54e63cf1754caafcaa2335691d790c (patch)
tree7f073e2b9a138113f95f7c206b322522caf11e2c /security/ssh
parente32aa247b29c5829d01b4d4ec635cf6443eaf824 (diff)
downloadpkgsrc-72c4b2ba7e54e63cf1754caafcaa2335691d790c.tar.gz
Update to 1.2.25 (pr #5581 from Erik Fair) with minor PLIST nits:
ssh-askpass{,1} is not in /usr/pkg/bin, and slogin need not use @exec/@unexec (account for symlink in a package tarfile).
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile6
-rw-r--r--security/ssh/files/md52
-rw-r--r--security/ssh/pkg/PLIST7
3 files changed, 6 insertions, 9 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 2e135d550cf..91cd417152a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 1998/06/11 16:17:36 agc Exp $
+# $NetBSD: Makefile,v 1.24 1998/06/12 20:39:25 tv Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
-DISTNAME= ssh-1.2.23
+DISTNAME= ssh-1.2.25
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \
ftp://ftp.funet.fi/pub/unix/security/login/ssh/
@@ -116,7 +116,7 @@ post-install:
@${MKDIR} ${PREFIX}/share/examples/ssh
@${MKDIR} ${WRKDIR}${SSH_CONF_DIR}
(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \
- -f ${MAKEFILE} install_prefix=${WRKDIR} install-configs)
+ ${MAKEFILE} install_prefix=${WRKDIR} install-configs)
${INSTALL_DATA} ${WRKDIR}${SSH_CONF_DIR}/ssh_config \
${WRKDIR}${SSH_CONF_DIR}/sshd_config ${PREFIX}/share/examples/ssh
@${RM} -rf ${WRKDIR}${SSH_CONF_DIR}
diff --git a/security/ssh/files/md5 b/security/ssh/files/md5
index 9ff65c0a7f0..9fa0ad68b20 100644
--- a/security/ssh/files/md5
+++ b/security/ssh/files/md5
@@ -1 +1 @@
-MD5 (ssh-1.2.23.tar.gz) = b8355cba289cf6f4cab91ed8c58b8bc1
+MD5 (ssh-1.2.25.tar.gz) = f16c579f8d60d2f0eaabd3c30e46ca2c
diff --git a/security/ssh/pkg/PLIST b/security/ssh/pkg/PLIST
index c6bb9c1816d..91bc1b610ed 100644
--- a/security/ssh/pkg/PLIST
+++ b/security/ssh/pkg/PLIST
@@ -1,18 +1,15 @@
-@comment $NetBSD: PLIST,v 1.4 1998/05/24 18:59:44 tron Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/06/12 20:39:26 tv Exp $
bin/scp
+bin/slogin
bin/ssh
-@exec ln -fs %f %B/slogin
-@unexec rm %B/slogin
bin/ssh-add
bin/ssh-agent
-bin/ssh-askpass
bin/ssh-keygen
bin/ssh1
bin/ssh-keygen1
bin/ssh-agent1
bin/ssh-add1
bin/scp1
-bin/ssh-askpass1
bin/make-ssh-known-hosts1
bin/make-ssh-known-hosts
etc/rc.d/sshd.sh