diff options
author | schwarz <schwarz@pkgsrc.org> | 2020-12-06 23:40:21 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2020-12-06 23:40:21 +0000 |
commit | 7b9128bd0d79da54c32934f4b33a33e29d952efa (patch) | |
tree | 88ad8c92c8590cd7f7622efe1bdda75b277e3548 /net/libexosip | |
parent | 762fe7636763c49bd5c448114ea472e9ceeeddd6 (diff) | |
download | pkgsrc-7b9128bd0d79da54c32934f4b33a33e29d952efa.tar.gz |
updated net/libexosip to 5.2.0
some minor changes and bug fixes (cf. ChangeLog)
Diffstat (limited to 'net/libexosip')
-rw-r--r-- | net/libexosip/Makefile | 4 | ||||
-rw-r--r-- | net/libexosip/PLIST | 3 | ||||
-rw-r--r-- | net/libexosip/distinfo | 14 | ||||
-rw-r--r-- | net/libexosip/patches/patch-src_eXutils.c | 14 | ||||
-rw-r--r-- | net/libexosip/patches/patch-tools_sip__reg.c | 14 |
5 files changed, 25 insertions, 24 deletions
diff --git a/net/libexosip/Makefile b/net/libexosip/Makefile index 3e76acdaf7c..724a2130a4a 100644 --- a/net/libexosip/Makefile +++ b/net/libexosip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/03/06 13:01:47 nia Exp $ +# $NetBSD: Makefile,v 1.8 2020/12/06 23:40:21 schwarz Exp $ -DISTNAME= libexosip2-5.1.1 +DISTNAME= libexosip2-5.2.0 PKGNAME= ${DISTNAME:S/exosip/eXosip/1} CATEGORIES= net devel MASTER_SITES= https://download.savannah.nongnu.org/releases/exosip/ diff --git a/net/libexosip/PLIST b/net/libexosip/PLIST index 45e8a6dd06b..f0e36ab4712 100644 --- a/net/libexosip/PLIST +++ b/net/libexosip/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2020/03/06 13:01:47 nia Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/12/06 23:40:21 schwarz Exp $ +bin/sip_monitor bin/sip_reg include/eXosip2/eX_call.h include/eXosip2/eX_message.h diff --git a/net/libexosip/distinfo b/net/libexosip/distinfo index 4b25adffc1b..511bfde4997 100644 --- a/net/libexosip/distinfo +++ b/net/libexosip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2020/03/06 13:01:47 nia Exp $ +$NetBSD: distinfo,v 1.5 2020/12/06 23:40:21 schwarz Exp $ -SHA1 (libexosip2-5.1.1.tar.gz) = df8f43e138d1e1c6e7574fe97243318c2fdfb446 -RMD160 (libexosip2-5.1.1.tar.gz) = 5a4e28f9e4ce321d223747f92ff878dd6997efd5 -SHA512 (libexosip2-5.1.1.tar.gz) = cec5931484aa1a5e4a0679cc715da163df9429016ad74841a518c52c2bea6d9038a312b252802607d9a836bd2e598e2f3a4a24a9f63b34a0fb8c737f32329b96 -Size (libexosip2-5.1.1.tar.gz) = 630264 bytes -SHA1 (patch-src_eXutils.c) = d4ad34fdb94c5f7b0bb6259521450efe459cc650 -SHA1 (patch-tools_sip__reg.c) = b2b5d03ef89207d748c35e36802f4193b103ea56 +SHA1 (libexosip2-5.2.0.tar.gz) = 761c25ea344ed4b1449401ad975553cef3c1021f +RMD160 (libexosip2-5.2.0.tar.gz) = f5ba3544bc437e325f3c44dd7ea2f67711d14409 +SHA512 (libexosip2-5.2.0.tar.gz) = 0abfa695d466a10e67eb89ea5228578e42b713c0aab556e53a76919f7b96069338c3edc151f44566834894244a51cbacda1958612ae58dd2040caa654094d9af +Size (libexosip2-5.2.0.tar.gz) = 641925 bytes +SHA1 (patch-src_eXutils.c) = 4e60454423360f82799f2194308123b332d5ca5b +SHA1 (patch-tools_sip__reg.c) = 297c4467010e8ea3e41806fc3f9777a3ce73e095 diff --git a/net/libexosip/patches/patch-src_eXutils.c b/net/libexosip/patches/patch-src_eXutils.c index 3487ecae09e..470189963ec 100644 --- a/net/libexosip/patches/patch-src_eXutils.c +++ b/net/libexosip/patches/patch-src_eXutils.c @@ -1,10 +1,10 @@ -$NetBSD: patch-src_eXutils.c,v 1.1 2020/03/06 13:01:47 nia Exp $ +$NetBSD: patch-src_eXutils.c,v 1.2 2020/12/06 23:40:21 schwarz Exp $ Defines INADDR_NONE, which is needed on Solaris. ---- src/eXutils.c.orig 2020-01-17 12:52:50.000000000 +0000 -+++ src/eXutils.c -@@ -84,6 +84,10 @@ +--- src/eXutils.c.orig 2020-12-07 00:12:50.000000000 +0100 ++++ src/eXutils.c 2020-12-07 00:14:34.000000000 +0100 +@@ -79,6 +79,10 @@ #include <unistd.h> #endif @@ -12,6 +12,6 @@ Defines INADDR_NONE, which is needed on Solaris. +#define INADDR_NONE ((unsigned long) -1) /* needed on Solaris */ +#endif + - int - _eXosip_closesocket (SOCKET_TYPE sock) - { + int _eXosip_closesocket(SOCKET_TYPE sock) { + #if !defined(HAVE_WINSOCK2_H) + return close(sock); diff --git a/net/libexosip/patches/patch-tools_sip__reg.c b/net/libexosip/patches/patch-tools_sip__reg.c index e368dd0ff77..df11674bede 100644 --- a/net/libexosip/patches/patch-tools_sip__reg.c +++ b/net/libexosip/patches/patch-tools_sip__reg.c @@ -1,12 +1,12 @@ -$NetBSD: patch-tools_sip__reg.c,v 1.1 2020/03/06 13:01:47 nia Exp $ +$NetBSD: patch-tools_sip__reg.c,v 1.2 2020/12/06 23:40:21 schwarz Exp $ Pull in NetBSD compatibility headers for use with other headers. ---- tools/sip_reg.c.orig 2020-01-16 21:29:27.000000000 +0000 -+++ tools/sip_reg.c -@@ -60,8 +60,14 @@ +--- tools/sip_reg.c.orig 2020-08-19 14:51:31.000000000 +0200 ++++ tools/sip_reg.c 2020-12-07 00:02:10.000000000 +0100 +@@ -48,8 +48,14 @@ - #if !defined(WIN32) && !defined(_WIN32_WCE) && !defined(__arc__) + #if !defined(WIN32) #define _GNU_SOURCE +#if defined(HAVE_NBCOMPAT_H) +#include <nbcompat/config.h> /* needed for the other headers */ @@ -17,5 +17,5 @@ Pull in NetBSD compatibility headers for use with other headers. #endif +#endif - #define PROG_NAME "sipreg" - #define PROG_VER "1.0" + #define PROG_NAME "sip_reg" + #define SYSLOG_FACILITY LOG_DAEMON |