summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschwarz <schwarz>2014-07-12 16:48:26 +0000
committerschwarz <schwarz>2014-07-12 16:48:26 +0000
commiteb32f2d4682515544feb27f35d2570cb18ca1e5c (patch)
treeb1eec7bf30055c52a650d1ab1792d278b8e4baf5 /devel
parent3e63ecbaa06f489c9ad64c7a2bcb813cff8e261f (diff)
downloadpkgsrc-eb32f2d4682515544feb27f35d2570cb18ca1e5c.tar.gz
updated devel/libosip and net/libexosip to 4.1.0 each.
Diffstat (limited to 'devel')
-rw-r--r--devel/libosip/Makefile4
-rw-r--r--devel/libosip/distinfo10
-rw-r--r--devel/libosip/patches/patch-aa12
3 files changed, 13 insertions, 13 deletions
diff --git a/devel/libosip/Makefile b/devel/libosip/Makefile
index 2bb256cb7af..37ee2857a35 100644
--- a/devel/libosip/Makefile
+++ b/devel/libosip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2013/07/14 14:55:16 rodent Exp $
+# $NetBSD: Makefile,v 1.18 2014/07/12 16:48:26 schwarz Exp $
#
-DISTNAME= libosip2-4.0.0
+DISTNAME= libosip2-4.1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=osip/}
diff --git a/devel/libosip/distinfo b/devel/libosip/distinfo
index 6320fbc57ad..013ffeae904 100644
--- a/devel/libosip/distinfo
+++ b/devel/libosip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2013/07/14 14:55:16 rodent Exp $
+$NetBSD: distinfo,v 1.14 2014/07/12 16:48:26 schwarz Exp $
-SHA1 (libosip2-4.0.0.tar.gz) = 8b773ad63079ad5e1dc329f73ee8d05ca74ecde4
-RMD160 (libosip2-4.0.0.tar.gz) = 686b9308e3738f11b5a1590457d55c7f6d6fb002
-Size (libosip2-4.0.0.tar.gz) = 644958 bytes
-SHA1 (patch-aa) = 509b67cd5f62baf1ba1a3894a54949ef3e242e81
+SHA1 (libosip2-4.1.0.tar.gz) = 61459c9052ca2f5e77a6936c9b369e2b0602c080
+RMD160 (libosip2-4.1.0.tar.gz) = 3f86bf7872cd382f331b49f5e03a6ddddd338afa
+Size (libosip2-4.1.0.tar.gz) = 636382 bytes
+SHA1 (patch-aa) = ba19e1ad149d2e7f0b0b44c38b48b1f5031dc587
diff --git a/devel/libosip/patches/patch-aa b/devel/libosip/patches/patch-aa
index 04bcf919b57..ebd632b8fc8 100644
--- a/devel/libosip/patches/patch-aa
+++ b/devel/libosip/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2013/07/14 14:55:16 rodent Exp $
+$NetBSD: patch-aa,v 1.7 2014/07/12 16:48:26 schwarz Exp $
---- src/osip2/port_sema.c.orig 2012-11-16 21:24:10.000000000 +0000
-+++ src/osip2/port_sema.c
-@@ -302,7 +302,6 @@ osip_sem_trywait (struct osip_sem *_sem)
+--- src/osip2/port_sema.c.orig 2013-12-18 19:36:46.000000000 +0100
++++ src/osip2/port_sema.c 2014-07-12 18:20:40.000000000 +0200
+@@ -305,7 +305,6 @@
struct osip_sem *
osip_sem_init (unsigned int value)
{
@@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.6 2013/07/14 14:55:16 rodent Exp $
int i;
osip_sem_t *sem = (osip_sem_t *) osip_malloc (sizeof (osip_sem_t));
-@@ -315,8 +314,7 @@ osip_sem_init (unsigned int value)
+@@ -318,8 +317,7 @@
osip_free (sem);
return NULL;
}
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.6 2013/07/14 14:55:16 rodent Exp $
if (i != 0) {
perror ("semctl error");
osip_free (sem);
-@@ -328,13 +326,11 @@ osip_sem_init (unsigned int value)
+@@ -331,13 +329,11 @@
int
osip_sem_destroy (struct osip_sem *_sem)
{