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.4.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aed60c2e8506
branches:  trunk
changeset: 545936:aed60c2e8506
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 17 14:14:11 2008 +0000

description:
Update to 1.4.1:

Loudmouth 1.4.1

Loudmouth 1.4.1 contains a bugfix from 1.4.0 causing some clients to be disconnected if connected through a NAT firewall.

Loudmouth 1.4.0 contains no changes from 1.3.4 but is simply a release to mark it as the new stable branch.

Loudmouth 1.3.4

Loudmouth 1.3.4 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.

Loudmouth 1.3.3 released

Loudmouth 1.3.3 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.

Loudmouth 1.3.2 released

Loudmouth 1.3.2 is a release on the unstable 1.3 branch. It contains of added
features and bug fixes.

diffstat:

 chat/loudmouth/Makefile         |  10 +++++-----
 chat/loudmouth/distinfo         |  10 ++++++----
 chat/loudmouth/patches/patch-aa |  12 ++++++++++++
 chat/loudmouth/patches/patch-ab |  12 ++++++++++++
 4 files changed, 35 insertions(+), 9 deletions(-)

diffs (69 lines):

diff -r 7aaadf743234 -r aed60c2e8506 chat/loudmouth/Makefile
--- a/chat/loudmouth/Makefile   Sun Aug 17 14:08:05 2008 +0000
+++ b/chat/loudmouth/Makefile   Sun Aug 17 14:14:11 2008 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.27 2008/07/14 12:55:59 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2008/08/17 14:14:11 wiz Exp $
 
-DISTNAME=      loudmouth-1.2.3
-PKGREVISION=   1
+DISTNAME=      loudmouth-1.4.1
 CATEGORIES=    chat
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/loudmouth/1.2/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \
+               http://ftp.imendio.com/pub/imendio/loudmouth/src/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://loudmouth.imendio.org/
+HOMEPAGE=      http://www.loudmouth-project.org/
 COMMENT=       Lightweight Jabber client library
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 7aaadf743234 -r aed60c2e8506 chat/loudmouth/distinfo
--- a/chat/loudmouth/distinfo   Sun Aug 17 14:08:05 2008 +0000
+++ b/chat/loudmouth/distinfo   Sun Aug 17 14:14:11 2008 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.11 2007/10/13 18:53:40 adam Exp $
+$NetBSD: distinfo,v 1.12 2008/08/17 14:14:11 wiz Exp $
 
-SHA1 (loudmouth-1.2.3.tar.bz2) = 51c6317170b8f044e489d71c7de8410663fefb6b
-RMD160 (loudmouth-1.2.3.tar.bz2) = ced68f5187855f3286caa604c46adf0972013048
-Size (loudmouth-1.2.3.tar.bz2) = 325864 bytes
+SHA1 (loudmouth-1.4.1.tar.bz2) = ac7b409ab90163a3eb98e65b1afa5c037e560fca
+RMD160 (loudmouth-1.4.1.tar.bz2) = 6424c89f07ca3104d8676b88ad5b42c3293e91ef
+Size (loudmouth-1.4.1.tar.bz2) = 379833 bytes
+SHA1 (patch-aa) = 261c7b2260830e13ac539413f0632923078009f1
+SHA1 (patch-ab) = eb11b1720bee01076f23626ddde0e79346de9940
diff -r 7aaadf743234 -r aed60c2e8506 chat/loudmouth/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/loudmouth/patches/patch-aa   Sun Aug 17 14:14:11 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2008/08/17 14:14:11 wiz Exp $
+
+--- loudmouth/asyncns.c.orig   2008-02-24 21:41:25.000000000 +0000
++++ loudmouth/asyncns.c
+@@ -154,6 +154,7 @@ typedef struct res_query_response {
+     int ret;
+ } res_response_t;
+ 
++#define HAVE_STRNDUP
+ #ifndef HAVE_STRNDUP
+ 
+ static char *strndup(const char *s, size_t l) {
diff -r 7aaadf743234 -r aed60c2e8506 chat/loudmouth/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/loudmouth/patches/patch-ab   Sun Aug 17 14:14:11 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2008/08/17 14:14:11 wiz Exp $
+
+--- loudmouth/lm-sock.c.orig   2008-07-27 09:21:48.000000000 +0000
++++ loudmouth/lm-sock.c
+@@ -29,6 +29,7 @@
+ #include <unistd.h>
+ #include <sys/socket.h>
+ #include <fcntl.h>
++#include <netinet/in_systm.h>
+ #include <netinet/in.h>
+ #include <netinet/ip.h>
+ #include <netinet/tcp.h>



Home | Main Index | Thread Index | Old Index