FreeBSD Bugzilla – Attachment 100957 Details for
Bug 140316
[PATCH] www/lighttpd: update to 1.4.24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lighttpd-1.4.24.patch
lighttpd-1.4.24.patch (text/plain), 2.25 KB, created by
Renato Botelho
on 2009-11-05 15:30:05 UTC
(
hide
)
Description:
lighttpd-1.4.24.patch
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2009-11-05 15:30:05 UTC
Size:
2.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/lighttpd/Makefile,v >retrieving revision 1.74 >diff -u -u -r1.74 Makefile >--- Makefile 2 Aug 2009 19:36:01 -0000 1.74 >+++ Makefile 5 Nov 2009 15:25:03 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= lighttpd >-PORTVERSION= 1.4.23 >+PORTVERSION= 1.4.24 > CATEGORIES= www > MASTER_SITES= http://www.lighttpd.net/download/ \ > http://mirrors.cat.pdx.edu/lighttpd/ >@@ -133,6 +133,7 @@ > -e 's|#server.groupname.*|server.groupname = "www"|' \ > -e 's|/usr/local/bin/php|${PREFIX}/bin/php-cgi|' \ > ${WRKSRC}/doc/lighttpd.conf >+ @${TOUCH} ${WRKSRC}/ChangeLog > .if !defined(WITHOUT_IPV6) > @${ECHO} "" >> ${WRKSRC}/doc/lighttpd.conf > @${ECHO} "# Enable IPV6 and IPV4 together" >> ${WRKSRC}/doc/lighttpd.conf >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/www/lighttpd/distinfo,v >retrieving revision 1.38 >diff -u -u -r1.38 distinfo >--- distinfo 28 Jun 2009 05:07:13 -0000 1.38 >+++ distinfo 5 Nov 2009 15:25:03 -0000 >@@ -1,3 +1,3 @@ >-MD5 (lighttpd-1.4.23.tar.bz2) = 0ab6bb7b17bf0f515ce7dce68e5e215a >-SHA256 (lighttpd-1.4.23.tar.bz2) = 72896e6677b12aee2371c12e6d3f8299cfbdb2f89ad4b519a96b3ba80852a5fa >-SIZE (lighttpd-1.4.23.tar.bz2) = 641621 >+MD5 (lighttpd-1.4.24.tar.bz2) = e2324a24e4a5bce74663c21c58ddd200 >+SHA256 (lighttpd-1.4.24.tar.bz2) = 6e643dc4627d742510afee67654291a5190a316f5737dfb463b158a70f24750e >+SIZE (lighttpd-1.4.24.tar.bz2) = 622842 >Index: files/patch-src_mod_accesslog.c >=================================================================== >RCS file: files/patch-src_mod_accesslog.c >diff -N files/patch-src_mod_accesslog.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src_mod_accesslog.c 5 Nov 2009 15:25:03 -0000 >@@ -0,0 +1,13 @@ >+--- src/mod_accesslog.c.orig 2009-11-05 12:40:58.000000000 -0200 >++++ src/mod_accesslog.c 2009-11-05 12:41:17.000000000 -0200 >+@@ -162,7 +162,9 @@ >+ if (str->used == 0) return; >+ buffer_prepare_append(dest, str->used - 1); >+ >+- for (unsigned int i = 0; i < str->used - 1; i++) { >++ unsigned int i; >++ >++ for (i = 0; i < str->used - 1; i++) { >+ if (str->ptr[i] >= ' ' && str->ptr[i] <= '~') { >+ /* printable chars */ >+ buffer_append_string_len(dest, &str->ptr[i], 1);
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 140316
: 100957