From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 30 15:00:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03A261065692 for ; Mon, 30 Nov 2009 15:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B796F8FC24 for ; Mon, 30 Nov 2009 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAUF028u046673 for ; Mon, 30 Nov 2009 15:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAUF02gh046672; Mon, 30 Nov 2009 15:00:02 GMT (envelope-from gnats) Resent-Date: Mon, 30 Nov 2009 15:00:02 GMT Resent-Message-Id: <200911301500.nAUF02gh046672@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ralf van der Enden Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D98106566C; Mon, 30 Nov 2009 14:55:09 +0000 (UTC) (envelope-from root@cainites.net) Received: from cainites.net (tunnel3563.ipv6.xs4all.nl [IPv6:2001:888:10:deb::2]) by mx1.freebsd.org (Postfix) with ESMTP id B938E8FC1A; Mon, 30 Nov 2009 14:55:08 +0000 (UTC) Received: from root by cainites.net with local (Exim 4.71 (FreeBSD)) (envelope-from ) id 1NF7ec-000Id1-Ms; Mon, 30 Nov 2009 15:55:06 +0100 Message-Id: Date: Mon, 30 Nov 2009 15:55:06 +0100 From: Ralf van der Enden To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mnag@FreeBSD.org Subject: ports/141027: [PATCH] www/lighttpd: update to 1.4.25 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 15:00:03 -0000 >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: