summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-12-21 22:14:29 (GMT)
committerGitHub <noreply@github.com>2016-12-21 22:14:29 (GMT)
commit4a02ea971fea64cdfd55e96066f73b4dde530c46 (patch)
tree398d53744dad1272bf32f1094a5ac70640b89888 /plugins
parentd6ab5f64b81f4692fd8c24e99404b6915133a530 (diff)
parent82b4e014af55e59679eebe09238a79cf55f6bcfb (diff)
downloadmxe-4a02ea971fea64cdfd55e96066f73b4dde530c46.zip
mxe-4a02ea971fea64cdfd55e96066f73b4dde530c46.tar.gz
mxe-4a02ea971fea64cdfd55e96066f73b4dde530c46.tar.bz2
Merge pull request #1605 from LuaAndC/tor-0.2.9.8
update tor to 0.2.9.8
Diffstat (limited to 'plugins')
-rw-r--r--plugins/apps/tor-1-fixes.patch10
-rw-r--r--plugins/apps/tor.mk4
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 <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 */
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)