Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6ab64f574f164abca331f6e4cd6993540045c40d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6ab64f574f164abca331f6e4cd6993540045c40d)
  • Date: Fri, 30 Jul 2010 01:36:48 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
http/mod_umask/DEPENDS | 1 +
http/mod_umask/DETAILS | 16 ++++++++++++++++
http/mod_umask/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit 6ab64f574f164abca331f6e4cd6993540045c40d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mod_umask: new spell, umask module for Apache 2

diff --git a/ChangeLog b/ChangeLog
index 4eb2692..c2765a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-07-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * http/mod_umask: new spell, umask module for Apache 2
+
2010-07-25 Ladislav Hagara <hgr AT vabo.cz>
* doc/zathura: new spell, PDF viewer

diff --git a/http/mod_umask/DEPENDS b/http/mod_umask/DEPENDS
new file mode 100755
index 0000000..341c4e2
--- /dev/null
+++ b/http/mod_umask/DEPENDS
@@ -0,0 +1 @@
+depends APACHE2
diff --git a/http/mod_umask/DETAILS b/http/mod_umask/DETAILS
new file mode 100755
index 0000000..31d9d29
--- /dev/null
+++ b/http/mod_umask/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=mod_umask
+ VERSION=0.1.0
+
SOURCE_HASH=sha512:804f4f28f3145d0290a5dada93a6d3822cb432456fdf35b2d4b5ca19b0d795d7060eff5b9ef97ca8c99581d6f5cdced06dacae532a803b0133f13298577473c3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ LICENSE[0]=APACHE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://www.outoforder.cc/downloads/$SPELL/$SOURCE
+ WEB_SITE=http://www.outoforder.cc/projects/apache/mod_umask/
+ ENTERED=20100730
+ SHORT="umask module for Apache 2"
+cat << EOF
+mod_umask sets the Unix umask of the Apache HTTPd process after it has
started.
+This is useful when accessing Subversion from both mod_dav_svn and via a
local
+client with a file:// url. Without setting a proper umask the file
permissions
+can create a repository that is not easily accessable from both.
+EOF
diff --git a/http/mod_umask/HISTORY b/http/mod_umask/HISTORY
new file mode 100644
index 0000000..889a023
--- /dev/null
+++ b/http/mod_umask/HISTORY
@@ -0,0 +1,2 @@
+2010-07-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created the spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6ab64f574f164abca331f6e4cd6993540045c40d), Vlad Glagolev, 07/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page