Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 00:10:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r336796 - in branches/2014Q1/net: asterisk asterisk/files asterisk10 asterisk11 asterisk11/files
Message-ID:  <201312180010.rBI0APfv015218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 18 00:10:25 2013
New Revision: 336796
URL: http://svnweb.freebsd.org/changeset/ports/336796

Log:
  MFH: r336791
  
  - Update net/aserisk to 1.8.25.0
  - Update net/aserisk10 to 10.12.4
  - Update net/aserisk11 to 11.7.0
  - mark net/aserisk10 DEPRECATED, it has reached its EOL
  
  Security:	0c39bafc-6771-11e3-868f-0025905a4771

Added:
  branches/2014Q1/net/asterisk11/files/patch-main__http.c
     - copied unchanged from r336791, head/net/asterisk11/files/patch-main__http.c
Modified:
  branches/2014Q1/net/asterisk/Makefile
  branches/2014Q1/net/asterisk/distinfo
  branches/2014Q1/net/asterisk/files/patch-main__asterisk.exports.in   (contents, props changed)
  branches/2014Q1/net/asterisk10/Makefile
  branches/2014Q1/net/asterisk10/distinfo
  branches/2014Q1/net/asterisk11/Makefile
  branches/2014Q1/net/asterisk11/distinfo
  branches/2014Q1/net/asterisk11/files/patch-main__asterisk.exports.in   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/net/asterisk/Makefile
==============================================================================
--- branches/2014Q1/net/asterisk/Makefile	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk/Makefile	Wed Dec 18 00:10:25 2013	(r336796)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	asterisk
-PORTVERSION=	1.8.23.1
+PORTVERSION=	1.8.25.0
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -26,9 +26,8 @@ CONFIGURE_ARGS=	--with-gsm=${LOCALBASE}
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
 USE_CSTD=	gnu89
-USE_GMAKE=	yes
 USE_GNOME=	libxml2
-USES=		bison
+USES=		bison gmake
 USE_RC_SUBR=	asterisk
 MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \

Modified: branches/2014Q1/net/asterisk/distinfo
==============================================================================
--- branches/2014Q1/net/asterisk/distinfo	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk/distinfo	Wed Dec 18 00:10:25 2013	(r336796)
@@ -1,2 +1,2 @@
-SHA256 (asterisk-1.8.23.1.tar.gz) = 22c7d54be24de0560ecca482674b85dbfac359faa63702084353074f40dc16a7
-SIZE (asterisk-1.8.23.1.tar.gz) = 25270506
+SHA256 (asterisk-1.8.25.0.tar.gz) = b218de8a7db9af370890b12c63863343f5459ae7a4ce23d386ec159c10241670
+SIZE (asterisk-1.8.25.0.tar.gz) = 29473304

Modified: branches/2014Q1/net/asterisk/files/patch-main__asterisk.exports.in
==============================================================================
--- branches/2014Q1/net/asterisk/files/patch-main__asterisk.exports.in	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk/files/patch-main__asterisk.exports.in	Wed Dec 18 00:10:25 2013	(r336796)
@@ -1,9 +1,9 @@
---- main/asterisk.exports.in.orig	2012-04-10 21:41:26.211743996 +0200
-+++ main/asterisk.exports.in	2012-04-10 21:41:49.229621831 +0200
-@@ -44,6 +44,8 @@
- 		LINKER_SYMBOL_PREFIXres_srtp;
- 		LINKER_SYMBOL_PREFIXres_srtp_policy;
- 		LINKER_SYMBOL_PREFIXsecure_call_info;
+--- main/asterisk.exports.in.orig	2013-08-22 10:19:02.000000000 +0200
++++ main/asterisk.exports.in	2013-10-27 13:37:29.053477896 +0100
+@@ -63,6 +63,8 @@
+ 
+ 		*/
+ 		LINKER_SYMBOL_PREFIX_IO_stdin_used;
 +		LINKER_SYMBOL_PREFIX__progname;
 +		LINKER_SYMBOL_PREFIXenviron;
  	local:

Modified: branches/2014Q1/net/asterisk10/Makefile
==============================================================================
--- branches/2014Q1/net/asterisk10/Makefile	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk10/Makefile	Wed Dec 18 00:10:25 2013	(r336796)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	asterisk
-PORTVERSION=	10.12.3
+PORTVERSION=	10.12.4
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -19,14 +19,16 @@ RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mp
 
 ONLY_FOR_ARCHS=	i386 amd64 powerpc sparc64
 
+DEPRECATED=	asterisk 10 reached EOL on 2013-12-15
+EXPIRATION_DATE=2014-02-28
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gsm=${LOCALBASE}
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
 USE_CSTD=	gnu89
-USE_GMAKE=	yes
 USE_GNOME=	libxml2
-USES=		bison
+USES=		bison gmake
 USE_RC_SUBR=	asterisk
 MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \

