openssh.patch 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. Index: Makefile.in
  2. --- Makefile.in.orig 2004-02-18 04:35:11.000000000 +0100
  3. +++ Makefile.in 2004-02-24 20:25:23.000000000 +0100
  4. @@ -226,7 +226,7 @@
  5. -rm -rf autom4te.cache
  6. (cd scard && $(MAKE) -f Makefile.in distprep)
  7. -install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
  8. +install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key
  9. install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
  10. check-config:
  11. Index: auth-pam.h
  12. --- auth-pam.h.orig 2004-02-10 03:23:29.000000000 +0100
  13. +++ auth-pam.h 2004-02-24 20:25:23.000000000 +0100
  14. @@ -28,7 +28,7 @@
  15. #ifdef USE_PAM
  16. #if !defined(SSHD_PAM_SERVICE)
  17. -# define SSHD_PAM_SERVICE __progname
  18. +# define SSHD_PAM_SERVICE "openssh"
  19. #endif
  20. void start_pam(const char *);
  21. Index: version.h
  22. --- version.h.orig 2004-02-23 23:24:02.000000000 +0100
  23. +++ version.h 2004-02-24 20:25:23.000000000 +0100
  24. @@ -1,3 +1,3 @@
  25. /* $OpenBSD: version.h,v 1.40 2004/02/23 15:16:46 markus Exp $ */
  26. -#define SSH_VERSION "OpenSSH_3.8.1p1"
  27. +#define SSH_VERSION "OpenSSH_3.8.1p1 @l_openpkg_release@"