summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2008-08-17 14:14:11 +0000
committerwiz <wiz>2008-08-17 14:14:11 +0000
commit16526ad7ba6f69ffafc4d3ecb54fd39e3bf41894 (patch)
tree1741b2c5b5aa9444d47011b6cfe2bbd2ea61378e
parentd7c6ad563727463215942dbded2ac99e2d414d8b (diff)
downloadpkgsrc-16526ad7ba6f69ffafc4d3ecb54fd39e3bf41894.tar.gz
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.
-rw-r--r--chat/loudmouth/Makefile10
-rw-r--r--chat/loudmouth/distinfo10
-rw-r--r--chat/loudmouth/patches/patch-aa12
-rw-r--r--chat/loudmouth/patches/patch-ab12
4 files changed, 35 insertions, 9 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile
index 2285e651be5..087d966b8e4 100644
--- a/chat/loudmouth/Makefile
+++ b/chat/loudmouth/Makefile
@@ -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
-HOMEPAGE= http://loudmouth.imendio.org/
+HOMEPAGE= http://www.loudmouth-project.org/
COMMENT= Lightweight Jabber client library
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo
index 0918e9e5ad2..fff0c15f8b7 100644
--- a/chat/loudmouth/distinfo
+++ b/chat/loudmouth/distinfo
@@ -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 --git a/chat/loudmouth/patches/patch-aa b/chat/loudmouth/patches/patch-aa
new file mode 100644
index 00000000000..2810e3d0405
--- /dev/null
+++ b/chat/loudmouth/patches/patch-aa
@@ -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 --git a/chat/loudmouth/patches/patch-ab b/chat/loudmouth/patches/patch-ab
new file mode 100644
index 00000000000..5643e4835e3
--- /dev/null
+++ b/chat/loudmouth/patches/patch-ab
@@ -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>