[asterisk-bugs] [Asterisk 0017697]: [patch] Workaround required for environments not supporting locale
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 26 11:44:24 CDT 2010
A NOTE has been added to this issue.
======================================================================
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: closed
Target Version: 1.8.0
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:44 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
======================================================================
----------------------------------------------------------------------
(0125046) svnbot (reporter) - 2010-07-26 11:44
https://issues.asterisk.org/view.php?id=17697#c125046
----------------------------------------------------------------------
Repository: asterisk
Revision: 279533
_U trunk/
U trunk/channels/sip/reqresp_parser.c
U trunk/configure
U trunk/configure.ac
U trunk/include/asterisk/autoconfig.h.in
------------------------------------------------------------------------
r279533 | mmichelson | 2010-07-26 11:44:24 -0500 (Mon, 26 Jul 2010) | 20
lines
Merged revisions 279504 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r279504 | mmichelson | 2010-07-26 11:04:09 -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=279533
Issue History
Date Modified Username Field Change
======================================================================
2010-07-26 11:44 svnbot Checkin
2010-07-26 11:44 svnbot Note Added: 0125046
======================================================================
More information about the asterisk-bugs
mailing list