1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Update to 4.2.3.

New Features in V4.2.3
- Warning about use of ancient gcc compiler
- New desktop/background images
- New AMI Function:SCCPShowRefcount
- Support for newer/future version of automake
- Small size reduction of chan_sccp.so

Bug Fixes
- Channel being left behind after hangup
- Scheduled Hangup / Schedule Digit Timeout
- Potential Deadlock Fallback Atomic Functions
- MWI loosing track of new voicemails under certain circumstances
- using gnu version of libiconv fixed
- gen_sccp_enum improved / gnu awk extension dependency removed
- set socket option should happen before binding to the socket
- channel monitor/record handling fixed
- Code cleanup / fixed memory leaks / fixed potential null pointer dereferences
- Some smaller patches (Check ChangeLog for details)
- Some minor BSD Compilation issues

PR:		207291
Submitted by:	Diederik de Groot <ddegroot@talon.nl> (maintainer)
This commit is contained in:
Raphael Kubo da Costa 2016-03-06 16:20:40 +00:00
parent b4cc89c948
commit c041adbfeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410464
2 changed files with 13 additions and 10 deletions

View File

@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= chan_sccp
PORTVERSION= 4.2.1
PORTVERSION= 4.2.3
CATEGORIES= net
MASTER_SITES= SF/chan-sccp-b/V4/
MASTER_SITES= SF/chan-sccp-b
PKGNAMEPREFIX= asterisk-
DISTNAME= Chan_SCCP-4.2.1_STABLE_r6370
DISTNAME= Chan_SCCP-4.2.3_STABLE_r6728
MAINTAINER= ddegroot@talon.nl
COMMENT= Replacement for the SCCP channel driver in Asterisk
@ -15,12 +15,15 @@ LICENSE= GPLv1
GNU_CONFIGURE= yes
USES= iconv compiler libtool
CONFIGURE_ARGS+= --enable-video --enable-video-layer
CONFIGURE_ARGS+= --enable-conference --enable-advanced-functions
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG}
NO_OPTIONS_SORT= yes
CONFIGURE_ARGS+= --enable-video \
--enable-video-layer \
--enable-conference \
--enable-advanced-functions \
--with-hash-size=3001 \
${ICONV_CONFIGURE_ARG}
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${ICONV_INCLUDE_PATH}
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
PLIST_FILES= lib/asterisk/modules/chan_sccp.so \
etc/asterisk/sccp.conf \

View File

@ -1,2 +1,2 @@
SHA256 (Chan_SCCP-4.2.1_STABLE_r6370.tar.gz) = a5301446cc8bb6e036319a6a04983b18cb873b24aa0efd089b49a3e4f83cbe4d
SIZE (Chan_SCCP-4.2.1_STABLE_r6370.tar.gz) = 1350462
SHA256 (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 22d914c97594f74a482a7e14a069f61ff9d695d4cc271674ad54552778bb679d
SIZE (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 1471165