diff options
author | david <david@pkgsrc.org> | 2004-01-30 21:47:30 +0000 |
---|---|---|
committer | david <david@pkgsrc.org> | 2004-01-30 21:47:30 +0000 |
commit | be3343da076d47fbd86f2b21434c3af74e4999e4 (patch) | |
tree | 58f9e39e4288a028285a7a9178a7d3d792112529 /doc | |
parent | eadb198575ec3a2d687fb2dc310f67de58e83637 (diff) | |
download | pkgsrc-be3343da076d47fbd86f2b21434c3af74e4999e4.tar.gz |
Update FreeRadius to 0.9.3
From the release notes:
This version corrects a flaw in 0.9.2 (and all earlier versions of the
server) which may allow an attacker to DoS the server.
The bug does not look to be easily exploitable, as it overwrites the
heap (not the stack), and any exploit code must be in the form of a
valid RADIUS packet.
We strongly recommend that all users of FreeRADIUS upgrade to 0.9.3.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5229b17a88b..5df3ca88580 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4645 2004/01/30 14:37:13 adam Exp $ +$NetBSD: CHANGES,v 1.4646 2004/01/30 21:47:30 david Exp $ Changes to the packages collection and infrastructure in 2004: @@ -530,3 +530,4 @@ Changes to the packages collection and infrastructure in 2004: Updated kopete to 0.8rc1 [jmmv 2004-01-29] Updated kmplayer to 0.8.2rc5nb3 [jmmv 2004-01-29] Updated ngrep to 1.41 [adam 2004-01-30] + Updated freeradius to 0.9.3 [david 2004-01-30] |