From 15e653181ea4c1d7a8adf2805b50d4fd0fe27244 Mon Sep 17 00:00:00 2001 From: swalker Date: Fri, 10 Feb 2012 23:08:32 +0000 Subject: [PATCH] [packages] tor-alpha: update to 0.2.3.11-alpha git-svn-id: svn://svn.openwrt.org/openwrt/packages@30429 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tor-alpha/Makefile | 6 +++--- net/tor-alpha/patches/002-add-tor-socket-t-header.patch | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 net/tor-alpha/patches/002-add-tor-socket-t-header.patch diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index d834a341d..69646c533 100644 --- a/net/tor-alpha/Makefile +++ b/net/tor-alpha/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2011 OpenWrt.org +# Copyright (C) 2008-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor-alpha -PKG_VERSION:=0.2.3.10-alpha +PKG_VERSION:=0.2.3.11-alpha PKG_RELEASE:=1 PKG_SOURCE:=tor-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.torproject.org/dist \ https://archive.torproject.org/tor-package-archive -PKG_MD5SUM:=1e5a61aa4411c6ffe32eb5c04fc1f05e +PKG_MD5SUM:=917f2952f464371727641320292c9a9e PKG_BUILD_DEPENDS:=libnatpmp PKG_BUILD_DIR:=$(BUILD_DIR)/tor-$(PKG_VERSION) diff --git a/net/tor-alpha/patches/002-add-tor-socket-t-header.patch b/net/tor-alpha/patches/002-add-tor-socket-t-header.patch new file mode 100644 index 000000000..81dda91a6 --- /dev/null +++ b/net/tor-alpha/patches/002-add-tor-socket-t-header.patch @@ -0,0 +1,10 @@ +--- a/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c ++++ b/src/tools/tor-fw-helper/tor-fw-helper-natpmp.c +@@ -8,6 +8,7 @@ + **/ + + #include "orconfig.h" ++#include "compat.h" + #ifdef NAT_PMP + #ifdef MS_WINDOWS + #define STATICLIB -- 2.11.0