diff options
author | wiz <wiz@pkgsrc.org> | 2021-07-01 07:42:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-07-01 07:42:38 +0000 |
commit | bebe2286c4f7e0aadb4573ed0bbfaaff285c28de (patch) | |
tree | f73121010011f900c85735b73438f150fedfe750 /net | |
parent | 715def70a86dec7ea818c6e12b7b52737023755d (diff) | |
download | pkgsrc-bebe2286c4f7e0aadb4573ed0bbfaaff285c28de.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 6 | ||||
-rw-r--r-- | net/tor/distinfo | 10 | ||||
-rw-r--r-- | net/tor/options.mk | 16 |
3 files changed, 16 insertions, 16 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 261dc9d9800..944a73e267b 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -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 diff --git a/net/tor/distinfo b/net/tor/distinfo index 6a4fe095538..6f929771167 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -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 --git a/net/tor/options.mk b/net/tor/options.mk index 33b902e7a3c..ced9984c2a3 100644 --- a/net/tor/options.mk +++ b/net/tor/options.mk @@ -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 |