Skip to content

Commit

Permalink
tor:
Browse files Browse the repository at this point in the history
 * bump version to 0.2.4.21, by make
 * fixes #2403


git-svn-id: file:///var/svn/freetz/trunk@11841 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Mar 2, 2014
1 parent 0e1ffe0 commit 627e0f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -116,7 +116,7 @@ Latest changes:
* subversion 1.7.16/1.8.8 * subversion 1.7.16/1.8.8
* tinyproxy 1.8.3 * tinyproxy 1.8.3
* tmux 1.8 * tmux 1.8
* tor 0.2.4.20 * tor 0.2.4.21
* transmission 2.82 * transmission 2.82
* usbutils 007 * usbutils 007
* umurmur 0.2.14 * umurmur 0.2.14
Expand Down
2 changes: 1 addition & 1 deletion make/tor/Config.in
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_TOR config FREETZ_PACKAGE_TOR
bool "Tor 0.2.4.20" bool "Tor 0.2.4.21"
select FREETZ_LIB_libm if ! FREETZ_PACKAGE_TOR_STATIC select FREETZ_LIB_libm if ! FREETZ_PACKAGE_TOR_STATIC
select FREETZ_LIB_libevent if ! FREETZ_PACKAGE_TOR_STATIC select FREETZ_LIB_libevent if ! FREETZ_PACKAGE_TOR_STATIC
select FREETZ_LIB_libcrypto if ! FREETZ_PACKAGE_TOR_STATIC select FREETZ_LIB_libcrypto if ! FREETZ_PACKAGE_TOR_STATIC
Expand Down
4 changes: 2 additions & 2 deletions make/tor/tor.mk
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 0.2.4.20) $(call PKG_INIT_BIN, 0.2.4.21)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz $(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_SOURCE_MD5:=a8cd8e3b3a3f6a7770f2c22d280f19b8 $(PKG)_SOURCE_MD5:=bde981d10e8faf1e171ef1ebbb7b398a
$(PKG)_SITE:=http://www.torproject.org/dist $(PKG)_SITE:=http://www.torproject.org/dist


$(PKG)_BINARY:=$($(PKG)_DIR)/src/or/tor $(PKG)_BINARY:=$($(PKG)_DIR)/src/or/tor
Expand Down

0 comments on commit 627e0f3

Please sign in to comment.