<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,8 +29,8 @@ reports.
 * Ruby 1.8.7 (latest from the 1.8.7 subversion branch)
 * Latest RubyGems
 * Gems: rails, thin, capistrano, termios, sqlite3-ruby, mysql, typo, and passenger
-* Git 1.6.3.2
-* nginx 0.7.59 (with nginx-upstream-fair module for fair load balancing and passenger module)
+* Git 1.6.4.2
+* nginx 0.7.61 (with nginx-upstream-fair module for fair load balancing and passenger module)
 * Monit 5.0.3
 * Startup scripts and working default configuration files for monit and nginx
 
@@ -76,8 +76,8 @@ There are a couple of optional things you should do:
 * Ruby Enterprise Edition 1.8.6 - 20090610
 * Latest RubyGems
 * Gems: rack, rails, mysql, sqlite3-ruby, passenger, thin, capistrano, termios
-* Git 1.6.3.2
-* nginx 0.7.59 (with nginx-upstream-fair module for fair load balancing and passenger module)
+* Git 1.6.4.2
+* nginx 0.7.61 (with nginx-upstream-fair module for fair load balancing and passenger module)
 * Startup scripts and working default configuration files for nginx
 
 ## Before Running the Script</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -6,25 +6,25 @@
 # Memcached
 
 cd $PREFIX/src
-wget http://monkey.org/~provos/libevent-1.4.10-stable.tar.gz
-tar xzvf libevent-1.4.10-stable.tar.gz
-cd libevent-1.4.10-stable
+wget http://monkey.org/~provos/libevent-1.4.12-stable.tar.gz
+tar xzvf libevent-1.4.12-stable.tar.gz
+cd libevent-1.4.12-stable
 ./configure --prefix=$PREFIX
 make
 make install
 
 cd $PREFIX/src
-wget http://www.danga.com/memcached/dist/memcached-1.2.8.tar.gz
-tar xzvf memcached-1.2.8.tar.gz
-cd memcached-1.2.8
+wget http://www.danga.com/memcached/dist/memcached-1.4.1.tar.gz
+tar xzvf memcached-1.4.1.tar.gz
+cd memcached-1.4.1
 ./configure --prefix=$PREFIX
 make
 make install
 
 cd $PREFIX/src
-wget http://download.tangent.org/libmemcached-0.30.tar.gz
-tar xzvf libmemcached-0.30.tar.gz
-cd libmemcached-0.30
+wget http://download.tangent.org/libmemcached-0.31.tar.gz
+tar xzvf libmemcached-0.31.tar.gz
+cd libmemcached-0.31
 ./configure --prefix=$PREFIX
 make
 make install
@@ -41,7 +41,7 @@ gem install memcached
 ldconfig $PREFIX/lib
 
 ###############################################################################
-# Erlang R13B
+# Erlang R13B01
 
 cd $PREFIX/src
 wget http://erlang.org/download/otp_src_R13B01.tar.gz
@@ -66,17 +66,17 @@ export LD_LIBRARY_PATH=$PREFIX/spidermonkey/lib # Linux
 export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$PREFIX/spidermonkey/lib # Mac OS X
 
 cd $PREFIX/src
-wget http://download.icu-project.org/files/icu4c/4.2.0.1/icu4c-4_2_0_1-src.tgz
-tar xzvf icu4c-4_2_0_1-src.tgz
+wget http://download.icu-project.org/files/icu4c/4.3.1/icu4c-4_3_1-src.tgz
+tar xzvf icu4c-4_3_1-src.tgz
 cd icu/source
 ./configure --prefix=$PREFIX
 make
 make install
 
 cd $PREFIX/src
