pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/loudmouth Update to 1.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ba9db75abca
branches:  trunk
changeset: 498552:5ba9db75abca
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Aug 25 20:16:15 2005 +0000

description:
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:

 chat/loudmouth/Makefile         |   7 +++----
 chat/loudmouth/buildlink3.mk    |   5 ++---
 chat/loudmouth/distinfo         |   9 ++++-----
 chat/loudmouth/patches/patch-aa |  21 ---------------------
 4 files changed, 9 insertions(+), 33 deletions(-)

diffs (74 lines):

diff -r 02582d0f5390 -r 5ba9db75abca chat/loudmouth/Makefile
--- a/chat/loudmouth/Makefile   Thu Aug 25 19:56:44 2005 +0000
+++ b/chat/loudmouth/Makefile   Thu Aug 25 20:16:15 2005 +0000
@@ -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@localhost
diff -r 02582d0f5390 -r 5ba9db75abca chat/loudmouth/buildlink3.mk
--- a/chat/loudmouth/buildlink3.mk      Thu Aug 25 19:56:44 2005 +0000
+++ b/chat/loudmouth/buildlink3.mk      Thu Aug 25 20:16:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:15 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2005/08/25 20:16:15 jmmv Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LOUDMOUTH_BUILDLINK3_MK:=      ${LOUDMOUTH_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@
 BUILDLINK_PACKAGES+=   loudmouth
 
 .if !empty(LOUDMOUTH_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.loudmouth+=  loudmouth>=0.17
-BUILDLINK_RECOMMENDED.loudmouth+=      loudmouth>=0.17nb1
+BUILDLINK_DEPENDS.loudmouth+=  loudmouth>=1.0
 BUILDLINK_PKGSRCDIR.loudmouth?=        ../../chat/loudmouth
 .endif # LOUDMOUTH_BUILDLINK3_MK
 
diff -r 02582d0f5390 -r 5ba9db75abca chat/loudmouth/distinfo
--- a/chat/loudmouth/distinfo   Thu Aug 25 19:56:44 2005 +0000
+++ b/chat/loudmouth/distinfo   Thu Aug 25 20:16:15 2005 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 16:07:34 wiz Exp $
+$NetBSD: distinfo,v 1.7 2005/08/25 20:16:15 jmmv Exp $
 
-SHA1 (loudmouth-0.17.2.tar.bz2) = 8dcc61ae95c3d852d1cf88f3198e0e023e70db7e
-RMD160 (loudmouth-0.17.2.tar.bz2) = c90f046af52a951c0a163fd4f516b82d4709d74e
-Size (loudmouth-0.17.2.tar.bz2) = 286981 bytes
-SHA1 (patch-aa) = c4b37369a347cb557b10739143de588b1c6008b4
+SHA1 (loudmouth-1.0.tar.bz2) = 02b2ac19b477891a9e94ad91337bad96871b242c
+RMD160 (loudmouth-1.0.tar.bz2) = a9e6c5751a3510531e92e389c2246be30d2a8ab0
+Size (loudmouth-1.0.tar.bz2) = 259265 bytes
diff -r 02582d0f5390 -r 5ba9db75abca chat/loudmouth/patches/patch-aa
--- a/chat/loudmouth/patches/patch-aa   Thu Aug 25 19:56:44 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/02/23 16:07:34 wiz Exp $
-
---- loudmouth/lm-ssl.c.orig    2004-10-19 09:52:48.000000000 +0200
-+++ loudmouth/lm-ssl.c
-@@ -71,7 +71,6 @@ ssl_verify_certificate (LmSSL *ssl, cons
-       }
-       
-       if (status & GNUTLS_CERT_INVALID
--          || status & GNUTLS_CERT_NOT_TRUSTED
-           || status & GNUTLS_CERT_REVOKED) {
-               if (ssl->func (ssl, LM_SSL_STATUS_UNTRUSTED_CERT,
-                              ssl->func_data) != LM_SSL_RESPONSE_CONTINUE) {
-@@ -126,7 +125,7 @@ ssl_verify_certificate (LmSSL *ssl, cons
- 
-               gnutls_x509_crt_deinit (cert);
- 
--              if (gnutls_x509_fingerprint (GNUTLS_DIG_MD5, &cert_list[0],
-+              if (gnutls_fingerprint (GNUTLS_DIG_MD5, &cert_list[0],
-                                            ssl->fingerprint,
-                                            &digest_size) >= 0) {
-                       if (ssl->expected_fingerprint &&



Home | Main Index | Thread Index | Old Index