From owner-svn-ports-all@freebsd.org Sun Jan 14 19:24:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5779EA7F09; Sun, 14 Jan 2018 19:24:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79BE868FEF; Sun, 14 Jan 2018 19:24:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C477225E8F; Sun, 14 Jan 2018 19:24:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EJOeQ5007404; Sun, 14 Jan 2018 19:24:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EJOeKj007401; Sun, 14 Jan 2018 19:24:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201801141924.w0EJOeKj007401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 14 Jan 2018 19:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458993 - in head/security/tor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security/tor: . files X-SVN-Commit-Revision: 458993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 19:24:41 -0000 Author: yuri Date: Sun Jan 14 19:24:40 2018 New Revision: 458993 URL: https://svnweb.freebsd.org/changeset/ports/458993 Log: security/tor: Update to 0.3.2.9 This release contains many new features and many bugfixes. Plesee see the complete list here: https://blog.torproject.org/tor-0329-released-we-have-new-stable-series Additionally, this update adds "#include " to qualm the compiler warning that was caused by the previous fix. Now security/tor and security/tor-devel are identical. Submitted by: myself Reported by: upstream notification Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13820 Modified: head/security/tor/Makefile head/security/tor/distinfo head/security/tor/files/patch-orconfig.h.in Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sun Jan 14 19:17:36 2018 (r458992) +++ head/security/tor/Makefile Sun Jan 14 19:24:40 2018 (r458993) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.3.1.9 -PORTREVISION= 1 +DISTVERSION= 0.3.2.9 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Sun Jan 14 19:17:36 2018 (r458992) +++ head/security/tor/distinfo Sun Jan 14 19:24:40 2018 (r458993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512146746 -SHA256 (tor-0.3.1.9.tar.gz) = 6e1b04f7890e782fd56014a0de5075e4ab29b52a35d8bca1f6b80c93f58f3d26 -SIZE (tor-0.3.1.9.tar.gz) = 6092702 +TIMESTAMP = 1515542628 +SHA256 (tor-0.3.2.9.tar.gz) = 435a7b91aa98d8b1a0ac1f60ca30c0ff3665b18a02e570bab5fe27935829160f +SIZE (tor-0.3.2.9.tar.gz) = 6250442 Modified: head/security/tor/files/patch-orconfig.h.in ============================================================================== --- head/security/tor/files/patch-orconfig.h.in Sun Jan 14 19:17:36 2018 (r458992) +++ head/security/tor/files/patch-orconfig.h.in Sun Jan 14 19:24:40 2018 (r458993) @@ -1,9 +1,10 @@ --- orconfig.h.in.orig 2017-11-30 20:34:49 UTC +++ orconfig.h.in -@@ -517,7 +517,9 @@ +@@ -517,7 +517,10 @@ #undef HAVE_TIME_H /* Define to 1 if you have the `timingsafe_memcmp' function. */ ++#include +#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems #undef HAVE_TIMINGSAFE_MEMCMP +#endif