diff --git a/net/obfsproxy/Makefile b/net/obfsproxy/Makefile index 5b02a7512..e2836f6e8 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 000000000..795c7f252 --- /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])