| 12345678910111213141516171819202122232425262728293031323334 |
- Index: Makefile.in
- --- Makefile.in.orig 2008-03-13 02:41:31 +0100
- +++ Makefile.in 2008-03-31 08:36:38 +0200
- @@ -231,7 +231,7 @@
- -rm -rf autom4te.cache
- (cd scard && $(MAKE) -f Makefile.in distprep)
-
- -install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config
- +install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key
- install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
- install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
-
- Index: auth-pam.h
- --- auth-pam.h.orig 2004-09-11 14:17:26 +0200
- +++ auth-pam.h 2008-03-31 08:36:38 +0200
- @@ -28,7 +28,7 @@
- #ifdef USE_PAM
-
- #if !defined(SSHD_PAM_SERVICE)
- -# define SSHD_PAM_SERVICE __progname
- +# define SSHD_PAM_SERVICE "openssh"
- #endif
-
- void start_pam(Authctxt *);
- Index: version.h
- --- version.h.orig 2008-03-27 01:18:13 +0100
- +++ version.h 2008-03-31 08:36:38 +0200
- @@ -3,4 +3,4 @@
- #define SSH_VERSION "OpenSSH_4.9"
-
- #define SSH_PORTABLE "p1"
- -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
- +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE " @l_openpkg_release@"
|