diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 433719a45..8df316da0 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:3.8.1p1-7) unstable; urgency=low | ||
2 | |||
3 | * Re-enable shadow password support in openssh-server-udeb, at Bastian | ||
4 | Blank's request (closes: #260800). | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Thu, 22 Jul 2004 10:56:06 +0100 | ||
7 | |||
1 | openssh (1:3.8.1p1-6) unstable; urgency=low | 8 | openssh (1:3.8.1p1-6) unstable; urgency=low |
2 | 9 | ||
3 | * Implement hack in | 10 | * Implement hack in |
diff --git a/debian/rules b/debian/rules index 7c95204a7..4960ad921 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -75,7 +75,7 @@ build-udeb: build-udeb-stamp | |||
75 | build-udeb-stamp: | 75 | build-udeb-stamp: |
76 | dh_testdir | 76 | dh_testdir |
77 | mkdir -p build-udeb | 77 | mkdir -p build-udeb |
78 | cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --without-xauth --with-default-path=/usr/local/bin:/bin:/usr/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper --without-shadow | 78 | cd build-udeb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --without-xauth --with-default-path=/usr/local/bin:/bin:/usr/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper |
79 | # Avoid libnsl linkage. Ugh. | 79 | # Avoid libnsl linkage. Ugh. |
80 | perl -pi -e 's/ +-lnsl//' build-udeb/config.status | 80 | perl -pi -e 's/ +-lnsl//' build-udeb/config.status |
81 | cd build-udeb && ./config.status | 81 | cd build-udeb && ./config.status |