-wget http://www.gtlib.gatech.edu/pub/apache/couchdb/0.9.0/apache-couchdb-0.9.0.tar.gz
-tar xzvf apache-couchdb-0.9.0.tar.gz
-cd apache-couchdb-0.9.0
+wget http://www.apache.org/dyn/closer.cgi?path=/couchdb/0.9.1/apache-couchdb-0.9.1.tar.gz
+tar xzvf apache-couchdb-0.9.1.tar.gz
+cd apache-couchdb-0.9.1
 ./configure --prefix=$PREFIX --with-erlang=$PREFIX/lib/erlang/usr/include --with-js-lib=$PREFIX/spidermonkey/lib --with-js-include=$PREFIX/spidermonkey/include
 make
 make install
\ No newline at end of file</diff>
      <filename>extra.sh</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@ mkdir $PREFIX/src
 # Reduces memory consumption of rails apps by up to 33% when used with Passenger.
 
 cd $PREFIX/src
-wget http://www.rubyenterpriseedition.com/ruby-enterprise-1.8.6-20090610.tar.gz
+wget http://rubyforge.org/frs/download.php/58677/ruby-enterprise-1.8.6-20090610.tar.gz
 tar xzvf ruby-enterprise-1.8.6-20090610.tar.gz
 cd ruby-enterprise-1.8.6-20090610
 ./installer -a $PREFIX
@@ -99,25 +99,25 @@ $PREFIX/bin/gem update --system
 gem install thin capistrano termios --no-rdoc --no-ri
 
 ###############################################################################
-# Git 1.6.3.2
+# Git 1.6.4.2
 # Git is a great source code management system. Subversion is already installed
 # on WebFaction's machines, but git is not.
 
 cd $PREFIX/src
-wget http://kernel.org/pub/software/scm/git/git-1.6.3.2.tar.gz
-tar xzvf git-1.6.3.2.tar.gz
-cd git-1.6.3.2
+wget http://kernel.org/pub/software/scm/git/git-1.6.4.2.tar.gz
+tar xzvf git-1.6.4.2.tar.gz
+cd git-1.6.4.2
 ./configure --prefix=$PREFIX
 make all
 make install
 
 cd $PREFIX/share/man/
-wget http://kernel.org/pub/software/scm/git/git-manpages-1.6.3.2.tar.gz
-tar xzvf git-manpages-1.6.3.2.tar.gz
-rm git-manpages-1.6.3.2.tar.gz
+wget http://kernel.org/pub/software/scm/git/git-manpages-1.6.4.2.tar.gz
+tar xzvf git-manpages-1.6.4.2.tar.gz
+rm git-manpages-1.6.4.2.tar.gz
 
 ###############################################################################
-# Nginx 0.7.59
+# Nginx 0.7.61
 # Here we download the sources for openssl, pcre, zlib, and nginx and git clone
 # the nginx-upstream-fair module. Nginx will be compiled with the help of the
 # other sources. Four other modules will be built into nginx: http_ssl_module,
@@ -135,10 +135,10 @@ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz
 tar xzvf pcre-7.9.tar.gz
 wget http://www.zlib.net/zlib-1.2.3.tar.gz
 tar xzvf zlib-1.2.3.tar.gz
-wget http://sysoev.ru/nginx/nginx-0.7.59.tar.gz
-tar xzvf nginx-0.7.59.tar.gz
+wget http://sysoev.ru/nginx/nginx-0.7.61.tar.gz
+tar xzvf nginx-0.7.61.tar.gz
 git clone git://github.com/gnosek/nginx-upstream-fair.git nginx-upstream-fair
-cd nginx-0.7.59
+cd nginx-0.7.61
 ./configure \
 --with-pcre=$PREFIX/src/pcre-7.9 \
 --with-zlib=$PREFIX/src/zlib-1.2.3 \</diff>
      <filename>webfaction-alt.sh</filename>
    </modified>
    <modified>
      <diff>@@ -90,16 +90,16 @@ make install
 #make install-doc # Documentation generation is ridiculously memory hungry!
 
 ###############################################################################
-# RubyGems 1.3.4
+# RubyGems 1.3.5
 # By installing RubyGems in your private application environment, you have
 # total control over the gems you require. You can install, update, and
 # uninstall whatever gems you want without having to freeze gems in your rails
 # applications.
 
 cd $PREFIX/src
