Mon Aug 2 07:06:04 2010 UTC ()
Add RCS Id.


(wiz)
diff -r1.43 -r1.44 pkgsrc/net/tor/distinfo
diff -r1.5 -r1.6 pkgsrc/net/tor/patches/patch-aa

cvs diff -r1.43 -r1.44 pkgsrc/net/tor/distinfo (expand / switch to unified diff)

--- pkgsrc/net/tor/distinfo 2010/07/30 12:11:51 1.43
+++ pkgsrc/net/tor/distinfo 2010/08/02 07:06:04 1.44
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.43 2010/07/30 12:11:51 gdt Exp $ 1$NetBSD: distinfo,v 1.44 2010/08/02 07:06:04 wiz Exp $
2 2
3SHA1 (tor-0.2.1.26.tar.gz) = 87af7aa658774031d181340848a875e4fd8e27bf 3SHA1 (tor-0.2.1.26.tar.gz) = 87af7aa658774031d181340848a875e4fd8e27bf
4RMD160 (tor-0.2.1.26.tar.gz) = 6fe03ec4a8f72c9eda4a47370ebb240db78a4a39 4RMD160 (tor-0.2.1.26.tar.gz) = 6fe03ec4a8f72c9eda4a47370ebb240db78a4a39
5Size (tor-0.2.1.26.tar.gz) = 2405749 bytes 5Size (tor-0.2.1.26.tar.gz) = 2405749 bytes
6SHA1 (patch-aa) = 9d2630f6c7b26c8117a5b91ba3b9e9a172d73bf2 6SHA1 (patch-aa) = 5ee3e4c23b23b1b1f203be9ed5fdd3104ecc1804

cvs diff -r1.5 -r1.6 pkgsrc/net/tor/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/net/tor/patches/Attic/patch-aa 2010/07/30 16:59:06 1.5
+++ pkgsrc/net/tor/patches/Attic/patch-aa 2010/08/02 07:06:04 1.6
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
 1$NetBSD: patch-aa,v 1.6 2010/08/02 07:06:04 wiz Exp $
 2
1From: Taylor R Campbell 3From: Taylor R Campbell
2Subject: patch for Tor to workaround OpenSSL renegotiation lossage on 5.1 4Subject: patch for Tor to workaround OpenSSL renegotiation lossage on 5.1
3Cc: athaba (pkgsrc/net/tor maintainer) 5Cc: athaba (pkgsrc/net/tor maintainer)
4Date: Fri, 30 Jul 2010 01:31:50 +0000 6Date: Fri, 30 Jul 2010 01:31:50 +0000
5 7
6Here's a patch to make Tor work on NetBSD 5.1, which implemented 8Here's a patch to make Tor work on NetBSD 5.1, which implemented
7OpenSSL 0.9.8l's ABI-incompatible SSL3_FLAGS method for reenabling TLS 9OpenSSL 0.9.8l's ABI-incompatible SSL3_FLAGS method for reenabling TLS
8renegotiation. Tor already jumps through a number of hoops to guess 10renegotiation. Tor already jumps through a number of hoops to guess
9the right way to reenable renegotiation in OpenSSL, but it guesses 11the right way to reenable renegotiation in OpenSSL, but it guesses
10wrong for the version of OpenSSL that comes with NetBSD 5.1, which, 12wrong for the version of OpenSSL that comes with NetBSD 5.1, which,
11being 0.9.9-dev, looks newer than 0.9.8m. 13being 0.9.9-dev, looks newer than 0.9.8m.
12 14
13I'm posting this here rather than on a Tor list because I don't think 15I'm posting this here rather than on a Tor list because I don't think