summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e3f8de691..e7ddc918d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
1openssh (1:3.7.1p2-1) UNRELEASED; urgency=low 1openssh (1:3.7.1p2-1) UNRELEASED; urgency=low
2 2
3 * New upstream release. 3 * New upstream release.
4 * Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, 4 * Remove -fno-builtin-log, -DHAVE_MMAP_ANON_SHARED, and
5 which are no longer necessary. 5 -D__FILE_OFFSET_BITS=64 compiler options, which are no longer necessary.
6 * Darren Tucker: 6 * Darren Tucker:
7 - Supply newlines in chauthtok PAM conversation function and in 7 - Supply newlines in chauthtok PAM conversation function and in
8 accumulated PAM_TEXT_INFO and PAM_ERROR_MSG messages. 8 accumulated PAM_TEXT_INFO and PAM_ERROR_MSG messages.
diff --git a/debian/rules b/debian/rules
index b3ff3c0f5..54fb4eed9 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 -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -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\" -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 \