mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- 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 <potatosaladx _at_ gmail.com> (maintainer) Approved by: glarkin (mentor, implicit)
This commit is contained in:
parent
cec10ac84f
commit
594805694a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264172
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user