Index: /bootstrap_libs
===================================================================
--- /bootstrap_libs	(revision 5929)
+++ /bootstrap_libs	(revision 5930)
@@ -8,7 +8,7 @@
 
 # apache runtime
-wget http://apache.linux-mirror.org/apr/apr-1.3.5.tar.gz
-tar xvvzf apr-1.3.5.tar.gz
-cd apr-1.3.5 
+wget http://apache.linux-mirror.org/apr/apr-1.3.8.tar.gz
+tar xvvzf apr-1.3.8.tar.gz
+cd apr-1.3.8 
 ./configure --prefix=$PREFIX 
 make && make install 
@@ -16,7 +16,7 @@
 
 # apache runtime utilities
-wget http://apache.linux-mirror.org/apr/apr-util-1.3.7.tar.gz
-tar xvvzf apr-util-1.3.7.tar.gz
-cd apr-util-1.3.7 
+wget http://apache.linux-mirror.org/apr/apr-util-1.3.9.tar.gz
+tar xvvzf apr-util-1.3.9.tar.gz
+cd apr-util-1.3.9
 ./configure --prefix=$PREFIX --with-apr=$PREFIX
 make && make install 
