diff options
author | gdt <gdt@pkgsrc.org> | 2010-12-21 00:07:28 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-12-21 00:07:28 +0000 |
commit | c28941eeed90d2cf22c618c91f15272a8e3674b0 (patch) | |
tree | 20990a55ac3171267f40f596ca8f91a9af532de1 /net/tor/Makefile | |
parent | bfc1e579ea76f18f94e3c7b82f8f25e28936dcef (diff) | |
download | pkgsrc-c28941eeed90d2cf22c618c91f15272a8e3674b0.tar.gz |
Update to 0.2.1.28, resolving CVE-2010-1676.
Changes in version 0.2.1.28 - 2010-12-17
o Major bugfixes:
- Fix a remotely exploitable bug that could be used to crash instances
of Tor remotely by overflowing on the heap. Remote-code execution
hasn't been confirmed, but can't be ruled out. Everyone should
upgrade. Bugfix on the 0.1.1 series and later.
o Directory authority changes:
- Change IP address and ports for gabelmoo (v3 directory authority).
o Minor features:
- Update to the December 1 2010 Maxmind GeoLite Country database.
Diffstat (limited to 'net/tor/Makefile')
-rw-r--r-- | net/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 905403dad6b..f9d27be94bd 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2010/11/29 17:50:16 drochner Exp $ +# $NetBSD: Makefile,v 1.76 2010/12/21 00:07:28 gdt Exp $ # -DISTNAME= tor-0.2.1.27 +DISTNAME= tor-0.2.1.28 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ |