summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-23 23:41:42 +0000
committerjlam <jlam@pkgsrc.org>2004-02-23 23:41:42 +0000
commitae44c2c5bbcce57cb31ce1e4080832e122d76157 (patch)
treedd98eb0006b096b2fb6d65efc47f734c2bf2fbf3 /doc
parentb32c8d8793e268e59c4dc7eed83f4371c61b02ae (diff)
downloadpkgsrc-ae44c2c5bbcce57cb31ce1e4080832e122d76157.tar.gz
Update mail/sqwebmail to 3.6.2. Changes from version 3.3.1 include:
Split sqwebmail into sqwebmail and sqwebmaild. sqwebmaild is now a root daemon process that listens on a UNIX domain socket. sqwebmail is a tiny, unprivileged cgi-bin stub that forwards the HTTP request to the daemon process. The stub passes the client's file descriptor to sqwebmaild, on platforms that support passing file descriptors, else it proxies http traffic in both directions. Replace GIFs with PNGs Do GPG functions via a library instead of invoking mimegpg. RFC 2231 support
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 8174b940643..a23aae39697 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4980 2004/02/23 23:28:37 wulf Exp $
+$NetBSD: CHANGES,v 1.4981 2004/02/23 23:41:42 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1006,3 +1006,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated libxml2 to 2.6.7 [xtraeme 2004-02-23]
Updated aspell to 0.50.5 [snj 2004-02-23]
Added xdx-1.1 [wulf 2004-02-24]
+ Updated sqwebmail to 3.6.2 [snj 2004-02-24]