Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 21:04:30 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, hendrik@scholz.net
Subject:   ports/103618: [PATCH] www/lighttpd: update to 1.4.12
Message-ID:  <20060925130430.4B6E1250@netnews.NCTU.edu.tw>
Resent-Message-ID: <200609251310.k8PDAWvH005617@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103618
>Category:       ports
>Synopsis:       [PATCH] www/lighttpd: update to 1.4.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 13:10:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 1.4.12
- Add mirror sites listed on the official page
- Now FastCGI PHP is /usr/local/bin/php-cgi

Port maintainer (hendrik@scholz.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lighttpd-1.4.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/Makefile /home/staff/gslin/work/ports/lighttpd/Makefile
--- /usr/ports/www/lighttpd/Makefile	Sat Sep 16 03:18:11 2006
+++ /home/staff/gslin/work/ports/lighttpd/Makefile	Mon Sep 25 20:55:27 2006
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.4.11
-PORTREVISION=	1
+PORTVERSION=	1.4.12
 CATEGORIES=	www
-MASTER_SITES=	http://www.lighttpd.net/download/
+MASTER_SITES=	http://www.lighttpd.net/download/ \
+		http://mirrors.cat.pdx.edu/lighttpd/
 
 MAINTAINER=	hendrik@scholz.net
 COMMENT=	A secure, fast, compliant, and very flexible Web Server
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/distinfo /home/staff/gslin/work/ports/lighttpd/distinfo
--- /usr/ports/www/lighttpd/distinfo	Wed Mar 15 22:58:35 2006
+++ /home/staff/gslin/work/ports/lighttpd/distinfo	Mon Sep 25 20:56:10 2006
@@ -1,3 +1,3 @@
-MD5 (lighttpd-1.4.11.tar.gz) = f55eebb9815c94a7de35906bb557ecd3
-SHA256 (lighttpd-1.4.11.tar.gz) = 7782ac82af8ea8d14df5d35b6668c0d45c00f3ba43a6203c29c7fe7dfe98999c
-SIZE (lighttpd-1.4.11.tar.gz) = 781656
+MD5 (lighttpd-1.4.12.tar.gz) = 8f6756452138f5da384251f849b329f2
+SHA256 (lighttpd-1.4.12.tar.gz) = 9f69b7fcf3868a9f27c687a4f091a2e7ac703238130b5bbec34e6630fa70b07a
+SIZE (lighttpd-1.4.12.tar.gz) = 796002
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/files/lighttpd.conf.sample /home/staff/gslin/work/ports/lighttpd/files/lighttpd.conf.sample
--- /usr/ports/www/lighttpd/files/lighttpd.conf.sample	Sun Jan 22 02:11:54 2006
+++ /home/staff/gslin/work/ports/lighttpd/files/lighttpd.conf.sample	Mon Sep 25 21:02:21 2006
@@ -205,11 +205,12 @@
 
 #### fastcgi module
 ## read fastcgi.txt for more info
+## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini
 #fastcgi.server             = ( ".php" =>
 #                               ( "localhost" =>
 #                                 (
 #                                   "socket" => "/tmp/php-fastcgi.socket",
-#                                   "bin-path" => "/usr/local/bin/php"
+#                                   "bin-path" => "/usr/local/bin/php-cgi"
 #                                 )
 #                               )
 #                            )
diff -ruN --exclude=CVS /usr/ports/www/lighttpd/pkg-plist /home/staff/gslin/work/ports/lighttpd/pkg-plist
--- /usr/ports/www/lighttpd/pkg-plist	Wed Mar 15 22:58:35 2006
+++ /home/staff/gslin/work/ports/lighttpd/pkg-plist	Mon Sep 25 21:00:53 2006
@@ -45,6 +45,9 @@
 lib/lighttpd/mod_indexfile.a
 lib/lighttpd/mod_indexfile.la
 lib/lighttpd/mod_indexfile.so
+lib/lighttpd/mod_magnet.a
+lib/lighttpd/mod_magnet.la
+lib/lighttpd/mod_magnet.so
 lib/lighttpd/mod_mysql_vhost.a
 lib/lighttpd/mod_mysql_vhost.la
 lib/lighttpd/mod_mysql_vhost.so
--- lighttpd-1.4.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060925130430.4B6E1250>