FreeBSD Bugzilla – Attachment 125888 Details for
Bug 169582
Update www/tinytinyhttpd to 0.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tthttpd.patch
tthttpd.patch (text/plain), 1.84 KB, created by
Adam Weinberger
on 2012-07-01 18:40:07 UTC
(
hide
)
Description:
tthttpd.patch
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2012-07-01 18:40:07 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/tinytinyhttpd/Makefile,v >retrieving revision 1.6 >diff -u -d -p -r1.6 Makefile >--- Makefile 4 Nov 2009 08:14:14 -0000 1.6 >+++ Makefile 1 Jul 2012 17:32:26 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= tinytinyhttpd >-PORTVERSION= 0.0.9 >+PORTVERSION= 0.0.11 > CATEGORIES= www > MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \ > ${MASTER_SITE_LOCAL} >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/www/tinytinyhttpd/distinfo,v >retrieving revision 1.7 >diff -u -d -p -r1.7 distinfo >--- distinfo 19 Mar 2011 12:36:55 -0000 1.7 >+++ distinfo 1 Jul 2012 17:32:26 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (tinytinyhttpd-0.0.9.tar.gz) = 374041df75722920a355b3284d242a9fcdf009cc7c67078fd527c2682462792f >-SIZE (tinytinyhttpd-0.0.9.tar.gz) = 147412 >+SHA256 (tinytinyhttpd-0.0.11.tar.gz) = 844150ef4f88b3d198273937861e3e9a3854b412f29b8be64ea01e9de7c71e9a >+SIZE (tinytinyhttpd-0.0.11.tar.gz) = 154501 >Index: files/patch-httpd.cxx >=================================================================== >RCS file: files/patch-httpd.cxx >diff -N files/patch-httpd.cxx >--- files/patch-httpd.cxx 4 Nov 2009 08:14:15 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,13 +0,0 @@ >-diff --git httpd.cxx httpd.cxx >-index 98cec3c..958200a 100644 >---- httpd.cxx >-+++ httpd.cxx >-@@ -1734,7 +1734,7 @@ request_done: >- #if defined LINUX_SENDFILE_API >- sent = sendfile(msgsock, fileno(res_info->read), NULL, total); >- #elif defined FREEBSD_SENDFILE_API >-- sendfile(msgsock, fileno(res_info->read), total, &sent, NULL, 0); >-+ if (sendfile(msgsock, fileno(res_info->read), NULL, total, NULL, NULL, 0) == 0) sent = total; >- #elif defined _WIN32 >- if (!res_info->process && lpfnTransmitFile && lpfnTransmitFile( >- msgsock,
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 169582
: 125888