Date: Tue, 6 Sep 2005 07:40:20 -0300 (BRST) From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: roam@FreeBSD.org Subject: ports/85788: [PATCH] mail/vpopmail: Add sgid to vchkpw Message-ID: <200509061040.j86AeKQH061348@data.galle.com.br> Resent-Message-ID: <200509061050.j86AoESd079673@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509061040.j86AeKQH061348>