diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-11-15 10:51:08 +0100 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-11-15 10:51:08 +0100 |
commit | a19140828d5086ad2ef641259cfc7036a710afd7 (patch) | |
tree | d94ba7c3056d8ac13818eb967cadf79f153c8dfd /debian/changelog | |
parent | a28b5628c27427d598f46cf968e4750e3b98eef0 (diff) | |
download | tor-a19140828d5086ad2ef641259cfc7036a710afd7.tar.gz tor-a19140828d5086ad2ef641259cfc7036a710afd7.zip |
Build-Depend on libssl-dev >= 0.9.8k-6.
libssl 0.9.8k-6 disabled autorenegotation, and the -dev package
introduced the SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION flag.
Since we now set that flag if available we want to make sure that it
*is* available when building.
Therefore build-depend on libssl-dev >= 0.9.8k-6.
If we build against earlier versions we will not work once libssl gets
upgraded to a version that disabled renegotiations.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5bd51eb292..e5c5f4d48b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ tor (0.2.2.5-alpha-1) experimental; urgency=low * Pick 0a58567ce3418f410cf1dd0143dd3e56b4a4bd1f from master git tree: - work with libssl that has renegotiation disabled by default. (debian/patches/0a58567c-work-with-reneg-ssl.dpatch) + * Therefore build-depend on libssl-dev >= 0.9.8k-6. If we build against + earlier versions we will not work once libssl gets upgraded to a version + that disabled renegotiations. -- Peter Palfrader <weasel@debian.org> Sun, 15 Nov 2009 10:38:36 +0100 |