On Wed, Sep 27, 2017 at 01:12:12PM +0000, Pascal Stumpf wrote:
> This now picks up liblzma when installed. I think we want to disable
> that unless someone really needs the feature. Thoughts?
Fair enough, zstd alone will do the job. From the changelog:
Because lzma is computationally expensive, it's only used for
documents that can be compressed once and served many times.
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/tor/Makefile,v
> retrieving revision 1.105
> diff -u -p -r1.105 Makefile
> --- Makefile 3 Aug 2017 12:21:26 -0000 1.105
> +++ Makefile 27 Sep 2017 13:11:40 -0000
> @@ -2,7 +2,7 @@
>
> COMMENT= anonymity service using onion routing
>
> -DISTNAME= tor-0.3.0.10
> +DISTNAME= tor-0.3.1.7
> CATEGORIES= net
> HOMEPAGE= https://www.torproject.org/
>
> @@ -20,7 +20,8 @@ CONFIGURE_STYLE=gnu
> # anyway on FRAME_GROWS_DOWN archs.
> CONFIGURE_ARGS= --with-ssl-dir=/usr \
> --with-libevent-dir="${LOCALBASE}" \
> - --disable-gcc-hardening
> + --disable-gcc-hardening \
> + --disable-lzma
> CONFIGURE_ENV+=ac_cv_member_struct_ssl_method_st_get_cipher_by_char=no
>
> LIB_DEPENDS= devel/libevent2
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/tor/distinfo,v
> retrieving revision 1.86
> diff -u -p -r1.86 distinfo
> --- distinfo 3 Aug 2017 12:21:26 -0000 1.86
> +++ distinfo 27 Sep 2017 13:11:40 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (tor-0.3.0.10.tar.gz) = mo5uSaFoja5k3KEPhKQU7JpPOT+yJWrijgwuMjkYWrE=
> -SIZE (tor-0.3.0.10.tar.gz) = 5845205
> +SHA256 (tor-0.3.1.7.tar.gz) = HfXdSJS7L14NyWxGaVUUY1PPM6xQzZl8/Bso6j7ZwI8=
> +SIZE (tor-0.3.1.7.tar.gz) = 6058284
>
Fine with me.
No comments:
Post a Comment