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/hpn-ssh/files | |
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/hpn-ssh/files')
-rw-r--r-- | security/hpn-ssh/files/batch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/batch.patch b/security/hpn-ssh/files/batch.patch new file mode 100644 index 000000000000..3dc880149595 --- /dev/null +++ b/security/hpn-ssh/files/batch.patch @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 12 00:34:23 2001 ++++ Makefile.in Sun Dec 2 07:45:09 2001 +@@ -176,7 +176,7 @@ + autoreconf + (cd scard && $(MAKE) -f Makefile.in distprep) + +-install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key ++install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files + install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files + + scard-install: |