[or-cvs] [tor/master] Build-Depend on libssl-dev >= 0.9.8k-6.

arma at seul.org arma at seul.org
Sun Nov 15 15:38:24 UTC 2009


Author: Peter Palfrader <peter at palfrader.org>
Date: Sun, 15 Nov 2009 10:51:08 +0100
Subject: Build-Depend on libssl-dev >= 0.9.8k-6.
Commit: a19140828d5086ad2ef641259cfc7036a710afd7

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.
---
 debian/changelog |    3 +++
 debian/control   |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5bd51eb..e5c5f4d 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 at debian.org>  Sun, 15 Nov 2009 10:38:36 +0100
 
diff --git a/debian/control b/debian/control
index 79ba422..c7d310d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: tor
 Section: comm
 Priority: optional
 Maintainer: Peter Palfrader <weasel at debian.org>
-Build-Depends: debhelper (>= 5), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), texlive-base-bin, texlive-latex-base, texlive-fonts-recommended, transfig, ghostscript, binutils (>= 2.14.90.0.7)
+Build-Depends: debhelper (>= 5), libssl-dev (>= 0.9.8k-6), dpatch, zlib1g-dev, libevent-dev (>= 1.1), texlive-base-bin, texlive-latex-base, texlive-fonts-recommended, transfig, ghostscript, binutils (>= 2.14.90.0.7)
 Standards-Version: 3.8.1
 Homepage: https://www.torproject.org/
 
-- 
1.5.6.5




More information about the tor-commits mailing list