diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/templates.master | 8 |
3 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 02200d680..0f4269038 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,11 @@ | |||
1 | openssh (1:3.7.1p2-1) UNRELEASED; urgency=low | ||
2 | |||
3 | * New upstream release. | ||
4 | * Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, | ||
5 | which are no longer necessary. | ||
6 | |||
7 | -- Colin Watson <cjwatson@debian.org> Tue, 23 Sep 2003 19:22:38 +0100 | ||
8 | |||
1 | openssh (1:3.6.1p2-10) unstable; urgency=low | 9 | openssh (1:3.6.1p2-10) unstable; urgency=low |
2 | 10 | ||
3 | * Use --retry in init script when restarting rather than sleeping, to make | 11 | * Use --retry in init script when restarting rather than sleeping, to make |
diff --git a/debian/rules b/debian/rules index a69463757..b3ff3c0f5 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -47,7 +47,7 @@ build-stamp: | |||
47 | dh_testdir | 47 | dh_testdir |
48 | ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 \ | 48 | ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 \ |
49 | --with-privsep-path=/var/run/sshd --without-rand-helper | 49 | --with-privsep-path=/var/run/sshd --without-rand-helper |
50 | $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -fno-builtin-log -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DHAVE_MMAP_ANON_SHARED -DSSH_VERSION="\"$(SSH_VERSION)\""' \ | 50 | $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DSSH_VERSION="\"$(SSH_VERSION)\""' \ |
51 | SSH_KEYSIGN='/usr/lib/ssh-keysign' | 51 | SSH_KEYSIGN='/usr/lib/ssh-keysign' |
52 | # Support building on Debian 3.0 (with GNOME 1.4) and later. | 52 | # Support building on Debian 3.0 (with GNOME 1.4) and later. |
53 | if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ | 53 | if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ |
diff --git a/debian/templates.master b/debian/templates.master index a4005fd38..4d60e95da 100644 --- a/debian/templates.master +++ b/debian/templates.master | |||
@@ -26,9 +26,9 @@ _Description: Enable Privilege separation | |||
26 | fail, and PAM keyboard-interactive authentication won't work. | 26 | fail, and PAM keyboard-interactive authentication won't work. |
27 | . | 27 | . |
28 | Since you've opted to have me generate an sshd_config file for you, you | 28 | Since you've opted to have me generate an sshd_config file for you, you |
29 | can choose whether or not to have Privilege Separation turned on or not. | 29 | can choose whether or not to have privilege separation turned on or not. |
30 | Unless you know you need to use PAM features that won't work with this | 30 | Unless you know you need to use PAM features that won't work with this |
31 | option, you should say yes here. | 31 | option, you should enable it. |
32 | 32 | ||
33 | Template: ssh/new_config | 33 | Template: ssh/new_config |
34 | Type: boolean | 34 | Type: boolean |
@@ -75,7 +75,7 @@ _Description: ssh2 keys merged in configuration files | |||
75 | Template: ssh/use_old_init_script | 75 | Template: ssh/use_old_init_script |
76 | Type: boolean | 76 | Type: boolean |
77 | Default: false | 77 | Default: false |
78 | _Description: Do you want to continue (and risk killing active ssh sessions) ? | 78 | _Description: Do you want to continue (and risk killing active ssh sessions)? |
79 | The version of /etc/init.d/ssh that you have installed, is likely to kill | 79 | The version of /etc/init.d/ssh that you have installed, is likely to kill |
80 | all running sshd instances. If you are doing this upgrade via an ssh | 80 | all running sshd instances. If you are doing this upgrade via an ssh |
81 | session, that would be a Bad Thing(tm). | 81 | session, that would be a Bad Thing(tm). |
@@ -134,7 +134,7 @@ _Description: Do you want /usr/lib/ssh-keysign to be installed SUID root? | |||
134 | Template: ssh/run_sshd | 134 | Template: ssh/run_sshd |
135 | Type: boolean | 135 | Type: boolean |
136 | Default: true | 136 | Default: true |
137 | _Description: Do you want to run the sshd server ? | 137 | _Description: Do you want to run the sshd server? |
138 | This package contains both the ssh client, and the sshd server. | 138 | This package contains both the ssh client, and the sshd server. |
139 | . | 139 | . |
140 | Normally the sshd Secure Shell Server will be run to allow remote logins | 140 | Normally the sshd Secure Shell Server will be run to allow remote logins |