summaryrefslogtreecommitdiff
path: root/package/tor/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-12 14:56:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-12 14:56:43 +0100
commit69cdc46a87653bdab1514564598bf6d694556a4f (patch)
treea05da1e3c0c00711559a25b8b7917b3cce464147 /package/tor/Makefile
parentd6d4d15f6553e758ef6adca22d48210524f39a83 (diff)
parentfdc973fa4e29cada901b9499160a0478b59cefea (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tor/Makefile')
-rw-r--r--package/tor/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/package/tor/Makefile b/package/tor/Makefile
index 197b8d815..85c8de729 100644
--- a/package/tor/Makefile
+++ b/package/tor/Makefile
@@ -4,20 +4,22 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= tor
-PKG_VERSION:= 0.2.3.25
-PKG_RELEASE:= 3
-PKG_MD5SUM:= a1c364189a9a66ed9daa8e6436489daf
-PKG_DESCR:= An anonymous Internet communication system
+PKG_VERSION:= 0.2.4.21
+PKG_RELEASE:= 1
+PKG_MD5SUM:= bde981d10e8faf1e171ef1ebbb7b398a
+PKG_DESCR:= anonymous internet communication system
PKG_SECTION:= proxy
PKG_DEPENDS:= libevent libopenssl zlib libpthread
PKG_BUILDDEP:= libevent openssl zlib
-PKG_URL:= http://tor.eff.org/
-PKG_SITES:= http://tor.eff.org/dist/
+PKG_URL:= https://www.torproject.org/
+PKG_SITES:= https://www.torproject.org/dist/
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,TOR,tor,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+# -DNDEBUG not supported
+TARGET_CPPFLAGS:=
CONFIGURE_ENV+= ac_cv_libevent_normal=yes \
ac_cv_libevent_linker_option="" \
ac_cv_libevent_dir="${STAGING_TARGET_DIR}/usr" \