From 82b4e014af55e59679eebe09238a79cf55f6bcfb Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 12 Dec 2016 22:55:00 +0100 Subject: update tor to 0.2.9.8 --- plugins/apps/tor-1-fixes.patch | 10 +++++----- plugins/apps/tor.mk | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/apps/tor-1-fixes.patch b/plugins/apps/tor-1-fixes.patch index 6316094..b305e8a 100644 --- a/plugins/apps/tor-1-fixes.patch +++ b/plugins/apps/tor-1-fixes.patch @@ -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 +@@ -116,7 +116,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt) + #ifdef HAVE_SIGNAL_H + #include #endif -#ifdef HAVE_SYS_MMAN_H +#if 0 #include #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 */ diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk index 4ac4e72..2b8ebf2 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -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) -- cgit v0.12