Bug 90810 - [PATCH] security/cyrus-sasl2-saslauthd hier(7) patch
Summary: [PATCH] security/cyrus-sasl2-saslauthd hier(7) patch
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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 14:50 UTC by Artis Caune
Modified: 2005-12-26 14:54 UTC (History)
0 users

See Also:


Attachments
file.diff (1.28 KB, patch)
2005-12-22 14:50 UTC, Artis Caune
no flags Details | Diff
file.diff (1015 bytes, patch)
2005-12-22 14:50 UTC, Artis Caune
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Artis Caune 2005-12-22 14:50:09 UTC
              change /var/state/saslauthd to /var/run/saslauthd
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-22 14:53:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ume

Over to maintainer
Comment 2 Artis Caune 2005-12-22 15:07:44 UTC
security/cyrus-sasl2 also need patch:




*** Makefile.orig       Sat Nov 12 11:58:31 2005
--- Makefile    Thu Dec 22 16:58:16 2005
***************
*** 190,196 ****
   CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
   .endif

! SASLAUTHD_RUNPATH?=   /var/state/saslauthd

   CYRUS_USER?=  cyrus
   CYRUS_GROUP?= cyrus
--- 190,196 ----
   CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
   .endif

! SASLAUTHD_RUNPATH?=   /var/run/saslauthd

   CYRUS_USER?=  cyrus
   CYRUS_GROUP?= cyrus
Comment 3 Hajimu UMEMOTO freebsd_committer freebsd_triage 2005-12-26 14:53:52 UTC
State Changed
From-To: open->closed

Thanks, committed!