Index: bootstrap_libs
===================================================================
--- bootstrap_libs	(revision 7532)
+++ bootstrap_libs	(revision 9633)
@@ -8,7 +8,7 @@
 
 # apache runtime
-wget http://apache.linux-mirror.org/apr/apr-1.3.9.tar.gz
-tar xvvzf apr-1.3.9.tar.gz
-cd apr-1.3.9 
+wget http://apache.linux-mirror.org/apr/apr-1.4.2.tar.gz
+tar xvvzf apr-1.4.2.tar.gz
+cd apr-1.4.2 
 ./configure --prefix=$PREFIX 
 make && make install 
@@ -16,7 +16,7 @@
 
 # apache runtime utilities
-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
+wget http://apache.linux-mirror.org/apr/apr-util-1.3.10.tar.gz
+tar xvvzf apr-util-1.3.10.tar.gz
+cd apr-util-1.3.10
 ./configure --prefix=$PREFIX --with-apr=$PREFIX
 make && make install 
