diff options
author | wiz <wiz@pkgsrc.org> | 2008-08-17 14:14:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-08-17 14:14:11 +0000 |
commit | 2a791b2821fab1774e1b24d28193aa40c7931e99 (patch) | |
tree | 1741b2c5b5aa9444d47011b6cfe2bbd2ea61378e /chat/loudmouth/patches | |
parent | 76eb0dca30e4be1196e2c17bf3d88239e5701367 (diff) | |
download | pkgsrc-2a791b2821fab1774e1b24d28193aa40c7931e99.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.
Diffstat (limited to 'chat/loudmouth/patches')
-rw-r--r-- | chat/loudmouth/patches/patch-aa | 12 | ||||
-rw-r--r-- | chat/loudmouth/patches/patch-ab | 12 |
2 files changed, 24 insertions, 0 deletions
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> |