Update to 1.2.0:
freediameter (1.2.0) UNRELEASED; urgency=low * Major changes in the logging system to be more syslog and production friendly * New extension: dict_dcca_3gpp * New extension: dict_dcca_starent (Starent DCCA vendor-specific AVPs) * New extension: rt_ignore_dh (hide network topology by proxying Destination-Host). * New extension: rt_load_balance (load balancer based on pending queue size). * New extension: rt_busypeers. See doc/rt_busypeers.conf.sample. * New extension: dbg_msg_timings. Measures timing of message operations. * New extension: dbg_msg_dumps. Use to control hooks display. * New API (fd_hook_*) for extensions to control messages logging & profiling * New API (fd_stats_*) for extensions to monitor framework state (e.g. SNMP implem) * API change: all the fd_*_dump functions now return malloc'd strings instead of logging directly. * API change: callback parameter of fd_rt_out_register had its signature updated. * Updated dbg_monitoring extension to use the new API * New script to generate dictionary extensions from org file (see contrib/tools) * New compilation option: WORKAROUND_ACCEPT_INVALID_VSAI to improve compatibility with invalid Vendor-Specific-Application-Id AVPs received from some equipments (e.g. Cisco). * New compilation option: DISABLE_PEER_EXPIRY for use in test environments. * Extensions are now also searched in LD_LIBRARY_PATH. * Copy Proxy-Info AVP automatically in new answers. * Port value 0 allowed in configuration to disable local server (e.g. disable non-secure port). * API change: fd_msg_send_timeout now takes a separate callback for timeout situation. * Function changes: fd_msg_dump_* now split in three different type of output. * New test testmesg_stress to measure message parser performance * Fix termination of the framework to avoid failures. * Fix invalid timespec value in peer PSM appearing randomly (leading to crash). * Return DIAMETER_LOOP_DETECTED if local peer in the Route-Record list of a message. * Allow running without TLS configuration. * Upgraded SCTP code to comply with RFC 6458 * Using default secure Diameter port number 5658 as per RFC 6733 * Updated TLS code for performance improvements with new GNU TLS. * Fix interlocking problem when large number of requests were failed over. * New option in test_app.fdx extension for long messages payload. * Performance improvement in message sending code path. -- Sebastien Decugis <sdecugis@freediameter.net> Sat, 14 Sep 2013 18:08:07 +0800
This commit is contained in:
parent
ec6553922d
commit
8d429adc31
3 changed files with 19 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/03/04 16:28:29 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2013/09/14 13:55:58 wiz Exp $
|
||||
|
||||
DISTNAME= 1.1.6
|
||||
DISTNAME= 1.2.0
|
||||
PKGNAME= freeDiameter-${DISTNAME}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.freediameter.net/hg/freeDiameter/archive/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2013/03/04 16:28:29 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2013/09/14 13:55:58 wiz Exp $
|
||||
bin/freeDiameterd
|
||||
bin/freeDiameterd-${PKGVERSION}
|
||||
${PLIST.ext}bin/freediameter-sip-ppr
|
||||
|
@ -15,8 +15,14 @@ ${PLIST.ext}lib/freeDiameter/app_radgw.fdx
|
|||
${PLIST.ext}lib/freeDiameter/app_redirect.fdx
|
||||
${PLIST.ext}lib/freeDiameter/app_sip.fdx
|
||||
${PLIST.ext}lib/freeDiameter/auth.rgwx
|
||||
lib/freeDiameter/dbg_monitor.fdx
|
||||
lib/freeDiameter/dbg_msg_dumps.fdx
|
||||
lib/freeDiameter/dbg_msg_timings.fdx
|
||||
lib/freeDiameter/dbg_rt.fdx
|
||||
${PLIST.ext}lib/freeDiameter/debug.rgwx
|
||||
lib/freeDiameter/dict_dcca.fdx
|
||||
lib/freeDiameter/dict_dcca_3gpp.fdx
|
||||
lib/freeDiameter/dict_dcca_starent.fdx
|
||||
lib/freeDiameter/dict_eap.fdx
|
||||
${PLIST.ext}lib/freeDiameter/dict_legacy_xml.fdx
|
||||
lib/freeDiameter/dict_mip6a.fdx
|
||||
|
@ -27,15 +33,18 @@ lib/freeDiameter/dict_rfc5777.fdx
|
|||
lib/freeDiameter/dict_sip.fdx
|
||||
${PLIST.ext}lib/freeDiameter/eap_identity.emp
|
||||
${PLIST.ext}lib/freeDiameter/echodrop.rgwx
|
||||
lib/freeDiameter/rt_busypeers.fdx
|
||||
lib/freeDiameter/rt_default.fdx
|
||||
${PLIST.ext}lib/freeDiameter/rt_ereg.fdx
|
||||
lib/freeDiameter/rt_ignore_dh.fdx
|
||||
lib/freeDiameter/rt_load_balance.fdx
|
||||
lib/freeDiameter/rt_redirect.fdx
|
||||
lib/libfdcore.so
|
||||
lib/libfdcore.so.${PKGVERSION}
|
||||
lib/libfdcore.so.5
|
||||
lib/libfdcore.so.6
|
||||
lib/libfdproto.so
|
||||
lib/libfdproto.so.${PKGVERSION}
|
||||
lib/libfdproto.so.5
|
||||
lib/libfdproto.so.6
|
||||
share/examples/freeDiameter/acl_wl.conf.sample
|
||||
share/examples/freeDiameter/app_acct.conf.sample
|
||||
share/examples/freeDiameter/app_diameap.conf.sample
|
||||
|
@ -49,6 +58,7 @@ share/examples/freeDiameter/dict_legacy_xml.conf.sample
|
|||
share/examples/freeDiameter/eap_tls_plugin.diameap.conf.sample
|
||||
share/examples/freeDiameter/echodrop.rgwx.conf.sample
|
||||
share/examples/freeDiameter/freediameter.conf.sample
|
||||
share/examples/freeDiameter/rt_busypeers.conf.sample
|
||||
share/examples/freeDiameter/rt_default.conf.sample
|
||||
share/examples/freeDiameter/rt_ereg.conf.sample
|
||||
share/examples/freeDiameter/single_host/freeDiameter-1.conf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2013/03/04 16:28:29 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/09/14 13:55:58 wiz Exp $
|
||||
|
||||
SHA1 (freeDiameter/1.1.6.tar.gz) = fac9cf7c4aa8b2b10aaf7f70214f8f808f8e05ab
|
||||
RMD160 (freeDiameter/1.1.6.tar.gz) = 1c7f4c84bb0d18778f0ded62695eea8a27f4b440
|
||||
Size (freeDiameter/1.1.6.tar.gz) = 770677 bytes
|
||||
SHA1 (freeDiameter/1.2.0.tar.gz) = 687bd9d551eb4261c3600fcbe35ea519b711e9f7
|
||||
RMD160 (freeDiameter/1.2.0.tar.gz) = c998ef87eb5ba00d58723a545d30c9d0d53be50e
|
||||
Size (freeDiameter/1.2.0.tar.gz) = 855257 bytes
|
||||
|
|
Loading…
Reference in a new issue