-wget http://rubyforge.org/frs/download.php/57643/rubygems-1.3.4.tgz
-tar xzvf rubygems-1.3.4.tgz
-cd rubygems-1.3.4
+wget http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
+tar xzvf rubygems-1.3.5.tgz
+cd rubygems-1.3.5
 $PREFIX/bin/ruby setup.rb --no-rdoc --no-ri
 
 # Make sure RubyGems is up to date
@@ -128,26 +128,26 @@ gem install typo --no-rdoc --no-ri
 gem install passenger --no-rdoc --no-ri
 
 ###############################################################################
-# Git 1.6.3.2
+# Git 1.6.4.2
 # Git is a great source code management system. Subversion is already installed
 # on WebFaction's machines, but git is not. Git will be used to retrieve the
 # third party nginx-upstream-fair module for nginx.
 
 cd $PREFIX/src
-wget http://kernel.org/pub/software/scm/git/git-1.6.3.2.tar.gz
-tar xzvf git-1.6.3.2.tar.gz
-cd git-1.6.3.2
+wget http://kernel.org/pub/software/scm/git/git-1.6.4.2.tar.gz
+tar xzvf git-1.6.4.2.tar.gz
+cd git-1.6.4.2
 ./configure --prefix=$PREFIX
 make all
 make install
 
 cd $PREFIX/share/man/
-wget http://kernel.org/pub/software/scm/git/git-manpages-1.6.3.2.tar.gz
-tar xzvf git-manpages-1.6.3.2.tar.gz
-rm git-manpages-1.6.3.2.tar.gz
+wget http://kernel.org/pub/software/scm/git/git-manpages-1.6.4.2.tar.gz
+tar xzvf git-manpages-1.6.4.2.tar.gz
+rm git-manpages-1.6.4.2.tar.gz
 
 ###############################################################################
-# Nginx 0.7.59
+# Nginx 0.7.61
 # For good reason, the most popular frontend webserver for rails applications
 # is nginx. It's easy to configure, requires very little memory even under
 # heavy load, fast at serving static pages created with rails page caching, and
@@ -176,10 +176,10 @@ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.gz
 tar xzvf pcre-7.9.tar.gz
 wget http://www.zlib.net/zlib-1.2.3.tar.gz
 tar xzvf zlib-1.2.3.tar.gz
-wget http://sysoev.ru/nginx/nginx-0.7.59.tar.gz
-tar xzvf nginx-0.7.59.tar.gz
+wget http://sysoev.ru/nginx/nginx-0.7.61.tar.gz
+tar xzvf nginx-0.7.61.tar.gz
 git clone git://github.com/gnosek/nginx-upstream-fair.git nginx-upstream-fair
-cd nginx-0.7.59
+cd nginx-0.7.61
 ./configure \
 --with-pcre=$PREFIX/src/pcre-7.9 \
 --with-zlib=$PREFIX/src/zlib-1.2.3 \</diff>
      <filename>webfaction.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0bf09a9efdd9733d73fe155f92c685df166c9f83</id>
    </parent>
  </parents>
  <author>
    <name>Ronald M. Zownir</name>
    <email>rzownir@gmail.com</email>
  </author>
  <url>http://github.com/rzownir/webfaction-rails-environment/commit/11b7e46f646e7b51124d1dcc8518766b87e948a3</url>
  <id>11b7e46f646e7b51124d1dcc8518766b87e948a3</id>
  <committed-date>2009-09-04T06:44:56-07:00</committed-date>
  <authored-date>2009-09-04T06:44:56-07:00</authored-date>
  <message>Version bump.</message>
  <tree>11499014158ea66616301553d0db5e4b2c4d8b57</tree>
  <committer>
    <name>Ronald M. Zownir</name>
    <email>rzownir@gmail.com</email>
  </committer>
</commit>
