pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor Update net/tor to tor-0.2.8.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57d095cefe59
branches:  trunk
changeset: 355592:57d095cefe59
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Dec 05 17:09:45 2016 +0000

description:
Update net/tor to tor-0.2.8.10

>From Christian Sturm via PR pkg/51693

pkgsrc changes:
 - Change MAINTAINER to a more suitable email address

Changes:
Changes in version 0.2.8.10 - 2016-12-02
  Tor 0.2.8.10 backports a fix for a bug that would sometimes make clients
  unusable after they left standby mode. It also backports fixes for
  a few portability issues and a small but problematic memory leak.

  o Major bugfixes (client reliability, backport from 0.2.9.5-alpha):
    - When Tor leaves standby because of a new application request, open
      circuits as needed to serve that request. Previously, we would
      potentially wait a very long time. Fixes part of bug 19969; bugfix
      on 0.2.8.1-alpha.

  o Major bugfixes (client performance, backport from 0.2.9.5-alpha):
    - Clients now respond to new application stream requests immediately
      when they arrive, rather than waiting up to one second before
      starting to handle them. Fixes part of bug 19969; bugfix
      on 0.2.8.1-alpha.

  o Minor bugfixes (portability, backport from 0.2.9.6-rc):
    - Work around a bug in the OSX 10.12 SDK that would prevent us from
      successfully targeting earlier versions of OSX. Resolves
      ticket 20235.

  o Minor bugfixes (portability, backport from 0.2.9.5-alpha):
    - Fix implicit conversion warnings under OpenSSL 1.1. Fixes bug
      20551; bugfix on 0.2.1.1-alpha.

  o Minor bugfixes (relay, backport from 0.2.9.5-alpha):
    - Work around a memory leak in OpenSSL 1.1 when encoding public
      keys. Fixes bug 20553; bugfix on 0.0.2pre8.

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

diffstat:

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

diffs (32 lines):

diff -r 9d300679422b -r 57d095cefe59 net/tor/Makefile
--- a/net/tor/Makefile  Mon Dec 05 16:20:34 2016 +0000
+++ b/net/tor/Makefile  Mon Dec 05 17:09:45 2016 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.113 2016/10/19 10:58:14 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2016/12/05 17:09:45 leot Exp $
 
-DISTNAME=              tor-0.2.8.9
+DISTNAME=              tor-0.2.8.10
 CATEGORIES=            net security
 MASTER_SITES=          http://www.torproject.org/dist/
 
-MAINTAINER=            athaba%users.sourceforge.net@localhost
+MAINTAINER=            reezer%reezer.org@localhost
 HOMEPAGE=              http://www.torproject.org/
 COMMENT=               Anonymizing overlay network for TCP
 LICENSE=               modified-bsd
diff -r 9d300679422b -r 57d095cefe59 net/tor/distinfo
--- a/net/tor/distinfo  Mon Dec 05 16:20:34 2016 +0000
+++ b/net/tor/distinfo  Mon Dec 05 17:09:45 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2016/10/19 10:58:14 wiz Exp $
+$NetBSD: distinfo,v 1.75 2016/12/05 17:09:45 leot Exp $
 
-SHA1 (tor-0.2.8.9.tar.gz) = fab0cb618bea15d19428dd820403ba3267b17b06
-RMD160 (tor-0.2.8.9.tar.gz) = b93b57e194d746a1fe8621a75946004f79b8c7c7
-SHA512 (tor-0.2.8.9.tar.gz) = 9a02e4f7901c2abb22f8250077bc078e9b6ae122ee54fbe7ecfb505d449e6e1766f6d9f95d7b794063471cbefe7410fece8524910f83579bff00d6da2a8ea6c1
-Size (tor-0.2.8.9.tar.gz) = 5306773 bytes
+SHA1 (tor-0.2.8.10.tar.gz) = b95d78210b02736f16ec2e33e153efebbf476925
+RMD160 (tor-0.2.8.10.tar.gz) = 8b1e15cc7a85d4f2083e4806aa570c4a2f19669f
+SHA512 (tor-0.2.8.10.tar.gz) = c12eb0daaea9d1832877bd8127f9ce35bc1ae37c8cbfb9507262cc9837563de01610358a32420fb2e6f9a08ed2d84401345256c7b720f2ab234d1a6b90bce55e
+Size (tor-0.2.8.10.tar.gz) = 5312435 bytes



Home | Main Index | Thread Index | Old Index