diff options
author | tv <tv> | 1998-06-12 20:39:25 +0000 |
---|---|---|
committer | tv <tv> | 1998-06-12 20:39:25 +0000 |
commit | 0477b5d6b5ad75b95927a96b955ee75361973b73 (patch) | |
tree | 7f073e2b9a138113f95f7c206b322522caf11e2c /security | |
parent | 3f493ab653df227ce39e26b211c4af737218cc40 (diff) | |
download | pkgsrc-0477b5d6b5ad75b95927a96b955ee75361973b73.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')
-rw-r--r-- | security/ssh/Makefile | 6 | ||||
-rw-r--r-- | security/ssh/files/md5 | 2 | ||||
-rw-r--r-- | security/ssh/pkg/PLIST | 7 |
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 |