summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-12-05 14:06:28 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-12-05 14:06:28 +0000
commitad98242a160f6d3caa14079db32456a33ff6a809 (patch)
treeb57b82a9744c52669b868409c796b7c47883de5c /www-apache
parentMove app-misc/{dsgui,datovka} (diff)
downloadgentoo-2-ad98242a160f6d3caa14079db32456a33ff6a809.tar.gz
gentoo-2-ad98242a160f6d3caa14079db32456a33ff6a809.tar.bz2
gentoo-2-ad98242a160f6d3caa14079db32456a33ff6a809.zip
Bump to 0.12, bug 348775. Move maintainership to proxy-maintainers, thanks to slepnoga
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_xsendfile/ChangeLog11
-rw-r--r--www-apache/mod_xsendfile/files/50_mod_xsendfile.conf15
-rw-r--r--www-apache/mod_xsendfile/metadata.xml8
-rw-r--r--www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild25
4 files changed, 57 insertions, 2 deletions
diff --git a/www-apache/mod_xsendfile/ChangeLog b/www-apache/mod_xsendfile/ChangeLog
index 8a93e8048535..efd0b1fb85f8 100644
--- a/www-apache/mod_xsendfile/ChangeLog
+++ b/www-apache/mod_xsendfile/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apache/mod_xsendfile
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/ChangeLog,v 1.3 2010/05/21 18:54:21 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/ChangeLog,v 1.4 2011/12/05 14:06:28 maksbotan Exp $
+
+*mod_xsendfile-0.12 (05 Dec 2011)
+
+ 05 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ files/50_mod_xsendfile.conf, +mod_xsendfile-0.12.ebuild, metadata.xml:
+ Bump to 0.12, bug 348775. Move maintainership to proxy-maintainers, thanks to
+ slepnoga
21 May 2010; Pacho Ramos <pacho@gentoo.org> mod_xsendfile-0.9.ebuild:
stable amd64, bug 302052
diff --git a/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf b/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf
index 4e5351f882e4..eda65879a6ff 100644
--- a/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf
+++ b/www-apache/mod_xsendfile/files/50_mod_xsendfile.conf
@@ -1,5 +1,20 @@
<IfDefine XSENDFILE>
LoadModule xsendfile_module modules/mod_xsendfile.so
+
+# Enables or disables header processing
+# XSendFile on|off
+XSendFile on
+# Ignore script provided Etag headers
+# XSendFileIgnoreEtag on|off
+#
+# Ignore script provided LastModified headers
+# XSendFileIgnoreLastModified on|off
+#
+# White-list more paths
+# XSendFilePath absolute path
+#
+# XSendFilePath /var/infiniband_mount/shared/LUN1/
+#
</IfDefine>
# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_xsendfile/metadata.xml b/www-apache/mod_xsendfile/metadata.xml
index 64a719ea1bfd..bb348930482a 100644
--- a/www-apache/mod_xsendfile/metadata.xml
+++ b/www-apache/mod_xsendfile/metadata.xml
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <herd>proxy-maintainers</herd>
<herd>apache</herd>
+ <maintainer>
+ <email>spamslepnoga@inbox.ru</email>
+ </maintainer>
+ <maintainer>
+ <email>maksbotan@gentoo.org</email>
+ <name>Maxim Koltsov</name>
+ </maintainer>
</pkgmetadata>
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild
new file mode 100644
index 000000000000..23f68576068d
--- /dev/null
+++ b/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/mod_xsendfile-0.12.ebuild,v 1.1 2011/12/05 14:06:28 maksbotan Exp $
+
+EAPI="4"
+
+inherit apache-module
+
+DESCRIPTION="Apache2 module that processes X-SENDFILE headers registered by the original output handler"
+HOMEPAGE="https://tn123.org/mod_xsendfile/"
+SRC_URI="https://tn123.org/mod_xsendfile/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="${DEPEND}"
+
+APACHE2_MOD_CONF="50_${PN}"
+APACHE2_MOD_DEFINE="XSENDFILE"
+
+DOCFILES="docs/Readme.html"
+
+need_apache2