Path to this page:
./
mail/imap-uw,
University of Washingtons IMAP, POP2, and POP3 servers
Branch: pkgsrc-2008Q3,
Version: 2007e,
Package name: imap-uw-2007e,
Maintainer: jwiseThe UW imapd is the reference implementation of the IMAP4 protocol for
interactive remote retrieval of mail and storage of mail folders. Also
included are POP2 and POP3 servers and an IMAP protocol tester (mtest).
The Pine mail program includes an IMAP4 client driver, as does Netscape
version 4 and above.
MESSAGE.ssl [+/-]===========================================================================
$NetBSD: MESSAGE.ssl,v 1.1 2006/07/26 20:00:27 jlam Exp $
Add the following to /etc/services (if not already there):
imaps 993/tcp # imap4 protocol over TLS/SSL
imaps 993/udp # imap4 protocol over TLS/SSL
pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3)
pop3s 995/udp # pop3 protocol over TLS/SSL (was spop3)
Add the following to /etc/inetd.conf:
imaps stream tcp nowait root ${PREFIX}/libexec/imapd imapd
pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d
The imapd daemon looks for the following files to use SSL:
${SSLCERTS}/imapd.pem (certificate)
${SSLKEYS}/imapd.pem (private key)
and similarly for the ipopd daemon.
===========================================================================
Required to build:[
devel/libtool-base]
Package options: imapuw-cleartextpwd, inet6, ssl
Master sites:
SHA1: 24c63cad8d0e74aa76e4341fcfa54d24f23a8c70
RMD160: 7d6af203419975f763d7ec17b6a4544c94490b50
Filesize: 2724.091 KB
Version history: (Expand)
- (2008-12-30) Updated to version: imap-uw-2007e
- (2008-11-16) Updated to version: imap-uw-2007dnb1
- (2008-11-07) Updated to version: imap-uw-2007d
- (2008-10-06) Package added to pkgsrc.se, version imap-uw-2006j2nb6 (created)
CVS history: (Expand)
2008-12-30 01:50:26 by Tyler R. Retzlaff | Files touched by this commit (3) | |
Log message:
pullup ticket #2618 - requested by tron
imap-uw: update package for security fix
revisions pulled up:
pkgsrc/mail/imap-uw/Makefile 1.128,1.129
pkgsrc/mail/imap-uw/PLIST 1.16
pkgsrc/mail/imap-uw/distinfo 1.35
Module Name: pkgsrc
Committed By: obache
Date: Mon Dec 1 11:03:50 UTC 2008
Modified Files:
pkgsrc/mail/imap-uw: Makefile PLIST
Log message:
Also install dummy.h.
It is included from flocksim.h, required by some platforms. PR 40075.
Bump PKGREVISION.
While here, marked as MAKE_JOBS_SAFE=no
------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Mon Dec 29 16:29:50 UTC 2008
Modified Files:
pkgsrc/mail/imap-uw: Makefile distinfo
Log message:
Update "imap-uw" package to version 2007e.
This version is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users
plus a security fix for users of the RFC822BUFFER routines.
Approved by Thomas Klausner.
|
2008-11-16 11:07:47 by Tyler R. Retzlaff | Files touched by this commit (7) |
Log message:
pullup ticket #2587 - requested by tron
imap-uw: shared version and package version bumps
imap-uw-utils: bump package revision
mailsync: bump package revision
php-imap: bump package revision
pine: bump package revision
prayer: bump package revision
revisions pulled up:
pkgsrc/mail/imap-uw/Makefile 1.127
pkgsrc/mail/imap-uw/buildlink3.mk 1.15
pkgsrc/mail/imap-uw-utils/Makefile 1.28
pkgsrc/mail/mailsync/Makefile 1.30
pkgsrc/mail/php-imap/Makefile 1.16
pkgsrc/mail/pine/Makefile 1.121
pkgsrc/mail/prayer/Makefile 1.37
Module Name: pkgsrc
Committed By: tron
Date: Thu Nov 13 14:20:20 UTC 2008
Modified Files:
pkgsrc/mail/imap-uw: Makefile buildlink3.mk
Log message:
Bump the following things:
- The shared library major version because it is no longer compatible
with old binaries.
- The package revision because of the above change.
- The minimum API and ABI versions because new binary packages are no
longer compatible with an old "imap-uw" package.
------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Thu Nov 13 14:21:05 UTC 2008
Modified Files:
pkgsrc/mail/imap-uw-utils: Makefile
pkgsrc/mail/mailsync: Makefile
pkgsrc/mail/php-imap: Makefile
pkgsrc/mail/pine: Makefile
pkgsrc/mail/prayer: Makefile
Log message:
Bump the package revisions of all packages that depend on the
"imap-uw" package because of binary incompatibilities.
|
2008-11-07 10:58:39 by Tyler R. Retzlaff | Files touched by this commit (10) | |
Log message:
pullup ticket #2578 - requested by tron
imap-uw: update package for security and bug fixes
revisions pulled up:
pkgsrc/mail/imap-uw/Makefile 1.126
pkgsrc/mail/imap-uw/PLIST 1.15
pkgsrc/mail/imap-uw/distinfo 1.34
pkgsrc/mail/imap-uw/patches/patch-aa 1.20
pkgsrc/mail/imap-uw/patches/patch-ab 1.23
pkgsrc/mail/imap-uw/patches/patch-ad 1.8
pkgsrc/mail/imap-uw/patches/patch-ae 1.18
pkgsrc/mail/imap-uw/patches/patch-ak r0
pkgsrc/mail/imap-uw/patches/patch-bb 1.3
pkgsrc/mail/imap-uw/patches/patch-bc 1.3
Module Name: pkgsrc
Committed By: tron
Date: Thu Nov 6 15:27:00 UTC 2008
Modified Files:
pkgsrc/mail/imap-uw: Makefile PLIST distinfo
pkgsrc/mail/imap-uw/patches: patch-aa patch-ab patch-ad patch-ae
patch-bb patch-bc
Removed Files:
pkgsrc/mail/imap-uw/patches: patch-ak
Log message:
Update "imap-uw" package to imap-2007d. Changes since version 2006j2:
- security fix for users of tmail or dmail.
- bug fixes and reliability improvements.
- A new function, utf8_csvalidmap(), has been added for the benefit of
Alpine to use in examining UTF-8 text and determining efficiently
whether it can be downgraded to a legacy charset. If you develop an
MUA, this may be useful for you too, although you'll have to read the
source code to see how to use it. The purpose of the "not-CJK" bit is
to prevent messages being downgraded to a CJK charset if all they have
in that charset are some special punctuation.
This update address the security vulnerability reported in SA32483.
|