NOTICE: This package has been removed from pkgsrc

./wip/sofia-sip, Open-source SIP User-Agent library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.12.11, Package name: sofia-sip-1.12.11, Maintainer: khorben

Open-source SIP User-Agent library

It can be used as a building block for SIP client software for uses such as
VoIP, IM, and many other real-time and person-to-person communication services.
The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a
SIP stack developed at the Nokia Research Center. Sofia-SIP is licensed under
the LGPL.


Required to run:
[devel/glib2]

Required to build:
[devel/libtool-base] [devel/pkg-config]

Master sites:

SHA1: fe11c98fae19cbdbd7e55876c5553c1f9a0c561d
RMD160: 0d398a03b8ca227c84d0909bb6f3d4fa1011cb08
Filesize: 2859.188 KB

Version history: (Expand)


CVS history: (Expand)


   2013-01-26 02:03:08 by Pierre Pronchery | Files touched by this commit (5) | Package removed
Log message:
Removed sofia-sip, imported to pkgsrc/devel
   2012-12-17 02:06:49 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Updated the CATEGORIES list (inspired from devel/opal)
   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-09-29 13:56:36 by Pierre Pronchery | Files touched by this commit (3)
Log message:
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
   2011-09-29 13:52:36 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Added buildlink3.mk
   2011-09-29 13:46:44 by Pierre Pronchery | Files touched by this commit (1)
Log message:
Hopefully support DESTDIR
   2011-09-29 13:37:39 by Pierre Pronchery | Files touched by this commit (4) | Imported package
Log message:
Importing sofia-sip, an open-source SIP user-agent library