Update to tor 0.4.3.5 (new stable release series). Release notes:

https://lists.torproject.org/pipermail/tor-announce/2020-May/000199.html

reminded by "clematis", ok solene.
This commit is contained in:
pascal 2020-05-28 15:18:34 +00:00
parent eae76b7911
commit 9bd65f3f30
3 changed files with 6 additions and 6 deletions

View File

@ -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/

View File

@ -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

View File

@ -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)