[asterisk-bugs] [Asterisk 0017697]: [patch] Workaround required for environments not supporting locale
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 26 11:04:09 CDT 2010
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=17697
======================================================================
Reported By: pprindeville
Assigned To: mmichelson
======================================================================
Project: Asterisk
Issue ID: 17697
Category: Core/BuildSystem
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 17662
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-07-24 13:56 CDT
Last Modified: 2010-07-26 11:04 CDT
======================================================================
Summary: [patch] Workaround required for environments not
supporting locale
Description:
The fix for bugid 17662 introduced linkage dependencies on:
strcasecmp_l()
newlocale()
freelocale()
which might be an obstacle for embedded platforms which typically don't
require (or have) internationalization support.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0017662 [patch] IPv6: sip_uri_cmp
======================================================================
----------------------------------------------------------------------
(0125045) svnbot (reporter) - 2010-07-26 11:04
https://issues.asterisk.org/view.php?id=17697#c125045
----------------------------------------------------------------------
Repository: asterisk
Revision: 279504
U branches/1.8/channels/sip/reqresp_parser.c
U branches/1.8/configure
U branches/1.8/configure.ac
U branches/1.8/include/asterisk/autoconfig.h.in
------------------------------------------------------------------------
r279504 | mmichelson | 2010-07-26 11:04:07 -0500 (Mon, 26 Jul 2010) | 14
lines
Allow for systems without locale support to be usable.
A recent change to SIP URI comparison code added a locale-specific
string comparison to the mix, and certain systems do not support
such functions. This fix allows for those systems to still use
Asterisk 1.8
(closes issue https://issues.asterisk.org/view.php?id=17697)
Reported by: pprindeville
Patches:
asterisk-trunk-bugid17697.patch uploaded by pprindeville (license
347)
Tested by: mmichelson
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=279504
Issue History
Date Modified Username Field Change
======================================================================
2010-07-26 11:04 svnbot Checkin
2010-07-26 11:04 svnbot Note Added: 0125045
2010-07-26 11:04 svnbot Status acknowledged =>
assigned
2010-07-26 11:04 svnbot Assigned To => mmichelson
2010-07-26 11:04 svnbot Status assigned => resolved
2010-07-26 11:04 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list