pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tor



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 12 15:46:19 UTC 2018

Modified Files:
        pkgsrc/net/tor: Makefile distinfo

Log Message:
tor: updated to 0.3.4.8

Tor 0.3.4.8 is the first stable release in its series; it includes
compilation and portability fixes.

The Tor 0.3.4 series includes improvements for running Tor in
low-power and embedded environments, which should help performance in
general. We've begun work on better modularity, and included preliminary
changes on the directory authority side to accommodate a new bandwidth
measurement system.  We've also integrated more continuous-integration
systems into our development process, and made corresponding changes to
Tor's testing infrastructure.  Finally, we've continued to refine
our anti-denial-of-service code.

Below are the changes since 0.3.4.7-rc.  For a complete list of changes
since 0.3.3.9, see the ReleaseNotes file.

o Minor features (compatibility):
  - Tell OpenSSL to maintain backward compatibility with previous
    RSA1024/DH1024 users in Tor. With OpenSSL 1.1.1-pre6, these
    ciphers are disabled by default. Closes ticket 27344.

o Minor features (continuous integration):
  - Log the compiler path and version during Appveyor builds.
    Implements ticket 27449.
  - Show config.log and test-suite.log after failed Appveyor builds.
    Also upload the zipped full logs as a build artifact. Implements
    ticket 27430.

o Minor bugfixes (compilation):
  - Silence a spurious compiler warning on the GetAdaptersAddresses
    function pointer cast. This issue is already fixed by 26481 in
    0.3.5 and later, by removing the lookup and cast. Fixes bug 27465;
    bugfix on 0.2.3.11-alpha.
  - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
    supported, and always fails. Some compilers warn about the
    function pointer cast on 64-bit Windows. Fixes bug 27461; bugfix
    on 0.2.2.23-alpha.

o Minor bugfixes (continuous integration):
  - Disable gcc hardening in Appveyor Windows 64-bit builds. As of
    August 29 2018, Appveyor images come with gcc 8.2.0 by default.
    Executables compiled for 64-bit Windows with this version of gcc
    crash when Tor's --enable-gcc-hardening flag is set. Fixes bug
    27460; bugfix on 0.3.4.1-alpha.
  - When a Travis build fails, and showing a log fails, keep trying to
    show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc.
  - When we use echo in Travis, don't pass a --flag as the first
    argument. Fixes bug 27418; bugfix on 0.3.4.7-rc.

o Minor bugfixes (onion services):
  - Silence a spurious compiler warning in
    rend_client_send_introduction(). Fixes bug 27463; bugfix
    on 0.1.1.2-alpha.

o Minor bugfixes (testing, chutney):
  - When running make test-network-all, use the mixed+hs-v2 network.
    (A previous fix to chutney removed v3 onion services from the
    mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
    confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
  - Before running make test-network-all, delete old logs and test
    result files, to avoid spurious failures. Fixes bug 27295; bugfix
    on 0.2.7.3-rc.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/tor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tor/Makefile
diff -u pkgsrc/net/tor/Makefile:1.133 pkgsrc/net/tor/Makefile:1.134
--- pkgsrc/net/tor/Makefile:1.133       Tue Jul 17 06:14:04 2018
+++ pkgsrc/net/tor/Makefile     Fri Oct 12 15:46:19 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.133 2018/07/17 06:14:04 wiz Exp $
+# $NetBSD: Makefile,v 1.134 2018/10/12 15:46:19 adam Exp $
 
-DISTNAME=      tor-0.3.3.9
+DISTNAME=      tor-0.3.4.8
 CATEGORIES=    net security
 MASTER_SITES=  https://dist.torproject.org/
 

Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.93 pkgsrc/net/tor/distinfo:1.94
--- pkgsrc/net/tor/distinfo:1.93        Tue Jul 17 06:14:04 2018
+++ pkgsrc/net/tor/distinfo     Fri Oct 12 15:46:19 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.93 2018/07/17 06:14:04 wiz Exp $
+$NetBSD: distinfo,v 1.94 2018/10/12 15:46:19 adam Exp $
 
-SHA1 (tor-0.3.3.9.tar.gz) = e150441d63d7c7ef05d7d4e4a61acfdb4c6b3010
-RMD160 (tor-0.3.3.9.tar.gz) = 7f978daac31b0bf025ea617676a8fbc6e2902fed
-SHA512 (tor-0.3.3.9.tar.gz) = 3b1fd9926988233c605996281510cd966a08bc1008e1e4bf7e0ed76b40c1820b7789a85555d5a4d9c0b58db992366d7a62d5d3b20e818a0d68df3b2286d0df3d
-Size (tor-0.3.3.9.tar.gz) = 6563091 bytes
+SHA1 (tor-0.3.4.8.tar.gz) = 03090adae5de568f31ecaedf844ea8049d3bf2f4
+RMD160 (tor-0.3.4.8.tar.gz) = b0cf02b60e02b53b5f1f98988004f4bb4dd3a067
+SHA512 (tor-0.3.4.8.tar.gz) = bfedc29253cb8fdbe1864ea5992ad33184577d88ab806a249a544f3b3142a7bc1453892955df335185aff72508095fb2a2a07ac6b96c99668e5e8d593d7aea6d
+Size (tor-0.3.4.8.tar.gz) = 6679385 bytes



Home | Main Index | Thread Index | Old Index