From 7465418a62e6a8a882013e297ec6849d99a0aa0f Mon Sep 17 00:00:00 2001 From: swalker Date: Thu, 3 May 2012 22:19:19 +0000 Subject: [PATCH] [packages] obfsproxy: update to 0.1.4 git-svn-id: svn://svn.openwrt.org/openwrt/packages@31578 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/obfsproxy/Makefile | 4 ++-- net/obfsproxy/patches/001-no-werror.patch | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net/obfsproxy/Makefile b/net/obfsproxy/Makefile index e2836f6e8..c0800cec5 100644 --- a/net/obfsproxy/Makefile +++ b/net/obfsproxy/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obfsproxy -PKG_VERSION:=0.1.1 +PKG_VERSION:=0.1.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.torproject.org/dist/obfsproxy \ https://archive.torproject.org/tor-package-archive/obfsproxy -PKG_MD5SUM:=26db002adfb014873e982b398cb5d7eb +PKG_MD5SUM:=d3b898b1f5ea21c611bceaeb3c20e0d7 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/net/obfsproxy/patches/001-no-werror.patch b/net/obfsproxy/patches/001-no-werror.patch index 944d52277..87b60f728 100644 --- a/net/obfsproxy/patches/001-no-werror.patch +++ b/net/obfsproxy/patches/001-no-werror.patch @@ -1,7 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -1,6 +1,6 @@ - +@@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -WARNINGS = -Wall -Wwrite-strings -Werror +WARNINGS = -Wall -Wwrite-strings