diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-12-12 21:55:00 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-12-21 00:56:15 (GMT) |
commit | 82b4e014af55e59679eebe09238a79cf55f6bcfb (patch) | |
tree | fddc8f66da19bd74f826be320d81a11a9f80c65c /plugins/apps | |
parent | ba72178be57909a81fbb76589ec0f158f6931a63 (diff) | |
download | mxe-82b4e014af55e59679eebe09238a79cf55f6bcfb.zip mxe-82b4e014af55e59679eebe09238a79cf55f6bcfb.tar.gz mxe-82b4e014af55e59679eebe09238a79cf55f6bcfb.tar.bz2 |
update tor to 0.2.9.8
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/tor-1-fixes.patch | 10 | ||||
-rw-r--r-- | 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 <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) |