From gebhart@server1.gaga.fm  Tue Aug 28 22:09:30 2012
Return-Path: <gebhart@server1.gaga.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 16EBD1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Aug 2012 22:09:30 +0000 (UTC)
	(envelope-from gebhart@server1.gaga.fm)
Received: from cast.gaga.fm (cast.gaga.fm [IPv6:2a01:4f8:121:1::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 9A8CD8FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Aug 2012 22:09:29 +0000 (UTC)
Received: from server1.gaga.fm (ppp-82-135-79-147.dynamic.mnet-online.de [82.135.79.147])
	(authenticated bits=128)
	by cast.gaga.fm (8.14.4/8.14.4) with ESMTP id q7SM9Rsf003975
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Aug 2012 00:09:27 +0200 (CEST)
	(envelope-from gebhart@server1.gaga.fm)
Received: from server1.gaga.fm (localhost [127.0.0.1])
	by server1.gaga.fm (8.14.3/8.14.3) with ESMTP id q7SM9MZf025037
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Aug 2012 00:09:27 +0200 (CEST)
	(envelope-from gebhart@server1.gaga.fm)
Received: (from gebhart@localhost)
	by server1.gaga.fm (8.14.3/8.14.3/Submit) id q7SM9LfA025036;
	Wed, 29 Aug 2012 00:09:21 +0200 (CEST)
	(envelope-from gebhart)
Message-Id: <201208282209.q7SM9LfA025036@server1.gaga.fm>
Date: Wed, 29 Aug 2012 00:09:21 +0200 (CEST)
From: Ralf Gebhart <gebhart@secnetix.de>
Reply-To: Ralf Gebhart <gebhart@secnetix.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/mod_umask Apache 2.x module to set umask
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171148
>Category:       ports
>Synopsis:       New port: www/mod_umask Apache 2.x module to set umask
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ohauer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 28 22:10:08 UTC 2012
>Closed-Date:    Tue Aug 28 22:55:23 UTC 2012
>Last-Modified:  Tue Aug 28 23:00:21 UTC 2012
>Originator:     Ralf Gebhart
>Release:        any supported FreeBSD version
>Organization:
secnetix GmbH & Co KG
>Environment:
System: FreeBSD server1.gaga.fm 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jan 7 20:53:56 CET 2010 gebhart@server1.omnevents.de:/usr/obj/usr/src/sys/SERVER1 i386


	
>Description:
	New port: www/mod_umask
	Apache 2.x module to set umask of created files (eg. Uploads, mod_dav)
>How-To-Repeat:
	
>Fix:

	shar is attached, tested on FreeBSD 7, 8 and 9


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mod_umask
#	mod_umask/Makefile
#	mod_umask/pkg-descr
#	mod_umask/distinfo
#
echo c - mod_umask
mkdir -p mod_umask > /dev/null 2>&1
echo x - mod_umask/Makefile
sed 's/^X//' >mod_umask/Makefile << '3dee246c2fb5316fde32df44300df13b'
X# New ports collection makefile for:	mod_umask
X# Date created:		2012-08-28
X# Whom:			Ralf Gebhart <gebhart@secnetix.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_umask
XPORTVERSION=	0.1.0
XCATEGORIES=	www
XMASTER_SITES=	http://www.outoforder.cc/downloads/mod_umask/
XPKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
X
XMAINTAINER=	gebhart@secnetix.de
XCOMMENT=	Apache 2.x module to set umask of created files
X
XMAKE_JOBS_SAFE=	yes
X
XUSE_BZIP2=      yes
XGNU_CONFIGURE=	yes
XUSE_APACHE=	22+
X
XAP_FAST_BUILD=	yes
XAP_GENPLIST=	yes
XSRC_FILE=	src/${PORTNAME}.c
X
X.include <bsd.port.mk>
3dee246c2fb5316fde32df44300df13b
echo x - mod_umask/pkg-descr
sed 's/^X//' >mod_umask/pkg-descr << 'dc272b5adaffa2325cd18d87039015c8'
Xmod_umask sets the Unix umask of the Apache HTTPd process after it has started.
XThis is useful when accessing Subversion from both mod_dav_svn and via a local
Xclient with a file:// url. Without setting a proper umask the file permissions
Xcan create a repository that is not easily accessable from both.
X
XWWW:	http://www.outoforder.cc/projects/httpd/mod_umask/
dc272b5adaffa2325cd18d87039015c8
echo x - mod_umask/distinfo
sed 's/^X//' >mod_umask/distinfo << 'd27a57c7bfeb0a10af03c6b8c64d5f95'
XSHA256 (mod_umask-0.1.0.tar.bz2) = 2be142d562260c895de94600a56b13d8346174b5e2f8a4974adcef23249ec790
XSIZE (mod_umask-0.1.0.tar.bz2) = 182078
d27a57c7bfeb0a10af03c6b8c64d5f95
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->apache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Aug 28 22:10:55 UTC 2012 
Responsible-Changed-Why:  
apache@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171148 
State-Changed-From-To: open->closed 
State-Changed-By: ohauer 
State-Changed-When: Tue Aug 28 22:54:46 UTC 2012 
State-Changed-Why:  
Committed, 
Thanks! 


Responsible-Changed-From-To: apache->ohauer 
Responsible-Changed-By: ohauer 
Responsible-Changed-When: Tue Aug 28 22:54:46 UTC 2012 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=171148 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171148: commit references a PR
Date: Tue, 28 Aug 2012 22:54:33 +0000 (UTC)

 Author: ohauer
 Date: Tue Aug 28 22:54:22 2012
 New Revision: 303301
 URL: http://svn.freebsd.org/changeset/ports/303301
 
 Log:
   Apache 2.x module to set umask of created files
   
   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.
   
   WWW:    http://www.outoforder.cc/projects/httpd/mod_umask/
   
   PR:		ports/171148
   Submitted by:	Ralf Gebhart <gebhart@secnetix.de>
 
 Added:
   head/www/mod_umask/
   head/www/mod_umask/Makefile   (contents, props changed)
   head/www/mod_umask/distinfo   (contents, props changed)
   head/www/mod_umask/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Tue Aug 28 20:59:24 2012	(r303300)
 +++ head/www/Makefile	Tue Aug 28 22:54:22 2012	(r303301)
 @@ -523,6 +523,7 @@
      SUBDIR += mod_spdy
      SUBDIR += mod_tidy
      SUBDIR += mod_tsa
 +    SUBDIR += mod_mask
      SUBDIR += mod_uid
      SUBDIR += mod_vhost_ldap
      SUBDIR += mod_vhs
 
 Added: head/www/mod_umask/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/mod_umask/Makefile	Tue Aug 28 22:54:22 2012	(r303301)
 @@ -0,0 +1,28 @@
 +# New ports collection makefile for:	mod_umask
 +# Date created:				2012-08-28
 +# Whom:					Ralf Gebhart <gebhart@secnetix.de>
 +#
 +# $FreeBSD$
 +#
 +
 +PORTNAME=	mod_umask
 +PORTVERSION=	0.1.0
 +CATEGORIES=	www
 +MASTER_SITES=	http://www.outoforder.cc/downloads/mod_umask/
 +PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 +DIST_SUBDIR=	apache2
 +
 +MAINTAINER=	gebhart@secnetix.de
 +COMMENT=	Apache 2.x module to set umask of created files
 +
 +MAKE_JOBS_SAFE=	yes
 +
 +USE_BZIP2=	yes
 +GNU_CONFIGURE=	yes
 +USE_APACHE=	22+
 +
 +AP_FAST_BUILD=	yes
 +AP_GENPLIST=	yes
 +SRC_FILE=	src/${PORTNAME}.c
 +
 +.include <bsd.port.mk>
 
 Added: head/www/mod_umask/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/mod_umask/distinfo	Tue Aug 28 22:54:22 2012	(r303301)
 @@ -0,0 +1,2 @@
 +SHA256 (apache2/mod_umask-0.1.0.tar.bz2) = 2be142d562260c895de94600a56b13d8346174b5e2f8a4974adcef23249ec790
 +SIZE (apache2/mod_umask-0.1.0.tar.bz2) = 182078
 
 Added: head/www/mod_umask/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/mod_umask/pkg-descr	Tue Aug 28 22:54:22 2012	(r303301)
 @@ -0,0 +1,6 @@
 +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.
 +
 +WWW:	http://www.outoforder.cc/projects/httpd/mod_umask/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
