diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-03 22:21:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-03 22:21:36 +0000 |
commit | f0f80cfdc6313e277a1dbd81972bdda36b3da697 (patch) | |
tree | 7d2ef79fe1b0227ae9d841875f8a59f0710a9c12 /chat/jabberd2/Makefile | |
parent | 48d7e7a252487ba9711f260b7af0f4ea2702af20 (diff) | |
download | pkgsrc-f0f80cfdc6313e277a1dbd81972bdda36b3da697.tar.gz |
Update to 2.0s9.
The jabberd project team is pleased to announce the release of jabberd 2.0s9.
This is a security release. There is a buffer overflow that could be used to
perform a DoS attack and possible code execution. It is *HIGHLY* recommended
that you upgrade!
ChangeLog:
* fixed only one user is loaded correctly for each router acl
* fixed s2s segfault under particular connection timeout conditions
* fixed id is being case sensitive
* fixed Users cannot login after a long period of server inactivity
* fixed handling of stream errors
* fixed version attribute reply in stream
* fixed c2s glibc abort and mysql option flags
* fixed sx io mem leak
* fixed Incorrect SASL error message defined in sx/sasl.c
* fixed 3 buffer overflows in jid.c
* fixed second log-in in with similar resource breaks routing for first login
Diffstat (limited to 'chat/jabberd2/Makefile')
-rw-r--r-- | chat/jabberd2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index 7cc7d5a3a20..210f19170e3 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2005/05/24 21:02:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.22 2005/08/03 22:21:36 xtraeme Exp $ # -DISTNAME= jabberd-2.0s8 +DISTNAME= jabberd-2.0s9 CATEGORIES= chat MASTER_SITES= http://files.jabberstudio.org/jabberd2/ |