diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-02 06:52:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-02 06:52:44 +0000 |
commit | b8cb1c43d7e8cb30d2fa5bfd59c54fabe5076adc (patch) | |
tree | 955217cc4f2d2e590ba16d481eb8ce9723e09ff9 /security/openssh-portable/files/batch.patch | |
parent | Update to the latest patchfile. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=50840
Diffstat (limited to 'security/openssh-portable/files/batch.patch')
-rw-r--r-- | security/openssh-portable/files/batch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssh-portable/files/batch.patch b/security/openssh-portable/files/batch.patch new file mode 100644 index 000000000000..3dc880149595 --- /dev/null +++ b/security/openssh-portable/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: |