[packages] obfsproxy: update to 0.1.1
authorStephen Walker <stephendwalker@gmail.com>
Sun, 11 Mar 2012 22:06:01 +0000 (22:06 +0000)
committerStephen Walker <stephendwalker@gmail.com>
Sun, 11 Mar 2012 22:06:01 +0000 (22:06 +0000)
SVN-Revision: 30893

net/obfsproxy/Makefile
net/obfsproxy/patches/002-no-build-hardening.patch [new file with mode: 0644]

index 5b02a751299cd1ed126a67a2b0421e854b0fe4b8..e2836f6e8e2f36fc4464bbf0250907f663680413 100644 (file)
@@ -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 (file)
index 0000000..795c7f2
--- /dev/null
@@ -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])