aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk11
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-02-07 00:09:35 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-02-07 00:09:35 +0000
commitb4ea8bc6867f104a19b5a9dace56d3388f012ccc (patch)
treeb80fbaf28f396ee2e47ba7f9a81ddd56403e81a1 /net/asterisk11
parent7ab1892fd6fb328695564649a096e7bf5490c9b5 (diff)
Notes
Diffstat (limited to 'net/asterisk11')
-rw-r--r--net/asterisk11/Makefile2
-rw-r--r--net/asterisk11/distinfo4
-rw-r--r--net/asterisk11/files/patch-main__lock.c11
3 files changed, 8 insertions, 9 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile
index 33441eeed339..27bf28173db3 100644
--- a/net/asterisk11/Makefile
+++ b/net/asterisk11/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= asterisk
-PORTVERSION= 11.15.1
+PORTVERSION= 11.16.0
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
diff --git a/net/asterisk11/distinfo b/net/asterisk11/distinfo
index 65a87f173146..96e19b36b6d3 100644
--- a/net/asterisk11/distinfo
+++ b/net/asterisk11/distinfo
@@ -1,2 +1,2 @@
-SHA256 (asterisk-11.15.1.tar.gz) = 54f02df8a8e40b05a338f686705a28349175f31e5c6b2ec9f44bef1042b78fca
-SIZE (asterisk-11.15.1.tar.gz) = 34974674
+SHA256 (asterisk-11.16.0.tar.gz) = f98da93ed0ffbdddfbc301351ea32e5a63d2dbecf05a4f97fb794a68a3bdbe4d
+SIZE (asterisk-11.16.0.tar.gz) = 34995495
diff --git a/net/asterisk11/files/patch-main__lock.c b/net/asterisk11/files/patch-main__lock.c
index a802d8817a1e..3621177e74ba 100644
--- a/net/asterisk11/files/patch-main__lock.c
+++ b/net/asterisk11/files/patch-main__lock.c
@@ -1,13 +1,12 @@
---- ./main/lock.c.orig 2010-11-06 15:00:15.000000000 +0100
-+++ ./main/lock.c 2010-11-06 15:00:23.000000000 +0100
-@@ -679,10 +679,6 @@
+--- main/lock.c.orig 2014-12-12 23:31:38 UTC
++++ main/lock.c
+@@ -701,9 +701,6 @@ int __ast_rwlock_init(int tracking, cons
+ #endif /* DEBUG_THREADS */
pthread_rwlockattr_init(&attr);
-
-#ifdef HAVE_PTHREAD_RWLOCK_PREFER_WRITER_NP
- pthread_rwlockattr_setkind_np(&attr, PTHREAD_RWLOCK_PREFER_WRITER_NP);
-#endif
--
res = pthread_rwlock_init(&t->lock, &attr);
pthread_rwlockattr_destroy(&attr);
- return res;
+