Apache Portable Runtime 0.9.20 发布

openkk 13年前
     <p>APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。在早期 的Apache版本中,应用程序本身必须能够处理各种具体操作系统平台的细节,并针对不同的平台调用不同的处理函数。<br /> <br /> 随着Apache的进一步开 发,Apache组织决定将这些通用的函数独立出来并发展成为一个新的项目。这样,APR的开发就从Apache中独立出来,Apache仅仅是使用 APR而已。目前APR主要还是由Apache使用,不过由于APR的较好的移植性,因此一些需要进行移植的C程序也开始使用APR,开源项目比如 Flood loader tester(http://httpd.apache.org/test/flood/,该项目用于服务器压力测试,不仅仅适用于Apache)、</p>    <p>该版本修正了一个安全问题:</p>    <pre class="brush:shell; toolbar: true; auto-links: false;">APR: SECURITY: CVE-2011-0419 (cve.mitre.org)        Reimplement apr_fnmatch() from scratch using a non-recursive        algorithm; now has improved compliance with the fnmatch() spec.        [William Rowe]</pre>项目地址:    <a href="/misc/goto?guid=4958190650969236695" target="_blank">http://apr.apache.org/</a>    <p></p>