diff options
author | jmmv <jmmv> | 2005-08-25 20:16:15 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-08-25 20:16:15 +0000 |
commit | b4a945a1b55733fa0ac94f54c4c8716d5fdea9e0 (patch) | |
tree | 20b7c9e5c7116f71af649ac0ec0cf321f6bf6441 /chat/loudmouth/Makefile | |
parent | 4d29d91ce3fdae892dd2190a36638d6cf754cd7b (diff) | |
download | pkgsrc-b4a945a1b55733fa0ac94f54c4c8716d5fdea9e0.tar.gz |
Update to 1.0:
Changes in 1.0:
---------------
* Fix crash when connection goes down using SSL, LM-3 (Mikael Hallendal)
* Fixed some GCC 4.0 warnings (Mikael Hallendal)
* Some API fixups for consistency in LmSLL (Mikael Hallendal)
* Don't try to setup SSL if it's not supported (Martyn Russel)
* Documentation fixes (Mikael Hallendal)
* State fixes when using blocking API, LM-7 (Mikael Hallendal)
* Check that connection is open before using it, LM-6 (Mikael Hallendal)
* Fix infinite loop in blocking open if failed, LM-8 (Mikael Hallendal)
Changes in 0.90:
----------------
* Two crashers for ssl read fixed (Micke, Daniel Lavalliere)
* Fixed a couple of leaks when freeing the connection (Daniel Lavalliere)
* A couple of thread related issues solved (Micke, Daniel Lavalliere)
* Work with latest GnuTLS (foser)
* Improved the example tools some (Micke)
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index dc129f96ee6..639bc33dbfc 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2005/08/10 20:56:13 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/08/25 20:16:15 jmmv Exp $ -DISTNAME= loudmouth-0.17.2 -PKGREVISION= 1 +DISTNAME= loudmouth-1.0 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.17/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.0/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org |