- update loudmouth to 1.4.2

- regen patches
This commit is contained in:
jasper 2008-08-31 12:16:14 +00:00
parent b377e1c233
commit b24f6bb55b
4 changed files with 26 additions and 18 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2008/08/20 16:11:11 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2008/08/31 12:16:14 jasper Exp $
COMMENT= lightweight Jabber client library
DISTNAME= loudmouth-1.4.1
DISTNAME= loudmouth-1.4.2
SHARED_LIBS += loudmouth-1 1.0 # .1.0
CATEGORIES= net devel

View File

@ -1,5 +1,5 @@
MD5 (loudmouth-1.4.1.tar.bz2) = 4DKhNpcJ6KEEeRwXxtXf5Q==
RMD160 (loudmouth-1.4.1.tar.bz2) = ZCTInwfKMQTYZ2uIrVtCwyk+ke8=
SHA1 (loudmouth-1.4.1.tar.bz2) = rHtAmrkBY6PrmOZbGvpcA35WD8o=
SHA256 (loudmouth-1.4.1.tar.bz2) = KqBCDMup2BnRoUJUapTXPkWKeTKquvcRkOkqfNj25Og=
SIZE (loudmouth-1.4.1.tar.bz2) = 379833
MD5 (loudmouth-1.4.2.tar.bz2) = +VVnwJbNnrmS3b2y+rQCyA==
RMD160 (loudmouth-1.4.2.tar.bz2) = bJSr53fkQzGhEz0wDLNRMH5LtIo=
SHA1 (loudmouth-1.4.2.tar.bz2) = 8svNAAEnxsuX834x7vPZU2zy2N8=
SHA256 (loudmouth-1.4.2.tar.bz2) = GMQ95wdHeu+GuxcPBkL3IOI4q6nMDETcaK5RFqcIQew=
SIZE (loudmouth-1.4.2.tar.bz2) = 380128

View File

@ -1,7 +1,15 @@
$OpenBSD: patch-configure,v 1.1 2008/08/20 16:11:11 jasper Exp $
--- configure.orig Mon Aug 4 13:29:13 2008
+++ configure Mon Aug 4 13:29:18 2008
@@ -21584,6 +21584,7 @@ cat >>conftest.$ac_ext <<_ACEOF
$OpenBSD: patch-configure,v 1.2 2008/08/31 12:16:14 jasper Exp $
--- configure.orig Thu Aug 28 17:23:08 2008
+++ configure Sun Aug 31 13:50:02 2008
@@ -21475,6 +21475,7 @@ cat >>conftest.$ac_ext <<_ACEOF
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <check.h>
@@ -21584,6 +21585,7 @@ cat >>conftest.$ac_ext <<_ACEOF
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-loudmouth_lm-sock_c,v 1.1 2008/08/20 16:11:11 jasper Exp $
--- loudmouth/lm-sock.c.orig Mon Aug 4 13:31:31 2008
+++ loudmouth/lm-sock.c Mon Aug 4 13:36:34 2008
@@ -28,7 +28,9 @@
$OpenBSD: patch-loudmouth_lm-sock_c,v 1.2 2008/08/31 12:16:14 jasper Exp $
--- loudmouth/lm-sock.c.orig Sun Aug 31 13:42:29 2008
+++ loudmouth/lm-sock.c Sun Aug 31 13:43:08 2008
@@ -29,7 +29,9 @@
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <fcntl.h>
+#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
/* Needed for BSD, LM-130 */
#ifdef HAVE_NETINET_IN_SYSTM_H