diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-30 22:07:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-30 22:07:25 +0000 |
commit | 6ebebe57ee50236a93b19a0a5752fecc3eb35f53 (patch) | |
tree | 90fb76c5794827423b1ee5b98f94eaeca78dd1b7 /chat/loudmouth | |
parent | 319b50a352903d4c27928d1e994c718138c016b3 (diff) | |
download | pkgsrc-6ebebe57ee50236a93b19a0a5752fecc3eb35f53.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')
-rw-r--r-- | chat/loudmouth/Makefile | 4 | ||||
-rw-r--r-- | chat/loudmouth/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo index 411a5741f29..9f9b41655af 100644 --- a/chat/loudmouth/distinfo +++ b/chat/loudmouth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/10/13 09:35:55 adam Exp $ +$NetBSD: distinfo,v 1.14 2008/10/30 22:07:25 wiz Exp $ -SHA1 (loudmouth-1.4.2.tar.bz2) = f2cbcd000127c6cb97f37e31eef3d9536cf2d8df -RMD160 (loudmouth-1.4.2.tar.bz2) = 6c94abe777e44331a1133d300cb351307e4bb48a -Size (loudmouth-1.4.2.tar.bz2) = 380128 bytes +SHA1 (loudmouth-1.4.3.tar.bz2) = 55dd0475760f98ff0ba1f5c712c52ab776b432be +RMD160 (loudmouth-1.4.3.tar.bz2) = 59852d085f73d68b3c061b7192a484527843e67d +Size (loudmouth-1.4.3.tar.bz2) = 366818 bytes |