Friday, May 31, 2019

Re: backport net/tor update

On Wed, 29 May 2019 08:31:04 +0200, Solene Rapenne wrote:
> Hi
>
> I'd like to backport the net/tor update to 6.5, works fine for me on
> various machines.

Why? -stable is usually reserved for security or otherwise very
important updates. As far as I'm aware, there's no compelling reason
for chasing the 0.3.5 -> 0.4.0 switch: The old series is still supported
security-wise and the network is still very much functional with the
old version.

-Pascal


>
> Index: ports/net/tor/Makefile
> diff -u ports/net/tor/Makefile:1.123 ports/net/tor/Makefile:1.124
> --- ports/net/tor/Makefile:1.123 Fri Feb 22 18:38:09 2019
> +++ ports/net/tor/Makefile Tue May 14 23:10:03 2019
> @@ -1,8 +1,8 @@
> -# $OpenBSD: Makefile,v 1.123 2019/02/22 17:38:09 pascal Exp $
> +# $OpenBSD: Makefile,v 1.124 2019/05/14 21:10:03 pascal Exp $
>
> COMMENT= anonymity service using onion routing
>
> -DISTNAME= tor-0.3.5.8
> +DISTNAME= tor-0.4.0.5
> CATEGORIES= net
> HOMEPAGE= https://www.torproject.org/
>
> Index: ports/net/tor/distinfo
> diff -u ports/net/tor/distinfo:1.101 ports/net/tor/distinfo:1.102
> --- ports/net/tor/distinfo:1.101 Fri Feb 22 18:38:09 2019
> +++ ports/net/tor/distinfo Tue May 14 23:10:03 2019
> @@ -1,2 +1,2 @@
> -SHA256 (tor-0.3.5.8.tar.gz) = 1cVmA5QqiSdnD1CkpGn7kJ4p01cf3QEzidVn5Xq8C0c=
> -SIZE (tor-0.3.5.8.tar.gz) = 6994335
> +SHA256 (tor-0.4.0.5.tar.gz) = taLL8NzT8d8mddvV7BC75viumVxBtozr4ryVv/yQaW4=
> +SIZE (tor-0.4.0.5.tar.gz) = 7203877
> Index: ports/net/tor/patches/patch-configure_ac
> diff -u ports/net/tor/patches/patch-configure_ac:1.7 ports/net/tor/patches/patch-configure_ac:1.8
> --- ports/net/tor/patches/patch-configure_ac:1.7 Mon Jan 7 23:58:05 2019
> +++ ports/net/tor/patches/patch-configure_ac Tue May 14 23:10:03 2019
> @@ -1,9 +1,9 @@
> -$OpenBSD: patch-configure_ac,v 1.7 2019/01/07 22:58:05 pascal Exp $
> +$OpenBSD: patch-configure_ac,v 1.8 2019/05/14 21:10:03 pascal Exp $
> disable -fasynchronous-unwind-tables as it breaks build on armv7
> Index: configure.ac
> --- configure.ac.orig
> +++ configure.ac
> -@@ -1299,13 +1299,6 @@ fi
> +@@ -1306,13 +1306,6 @@ fi
> CFLAGS="$saved_CFLAGS"
> AC_SUBST(F_OMIT_FRAME_POINTER)
>

No comments:

Post a Comment