Skip site navigation (1)Skip section navigation (2)
Date:      30 Nov 2009 14:24:08 -0200
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/141029: [PATCH] www/lighttpd: update to 1.4.25
Message-ID:  <20091130162408.12136.qmail@botelhor.bplab.local>
Resent-Message-ID: <200911301630.nAUGU1jl023667@freefall.freebsd.org>

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

>Number:         141029
>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 16:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #98 r199751: Tue Nov 24 16:08:39 BRST
>Description:
- Update to 1.4.25

Added file(s):
- files/patch-src_require.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 ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.75
diff -u -u -r1.75 Makefile
--- Makefile	9 Nov 2009 10:24:23 -0000	1.75
+++ Makefile	30 Nov 2009 16:24:03 -0000
@@ -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-1.4.x/
 
 MAINTAINER=	mnag@FreeBSD.org
 COMMENT=	A secure, fast, compliant, and very flexible Web Server
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.39
diff -u -u -r1.39 distinfo
--- distinfo	9 Nov 2009 10:24:23 -0000	1.39
+++ distinfo	30 Nov 2009 16:24:03 -0000
@@ -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
Index: files/patch-src_require.c
===================================================================
RCS file: files/patch-src_require.c
diff -N files/patch-src_require.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src_require.c	30 Nov 2009 16:24:03 -0000
@@ -0,0 +1,20 @@
+--- src/response.c.orig	2009-11-30 13:49:22.000000000 -0200
++++ src/response.c	2009-11-30 13:52:28.000000000 -0200
+@@ -136,6 +136,7 @@
+ 	X509 *xs;
+ 	X509_NAME *xn;
+ 	X509_NAME_ENTRY *xe;
++	int i, nentries;
+ 	if (
+ 		SSL_get_verify_result(con->ssl) != X509_V_OK
+ 		|| !(xs = SSL_get_peer_certificate(con->ssl))
+@@ -144,7 +145,8 @@
+ 	}
+ 
+ 	xn = X509_get_subject_name(xs);
+-	for (int i = 0, nentries = X509_NAME_entry_count(xn); i < nentries; ++i) {
++	nentries = X509_NAME_entry_count(xn);
++	for (i = 0; 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?20091130162408.12136.qmail>