summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/templates.master8
3 files changed, 13 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e5084424..f32d19477 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1openssh (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
1openssh (1:3.6.1p2-12) unstable; urgency=low 9openssh (1:3.6.1p2-12) unstable; urgency=low
2 10
3 * Update Spanish debconf template translation (thanks, Javier 11 * Update Spanish debconf template translation (thanks, Javier
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
33Template: ssh/new_config 33Template: ssh/new_config
34Type: boolean 34Type: boolean
@@ -75,7 +75,7 @@ _Description: ssh2 keys merged in configuration files
75Template: ssh/use_old_init_script 75Template: ssh/use_old_init_script
76Type: boolean 76Type: boolean
77Default: false 77Default: 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?
134Template: ssh/run_sshd 134Template: ssh/run_sshd
135Type: boolean 135Type: boolean
136Default: true 136Default: 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