From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 22 14:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1078216A41F for ; Thu, 22 Dec 2005 14:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79E043D5F for ; Thu, 22 Dec 2005 14:50:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBMEoAuL092465 for ; Thu, 22 Dec 2005 14:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBMEoApu092464; Thu, 22 Dec 2005 14:50:10 GMT (envelope-from gnats) Resent-Date: Thu, 22 Dec 2005 14:50:10 GMT Resent-Message-Id: <200512221450.jBMEoApu092464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Artis Caune Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE5516A41F for ; Thu, 22 Dec 2005 14:40:28 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F93F43D62 for ; Thu, 22 Dec 2005 14:40:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jBMEeRki085616 for ; Thu, 22 Dec 2005 14:40:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jBMEeR7Q085615; Thu, 22 Dec 2005 14:40:27 GMT (envelope-from nobody) Message-Id: <200512221440.jBMEeR7Q085615@www.freebsd.org> Date: Thu, 22 Dec 2005 14:40:27 GMT From: Artis Caune To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/90810: [PATCH] security/cyrus-sasl2-saslauthd hier(7) patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 14:50:13 -0000 >Number: 90810 >Category: ports >Synopsis: [PATCH] security/cyrus-sasl2-saslauthd hier(7) patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 22 14:50:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: 6.0 >Organization: >Environment: >Description: change /var/state/saslauthd to /var/run/saslauthd >How-To-Repeat: >Fix: *** Makefile.orig Tue Nov 8 18:51:08 2005 --- Makefile Thu Dec 22 16:35:44 2005 *************** *** 109,116 **** CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .endif ! SASLAUTHD_RUNPATH?= /var/state/saslauthd ! .if ${SASLAUTHD_RUNPATH} != /var/state/saslauthd RUNPATH= "@comment " .endif --- 109,116 ---- CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .endif ! SASLAUTHD_RUNPATH?= /var/run/saslauthd ! .if ${SASLAUTHD_RUNPATH} != /var/run/saslauthd RUNPATH= "@comment " .endif *************** *** 138,144 **** @${INSTALL_PROGRAM} ${WRKSRC}/saslauthd/testsaslauthd \ ${PREFIX}/sbin/testsaslauthd ${GZIP_CMD} ${MAN8PREFIX}/man/cat8/saslauthd.8 ! .if ${SASLAUTHD_RUNPATH} != /var/state/saslauthd @${ECHO_MSG} "" @${ECHO_MSG} "SASLAUTHD_RUNPATH was specified." @${ECHO_MSG} "Make sure to have ${SASLAUTHD_RUNPATH} by yourself." --- 138,144 ---- @${INSTALL_PROGRAM} ${WRKSRC}/saslauthd/testsaslauthd \ ${PREFIX}/sbin/testsaslauthd ${GZIP_CMD} ${MAN8PREFIX}/man/cat8/saslauthd.8 ! .if ${SASLAUTHD_RUNPATH} != /var/run/saslauthd @${ECHO_MSG} "" @${ECHO_MSG} "SASLAUTHD_RUNPATH was specified." @${ECHO_MSG} "Make sure to have ${SASLAUTHD_RUNPATH} by yourself." *** pkg-plist.orig Thu Feb 10 21:32:10 2005 --- pkg-plist Thu Dec 22 16:36:49 2005 *************** *** 11,20 **** %%PORTDOCS%%%%DOCSDIR%%/saslauthd/README %%PORTDOCS%%@dirrm %%DOCSDIR%%/saslauthd %%RUNPATH%%@mode ug=rwx,o= ! %%RUNPATH%%@exec mkdir -p /var/state/saslauthd ! %%RUNPATH%%@exec chown -R cyrus:mail /var/state/saslauthd ! %%RUNPATH%%@exec chmod -R ug=rwx,o= /var/state/saslauthd ! %%RUNPATH%%@comment This file gets created by the state/saslauthd program ! %%RUNPATH%%@unexec rm -fr /var/state/saslauthd ! %%RUNPATH%%@unexec rmdir /var/state @cwd %%PREFIX%% --- 11,19 ---- %%PORTDOCS%%%%DOCSDIR%%/saslauthd/README %%PORTDOCS%%@dirrm %%DOCSDIR%%/saslauthd %%RUNPATH%%@mode ug=rwx,o= ! %%RUNPATH%%@exec mkdir -p /var/run/saslauthd ! %%RUNPATH%%@exec chown -R cyrus:mail /var/run/saslauthd ! %%RUNPATH%%@exec chmod -R ug=rwx,o= /var/run/saslauthd ! %%RUNPATH%%@comment This file gets created by the run/saslauthd program ! %%RUNPATH%%@unexec rm -fr /var/run/saslauthd @cwd %%PREFIX%% >Release-Note: >Audit-Trail: >Unformatted: