diff --git a/net/tor/Makefile b/net/tor/Makefile index 1b059cffc26..04b990a4e28 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.128 2020/03/19 11:02:51 pascal Exp $ +# $OpenBSD: Makefile,v 1.129 2020/05/28 15:18:34 pascal Exp $ COMMENT= anonymity service using onion routing -DISTNAME= tor-0.4.2.7 +DISTNAME= tor-0.4.3.5 CATEGORIES= net HOMEPAGE= https://www.torproject.org/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 23cbaad0114..7d10b363cc7 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.4.2.7.tar.gz) = BqHYNd3zgva8pApi6PtAtxsvc9VvDVNSPIvVyvmzAm0= -SIZE (tor-0.4.2.7.tar.gz) = 7604875 +SHA256 (tor-0.4.3.5.tar.gz) = YWoOSuaI0OFR1G4+QlhWXaTUQ9HdvTFtsLkJEOLV2Gg= +SIZE (tor-0.4.3.5.tar.gz) = 7740166 diff --git a/net/tor/patches/patch-configure_ac b/net/tor/patches/patch-configure_ac index a3e6404725c..2f8845de989 100644 --- a/net/tor/patches/patch-configure_ac +++ b/net/tor/patches/patch-configure_ac @@ -1,9 +1,9 @@ -$OpenBSD: patch-configure_ac,v 1.10 2020/03/19 11:02:52 pascal Exp $ +$OpenBSD: patch-configure_ac,v 1.11 2020/05/28 15:18:34 pascal Exp $ disable -fasynchronous-unwind-tables as it breaks build on armv7 Index: configure.ac --- configure.ac.orig +++ configure.ac -@@ -1349,13 +1349,6 @@ fi +@@ -1408,13 +1408,6 @@ fi CFLAGS="$saved_CFLAGS" AC_SUBST(F_OMIT_FRAME_POINTER)