pkgsrc/mail/courier-imap/patches/patch-ae
jlam bfa796133d Update mail/courier-imap to 3.0.5 (based on the courier-0.45.6
distribution).  Changes from version 2.2.1 include:

  * Honor ${VARBASE}.
  * courierlogger(1) has been moved to mail/courier-auth.
  * Use the sysconftool from courier-auth to merge config files.
  * The courier* rc.d scripts now check that authdaemond is also set to
    "YES" to ensure that authdaemond is running before the courier-imap
    daemons are started.
  * Support for the ACL IMAP extension (RFC 2086 as well as the 2nd draft
    revision of the ACL specification) via shared maildirs.
  * Bug fixes and improvements to MIME encoding.
  * Fixes buffer overflow vulnerability (PR 25774):
	http://www.securityfocus.com/bid/9845
	http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0224
2004-07-14 20:07:16 +00:00

35 lines
823 B
Text

$NetBSD: patch-ae,v 1.5 2004/07/14 20:07:17 jlam Exp $
--- imapd-ssl.rc.in.orig Tue Jul 13 03:37:29 2004
+++ imapd-ssl.rc.in Tue Jul 13 03:39:05 2004
@@ -34,18 +34,13 @@
LIBAUTHMODULES="$LIBAUTHMODULES @libexecdir@/authlib/$f"
done
- if test -x ${libexecdir}/authlib/authdaemond
- then
- @SETENV@ - DEBUG_LOGIN="$DEBUG_LOGIN" ${libexecdir}/authlib/authdaemond start
- fi
-
if test "$TLS_CACHEFILE" != ""
then
rm -f $TLS_CACHEFILE
fi
@ULIMIT@ $IMAP_ULIMITD
- @SETENV@ - @SHELL@ -c " set -a ;
+ @SETENV@ -i @SHELL@ -c " set -a ;
prefix=@prefix@ ;
exec_prefix=@exec_prefix@ ;
bindir=@bindir@ ;
@@ -64,10 +59,6 @@
;;
stop)
@libexecdir@/couriertcpd -pid=$SSLPIDFILE -stop
- if test -x ${libexecdir}/authlib/authdaemond
- then
- ${libexecdir}/authlib/authdaemond stop
- fi
;;
esac
exit 0