ports/141027: [PATCH] www/lighttpd: update to 1.4.25
Ralf van der Enden
tremere at cainites.net
Mon Nov 30 15:00:03 UTC 2009
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list