summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-10-07 11:15:53 +0000
committerColin Watson <cjwatson@debian.org>2005-10-07 11:15:53 +0000
commit8ca152a21e9aff02e57db541c97d000fd005ab8c (patch)
tree625cf9b60c0827647357cea5ae1873c0812f92a6 /debian
parente315f6fb201d79e9ea9c363d9d18c9bf9b6f65ab (diff)
* Build-depend on libssl-dev (>= 0.9.8-1) to cope with surprise OpenSSL
transition, since otherwise who knows what the buildds will do. If you're building openssh yourself, you can safely ignore this and use an older libssl-dev.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2fcb3a27e..f603dc984 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ openssh (1:4.2p1-5) UNRELEASED; urgency=low
3 * Add a CVE name to the 1:4.0p1-1 changelog entry. 3 * Add a CVE name to the 1:4.0p1-1 changelog entry.
4 * Build-depend on libselinux1-dev on armeb. 4 * Build-depend on libselinux1-dev on armeb.
5 * Only send GSSAPI proposal if GSSAPIAuthentication is enabled. 5 * Only send GSSAPI proposal if GSSAPIAuthentication is enabled.
6 * Build-depend on libssl-dev (>= 0.9.8-1) to cope with surprise OpenSSL
7 transition, since otherwise who knows what the buildds will do. If
8 you're building openssh yourself, you can safely ignore this and use an
9 older libssl-dev.
6 10
7 -- Colin Watson <cjwatson@debian.org> Mon, 3 Oct 2005 14:12:58 +0100 11 -- Colin Watson <cjwatson@debian.org> Mon, 3 Oct 2005 14:12:58 +0100
8 12
diff --git a/debian/control b/debian/control
index 2f01c8aac..f0c53d040 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: openssh
2Section: net 2Section: net
3Priority: standard 3Priority: standard
4Maintainer: Matthew Vernon <matthew@debian.org> 4Maintainer: Matthew Vernon <matthew@debian.org>
5Build-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 armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev 5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev (>= 0.9.8-1), libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 3), sharutils, libselinux1-dev [alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev
6Standards-Version: 3.6.2 6Standards-Version: 3.6.2
7Uploaders: Colin Watson <cjwatson@debian.org> 7Uploaders: Colin Watson <cjwatson@debian.org>
8 8