Modified: branches/2014Q1/net/asterisk10/distinfo
==============================================================================
--- branches/2014Q1/net/asterisk10/distinfo	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk10/distinfo	Wed Dec 18 00:10:25 2013	(r336796)
@@ -1,2 +1,2 @@
-SHA256 (asterisk-10.12.3.tar.gz) = f4efd185c5e8d0e6b2e246e4afde8d2420da642e288fbc237bd90b1ab0d24757
-SIZE (asterisk-10.12.3.tar.gz) = 25119235
+SHA256 (asterisk-10.12.4.tar.gz) = d719e09677e2aa7866f506a8b3f83016aa27a3c652b975b7d2beebe5891e2ee9
+SIZE (asterisk-10.12.4.tar.gz) = 25120413

Modified: branches/2014Q1/net/asterisk11/Makefile
==============================================================================
--- branches/2014Q1/net/asterisk11/Makefile	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk11/Makefile	Wed Dec 18 00:10:25 2013	(r336796)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	asterisk
-PORTVERSION=	11.5.1
+PORTVERSION=	11.7.0
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -25,9 +25,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
 CFLAGS+=	-I${LOCALBASE}/include
 USE_CSTD=	gnu89
-USE_GMAKE=	yes
 USE_GNOME=	libxml2
-USES=		bison
+USES=		bison gmake
 USE_RC_SUBR=	asterisk
 MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
@@ -38,7 +37,9 @@ MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLA
 		NOISY_BUILD=YES \
 		DOCSDIR=${DOCSDIR} \
 		ASTCFLAGS="${CFLAGS}"
-MAN8=		asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8
+MAN8=		asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 astdb2bdb.8 \
+	astdb2sqlite3.8
+
 CONFLICTS_BUILD=	linuxthreads-*
 CONFLICTS_INSTALL=	asterisk*-1.4* asterisk*-1.6* asterisk*-1.8*
 

Modified: branches/2014Q1/net/asterisk11/distinfo
==============================================================================
--- branches/2014Q1/net/asterisk11/distinfo	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk11/distinfo	Wed Dec 18 00:10:25 2013	(r336796)
@@ -1,2 +1,2 @@
-SHA256 (asterisk-11.5.1.tar.gz) = fefa9def9c8f97c89931f12b29b3ac616ae1a8454c01c524678163061dcb42b2
-SIZE (asterisk-11.5.1.tar.gz) = 30580447
+SHA256 (asterisk-11.7.0.tar.gz) = 4fb283b96447f5d871632a14069f35643c8c34d08d6ec5fedf0ae3df30e0c397
+SIZE (asterisk-11.7.0.tar.gz) = 34779538

Modified: branches/2014Q1/net/asterisk11/files/patch-main__asterisk.exports.in
==============================================================================
--- branches/2014Q1/net/asterisk11/files/patch-main__asterisk.exports.in	Wed Dec 18 00:08:30 2013	(r336795)
+++ branches/2014Q1/net/asterisk11/files/patch-main__asterisk.exports.in	Wed Dec 18 00:10:25 2013	(r336796)
@@ -1,9 +1,9 @@
---- main/asterisk.exports.in.orig	2012-04-10 21:44:03.532803004 +0200
-+++ main/asterisk.exports.in	2012-04-10 21:44:41.134621539 +0200
-@@ -44,6 +44,8 @@
- 		LINKER_SYMBOL_PREFIXres_srtp;
- 		LINKER_SYMBOL_PREFIXres_srtp_policy;
- 		LINKER_SYMBOL_PREFIXsecure_call_info;
+--- main/asterisk.exports.in.orig	2013-08-22 10:22:39.000000000 +0200
++++ main/asterisk.exports.in	2013-10-27 13:38:56.825678450 +0100
+@@ -65,6 +65,8 @@
+ 
+ 		*/
+ 		LINKER_SYMBOL_PREFIX_IO_stdin_used;
 +		LINKER_SYMBOL_PREFIX__progname;
 +		LINKER_SYMBOL_PREFIXenviron;
  	local:

Copied: branches/2014Q1/net/asterisk11/files/patch-main__http.c (from r336791, head/net/asterisk11/files/patch-main__http.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/net/asterisk11/files/patch-main__http.c	Wed Dec 18 00:10:25 2013	(r336796, copy of r336791, head/net/asterisk11/files/patch-main__http.c)
@@ -0,0 +1,11 @@
+--- main/http.c.orig	2013-12-17 23:42:58.982720307 +0100
++++ main/http.c	2013-12-17 23:43:16.054863909 +0100
+@@ -1024,7 +1024,7 @@
+ 	struct http_uri_redirect *redirect;
+ 	struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
+ 	uint32_t bindport = DEFAULT_PORT;
+-	RAII_VAR(struct ast_sockaddr *, addrs, NULL, ast_free);
++	struct ast_sockaddr *addrs = NULL;
+ 	int num_addrs = 0;
+ 	int http_tls_was_enabled = 0;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312180010.rBI0APfv015218>