f3a4f736b9
Changes from version 3.6.2 include: * Honor ${VARBASE}. * Remove pcpd and sqwebmaild rc.d scripts and replace them with a single sqwebmail rc.d script that calls the Courier-provided control script to start/stop the SqWebMail service daemons. * Use sysconftool from courier-auth to merge config files. * Move HTML documentation into ${PREFIX}/share/doc after discussion with wiz. * Support for the ACL IMAP extension. * Improve support for MIME encodings. * 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
22 lines
1.1 KiB
Text
22 lines
1.1 KiB
Text
$NetBSD: patch-ad,v 1.3 2004/07/14 20:07:22 jlam Exp $
|
|
|
|
--- sqwebmail/Makefile.in.orig Tue Jul 13 13:47:42 2004
|
|
+++ sqwebmail/Makefile.in Tue Jul 13 13:51:39 2004
|
|
@@ -831,7 +831,7 @@
|
|
|
|
htmllibdir.h: config.status
|
|
echo '#define HTMLLIBDIR "@htmldir@"' >htmllibdir.h
|
|
- echo '#define SENDITSH "$(scriptdir)/sendit.sh"' >>htmllibdir.h
|
|
+ echo '#define SENDITSH "$(sysconfdir)/sendit.sh"' >>htmllibdir.h
|
|
echo '#define NOCHANGINGFROM "$(sysconfdir)/nochangingfrom"' >>htmllibdir.h
|
|
echo '#define USEXSENDER "$(sysconfdir)/usexsender"' >>htmllibdir.h
|
|
echo '#define CALENDARMODE "$(sysconfdir)/calendarmode"' >>htmllibdir.h
|
|
@@ -850,7 +850,7 @@
|
|
; echo '#define MAKEMIME "$(pkglibexecdir)/makemime"' >>htmllibdir.h \
|
|
; fi
|
|
echo '#define LDAPADDRESSBOOK "$(sysconfdir)/ldapaddressbook"' >>htmllibdir.h
|
|
- echo '#define LDAPSEARCH "$(scriptdir)/ldapsearch"' >>htmllibdir.h
|
|
+ echo '#define LDAPSEARCH "$(sysconfdir)/ldapsearch"' >>htmllibdir.h
|
|
echo '#define NOIMAGES "$(sysconfdir)/noimages"' >>htmllibdir.h
|
|
echo '#define AUTHCHARSET "$(sysconfdir)/authcharset"' >>htmllibdir.h
|
|
|