Author: nd
Date: Sun Jun 12 02:09:59 2005
New Revision: 190231
URL: http://svn.apache.org/viewcvs?rev=190231&view=rev
Log:
mod_version_for_2.0.x branch:
* Merge 179253 to 190230 from branches/2.0.x
Added:
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.es (props changed)
- copied unchanged from r190230, httpd/httpd/branches/2.0.x/docs/manual/dns-caveats.html.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.es (props changed)
- copied unchanged from r190230, httpd/httpd/branches/2.0.x/docs/manual/dns-caveats.xml.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.es (props changed)
- copied unchanged from r190230, httpd/httpd/branches/2.0.x/docs/manual/env.html.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.es (props changed)
- copied unchanged from r190230, httpd/httpd/branches/2.0.x/docs/manual/env.xml.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.es (props changed)
- copied unchanged from r190230, httpd/httpd/branches/2.0.x/docs/manual/sections.html.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.es (props changed)
- copied unchanged from r190230, httpd/httpd/branches/2.0.x/docs/manual/sections.xml.es
Modified:
httpd/httpd/branches/mod_version_for_2.0.x/CHANGES
httpd/httpd/branches/mod_version_for_2.0.x/STATUS
httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-std.conf.in
httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-win.conf
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.en
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.fr
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ja.euc-jp
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ko.euc-kr
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.meta
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.en
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.fr
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ja.euc-jp
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ko.euc-kr
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.meta
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.html.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.es
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.meta
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.en
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ja.euc-jp
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ko.euc-kr
httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.meta
httpd/httpd/branches/mod_version_for_2.0.x/modules/mappers/mod_userdir.c
httpd/httpd/branches/mod_version_for_2.0.x/modules/ssl/ssl_engine_kernel.c
Modified: httpd/httpd/branches/mod_version_for_2.0.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/CHANGES?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/CHANGES (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/CHANGES Sun Jun 12 02:09:59 2005
@@ -7,6 +7,14 @@
accompanying ap_version_t structure (minor MMN bump).
[André Malo]
+ *) SECURITY: CAN-2005-1268 (cve.mitre.org)
+ mod_ssl: Fix off-by-one overflow whilst printing CRL information
+ at "LogLevel debug" which could be triggered if configured
+ to use a "malicious" CRL. PR 35081. [Marc Stern <mstern csc.com>]
+
+ *) mod_userdir: Fix possible memory corruption issue. PR 34588.
+ [David Leonard <dleonard vintela.com>]
+
*) worker mpm: don't take down the whole server for a transient
thread creation failure. PR 34514 [Greg Ames]
Modified: httpd/httpd/branches/mod_version_for_2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/STATUS?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/STATUS (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/STATUS Sun Jun 12 02:09:59 2005
@@ -235,12 +235,6 @@
PR: 34452
+1: jorton
- *) mod_userdir: fix to palloc(sizeof struct) not palloc(sizeof pointer)
- http://svn.apache.org/viewcvs?rev=165151&view=rev
- PR: 34588
- +1: jorton, bnicholes, trawick (isn't it worth a CHANGES entry for a storage
- corruption fix?)
-
*) fix z/OS annoyance with pathname on debug messages in error log
http://svn.apache.org/viewcvs?rev=178299&view=rev
+1: trawick
@@ -255,7 +249,34 @@
*) Support the suppress-error-charset setting, as with Apache 1.3.x.
PR 31274. (current docs say it works with Apache from 2.0.40 ;) )
http://svn.apache.org/viewcvs?rev=170354&view=rev
+ +1: trawick, jorton
+
+ *) Downgrade the log level of a worker MPM apr_proc_mutex_foo error
+ message when it occurs during restart (as we already do for a couple
+ of other calls).
+ http://svn.apache.org/viewcvs?rev=179317&view=rev
+ +1: trawick, jorton
+
+ *) proxy FTP: Fix confusion about globbing characters which could lead
+ to getting a directory listing when a file was requested. PR 34512.
+ 2.1 patch was http://svn.apache.org/viewcvs?rev=179704&view=rev
+ 2.0 version: http://people.apache.org/~trawick/179704-20.txt
+ +1: trawick, jorton
+
+ *) mod_mime_magic: Handle CRLF-format magic files so that it works with
+ the default installation on Windows.
+ http://svn.apache.org/viewcvs?rev=179622&view=rev
+1: trawick
+
+ *) mod_cache: Fix handling of 'Vary: *". PR 16125.
+ Trunk: r180341
+ 2.0.x Patch: http://issues.apache.org/bugzilla/attachment.cgi?id=15297
+ +1: pquerna
+
+ *) mod_ssl: Fix buffering in SSL output filter.
+ http://svn.apache.org/viewcvs?rev=189971&view=rev
+ PR: 35279
+ +1: jorton
PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-std.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-std.conf.in?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-std.conf.in (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-std.conf.in Sun Jun 12 02:09:59 2005
@@ -962,6 +962,7 @@
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-win.conf
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-win.conf?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-win.conf (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/conf/httpd-win.conf Sun Jun 12 02:09:59 2005
@@ -881,6 +881,7 @@
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
+BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html Sun Jun 12 02:09:59 2005
@@ -2,6 +2,10 @@
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
+URI: dns-caveats.html.es
+Content-Language: es
+Content-type: text/html; charset=ISO-8859-1
+
URI: dns-caveats.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.en?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.en (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.en Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Issues Regarding DNS and Apache</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="./en/dns-caveats.html" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
@@ -232,6 +233,7 @@
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/dns-caveats.html" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
Copied: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.es (from r190230, httpd/httpd/branches/2.0.x/docs/manual/dns-caveats.html.es)
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.es?p2=httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.es&p1=httpd/httpd/branches/2.0.x/docs/manual/dns-caveats.html.es&r1=190230&r2=190231&rev=190231&view=diff
==============================================================================
(empty)
Propchange: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.es
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.fr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.fr?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.fr (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.fr Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">Serveur HTTP</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Problèmes DNS avec Apache</h1>
<div class="toplang">
<p><span>Langues Disponibles: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
@@ -242,6 +243,7 @@
</div></div>
<div class="bottomlang">
<p><span>Langues Disponibles: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ja.euc-jp
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ja.euc-jp?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ja.euc-jp [euc-jp] (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ja.euc-jp [euc-jp] Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP サーバ</a> > <a href="http://httpd.apache.org/docs-project/">ドキュメンテーション</a> > <a href="./">バージョン 2.0</a></div><div id="page-content"><div id="preamble"><h1>DNS と Apache にまつわる注意事項</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
@@ -236,6 +237,7 @@
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ko.euc-kr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ko.euc-kr?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.html.ko.euc-kr [euc-kr] Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>DNS와 아파치와 관련된 사항</h1>
<div class="toplang">
<p><span>가능한 언어: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" title="Korean"> ko </a></p>
@@ -216,6 +217,7 @@
</div></div>
<div class="bottomlang">
<p><span>가능한 언어: </span><a href="./en/dns-caveats.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/dns-caveats.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/dns-caveats.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/dns-caveats.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/dns-caveats.html" title="Korean"> ko </a></p>
Copied: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.es (from r190230, httpd/httpd/branches/2.0.x/docs/manual/dns-caveats.xml.es)
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.es?p2=httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.es&p1=httpd/httpd/branches/2.0.x/docs/manual/dns-caveats.xml.es&r1=190230&r2=190231&rev=190231&view=diff
==============================================================================
(empty)
Propchange: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.es
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.meta
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.meta?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.meta (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/dns-caveats.xml.meta Sun Jun 12 02:09:59 2005
@@ -7,6 +7,7 @@
<variants>
<variant>en</variant>
+ <variant>es</variant>
<variant>fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html Sun Jun 12 02:09:59 2005
@@ -2,6 +2,10 @@
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
+URI: env.html.es
+Content-Language: es
+Content-type: text/html; charset=ISO-8859-1
+
URI: env.html.fr
Content-Language: fr
Content-type: text/html; charset=ISO-8859-1
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.en?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.en (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.en Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Environment Variables in Apache</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="./en/env.html" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
@@ -390,6 +391,7 @@
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/env.html" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
Copied: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.es (from r190230, httpd/httpd/branches/2.0.x/docs/manual/env.html.es)
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.es?p2=httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.es&p1=httpd/httpd/branches/2.0.x/docs/manual/env.html.es&r1=190230&r2=190231&rev=190231&view=diff
==============================================================================
(empty)
Propchange: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.es
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.fr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.fr?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.fr (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.fr Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">Serveur HTTP</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Apache et les variables d'environnement</h1>
<div class="toplang">
<p><span>Langues Disponibles: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" title="Français"> fr </a> |
<a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
@@ -410,6 +411,7 @@
</div></div>
<div class="bottomlang">
<p><span>Langues Disponibles: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" title="Français"> fr </a> |
<a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ja.euc-jp
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ja.euc-jp?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ja.euc-jp [euc-jp] (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ja.euc-jp [euc-jp] Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP サーバ</a> > <a href="http://httpd.apache.org/docs-project/">ドキュメンテーション</a> > <a href="./">バージョン 2.0</a></div><div id="page-content"><div id="preamble"><h1>Apache の環境変数</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/env.html" title="Japanese"> ja </a> |
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
@@ -378,6 +379,7 @@
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/env.html" title="Japanese"> ja </a> |
<a href="./ko/env.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ko.euc-kr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ko.euc-kr?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.html.ko.euc-kr [euc-kr] Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>아파치의 환경변수</h1>
<div class="toplang">
<p><span>가능한 언어: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/env.html" title="Korean"> ko </a></p>
@@ -357,6 +358,7 @@
</div></div>
<div class="bottomlang">
<p><span>가능한 언어: </span><a href="./en/env.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/env.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./fr/env.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
<a href="./ja/env.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/env.html" title="Korean"> ko </a></p>
Copied: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.es (from r190230, httpd/httpd/branches/2.0.x/docs/manual/env.xml.es)
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.es?p2=httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.es&p1=httpd/httpd/branches/2.0.x/docs/manual/env.xml.es&r1=190230&r2=190231&rev=190231&view=diff
==============================================================================
(empty)
Propchange: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.es
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.meta
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.meta?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.meta (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/env.xml.meta Sun Jun 12 02:09:59 2005
@@ -7,6 +7,7 @@
<variants>
<variant>en</variant>
+ <variant>es</variant>
<variant>fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.html.es
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.html.es?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.html.es (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.html.es Sun Jun 12 02:09:59 2005
@@ -25,10 +25,6 @@
<a href="./ko/install.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="./ru/install.html" hreflang="ru" rel="alternate" title="Russian"> ru </a></p>
</div>
-<div class="outofdate">Esta traducción podría estar
- obsoleta. Consulte la versión en inglés de la
- documentación para comprobar si se han producido cambios
- recientemente.</div>
<p>Este documento explica cómo compilar e instalar Apache en
@@ -399,17 +395,20 @@
posteriores a la 2.0.41; las versiones anteriores contienen
cambios incompatibles.)</p>
- <p>Si va a conservar la estructura de directorios de su anterior
- instalación, la actualización es más fácil
- incluso. El fichero <code>config.nice</code> que está en el
- directorio raiz de la estructura de directorios antigua contiene
- exactamente el comando <code class="program"><a href="./programs/configure.html">configure</a></code> que usted usó
- para configurar la estructura de directorios de Apache. Entonces,
- para actualizar su instalación de una versóon a la
- siguinete, solo tiene que copiar el archivo
- <code>config.nice</code> a la estructura de directorios del
- código fuente de la nueva versión, editarlo, hacer
- cualquier cambio que desee, y ejecutarlo :</p>
+ <p>Si la actualización es entre versiones menores (por
+ ejemplo, de la 2.0.55 a la 2.0.57), lo primero que debe hacer es
+ encontrar el fichero <code>config.nice</code> en el directorio
+ <code>build</code> de la instalación antigua de Apache que
+ desea actualizar o en el directorio raiz de la estructura de
+ directorios con las fuentes del servidor que uso para su anterior
+ instalación. Ese fichero contiene el comando
+ <code class="program"><a href="./programs/configure.html">configure</a></code> exacto que usó originalmente
+ para configurar la estructura de directorios de las fuentes de
+ Apache. Para actualizar su instalación de una versión a
+ la siguiente, solo tiene que copiar el archivo
+ <code>config.nice</code> a la estructura de directorios que
+ contiene las fuentes de la nueva versión de Apache, editarlo,
+ hacer cualquier cambio que desee, y ejecutar:</p>
<div class="example"><p><code>
$ ./config.nice<br />
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.es
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.es?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.es (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.es Sun Jun 12 02:09:59 2005
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 151405:178522 (outdated) -->
+<!-- English Revision: 178522 -->
<!--
Copyright 2004-2005 The Apache Software Foundation
@@ -394,17 +394,20 @@
posteriores a la 2.0.41; las versiones anteriores contienen
cambios incompatibles.)</p>
- <p>Si va a conservar la estructura de directorios de su anterior
- instalación, la actualización es más fácil
- incluso. El fichero <code>config.nice</code> que está en el
- directorio raiz de la estructura de directorios antigua contiene
- exactamente el comando <program>configure</program> que usted usó
- para configurar la estructura de directorios de Apache. Entonces,
- para actualizar su instalación de una versóon a la
- siguinete, solo tiene que copiar el archivo
- <code>config.nice</code> a la estructura de directorios del
- código fuente de la nueva versión, editarlo, hacer
- cualquier cambio que desee, y ejecutarlo :</p>
+ <p>Si la actualización es entre versiones menores (por
+ ejemplo, de la 2.0.55 a la 2.0.57), lo primero que debe hacer es
+ encontrar el fichero <code>config.nice</code> en el directorio
+ <code>build</code> de la instalación antigua de Apache que
+ desea actualizar o en el directorio raiz de la estructura de
+ directorios con las fuentes del servidor que uso para su anterior
+ instalación. Ese fichero contiene el comando
+ <program>configure</program> exacto que usó originalmente
+ para configurar la estructura de directorios de las fuentes de
+ Apache. Para actualizar su instalación de una versión a
+ la siguiente, solo tiene que copiar el archivo
+ <code>config.nice</code> a la estructura de directorios que
+ contiene las fuentes de la nueva versión de Apache, editarlo,
+ hacer cualquier cambio que desee, y ejecutar:</p>
<example>
$ ./config.nice<br />
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.meta
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.meta?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.meta (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/install.xml.meta Sun Jun 12 02:09:59 2005
@@ -8,7 +8,7 @@
<variants>
<variant outdated="yes">de</variant>
<variant>en</variant>
- <variant outdated="yes">es</variant>
+ <variant>es</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
<variant outdated="yes">ru</variant>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html Sun Jun 12 02:09:59 2005
@@ -2,6 +2,10 @@
Content-Language: en
Content-type: text/html; charset=ISO-8859-1
+URI: sections.html.es
+Content-Language: es
+Content-type: text/html; charset=ISO-8859-1
+
URI: sections.html.ja.euc-jp
Content-Language: ja
Content-type: text/html; charset=EUC-JP
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.en?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.en (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.en Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Configuration Sections</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="./en/sections.html" title="English"> en </a> |
+<a href="./es/sections.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div>
@@ -445,6 +446,7 @@
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/sections.html" title="English"> en </a> |
+<a href="./es/sections.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div><div id="footer">
Copied: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.es (from r190230, httpd/httpd/branches/2.0.x/docs/manual/sections.html.es)
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.es?p2=httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.es&p1=httpd/httpd/branches/2.0.x/docs/manual/sections.html.es&r1=190230&r2=190231&rev=190231&view=diff
==============================================================================
(empty)
Propchange: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.es
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ja.euc-jp
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ja.euc-jp?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ja.euc-jp [euc-jp] (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ja.euc-jp [euc-jp] Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP サーバ</a> > <a href="http://httpd.apache.org/docs-project/">ドキュメンテーション</a> > <a href="./">バージョン 2.0</a></div><div id="page-content"><div id="preamble"><h1>セクションの設定</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/sections.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./ja/sections.html" title="Japanese"> ja </a> |
<a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div>
@@ -455,6 +456,7 @@
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/sections.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./ja/sections.html" title="Japanese"> ja </a> |
<a href="./ko/sections.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div><div id="footer">
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ko.euc-kr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ko.euc-kr?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.html.ko.euc-kr [euc-kr] Sun Jun 12 02:09:59 2005
@@ -19,6 +19,7 @@
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>섹션 설정</h1>
<div class="toplang">
<p><span>가능한 언어: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/sections.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/sections.html" title="Korean"> ko </a></p>
</div>
@@ -411,6 +412,7 @@
</div></div>
<div class="bottomlang">
<p><span>가능한 언어: </span><a href="./en/sections.html" hreflang="en" rel="alternate" title="English"> en </a> |
+<a href="./es/sections.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="./ja/sections.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="./ko/sections.html" title="Korean"> ko </a></p>
</div><div id="footer">
Copied: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.es (from r190230, httpd/httpd/branches/2.0.x/docs/manual/sections.xml.es)
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.es?p2=httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.es&p1=httpd/httpd/branches/2.0.x/docs/manual/sections.xml.es&r1=190230&r2=190231&rev=190231&view=diff
==============================================================================
(empty)
Propchange: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.es
------------------------------------------------------------------------------
svn:eol-style = native
Modified: httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.meta
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.meta?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.meta (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/docs/manual/sections.xml.meta Sun Jun 12 02:09:59 2005
@@ -7,6 +7,7 @@
<variants>
<variant>en</variant>
+ <variant>es</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
</variants>
Modified: httpd/httpd/branches/mod_version_for_2.0.x/modules/mappers/mod_userdir.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/modules/mappers/mod_userdir.c?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/modules/mappers/mod_userdir.c (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/modules/mappers/mod_userdir.c Sun Jun 12 02:09:59 2005
@@ -330,7 +330,7 @@
return NULL;
}
- if ((ugid = apr_palloc(r->pool, sizeof(ap_unix_identity_t *))) == NULL) {
+ if ((ugid = apr_palloc(r->pool, sizeof(*ugid))) == NULL) {
return NULL;
}
Modified: httpd/httpd/branches/mod_version_for_2.0.x/modules/ssl/ssl_engine_kernel.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/mod_version_for_2.0.x/modules/ssl/ssl_engine_kernel.c?rev=190231&r1=190230&r2=190231&view=diff
==============================================================================
--- httpd/httpd/branches/mod_version_for_2.0.x/modules/ssl/ssl_engine_kernel.c (original)
+++ httpd/httpd/branches/mod_version_for_2.0.x/modules/ssl/ssl_engine_kernel.c Sun Jun 12 02:09:59 2005
@@ -1398,7 +1398,7 @@
BIO_printf(bio, ", nextUpdate: ");
ASN1_UTCTIME_print(bio, X509_CRL_get_nextUpdate(crl));
- n = BIO_read(bio, buff, sizeof(buff));
+ n = BIO_read(bio, buff, sizeof(buff) - 1);
buff[n] = '\0';
BIO_free(bio);
|