From 210b9427b2cacc64bd679341dbbf7b1ac03bde7b Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 23 Jan 2011 06:52:29 +0000 Subject: [PATCH] [packages] tor-alpha: update to 0.2.2.21-alpha (CVE-2011-0427), refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/packages@25070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tor-alpha/Makefile | 9 +++------ net/tor-alpha/patches/001-torrc.patch | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index f749f1621..8ef12c7d1 100644 --- a/net/tor-alpha/Makefile +++ b/net/tor-alpha/Makefile @@ -1,22 +1,19 @@ # -# Copyright (C) 2008-2010 OpenWrt.org +# Copyright (C) 2008-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# Want to test this package? Try this: -# make package/tor-alpha/{clean,compile,install} V=99 -# include $(TOPDIR)/rules.mk PKG_NAME:=tor-alpha -PKG_VERSION:=0.2.2.20-alpha +PKG_VERSION:=0.2.2.21-alpha PKG_RELEASE:=1 PKG_SOURCE:=tor-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.torproject.org/dist -PKG_MD5SUM:=e6c994419df864e2e89abfcf832d5961 +PKG_MD5SUM:=4543aa232eed38c80dfb1f6419807ea9 PKG_BUILD_DIR=$(BUILD_DIR)/tor-$(PKG_VERSION)/ PKG_INSTALL:=1 diff --git a/net/tor-alpha/patches/001-torrc.patch b/net/tor-alpha/patches/001-torrc.patch index 255c9a0e7..a390a6e2d 100644 --- a/net/tor-alpha/patches/001-torrc.patch +++ b/net/tor-alpha/patches/001-torrc.patch @@ -1,6 +1,6 @@ ---- a/src/config/torrc.sample.in 2010-11-22 19:49:38.000000000 -0800 -+++ a/src/config/torrc.sample.in 2010-12-17 14:49:41.379893002 -0800 -@@ -44,11 +44,11 @@ +--- a/src/config/torrc.sample.in ++++ b/src/config/torrc.sample.in +@@ -44,11 +44,11 @@ SocksListenAddress 127.0.0.1 # accept co ## Uncomment this to start the process in the background... or use ## --runasdaemon 1 on the command line. This is ignored on Windows; ## see the FAQ entry if you want Tor to run as an NT service. @@ -14,7 +14,7 @@ ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. -@@ -168,3 +168,5 @@ +@@ -168,3 +168,5 @@ SocksListenAddress 127.0.0.1 # accept co #BridgeRelay 1 #ExitPolicy reject *:* -- 2.11.0