- Update to 0.1.2.16
PR: ports/115266 Submitted by: Nils Vogels <nivo+kw+ports.bfa274 at is-root.com> (maintainer)
This commit is contained in:
parent
d24622a8d6
commit
55c4623bf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197450
3 changed files with 4 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tor
|
||||
PORTVERSION= 0.1.2.14
|
||||
PORTVERSION= 0.1.2.16
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://tor.eff.org/dist/ \
|
||||
http://mirror.onionland.org/dist/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (tor-0.1.2.14.tar.gz) = dc93a52f9c12ec7fe73b3905a28f09ec
|
||||
SHA256 (tor-0.1.2.14.tar.gz) = bc23e6f826f1f736e9d5e56ba79195099882aef2029a63dd667915bc1eb836a6
|
||||
SIZE (tor-0.1.2.14.tar.gz) = 1225040
|
||||
MD5 (tor-0.1.2.16.tar.gz) = f340777b3f6c3175de976856d2d2e4be
|
||||
SHA256 (tor-0.1.2.16.tar.gz) = 1083bd4fef643880eb5eaa7deb0bb45a42c9700a1905c6cd2057de97849f067b
|
||||
SIZE (tor-0.1.2.16.tar.gz) = 1254796
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/or/config.c.orig Mon May 28 13:11:12 2007
|
||||
+++ src/or/config.c Mon May 28 13:12:04 2007
|
||||
@@ -3901,7 +3901,7 @@
|
||||
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
if (server && version < LE_13B) {
|
||||
thread_unsafe = 1;
|
||||
- sad_os = "BSD variants"
|
||||
+ sad_os = "BSD variants";
|
||||
}
|
||||
#elif defined(__APPLE__) || defined(__darwin__)
|
||||
if (server && version < LE_13B) {
|
Loading…
Reference in a new issue