update tor to 0.2.9.8

This commit is contained in:
Boris Nagaev 2016-12-12 22:55:00 +01:00
parent ba72178be5
commit 82b4e014af
2 changed files with 7 additions and 7 deletions

View File

@ -16,16 +16,16 @@ diff --git a/src/common/compat.c b/src/common/compat.c
index 1111111..2222222 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -101,7 +101,7 @@
#ifdef HAVE_SYS_UTIME_H
#include <sys/utime.h>
@@ -116,7 +116,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt)
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif
-#ifdef HAVE_SYS_MMAN_H
+#if 0
#include <sys/mman.h>
#endif
#ifdef HAVE_SYS_SYSLIMITS_H
@@ -191,7 +191,7 @@ tor_rename(const char *path_old, const char *path_new)
@@ -204,7 +204,7 @@ tor_rename(const char *path_old, const char *path_new)
sandbox_intern_string(path_new));
}
@ -38,7 +38,7 @@ diff --git a/src/common/compat.h b/src/common/compat.h
index 1111111..2222222 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -285,7 +285,7 @@ typedef struct tor_mmap_t {
@@ -311,7 +311,7 @@ typedef struct tor_mmap_t {
size_t size; /**< Size of the file. */
/* None of the fields below should be accessed from outside compat.c */

View File

@ -2,8 +2,8 @@
PKG := tor
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.2.6.10
$(PKG)_CHECKSUM := 0542c0efe43b86619337862fa7eb02c7a74cb23a79d587090628a5f0f1224b8d
$(PKG)_VERSION := 0.2.9.8
$(PKG)_CHECKSUM := fbdd33d3384574297b88744622382008d1e0f9ddd300d330746c464b7a7d746a
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://torproject.org/dist/$($(PKG)_FILE)