diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-19 14:57:12 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-19 14:57:12 +0000 |
commit | a023168428a735e9c0cf011e9aa4e4009c50889d (patch) | |
tree | a9cc6925341d1525b02b675a5b182e2edb680158 /www-servers/lighttpd/files | |
parent | Version bump. Keywords ~amd64 (diff) | |
download | historical-a023168428a735e9c0cf011e9aa4e4009c50889d.tar.gz historical-a023168428a735e9c0cf011e9aa4e4009c50889d.tar.bz2 historical-a023168428a735e9c0cf011e9aa4e4009c50889d.zip |
Another pre-release.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'www-servers/lighttpd/files')
4 files changed, 1 insertions, 33 deletions
diff --git a/www-servers/lighttpd/files/digest-lighttpd-1.4.0.20050817.1210-r1 b/www-servers/lighttpd/files/digest-lighttpd-1.4.0.20050817.1210-r1 deleted file mode 100644 index 74c69222cea5..000000000000 --- a/www-servers/lighttpd/files/digest-lighttpd-1.4.0.20050817.1210-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7ac8753fc3803e3f4974794952d1cbb3 lighttpd-1.4.0-20050817-1210.tar.gz 744564 diff --git a/www-servers/lighttpd/files/digest-lighttpd-1.4.0.20050819.1044 b/www-servers/lighttpd/files/digest-lighttpd-1.4.0.20050819.1044 new file mode 100644 index 000000000000..91732da5a25b --- /dev/null +++ b/www-servers/lighttpd/files/digest-lighttpd-1.4.0.20050819.1044 @@ -0,0 +1 @@ +MD5 c953ee5055065216a3453daf9f7b7755 lighttpd-1.4.0-20050819-1044.tar.gz 746946 diff --git a/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff b/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff deleted file mode 100644 index 3e9edcd70d9f..000000000000 --- a/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-config-segv.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- branches/lighttpd-merge-1.4.x/src/configfile.c (revision 562) -+++ branches/lighttpd-merge-1.4.x/src/configfile.c (revision 563) -@@ -186,7 +186,7 @@ - - cv[35].destination = &(s->allow_http11); - cv[38].destination = s->ssl_ca_file; -- cv[39].destination = &(s->range_requests); -+ cv[40].destination = &(s->range_requests); - - srv->config_storage[i] = s; - diff --git a/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-mod_userdir.diff b/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-mod_userdir.diff deleted file mode 100644 index 94faa64dfb36..000000000000 --- a/www-servers/lighttpd/files/lighttpd-1.4.0.20050817.1210-fix-mod_userdir.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- branches/lighttpd-merge-1.4.x/src/mod_userdir.c (revision 575) -+++ branches/lighttpd-merge-1.4.x/src/mod_userdir.c (revision 576) -@@ -202,7 +202,8 @@ - - if (!found_user) return HANDLER_GO_ON; - } -- -+ -+ /* we build the physical path */ - buffer_copy_string(con->physical.path, pwd->pw_dir); - BUFFER_APPEND_SLASH(con->physical.path); - buffer_append_string_buffer(con->physical.path, p->conf.path); /* skip the / */ -@@ -222,7 +223,7 @@ - p->name = buffer_init_string("userdir"); - - p->init = mod_userdir_init; -- p->handle_docroot = mod_userdir_docroot_handler; -+ p->handle_physical = mod_userdir_docroot_handler; - p->set_defaults = mod_userdir_set_defaults; - p->cleanup = mod_userdir_free; - |