FreeBSD Bugzilla – Attachment 56605 Details for
Bug 85463
maintainer-update: www/lighttpd to 1.4.2 (bugfix release)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lighttpd-1.4.2.diff
lighttpd-1.4.2.diff (text/plain), 2.48 KB, created by
hendrik
on 2005-08-30 09:30:07 UTC
(
hide
)
Description:
lighttpd-1.4.2.diff
Filename:
MIME Type:
Creator:
hendrik
Created:
2005-08-30 09:30:07 UTC
Size:
2.48 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/lighttpd/Makefile,v >retrieving revision 1.24 >diff -u -u -r1.24 Makefile >--- Makefile 29 Aug 2005 10:13:32 -0000 1.24 >+++ Makefile 30 Aug 2005 08:13:16 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= lighttpd >-PORTVERSION= 1.4.1 >+PORTVERSION= 1.4.2 > CATEGORIES= www > MASTER_SITES= http://www.lighttpd.net/download/ \ > http://dl.fkb.wormulon.net/lighttpd/ \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/www/lighttpd/distinfo,v >retrieving revision 1.17 >diff -u -u -r1.17 distinfo >--- distinfo 29 Aug 2005 10:13:32 -0000 1.17 >+++ distinfo 30 Aug 2005 08:13:16 -0000 >@@ -1,2 +1,2 @@ >-MD5 (lighttpd-1.4.1.tar.gz) = 3abffbe574fd835721760a37c00d3714 >-SIZE (lighttpd-1.4.1.tar.gz) = 759063 >+MD5 (lighttpd-1.4.2.tar.gz) = c26eea734490129a45e465ac0f327e4a >+SIZE (lighttpd-1.4.2.tar.gz) = 763765 >Index: files/lighttpd.sh.in >=================================================================== >RCS file: files/lighttpd.sh.in >diff -N files/lighttpd.sh.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/lighttpd.sh.in 30 Aug 2005 08:13:19 -0000 >@@ -0,0 +1,43 @@ >+#!/bin/sh >+# >+# $FreeBSD$ >+# >+ >+# PROVIDE: lighttpd >+# REQUIRE: DAEMON >+# BEFORE: LOGIN >+# KEYWORD: FreeBSD shutdown >+ >+# >+# Add the following lines to /etc/rc.conf to enable lighttpd: >+# >+#lighttpd_enable="YES" >+# >+# See lighttpd(1) for manual >+# >+ >+. %%RC_SUBR%% >+ >+name=lighttpd >+rcvar=`set_rcvar` >+ >+command=%%PREFIX%%/sbin/lighttpd >+pidfile=/var/run/lighttpd.pid >+required_files=${lighttpd_conf} >+ >+stop_postcmd=stop_postcmd >+ >+stop_postcmd() >+{ >+ rm -f $pidfile >+} >+ >+# set defaults >+ >+lighttpd_enable=${lighttpd_enable:-"NO"} >+lighttpd_conf=${lighttpd_conf:-"%%PREFIX%%/etc/lighttpd.conf"} >+ >+load_rc_config $name >+ >+command_args="-f ${lighttpd_conf}" >+run_rc_command "$1" >Index: files/patch-src:fdevent_freebsd_kqueue.c >=================================================================== >RCS file: files/patch-src:fdevent_freebsd_kqueue.c >diff -N files/patch-src:fdevent_freebsd_kqueue.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src:fdevent_freebsd_kqueue.c 30 Aug 2005 08:13:19 -0000 >@@ -0,0 +1,10 @@ >+--- src/fdevent_freebsd_kqueue.c.orig Tue Aug 30 09:50:58 2005 >++++ src/fdevent_freebsd_kqueue.c Tue Aug 30 09:51:16 2005 >+@@ -108,6 +108,7 @@ >+ fprintf(stderr, "%s.%d: kqueue failed polling: %s\n", >+ __FILE__, __LINE__, strerror(errno)); >+ break; >++ } >+ } >+ >+ return ret;
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 85463
: 56605