diff options
author | drochner <drochner@pkgsrc.org> | 2011-01-17 14:06:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-01-17 14:06:53 +0000 |
commit | 9a6b144c46773a8339b1911bbf66a7313d93faa1 (patch) | |
tree | 039b5da350161980a64c57527b2e8420fa5134fd | |
parent | 1e134dddad3eb77eca4be6fea751d1406a627610 (diff) | |
download | pkgsrc-9a6b144c46773a8339b1911bbf66a7313d93faa1.tar.gz |
update to 0.2.1.29
changes:
-Fix a heap overflow (probably allows remote code execution)
(CVE-2011-0427)
-Prevent a denial-of-service attack by disallowing any
zlib-compressed data whose compression factor is implausibly
high
-Zero out a few more keys in memory before freeing them
-bugfixes
-Update to the January 1 2011 Maxmind GeoLite Country db
-Introduce output size checks on all of our decryption functions
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index f9d27be94bd..f9f310bb4e5 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2010/12/21 00:07:28 gdt Exp $ +# $NetBSD: Makefile,v 1.77 2011/01/17 14:06:53 drochner Exp $ # -DISTNAME= tor-0.2.1.28 +DISTNAME= tor-0.2.1.29 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 227930d7de2..d4a059bbb06 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2010/12/21 00:07:28 gdt Exp $ +$NetBSD: distinfo,v 1.47 2011/01/17 14:06:53 drochner Exp $ -SHA1 (tor-0.2.1.28.tar.gz) = 31c6995314a7a205a5d685bffbe966a766c84d7b -RMD160 (tor-0.2.1.28.tar.gz) = 71cf9f3cfb0cf89de573869a694bf31059331811 -Size (tor-0.2.1.28.tar.gz) = 2471741 bytes +SHA1 (tor-0.2.1.29.tar.gz) = cd534b99c91070504f4e70008ab8940a816b5bc6 +RMD160 (tor-0.2.1.29.tar.gz) = 2587fc9162852434a395ec796ebdcee1972d9aa9 +Size (tor-0.2.1.29.tar.gz) = 2521399 bytes SHA1 (patch-aa) = 5ee3e4c23b23b1b1f203be9ed5fdd3104ecc1804 |