pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor tor: update to 0.4.6.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5d01a7f67d0
branches:  trunk
changeset: 455252:f5d01a7f67d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 01 07:42:38 2021 +0000

description:
tor: update to 0.4.6.6.

Changes in version 0.4.6.6 - 2021-06-30
  Tor 0.4.6.6 makes several small fixes on 0.4.6.5, including one that
  allows Tor to build correctly on older versions of GCC. You should
  upgrade to this version if you were having trouble building Tor
  0.4.6.5; otherwise, there is probably no need.

  o Minor bugfixes (compilation):
    - Fix a compilation error when trying to build Tor with a compiler
      that does not support const variables in static initializers.
      Fixes bug 40410; bugfix on 0.4.6.5.
    - Suppress a strict-prototype warning when building with some
      versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha.

  o Minor bugfixes (testing):
    - Enable the deterministic RNG for unit tests that covers the
      address set bloomfilter-based API's. Fixes bug 40419; bugfix
      on 0.3.3.2-alpha.

diffstat:

 net/tor/Makefile   |   6 +++---
 net/tor/distinfo   |  10 +++++-----
 net/tor/options.mk |  16 ++++++++--------
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs (70 lines):

diff -r baf65712d815 -r f5d01a7f67d0 net/tor/Makefile
--- a/net/tor/Makefile  Thu Jul 01 07:34:47 2021 +0000
+++ b/net/tor/Makefile  Thu Jul 01 07:42:38 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.170 2021/06/27 21:18:38 wiz Exp $
+# $NetBSD: Makefile,v 1.171 2021/07/01 07:42:38 wiz Exp $
 
-DISTNAME=      tor-0.4.6.5
+DISTNAME=      tor-0.4.6.6
 CATEGORIES=    net security
 MASTER_SITES=  https://dist.torproject.org/
 
@@ -19,7 +19,7 @@
 CONFIGURE_ENV+=                CONFDIR=${PKG_SYSCONFDIR}
 
 #============================================================================
-#Testsuite summary for tor 0.4.6.5
+#Testsuite summary for tor 0.4.6.6
 #============================================================================
 ## TOTAL: 33
 ## PASS:  29
diff -r baf65712d815 -r f5d01a7f67d0 net/tor/distinfo
--- a/net/tor/distinfo  Thu Jul 01 07:34:47 2021 +0000
+++ b/net/tor/distinfo  Thu Jul 01 07:42:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.116 2021/06/27 21:18:38 wiz Exp $
+$NetBSD: distinfo,v 1.117 2021/07/01 07:42:38 wiz Exp $
 
-SHA1 (tor-0.4.6.5.tar.gz) = 49bfc6faa704302e41cd2f577a9feedae1370db5
-RMD160 (tor-0.4.6.5.tar.gz) = e773423c05ea9557c109a85cdee15b731ce4340b
-SHA512 (tor-0.4.6.5.tar.gz) = 62bcd8d446199cdd397a688d454730a057ef20be4152e6d0632f64df27c993c70be0dbde0a2e7679a8a20850371a503b8daf777296d555760d8aae3286e48050
-Size (tor-0.4.6.5.tar.gz) = 7754823 bytes
+SHA1 (tor-0.4.6.6.tar.gz) = a74a6cee49002d2f48c78a0b5435046a07a7a14c
+RMD160 (tor-0.4.6.6.tar.gz) = 1309345b9f09e6521894b5151e376ec5b5ee6880
+SHA512 (tor-0.4.6.6.tar.gz) = 9705a3e43f399d214511968fbeca0ff03d7138ed39d87bb5059989f8259f0c72fb05d06caa813ba48fa227b2b02f394e84c6efa36ab3d79d2eeb42fbe6caff07
+Size (tor-0.4.6.6.tar.gz) = 7754194 bytes
diff -r baf65712d815 -r f5d01a7f67d0 net/tor/options.mk
--- a/net/tor/options.mk        Thu Jul 01 07:34:47 2021 +0000
+++ b/net/tor/options.mk        Thu Jul 01 07:42:38 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2021/06/28 07:03:44 wiz Exp $
+# $NetBSD: options.mk,v 1.21 2021/07/01 07:42:38 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.tor
 PKG_SUPPORTED_OPTIONS=         doc
@@ -38,17 +38,17 @@
 # instead
 #.if !empty(PKG_OPTIONS:Mrust)
 #CONFIGURE_ARGS+=      --enable-rust
-#CONFIGURE_ENV+=               TOR_RUST_DEPENDENCIES=${WRKDIR}/vendor
+#CONFIGURE_ENV+=       TOR_RUST_DEPENDENCIES=${WRKDIR}/vendor
 ##CONFIGURE_ARGS+=     --enable-cargo-online-mode
 ## needed to override cargo.mk
 #do-build:
 #      cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} all
-#CARGO_CRATE_DEPENDS+=   digest-0.7.2
-#CARGO_CRATE_DEPENDS+=   generic-array-0.9.0
-#CARGO_CRATE_DEPENDS+=   libc-0.2.39
-#CARGO_CRATE_DEPENDS+=   rand-0.5.0-pre.2
-#CARGO_CRATE_DEPENDS+=   rand_core-0.2.0-pre.0
-#CARGO_CRATE_DEPENDS+=   typenum-1.9.0
+#CARGO_CRATE_DEPENDS+= digest-0.7.2
+#CARGO_CRATE_DEPENDS+= generic-array-0.9.0
+#CARGO_CRATE_DEPENDS+= libc-0.2.39
+#CARGO_CRATE_DEPENDS+= rand-0.5.0-pre.2
+#CARGO_CRATE_DEPENDS+= rand_core-0.2.0-pre.0
+#CARGO_CRATE_DEPENDS+= typenum-1.9.0
 #.include "../../lang/rust/buildlink3.mk"
 #.include "../../lang/rust/cargo.mk"
 #.endif



Home | Main Index | Thread Index | Old Index