Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 2014 15:20:06 +0200 (CEST)
From:      Mathieu Arnold <mat@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/188689: [PATCH] mail/sympa: The wrappers have to be owned by sympa
Message-ID:  <20140416132006.76DF314269E@aragorn.in.absolight.net>
Resent-Message-ID: <201404161330.s3GDU2kO064619@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188689
>Category:       ports
>Synopsis:       [PATCH] mail/sympa: The wrappers have to be owned by sympa
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 13:30:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC
>Description:
The three wrappers have to be owned by sympa (and setuid,
but it is the case).

Generated with FreeBSD Port Tools 1.01 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- sympa-6.1.20.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351378)
+++ Makefile	(working copy)
@@ -69,7 +69,7 @@
 
 CONFLICTS=	sympa-5*
 
-OPTIONS_DEFINE=	FASTCGI APACHE
+OPTIONS_DEFINE=	FASTCGI APACHE NLS
 OPTIONS_DEFAULT=APACHE
 OPTIONS_RADIO=	DATABASE
 OPTIONS_RADIO_DATABASE=	ORACLE PGSQL SYBASE MYSQL
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 351378)
+++ pkg-plist	(working copy)
@@ -61,11 +61,9 @@
 libexec/sympa/p12topem.pl
 libexec/sympa/queue
 libexec/sympa/report.pm
-libexec/sympa/sympa_newaliases-wrapper
 libexec/sympa/sympa_newaliases.pl
 libexec/sympa/sympa.pl
 libexec/sympa/sympa_soap_client.pl
-libexec/sympa/sympa_soap_server-wrapper.fcgi
 libexec/sympa/sympa_soap_server.fcgi
 libexec/sympa/sympa_wizard.pl
 libexec/sympa/sympasoap.pm
@@ -77,8 +75,14 @@
 libexec/sympa/tpl2tt2.pl
 libexec/sympa/tt2.pm
 libexec/sympa/wwslib.pm
+libexec/sympa/wwsympa.fcgi
+@owner sympa
+@group sympa
+libexec/sympa/sympa_newaliases-wrapper
+libexec/sympa/sympa_soap_server-wrapper.fcgi
 libexec/sympa/wwsympa-wrapper.fcgi
-libexec/sympa/wwsympa.fcgi
+@owner root
+@group wheel
 man/man1/sympa_newaliases.1.gz
 man/man8/alias_manager.8.gz
 man/man8/archived.8.gz
--- sympa-6.1.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140416132006.76DF314269E>