From 817ff7a109fe1073864343dc203e9a229d90872e Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Fri, 10 Feb 2012 23:08:32 +0000 Subject: [PATCH] [packages] tor-alpha: update to 0.2.3.11-alpha SVN-Revision: 30429 --- net/tor-alpha/Makefile | 6 +++--- .../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 d834a341d3..69646c5338 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 0000000000..81dda91a67 --- /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.30.2