Bug 188689 - [PATCH] mail/sympa: The wrappers have to be owned by sympa
Summary: [PATCH] mail/sympa: The wrappers have to be owned by sympa
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 14:30 UTC by Mathieu Arnold
Modified: 2014-04-19 18:20 UTC (History)
0 users

See Also:


Attachments
sympa-6.1.20.patch (925 bytes, patch)
2014-04-16 14:30 UTC, Mathieu Arnold
no flags Details | Diff
plist (565 bytes, text/plain; charset=us-ascii)
2014-04-16 16:38 UTC, Mathieu Arnold
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2014-04-16 14:30:02 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-16 14:30:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->crees

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2014-04-16 16:38:04 UTC
Actually, this is not exactly right, attached a new patch, everything in
libexec/sympa has to be owned by sympa, it seems.

-- 
Mathieu Arnold
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-19 18:10:44 UTC
Author: crees
Date: Sat Apr 19 17:10:40 2014
New Revision: 351603
URL: http://svnweb.freebsd.org/changeset/ports/351603
QAT: https://qat.redports.org/buildarchive/r351603/

Log:
  Add NLS to OPTIONS_DEFINE as it's used in the port
  
  PR:		ports/188688
  Submitted by:	mat
  
  Fix ownership of installed libexec files
  
  PR:		ports/188689
  Submitted by:	mat

Modified:
  head/mail/sympa/Makefile
  head/mail/sympa/pkg-plist

Modified: head/mail/sympa/Makefile
==============================================================================
--- head/mail/sympa/Makefile	Sat Apr 19 17:01:37 2014	(r351602)
+++ head/mail/sympa/Makefile	Sat Apr 19 17:10:40 2014	(r351603)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sympa
 PORTVERSION=	6.1.20
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sympa.org/distribution/ \
 		http://www.sympa.org/distribution/old/
@@ -69,7 +70,7 @@ USE_RC_SUBR=	sympa
 
 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

Modified: head/mail/sympa/pkg-plist
==============================================================================
--- head/mail/sympa/pkg-plist	Sat Apr 19 17:01:37 2014	(r351602)
+++ head/mail/sympa/pkg-plist	Sat Apr 19 17:10:40 2014	(r351603)
@@ -5,6 +5,8 @@ etc/sympa.conf.sample
 etc/wwsympa.conf.sample
 %%ETCDIR%%/data_structure.version
 %%ETCDIR%%/etc_README
+@owner sympa
+@group sympa
 libexec/sympa/Archive.pm
 libexec/sympa/Auth.pm
 libexec/sympa/Bounce.pm
@@ -79,6 +81,8 @@ libexec/sympa/tt2.pm
 libexec/sympa/wwslib.pm
 libexec/sympa/wwsympa-wrapper.fcgi
 libexec/sympa/wwsympa.fcgi
+@owner
+@group
 man/man1/sympa_newaliases.1.gz
 man/man8/alias_manager.8.gz
 man/man8/archived.8.gz
_______________________________________________
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"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2014-04-19 18:10:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!