ports/85788: [PATCH] mail/vpopmail: Add sgid to vchkpw

Renato Botelho garga at FreeBSD.org
Tue Sep 6 10:50:15 UTC 2005


>Number:         85788
>Category:       ports
>Synopsis:       [PATCH] mail/vpopmail: Add sgid to vchkpw
>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:   Tue Sep 06 10:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #5: Wed Jul 27 07:36:40 BRST 2005
>Description:
- The option added on ports/85124 don't work if other programs try to
use vpopmail to auth, to all works fine, vchkpw needs ug+s instead u+s.
This is still optional, of course.

Port maintainer (roam at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- vpopmail-5.4.10_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/vpopmail/Makefile,v
retrieving revision 1.56
diff -u -u -r1.56 Makefile
--- Makefile	5 Sep 2005 21:27:03 -0000	1.56
+++ Makefile	6 Sep 2005 10:35:04 -0000
@@ -373,7 +373,7 @@
 	${INSTALL_DATA} ${LDAP_FILES} ${PREFIX}/vpopmail/ldap
 .endif
 .if defined(WITH_SUID_VCHKPW)
-	${CHMOD} u+s ${PREFIX}/vpopmail/bin/vchkpw
+	${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw
 .endif
 
 .include <bsd.port.post.mk>
--- vpopmail-5.4.10_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list