pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tor Updated tor to 0.2.8.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa78e16e3695
branches:  trunk
changeset: 353142:fa78e16e3695
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 30 10:53:01 2016 +0000

description:
Updated tor to 0.2.8.8.

Changes in version 0.2.8.8 - 2016-09-23
  Tor 0.2.8.8 fixes two crash bugs present in previous versions of the
  0.2.8.x series. Relays running 0.2.8.x should upgrade, as should users
  who select public relays as their bridges.

  o Major bugfixes (crash):
    - Fix a complicated crash bug that could affect Tor clients
      configured to use bridges when replacing a networkstatus consensus
      in which one of their bridges was mentioned. OpenBSD users saw
      more crashes here, but all platforms were potentially affected.
      Fixes bug 20103; bugfix on 0.2.8.2-alpha.

  o Major bugfixes (relay, OOM handler):
    - Fix a timing-dependent assertion failure that could occur when we
      tried to flush from a circuit after having freed its cells because
      of an out-of-memory condition. Fixes bug 20203; bugfix on
      0.2.8.1-alpha. Thanks to "cypherpunks" for help diagnosing
      this one.

  o Minor feature (fallback directories):
    - Remove broken fallbacks from the hard-coded fallback directory
      list. Closes ticket 20190; patch by teor.

  o Minor features (geoip):
    - Update geoip and geoip6 to the September 6 2016 Maxmind GeoLite2
      Country database.

diffstat:

 net/tor/Makefile |   4 ++--
 net/tor/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7bb23cddb039 -r fa78e16e3695 net/tor/Makefile
--- a/net/tor/Makefile  Fri Sep 30 10:41:17 2016 +0000
+++ b/net/tor/Makefile  Fri Sep 30 10:53:01 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2016/08/25 07:57:24 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2016/09/30 10:53:01 wiz Exp $
 
-DISTNAME=              tor-0.2.8.7
+DISTNAME=              tor-0.2.8.8
 CATEGORIES=            net security
 MASTER_SITES=          http://www.torproject.org/dist/
 
diff -r 7bb23cddb039 -r fa78e16e3695 net/tor/distinfo
--- a/net/tor/distinfo  Fri Sep 30 10:41:17 2016 +0000
+++ b/net/tor/distinfo  Fri Sep 30 10:53:01 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.72 2016/08/25 07:57:24 wiz Exp $
+$NetBSD: distinfo,v 1.73 2016/09/30 10:53:01 wiz Exp $
 
-SHA1 (tor-0.2.8.7.tar.gz) = 3f74bf9f8dbc2778c143a54cbd93e29e0a86f113
-RMD160 (tor-0.2.8.7.tar.gz) = aad539ba5e634b0aa18145ed9423344fee43a703
-SHA512 (tor-0.2.8.7.tar.gz) = 79156110804497509564d53a806dc8237e97755556bbaaed83d0f6a3470942a480e53693a7192996bad2b33fe1f77f60eb45e8122af9bfdc4a8f12b943cbc660
-Size (tor-0.2.8.7.tar.gz) = 5179093 bytes
+SHA1 (tor-0.2.8.8.tar.gz) = a9040f3eb3252569def80e6e070aa463c76f2a79
+RMD160 (tor-0.2.8.8.tar.gz) = d2be1dba56378ced5911eb7256c80e1298a9c793
+SHA512 (tor-0.2.8.8.tar.gz) = 741521663509d5983aed3561b2aaacab9355a1964b4a24f8e046c116159b22e3df9c76705c11afb84f2cedacaab77f429978ff6920306aa8fdab74fd22950cf6
+Size (tor-0.2.8.8.tar.gz) = 5093794 bytes



Home | Main Index | Thread Index | Old Index