summaryrefslogtreecommitdiff
path: root/mail/sqwebmail/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-28 18:16:25 +0000
committerjlam <jlam@pkgsrc.org>2006-04-28 18:16:25 +0000
commit359be7f3c4f2af0f58c0186a3cc9ccb630ad8ee3 (patch)
tree615bf5d59c4dc7235e7b82d909b9fe8291e75bb7 /mail/sqwebmail/patches
parent62c264453a3952560fb5ce5bd8a0ce9c131a2a2f (diff)
downloadpkgsrc-359be7f3c4f2af0f58c0186a3cc9ccb630ad8ee3.tar.gz
Update mail/sqwebmail to 5.1.0. Changes from version 5.0.7 include:
+ Add an INSTALL script that detects the presence of the old sqwebmail state directory and that informs the admin to move it to the new location. + Install some more of the HTML documentation in the location expected by courier-mta. * Complete re-implementation of the LDAP addressbook. * Increase the maximum size of the CGI environment to avoid certain classes of browser/website problems.
Diffstat (limited to 'mail/sqwebmail/patches')
-rw-r--r--mail/sqwebmail/patches/patch-ad21
-rw-r--r--mail/sqwebmail/patches/patch-ah6
-rw-r--r--mail/sqwebmail/patches/patch-aj6
3 files changed, 12 insertions, 21 deletions
diff --git a/mail/sqwebmail/patches/patch-ad b/mail/sqwebmail/patches/patch-ad
index e63b36b1b02..1d748001348 100644
--- a/mail/sqwebmail/patches/patch-ad
+++ b/mail/sqwebmail/patches/patch-ad
@@ -1,17 +1,8 @@
-$NetBSD: patch-ad,v 1.5 2005/08/11 00:03:51 jlam Exp $
+$NetBSD: patch-ad,v 1.6 2006/04/28 18:16:25 jlam Exp $
---- sqwebmail/Makefile.in.orig 2005-07-23 10:00:36.000000000 -0400
+--- sqwebmail/Makefile.in.orig 2006-03-04 09:18:53.000000000 -0500
+++ sqwebmail/Makefile.in
-@@ -284,7 +284,7 @@ CLEANFILES = htmllibdir.h ldapsearch web
-
- DISTCLEANFILES = webmail.authpam
- SUBDIRS = images html
--script_SCRIPTS = sendit.sh cleancache.pl ldapsearch webgpg
-+script_SCRIPTS = sendit.sh cleancache.pl ldapsearch
- sysconf_DATA = ldapaddressbook.dist sqwebmaild.dist
- DOCS = SECURITY BUGS TODO SECURITY.html BUGS.html TODO.html
- noinst_DATA = $(DOCS) TIMEZONELIST
-@@ -979,7 +979,7 @@ install-perms-local: install-perms-cache
+@@ -991,7 +991,7 @@ install-perms-local: install-perms-cache
htmllibdir.h: config.status
echo '#define HTMLLIBDIR "@htmldir@"' >htmllibdir.h
@@ -20,7 +11,7 @@ $NetBSD: patch-ad,v 1.5 2005/08/11 00:03:51 jlam Exp $
echo '#define CALENDARMODE "$(sysconfdir)/calendarmode"' >>htmllibdir.h
echo '#define LOGINDOMAINLIST "$(sysconfdir)/logindomainlist"' >>htmllibdir.h
echo '#define MAXMSGSIZE @MAXMSGSIZE@' >>htmllibdir.h
-@@ -987,7 +987,7 @@ htmllibdir.h: config.status
+@@ -999,7 +999,7 @@ htmllibdir.h: config.status
echo '#define SOCKDIR "$(localstatedir)"' >>htmllibdir.h
echo '#define SHAREDINDEXFILE "$(sysconfdir)/shared/index"' >>htmllibdir.h
echo '#define SQWEBPASSWD "$(pkglibexecdir)/sqwebpasswd"' >>htmllibdir.h
@@ -29,7 +20,7 @@ $NetBSD: patch-ad,v 1.5 2005/08/11 00:03:51 jlam Exp $
; then \
echo '#define HOSTNAMEFILE "$(sysconfdir)/defaultdomain"' >>htmllibdir.h \
; echo '#define MAKEMIME "$(bindir)/makemime"' >>htmllibdir.h \
-@@ -996,7 +996,7 @@ htmllibdir.h: config.status
+@@ -1008,7 +1008,7 @@ htmllibdir.h: config.status
; echo '#define MAKEMIME "$(pkglibexecdir)/makemime"' >>htmllibdir.h \
; fi
echo '#define LDAPADDRESSBOOK "$(sysconfdir)/ldapaddressbook"' >>htmllibdir.h
@@ -38,7 +29,7 @@ $NetBSD: patch-ad,v 1.5 2005/08/11 00:03:51 jlam Exp $
echo '#define AUTHCHARSET "$(sysconfdir)/authcharset"' >>htmllibdir.h
ldapsearch: ../ldapaddressbook/ldapsearch
-@@ -1024,9 +1024,6 @@ install-perms-cache:
+@@ -1036,9 +1036,6 @@ install-perms-cache:
@echo "@cachedir@ 700 @cacheowner@ bin" >>permissions.dat
cache-reminder:
diff --git a/mail/sqwebmail/patches/patch-ah b/mail/sqwebmail/patches/patch-ah
index 3bc00e3e051..e19badd1b43 100644
--- a/mail/sqwebmail/patches/patch-ah
+++ b/mail/sqwebmail/patches/patch-ah
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.2 2005/08/11 00:03:51 jlam Exp $
+$NetBSD: patch-ah,v 1.3 2006/04/28 18:16:25 jlam Exp $
---- sqwebmail/configure.orig 2005-07-23 10:00:37.000000000 -0400
+--- sqwebmail/configure.orig 2006-03-04 09:18:54.000000000 -0500
+++ sqwebmail/configure
-@@ -19780,7 +19780,7 @@ fi;
+@@ -20267,7 +20267,7 @@ fi;
diff --git a/mail/sqwebmail/patches/patch-aj b/mail/sqwebmail/patches/patch-aj
index 732a9cf59ca..35af1e6c656 100644
--- a/mail/sqwebmail/patches/patch-aj
+++ b/mail/sqwebmail/patches/patch-aj
@@ -1,8 +1,8 @@
-$NetBSD: patch-aj,v 1.4 2006/01/03 05:59:12 jlam Exp $
+$NetBSD: patch-aj,v 1.5 2006/04/28 18:16:25 jlam Exp $
---- INSTALL.html.orig 2005-11-17 22:38:11.000000000 -0500
+--- INSTALL.html.orig 2006-02-25 12:13:16.000000000 -0500
+++ INSTALL.html
-@@ -700,7 +700,7 @@ Qmail box.</p>
+@@ -707,7 +707,7 @@ Qmail box.</p>
installation. The following presumes that SqWebMail's configuration files are
installed in <code>/usr/lib/sqwebmail</code> (the default).</p>