diff options
author | Colin Watson <cjwatson@debian.org> | 2005-09-14 16:06:42 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-09-14 16:06:42 +0000 |
commit | 3e0c7c15dc250ec19d90c0aacf8ebc79b3d170b0 (patch) | |
tree | a14d1cc18e339e0e5b3e43c7c0c0da33720997cf /debian | |
parent | 50fd091ffec17a610b20f6701273e5ad20f58eb2 (diff) |
- Build-depend on libkrb5-dev and configure --with-kerberos5=/usr.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 11 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 9 insertions, 7 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index aabaebfe1..6b7ce8691 100644 --- a/debian/README.Debian +++ b/debian/README.Debian | |||
@@ -219,12 +219,13 @@ ssh is compiled with support for tcp-wrappers. So if you can no longer | |||
219 | log into your system, please check that /etc/hosts.allow and /etc/hosts.deny | 219 | log into your system, please check that /etc/hosts.allow and /etc/hosts.deny |
220 | are configured so that ssh is not blocked. | 220 | are configured so that ssh is not blocked. |
221 | 221 | ||
222 | Kerberos Authentication | 222 | Kerberos support |
223 | ----------------------- | 223 | ---------------- |
224 | 224 | ||
225 | ssh is compiled without support for kerberos authentication, and there are | 225 | ssh is now compiled with Kerberos support. Unfortunately, privilege |
226 | no current plans to support this. Thus the KerberosAuthentication and | 226 | separation is incompatible with Kerberos support for SSH protocol 1 and |
227 | KerberosTgtPassing options will not be recognised. | 227 | parts of the support for protocol 2; you may need to run kinit after logging |
228 | in. | ||
228 | 229 | ||
229 | Interoperability between scp and the ssh.com SSH server | 230 | Interoperability between scp and the ssh.com SSH server |
230 | ------------------------------------------------------- | 231 | ------------------------------------------------------- |
diff --git a/debian/changelog b/debian/changelog index 5693ef352..5da5c8477 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -5,6 +5,7 @@ openssh (1:4.2p1-2) UNRELEASED; urgency=low | |||
5 | - Add GSSAPI key exchange support from | 5 | - Add GSSAPI key exchange support from |
6 | http://www.sxw.org.uk/computing/patches/openssh.html (thanks, Stephen | 6 | http://www.sxw.org.uk/computing/patches/openssh.html (thanks, Stephen |
7 | Frost). | 7 | Frost). |
8 | - Build-depend on libkrb5-dev and configure --with-kerberos5=/usr. | ||
8 | 9 | ||
9 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Sep 2005 15:48:57 +0100 | 10 | -- Colin Watson <cjwatson@debian.org> Wed, 14 Sep 2005 15:48:57 +0100 |
10 | 11 | ||
diff --git a/debian/control b/debian/control index 3ba6b4606..9785b9f5d 100644 --- a/debian/control +++ b/debian/control | |||
@@ -2,7 +2,7 @@ Source: openssh | |||
2 | Section: net | 2 | Section: net |
3 | Priority: standard | 3 | Priority: standard |
4 | Maintainer: Matthew Vernon <matthew@debian.org> | 4 | Maintainer: Matthew Vernon <matthew@debian.org> |
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc] | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev |
6 | Standards-Version: 3.6.2 | 6 | Standards-Version: 3.6.2 |
7 | Uploaders: Colin Watson <cjwatson@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org> |
8 | 8 | ||
diff --git a/debian/rules b/debian/rules index 63087d072..74c39731e 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -71,7 +71,7 @@ build-deb: build-deb-stamp | |||
71 | build-deb-stamp: | 71 | build-deb-stamp: |
72 | dh_testdir | 72 | dh_testdir |
73 | mkdir -p build-deb | 73 | mkdir -p build-deb |
74 | cd build-deb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --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 --with-privsep-path=/var/run/sshd --without-rand-helper --with-libedit $(SELINUX) | 74 | cd build-deb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --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 --with-privsep-path=/var/run/sshd --without-rand-helper --with-libedit --with-kerberos5=/usr $(SELINUX) |
75 | 75 | ||
76 | ifeq ($(DEB_HOST_ARCH_OS),linux) | 76 | ifeq ($(DEB_HOST_ARCH_OS),linux) |
77 | # Some 2.2 kernels have trouble with setres[ug]id() (bug #239999). | 77 | # Some 2.2 kernels have trouble with setres[ug]id() (bug #239999). |