From 594805694af554cc3ba9a8570d66d6554ae3d5a1 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 7 Nov 2010 02:36:56 +0000 Subject: [PATCH] - update to version 0.12 - change MASTER_SITES Changelog: =========== Version 0.12 * Now incorrect headers will be dropped early Version 0.11.1 * Fixed some documentation bugs * Built win32 binaries against latest httpd using MSVC9 * Updated MSVC Project files Version 0.11 * Fixed large file support Version 0.10 * Won't override Etag/Last-Modified if already set. * New Configuration directive: XSendFileIgnoreEtag * New Configuration directive: XSendFileIgnoreLastModified * New Configuration directive: XSendFilePath * Removed Configuration directive: XSendFileAllowAbove Use XSendFilePath instead. * Improved header handling for FastCGI/CGI output (removing duplicate headers). PR: 151991 Submitted by: Andrew Bennett (maintainer) Approved by: glarkin (mentor, implicit) --- www/mod_xsendfile/Makefile | 6 +++--- www/mod_xsendfile/distinfo | 5 ++--- www/mod_xsendfile/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/mod_xsendfile/Makefile b/www/mod_xsendfile/Makefile index 88d15eeb1841..8de310046552 100644 --- a/www/mod_xsendfile/Makefile +++ b/www/mod_xsendfile/Makefile @@ -6,14 +6,14 @@ # PORTNAME= mod_xsendfile -PORTVERSION= 0.9 +PORTVERSION= 0.12 CATEGORIES= www -MASTER_SITES= http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ +MASTER_SITES= https://tn123.org/mod_xsendfile/ MAINTAINER= potatosaladx@gmail.com COMMENT= An Apache2 module that processes X-SENDFILE headers -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_APACHE= 2.0+ AP_FAST_BUILD= yes diff --git a/www/mod_xsendfile/distinfo b/www/mod_xsendfile/distinfo index 8c48419ae7cd..93be94d5368d 100644 --- a/www/mod_xsendfile/distinfo +++ b/www/mod_xsendfile/distinfo @@ -1,3 +1,2 @@ -MD5 (mod_xsendfile-0.9.tar.gz) = a7d22d4027386929c7d69c8f2b050c96 -SHA256 (mod_xsendfile-0.9.tar.gz) = 2f07f3ddd03a9493601fef35668c2f0feb279edba2ae0172cd44feb8d7514272 -SIZE (mod_xsendfile-0.9.tar.gz) = 10240 +SHA256 (mod_xsendfile-0.12.tar.gz) = 6184d3f7535b34f08ea4e665b55498d5f76673d2a816cf2ee3eaae203c2d780b +SIZE (mod_xsendfile-0.12.tar.gz) = 9345 diff --git a/www/mod_xsendfile/pkg-descr b/www/mod_xsendfile/pkg-descr index e976d5135316..15987b608e5a 100644 --- a/www/mod_xsendfile/pkg-descr +++ b/www/mod_xsendfile/pkg-descr @@ -8,4 +8,4 @@ configured. It is useful for processing script-output of e.g. php, perl or any cgi. -WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ +WWW: https://tn123.org/mod_xsendfile/