Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2009 15:55:06 +0100
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/141027: [PATCH] www/lighttpd: update to 1.4.25
Message-ID:  <E1NF7ec-000Id1-Ms@cainites.net>
Resent-Message-ID: <200911301500.nAUF02gh046672@freefall.freebsd.org>

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

>Number:         141027
>Category:       ports
>Synopsis:       [PATCH] www/lighttpd: update to 1.4.25
>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 Nov 30 15:00:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Thu Nov 26 23:13:20 CET 2009
>Description:
- Update to 1.4.25
>From the Lighty website: "We did some important bug fixes (some of them new since 1.4.24, and some older bugs). Only 2 small new features: traceback for lua errors and the SSL_CLIENT_* vars export for ssl client cert validation."

Added file(s):
- files/patch-src_response.c

Port maintainer (mnag@FreeBSD.org) is cc'd.

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

--- lighttpd-1.4.25.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/Makefile /usr/ports/www/lighttpd/Makefile
--- /usr/ports/www/lighttpd.orig/Makefile	2009-11-09 11:24:23.000000000 +0100
+++ /usr/ports/www/lighttpd/Makefile	2009-11-30 15:50:19.000000000 +0100
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	lighttpd
-PORTVERSION=	1.4.24
+PORTVERSION=	1.4.25
 CATEGORIES=	www
-MASTER_SITES=	http://www.lighttpd.net/download/ \
-		http://mirrors.cat.pdx.edu/lighttpd/
+MASTER_SITES=	http://download.lighttpd.net/lighttpd/releases-${PORTVERSION:C/([0-9]+)$/x/}/
 
 MAINTAINER=	mnag@FreeBSD.org
 COMMENT=	A secure, fast, compliant, and very flexible Web Server
diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/distinfo /usr/ports/www/lighttpd/distinfo
--- /usr/ports/www/lighttpd.orig/distinfo	2009-11-09 11:24:23.000000000 +0100
+++ /usr/ports/www/lighttpd/distinfo	2009-11-30 14:58:41.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (lighttpd-1.4.24.tar.bz2) = e2324a24e4a5bce74663c21c58ddd200
-SHA256 (lighttpd-1.4.24.tar.bz2) = 6e643dc4627d742510afee67654291a5190a316f5737dfb463b158a70f24750e
-SIZE (lighttpd-1.4.24.tar.bz2) = 622842
+MD5 (lighttpd-1.4.25.tar.bz2) = 2027c49fb46530e45338c5e2da13c02f
+SHA256 (lighttpd-1.4.25.tar.bz2) = 7e803089f18b179097cb33b64b37d8a3b537ce9c196c88e3fb09881b471c88ce
+SIZE (lighttpd-1.4.25.tar.bz2) = 628267
diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/files/patch-src_response.c /usr/ports/www/lighttpd/files/patch-src_response.c
--- /usr/ports/www/lighttpd.orig/files/patch-src_response.c	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/www/lighttpd/files/patch-src_response.c	2009-11-30 15:21:40.000000000 +0100
@@ -0,0 +1,13 @@
+--- src/response.c.orig	2009-11-05 22:25:15.000000000 +0100
++++ src/response.c	2009-11-30 15:10:41.000000000 +0100
+@@ -144,7 +144,9 @@
+ 	}
+ 
+ 	xn = X509_get_subject_name(xs);
+-	for (int i = 0, nentries = X509_NAME_entry_count(xn); i < nentries; ++i) {
++	int i;
++	int nentries;
++	for (i = 0, nentries = X509_NAME_entry_count(xn); i < nentries; ++i) {
+ 		int xobjnid;
+ 		const char * xobjsn;
+ 		data_string *envds;
--- lighttpd-1.4.25.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?E1NF7ec-000Id1-Ms>