SECURITY: update tor to 0.2.0.32 which fixes a major security problem

Reference: http://secunia.com/advisories/33025/

ok jasper@
This commit is contained in:
rui 2008-12-16 21:04:06 +00:00
parent 1337313f9a
commit 58cc46f7be
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.35 2008/09/19 21:50:59 rui Exp $
# $OpenBSD: Makefile,v 1.36 2008/12/16 21:04:06 rui Exp $
COMMENT= anonymity service using onion routing
DISTNAME= tor-0.2.0.31
DISTNAME= tor-0.2.0.32
CATEGORIES= net
HOMEPAGE= http://www.torproject.org/

View File

@ -1,5 +1,5 @@
MD5 (tor-0.2.0.31.tar.gz) = 86t9mC7SleeyWYHDkQ1cLA==
RMD160 (tor-0.2.0.31.tar.gz) = WEy72fKVqPZ3vJWl8F3Hj2GEuXo=
SHA1 (tor-0.2.0.31.tar.gz) = pYbMAXp5GsSB/eg2w8+ONmf7XPw=
SHA256 (tor-0.2.0.31.tar.gz) = BYlPXPy3jrqyNPbnM1BDDlf0yL7EpMPmCkHh6fsTxmw=
SIZE (tor-0.2.0.31.tar.gz) = 2156305
MD5 (tor-0.2.0.32.tar.gz) = /VVIn3rR71PAsNrIV2lvyQ==
RMD160 (tor-0.2.0.32.tar.gz) = 6HvufX2t8XKAvwsRJFsLrXDWj8I=
SHA1 (tor-0.2.0.32.tar.gz) = DkjQcG8XF6/G0ZIoqIeMO8N5sl0=
SHA256 (tor-0.2.0.32.tar.gz) = Zmaaost057DPE9sFRy2IQi9CycASnOlezUY6oSOSXSc=
SIZE (tor-0.2.0.32.tar.gz) = 2159864

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.8 2008/09/19 21:51:00 rui Exp $
--- configure.orig Tue Aug 5 10:42:21 2008
+++ configure Tue Aug 5 10:42:57 2008
@@ -19341,7 +19341,7 @@ LOCALSTATEDIR=`eval echo $localstatedir`
$OpenBSD: patch-configure,v 1.9 2008/12/16 21:04:06 rui Exp $
--- configure.orig Thu Nov 20 22:34:53 2008
+++ configure Sun Dec 14 14:52:42 2008
@@ -19473,7 +19473,7 @@ LOCALSTATEDIR=`eval echo $localstatedir`
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
# than autoconf's macros like.
if test "$ac_cv_c_compiler_gnu" = yes; then