diff options
author | wiz <wiz> | 2008-10-30 22:07:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-30 22:07:25 +0000 |
commit | 4d498633a9e73ca282849946105fd28427e70aec (patch) | |
tree | 90fb76c5794827423b1ee5b98f94eaeca78dd1b7 /chat/loudmouth/Makefile | |
parent | 4704eef9d7fb4ef1c30c7d2cb6815e2fa322f492 (diff) | |
download | pkgsrc-4d498633a9e73ca282849946105fd28427e70aec.tar.gz |
Update to 1.4.3:
Fixed issues in Loudmouth 1.4.3
* [#19] - Uses old style auth if server provides old style auth and SASL
* [#22] - Handlers which were registered for message ids should always be called if the id matches
* [#23] - Receiving messages larger than 1023 bytes are not fully processed with OpenSSL backend
* [#27] - Functions missing in docs from LmSSL
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 36e903fde7d..9a2b757e40b 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2008/10/13 09:35:55 adam Exp $ +# $NetBSD: Makefile,v 1.30 2008/10/30 22:07:25 wiz Exp $ -DISTNAME= loudmouth-1.4.2 +DISTNAME= loudmouth-1.4.3 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \ http://ftp.imendio.com/pub/imendio/loudmouth/src/ |