diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-12-02 14:52:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-12-02 14:52:44 +0800 |
commit | bbe0fae48c78f07c0c2a2e3783f0a9726d360ad5 (patch) | |
tree | 05129110f467a8263b2addd77f4ba8f07423e8bb /security/openssh-portable/Makefile | |
parent | eba92c81f5384dbe9d0c1dcfe01ff807817a8599 (diff) | |
download | freebsd-ports-gnome-bbe0fae48c78f07c0c2a2e3783f0a9726d360ad5.tar.gz freebsd-ports-gnome-bbe0fae48c78f07c0c2a2e3783f0a9726d360ad5.tar.zst freebsd-ports-gnome-bbe0fae48c78f07c0c2a2e3783f0a9726d360ad5.zip |
- Udate to OpenSSH-3.0.2
- make batch-processing cleaner
20011202
- (djm) Syn with OpenBSD OpenSSH-3.0.2
- markus@cvs.openbsd.org
[session.c sshd.8 version.h]
Don't allow authorized_keys specified environment variables when
UseLogin in active
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 6d93acb48218..472fc894bde9 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openssh -PORTVERSION= 3.0.1p1 +PORTVERSION= 3.0.2p1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ @@ -36,10 +36,11 @@ CONFIGURE_ARGS+= --with-pam CONFIGURE_ARGS+= --with-tcp-wrappers .endif -post-install: - @${CAT} ${PKGMESSAGE} .if defined(BATCH) - @(cd ${PREFIX} && ${RM} -f ${CLEAN}) +EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |