FreeBSD Bugzilla – Attachment 94278 Details for
Bug 132395
[PATCH] www/lighttpd: update to 1.4.22
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lighttpd-1.4.22.patch
lighttpd-1.4.22.patch (text/plain), 2.81 KB, created by
Daniel Gerzo
on 2009-03-07 20:20:02 UTC
(
hide
)
Description:
lighttpd-1.4.22.patch
Filename:
MIME Type:
Creator:
Daniel Gerzo
Created:
2009-03-07 20:20:02 UTC
Size:
2.81 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/lighttpd/Makefile /usr/ports/www/lighttpd.new/Makefile >--- /usr/ports/www/lighttpd/Makefile 2009-02-24 20:06:36.000000000 +0100 >+++ /usr/ports/www/lighttpd.new/Makefile 2009-03-07 21:13:41.000000000 +0100 >@@ -6,8 +6,7 @@ > # > > PORTNAME= lighttpd >-PORTVERSION= 1.4.21 >-PORTREVISION= 2 >+PORTVERSION= 1.4.22 > CATEGORIES= www > MASTER_SITES= http://www.lighttpd.net/download/ \ > http://mirrors.cat.pdx.edu/lighttpd/ >diff -ruN --exclude=CVS /usr/ports/www/lighttpd/distinfo /usr/ports/www/lighttpd.new/distinfo >--- /usr/ports/www/lighttpd/distinfo 2009-02-21 19:38:00.000000000 +0100 >+++ /usr/ports/www/lighttpd.new/distinfo 2009-03-07 21:11:53.000000000 +0100 >@@ -1,3 +1,3 @@ >-MD5 (lighttpd-1.4.21.tar.bz2) = 49eeba63c931fa82120711adc7182731 >-SHA256 (lighttpd-1.4.21.tar.bz2) = 1c5f4e3643773fc5885c1fb0eb588852099ceb1f2517cf4e5e5211cc5504ebd1 >-SIZE (lighttpd-1.4.21.tar.bz2) = 657787 >+MD5 (lighttpd-1.4.22.tar.bz2) = ed4ca3897eadf419c893b03fee53c982 >+SHA256 (lighttpd-1.4.22.tar.bz2) = 6d217dd47fbbf431ee37aa6f12604411204be1fb37bc2a70e14d15dab507c451 >+SIZE (lighttpd-1.4.22.tar.bz2) = 657939 >diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src__network_freebsd_sendfile.c /usr/ports/www/lighttpd.new/files/patch-src__network_freebsd_sendfile.c >--- /usr/ports/www/lighttpd/files/patch-src__network_freebsd_sendfile.c 2009-02-24 20:06:37.000000000 +0100 >+++ /usr/ports/www/lighttpd.new/files/patch-src__network_freebsd_sendfile.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,18 +0,0 @@ >-# >-# Backport http://redmine.lighttpd.net/issues/show/1913 >-# >---- src/network_freebsd_sendfile.c.orig 2009-02-05 09:41:44.000000000 -0200 >-+++ src/network_freebsd_sendfile.c 2009-02-24 15:11:29.000000000 -0300 >-@@ -167,8 +167,9 @@ >- switch(errno) { >- case EAGAIN: >- case EINTR: >-- r = 0; /* try again later */ >-- break; >-+ /* for EAGAIN/EINTR r still contains the sent bytes */ >-+ break; /* try again later */ >-+ case EPIPE: >- case ENOTCONN: >- return -2; >- default: >- >diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/patch-src_mod_simple_vhost.c /usr/ports/www/lighttpd.new/files/patch-src_mod_simple_vhost.c >--- /usr/ports/www/lighttpd/files/patch-src_mod_simple_vhost.c 2009-02-21 19:38:01.000000000 +0100 >+++ /usr/ports/www/lighttpd.new/files/patch-src_mod_simple_vhost.c 1970-01-01 01:00:00.000000000 +0100 >@@ -1,13 +0,0 @@ >-Index: src/mod_simple_vhost.c >-=================================================================== >---- src/mod_simple_vhost.c (revision 2398) >-+++ src/mod_simple_vhost.c (revision 2399) >-@@ -249,6 +249,8 @@ >- return HANDLER_GO_ON; >- } else { >- buffer_copy_string_buffer(con->server_name, p->conf.default_host); >-+ buffer_copy_string_buffer(con->physical.doc_root, p->doc_root); >-+ >- /* do not cache default host */ >- return HANDLER_GO_ON; >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132395
: 94278