lib/deprec/recipes/apache.rb in deprec-1.9.0 vs lib/deprec/recipes/apache.rb in deprec-1.9.1

- old
+ new

@@ -3,33 +3,33 @@ task :install_apache do # deprecated apache_install end task :apache_install do - version = 'httpd-2.2.4' + version = 'httpd-2.2.6' set :src_package, { - :file => version + '.tar.gz', - :md5sum => '3add41e0b924d4bb53c2dee55a38c09e httpd-2.2.4.tar.gz', - :dir => version, + :file => version + '.tar.gz', + :md5sum => 'd050a49bd7532ec21c6bb593b3473a5d httpd-2.2.6.tar.gz', + :dir => version, :url => "http://www.apache.org/dist/httpd/#{version}.tar.gz", :unpack => "tar zxf #{version}.tar.gz;", :configure => %w( ./configure --enable-mods-shared=all - --enable-proxy - --enable-proxy-balancer - --enable-proxy-http - --enable-rewrite - --enable-cache - --enable-headers - --enable-ssl - --enable-deflate + --enable-proxy + --enable-proxy-balancer + --enable-proxy-http + --enable-rewrite + --enable-cache + --enable-headers + --enable-ssl + --enable-deflate --with-included-apr #_so_this_recipe_doesn't_break_when_rerun --enable-dav #_for_subversion_ --enable-so #_for_subversion_ ; - ).reject{|arg| arg.match '#'}.join(' '), + ).reject{|arg| arg.match '#'}.join(' '), :make => 'make;', :install => 'make install;', :post_install => 'install -b support/apachectl /etc/init.d/httpd;' } apt.install( {:base => %w(zlib1g-dev zlib1g openssl libssl-dev)}, :stable ) @@ -64,10 +64,10 @@ --with-zlib --with-gettext --with-sqlite --enable-sqlite-utf8 --with-openssl - --with-mcrypt + --with-mcrypt --with-ncurses --with-jpeg-dir=/usr --with-gd --with-ctype --enable-mbstring \ No newline at end of file