openssh.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Index: Makefile.in
  2. --- Makefile.in.orig 2008-03-13 02:41:31 +0100
  3. +++ Makefile.in 2008-03-31 08:36:38 +0200
  4. @@ -231,7 +231,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 install-sysconf host-key check-config
  8. +install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key
  9. install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
  10. install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
  11. Index: auth-pam.h
  12. --- auth-pam.h.orig 2004-09-11 14:17:26 +0200
  13. +++ auth-pam.h 2008-03-31 08:36:38 +0200
  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(Authctxt *);
  21. Index: version.h
  22. --- version.h.orig 2008-03-27 01:18:13 +0100
  23. +++ version.h 2008-03-31 08:36:38 +0200
  24. @@ -3,4 +3,4 @@
  25. #define SSH_VERSION "OpenSSH_4.9"
  26. #define SSH_PORTABLE "p1"
  27. -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
  28. +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE " @l_openpkg_release@"