Updated sofia-sip to upstream version 1.12.11. According to the release notes:
- Added functions auth_digest_ha1(), auc_save_credentials(), and auc_copy_credentials() - Added function msg_fragment_clear_chain(). - Added tag SOATAG_DELAYED_OFFER_ENABLE(). - Added tags NUTAG_AUTO302(), NUTAG_AUTO305(). - Added functions nta_outgoing_magic(), nta_agent_tports(), nta_leg_client_reroute(). - Added functions su_home_parent(), su_root_clone(), su_root_set_max_defer(), su_root_get_max_defer(), su_timer_deferrable(), su_timer_is_set(), su_timer_latest(), su_task_deferrable(), su_task_wakeup(). - Added locale-independent, NULL-safe string comparison, matching and searching functions: su_strcmp(), su_strncmp(), su_strcasecmp(), su_strncasecmp(), su_strmatch(), su_strnmatch(), su_casematch(), su_casenmatch(), su_strncspn(), su_strnspn(), su_strcasestr(), su_memspn() and su_memcspn(). - The mp_len type was changed from usize_t to unsigned. The change is binary-incompatible on 64-bit platforms when compiled with the configure option --disable-size-compat - Removed globals which should have been static in first place: - su_t64_to_time() - mutex_trylocker() - su_port_set_system_preferences() - t_null_next(), t_null_move(), t_null_dup(), t_null_copy(), t_null_find() - t_skip_next(), t_skip_move(), t_skip_len(), t_skip_dup(), t_skip_filter() - t_next_next(), t_next_move(), t_next_len(), t_next_dup(), t_next_filter() - t_filter_with(), t_any_filter() - sres_record_class(), urandom - u2s_alloc() - memmem (on platforms that do not support memmem) - This release is ABI/API compatible with applications linked against any 1.12.x release. However, applications built against this release won't work against an older library. The ABI has been tested with the nua module unit test (test_nua) built against original 1.12.0 release. libsofia-sip-ua-glib: - No ABI/API changes, compatible with 1.12.0. Note, libsofia-sip-ua-glib interface is not considered stable and may change in a future 1.12.x release. Additional bug fixes and information are found at: http://sofia-sip.sourceforge.net/relnotes/relnotes-sofia-sip-1.12.11.txt
This commit is contained in:
parent
b5f8c7ced6
commit
97bec6430c
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/09/29 11:46:44 khorben Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/09/29 11:56:36 khorben Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sofia-sip-1.12.10
|
||||
DISTNAME= sofia-sip-1.12.11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sofia-sip/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/29 11:37:37 khorben Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/09/29 11:56:36 khorben Exp $
|
||||
bin/addrinfo
|
||||
bin/localinfo
|
||||
bin/sip-date
|
||||
|
@ -76,6 +76,7 @@ include/sofia-sip-1.12/sofia-sip/soa_add.h
|
|||
include/sofia-sip-1.12/sofia-sip/soa_session.h
|
||||
include/sofia-sip-1.12/sofia-sip/soa_tag.h
|
||||
include/sofia-sip-1.12/sofia-sip/sofia_features.h
|
||||
include/sofia-sip-1.12/sofia-sip/sres_sip.h
|
||||
include/sofia-sip-1.12/sofia-sip/sresolv.h
|
||||
include/sofia-sip-1.12/sofia-sip/string0.h
|
||||
include/sofia-sip-1.12/sofia-sip/stun.h
|
||||
|
@ -96,6 +97,7 @@ include/sofia-sip-1.12/sofia-sip/su_log.h
|
|||
include/sofia-sip-1.12/sofia-sip/su_md5.h
|
||||
include/sofia-sip-1.12/sofia-sip/su_os_nw.h
|
||||
include/sofia-sip-1.12/sofia-sip/su_source.h
|
||||
include/sofia-sip-1.12/sofia-sip/su_string.h
|
||||
include/sofia-sip-1.12/sofia-sip/su_strlst.h
|
||||
include/sofia-sip-1.12/sofia-sip/su_tag.h
|
||||
include/sofia-sip-1.12/sofia-sip/su_tag_class.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/09/29 11:37:37 khorben Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/09/29 11:56:36 khorben Exp $
|
||||
|
||||
SHA1 (sofia-sip-1.12.10.tar.gz) = 572db412fbfe1b1f52026fa82d6fbc691bb2d375
|
||||
RMD160 (sofia-sip-1.12.10.tar.gz) = 35d3c3d348af1553d1a6fe2e0425efcd5dab8e6f
|
||||
Size (sofia-sip-1.12.10.tar.gz) = 2855890 bytes
|
||||
SHA1 (sofia-sip-1.12.11.tar.gz) = fe11c98fae19cbdbd7e55876c5553c1f9a0c561d
|
||||
RMD160 (sofia-sip-1.12.11.tar.gz) = 0d398a03b8ca227c84d0909bb6f3d4fa1011cb08
|
||||
Size (sofia-sip-1.12.11.tar.gz) = 2927808 bytes
|
||||
|
|
Loading…
Reference in a new issue