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:   wiz
Date:           Thu Jul  1 07:42:38 UTC 2021

Modified Files:
        pkgsrc/net/tor: Makefile distinfo options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.116 -r1.117 pkgsrc/net/tor/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/tor/options.mk

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.170 pkgsrc/net/tor/Makefile:1.171
--- pkgsrc/net/tor/Makefile:1.170       Sun Jun 27 21:18:38 2021
+++ pkgsrc/net/tor/Makefile     Thu Jul  1 07:42:38 2021
@@ -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+=               CPP=${CPP:Q}
 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

Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.116 pkgsrc/net/tor/distinfo:1.117
--- pkgsrc/net/tor/distinfo:1.116       Sun Jun 27 21:18:38 2021
+++ pkgsrc/net/tor/distinfo     Thu Jul  1 07:42:38 2021
@@ -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

Index: pkgsrc/net/tor/options.mk
diff -u pkgsrc/net/tor/options.mk:1.20 pkgsrc/net/tor/options.mk:1.21
--- pkgsrc/net/tor/options.mk:1.20      Mon Jun 28 07:03:44 2021
+++ pkgsrc/net/tor/options.mk   Thu Jul  1 07:42:38 2021
@@ -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 @@ CONFIGURE_ARGS+=    --enable-nss
 # 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