Up to [cvs.NetBSD.org] / pkgsrc / mail / sqwebmail
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5, Mon Oct 15 15:38:51 2007 UTC (15 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.4: +1 -1
lines
FILE REMOVED
Update mail/sqwebmail to 5.2.0. Changes from version 5.1.6 include: * Missing </table> when displaying folder list. * Use SQWEBMAIL_RANDSEED if it's set, instead of sendit.sh's inode. * Remove hardcoded reference to TIMEOUTHARD * Global footer wasn't being added correctly to HTML-formatted mail. * Fixes to inferred HTML formatting. * Fix signing of multipart messages that contain 8 bit content.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 9 19:19:10 2007 UTC (15 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Remove trailing spaces.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 28 18:16:25 2006 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.2: +17 -14
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2, Wed Jul 14 20:07:22 2004 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.1: +1 -1
lines
FILE REMOVED
Update mail/sqwebmail to 4.0.5 (based on the courier-0.45.6 distribution). 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
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 24 20:52:20 2002 UTC (21 years ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
This package actually needs perl as a dependency, not just a build dependency, since the cache-cleaning script is a perl script (noted by Amitai Schlair in private email). Also change the permissions on the ldap config files so that LDAP searches have a better chance of succeeding. XXX - The global LDAP searches still don't work, but I haven't yet figured XXX - out why. The queries return records when executed on the command XXX - line, but the records aren't being displayed by sqwebmail.