Delivery-Date: Thu, 22 Oct 2015 13:30:28 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,
	RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 733211E0FD8;
	Thu, 22 Oct 2015 13:30:26 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id E9B7737842;
	Thu, 22 Oct 2015 17:30:13 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id B628D37811
 for <tor-talk@lists.torproject.org>; Thu, 22 Oct 2015 17:30:10 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id qfIzis2V9DVW for <tor-talk@lists.torproject.org>;
 Thu, 22 Oct 2015 17:30:10 +0000 (UTC)
Received: from BLU004-OMC3S30.hotmail.com (blu004-omc3s30.hotmail.com
 [65.55.116.105])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id 8A75B375D7
 for <tor-talk@lists.torproject.org>; Thu, 22 Oct 2015 17:30:10 +0000 (UTC)
X-Greylist: delayed 307 seconds by postgrey-1.34 at eugeni;
 Thu, 22 Oct 2015 17:30:10 UTC
Received: from BLU184-W3 ([65.55.116.72]) by BLU004-OMC3S30.hotmail.com over
 TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); 
 Thu, 22 Oct 2015 10:25:00 -0700
X-TMN: [3/iAl7DrhsHRTT/8qC0v/2hLGobxHF27]
X-Originating-Email: [torrelay@outlook.com]
Message-ID: <BLU184-W3F01ABA08AC6503B52D0BD6270@phx.gbl>
From: Brian Walker <torrelay@outlook.com>
To: "tor-talk@lists.torproject.org" <tor-talk@lists.torproject.org>
Date: Thu, 22 Oct 2015 10:25:00 -0700
Importance: Normal
In-Reply-To: <CAKDKvuz6HR9e1HFGZ2=uAdUvORfTDFqt4mxUaO9Qworcfdv6vA@mail.gmail.com>
References: <CAKDKvuz6HR9e1HFGZ2=uAdUvORfTDFqt4mxUaO9Qworcfdv6vA@mail.gmail.com>
MIME-Version: 1.0
X-OriginalArrivalTime: 22 Oct 2015 17:25:00.0990 (UTC)
 FILETIME=[94DFCDE0:01D10CEE]
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [tor-talk] Tor 0.2.7.4-rc is released
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

Great news.  Will somebody compile a package for Win32?  I'd like to help t=
est this on my relay.
 =

Thanks,
Brian
 =

> Date: Thu, 22 Oct 2015 09:17:49 -0400
> From: nickm@torproject.org
> To: tor-talk@lists.torproject.org
> Subject: [tor-talk] Tor 0.2.7.4-rc is released
> =

>   Tor 0.2.7.4-rc is the second release candidate in the 0.2.7 series. It
>   fixes some important memory leaks, and a scary-looking (but mostly
>   harmless in practice) invalid-read bug. It also has a few small
>   bugfixes, notably fixes for compilation and portability on different
>   platforms. If no further significant bounds are found, the next
>   release will the the official stable release.
> =

> You can download the source from the usual place on the website.
> Packages should be up in a few days.
> =

> NOTE: This is a release candidate.  We think we've squashed most of
> the bugs, but there are probably a few left over.
> =

> Changes in version 0.2.7.4-rc - 2015-10-21
> =

>   o Major bugfixes (security, correctness):
>     - Fix an error that could cause us to read 4 bytes before the
>       beginning of an openssl string. This bug could be used to cause
>       Tor to crash on systems with unusual malloc implementations, or
>       systems with unusual hardening installed. Fixes bug 17404; bugfix
>       on 0.2.3.6-alpha.
> =

>   o Major bugfixes (correctness):
>     - Fix a use-after-free bug in validate_intro_point_failure(). Fixes
>       bug 17401; bugfix on 0.2.7.3-rc.
> =

>   o Major bugfixes (memory leaks):
>     - Fix a memory leak in ed25519 batch signature checking. Fixes bug
>       17398; bugfix on 0.2.6.1-alpha.
>     - Fix a memory leak in rend_cache_failure_entry_free(). Fixes bug
>       17402; bugfix on 0.2.7.3-rc.
>     - Fix a memory leak when reading an expired signing key from disk.
>       Fixes bug 17403; bugfix on 0.2.7.2-rc.
> =

>   o Minor features (geoIP):
>     - Update geoip and geoip6 to the October 9 2015 Maxmind GeoLite2
>       Country database.
> =

>   o Minor bugfixes (compilation):
>     - Repair compilation with the most recent (unreleased, alpha)
>       vesions of OpenSSL 1.1. Fixes part of ticket 17237.
>     - Fix an integer overflow warning in test_crypto_slow.c. Fixes bug
>       17251; bugfix on 0.2.7.2-alpha.
>     - Fix compilation of sandbox.c with musl-libc. Fixes bug 17347;
>       bugfix on 0.2.5.1-alpha. Patch from 'jamestk'.
> =

>   o Minor bugfixes (portability):
>     - Use libexecinfo on FreeBSD to enable backtrace support. Fixes
>       part of bug 17151; bugfix on 0.2.5.2-alpha. Patch from
>       Marcin Cie=B6lak.
> =

>   o Minor bugfixes (sandbox):
>     - Add the "hidserv-stats" filename to our sandbox filter for the
>       HiddenServiceStatistics option to work properly. Fixes bug 17354;
>       bugfix on tor-0.2.6.2-alpha. Patch from David Goulet.
> =

>   o Minor bugfixes (testing):
>     - Add unit tests for get_interface_address* failure cases. Fixes bug
>       17173; bugfix on 0.2.7.3-rc. Patch by fk/teor.
>     - Fix breakage when running 'make check' with BSD make. Fixes bug
>       17154; bugfix on 0.2.7.3-rc. Patch by Marcin Cie=B6lak.
>     - Make the get_ifaddrs_* unit tests more tolerant of different
>       network configurations. (Don't assume every test box has an IPv4
>       address, and don't assume every test box has a non-localhost
>       address.) Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".
>     - Skip backtrace tests when backtrace support is not compiled in.
>       Fixes part of bug 17151; bugfix on 0.2.7.1-alpha. Patch from
>       Marcin Cie=B6lak.
> =

>   o Documentation:
>     - Fix capitalization of SOCKS in sample torrc. Closes ticket 15609.
>     - Note that HiddenServicePorts can take a unix domain socket. Closes
>       ticket 17364.
> -- =

> tor-talk mailing list - tor-talk@lists.torproject.org
> To unsubscribe or change other settings go to
> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
 		 	   		  =

-- =

tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

