Commit d0c34fd5 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Build-Depend on libnacl-dev

Tor can use libnacl's curve25519 implementation.  If we didn't have
libnacl, tor would fall back to its own implementation, but the nacl one
is probably faster.  (For backports this should be easy to drop.)
parent 59a4ac00
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
tor (0.2.4.8-alpha-1) experimental; urgency=low

  * New upstream version.
  * Build-Depend on libnacl-dev for curve25519.  If it's not present, tor
    would fall back to its own implementation, but the nacl one is probably
    faster.  (For backports this should be easy to drop.)
  * Move the geoip6 file to the tor-geoip package (spotted by George
    Kargiotakis).
  * If $DAEMON $VERIFY_ARGS fails, call use the same arguments for
    finding the errors and not $DAEMON --verify-config.

 -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jan 2013 14:12:28 +0100
 -- Peter Palfrader <weasel@debian.org>  Tue, 15 Jan 2013 14:22:09 +0100

tor (0.2.4.7-alpha-1) experimental; urgency=low

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Source: tor
Section: net
Priority: optional
Maintainer: Peter Palfrader <weasel@debian.org>
Build-Depends: debhelper (>= 6), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), binutils (>= 2.14.90.0.7), hardening-includes, asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor
Build-Depends: debhelper (>= 6), libssl-dev, dpatch, zlib1g-dev, libevent-dev (>= 1.1), binutils (>= 2.14.90.0.7), hardening-includes, asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libnacl-dev
Standards-Version: 3.8.1
Homepage: https://www.torproject.org/
Vcs-Git: https://git.torproject.org/debian/tor.git