From: Stephen Walker Date: Sun, 11 Mar 2012 22:06:01 +0000 (+0000) Subject: [packages] obfsproxy: update to 0.1.1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=6f5843517b72f021febd19872e18d2a52cae011c [packages] obfsproxy: update to 0.1.1 SVN-Revision: 30893 --- diff --git a/net/obfsproxy/Makefile b/net/obfsproxy/Makefile index 5b02a75129..e2836f6e8e 100644 --- a/net/obfsproxy/Makefile +++ b/net/obfsproxy/Makefile @@ -8,15 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obfsproxy -PKG_REV:=0ba2d3bbb829cc71e38ecae6d5d9134af9045a22 -PKG_VERSION:=20120210 +PKG_VERSION:=0.1.1 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=git://git.torproject.org/obfsproxy.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_PROTO:=git +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_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/net/obfsproxy/patches/002-no-build-hardening.patch b/net/obfsproxy/patches/002-no-build-hardening.patch new file mode 100644 index 0000000000..795c7f2523 --- /dev/null +++ b/net/obfsproxy/patches/002-no-build-hardening.patch @@ -0,0 +1,12 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -23,9 +23,6 @@ AC_CHECK_HEADERS([sys/socket.h]) + AC_CHECK_HEADERS([sys/types.h]) + AC_CHECK_HEADERS([netinet/in.h]) + +-### Compiler Hardening ### +-AX_ENABLE_HARDENING +- + ### Libraries ### + + PKG_CHECK_MODULES([libevent], [libevent >= 2.0])