The NetBSD Project

CVS log for pkgsrc/mail/courier-imap/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / mail / courier-imap

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 5 14:16:39 2010 UTC (18 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Changes 4.8.1:
This is a bugfix release.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 15 23:07:07 2010 UTC (23 months, 1 week ago) by pettai
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

courier-imap-4.8.0:

* tcpd/configure.in: Check if explicit linking with libgpg-error is required.
* imapd.c (main): Fix typo in alert message.
* Big quota patch (with some changes).
* imapd.c (main): Dummy FAM/Gamin initialization, report an error
  during login, upon a failure.
* imapd.c (imapenhancedidle): Make FAM error more meaningful.
* pop3dserver.c (main): "disableinsecurepop3" account option disables
  non-SSL logins.
* imapd.c (chkdisabled): "disableinsecureimap" account option disables
  non-SSL logins.

(See the Changelog for the previous releases)

Based on patch(es) from PR pkg/42989 by Brian Candler

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 14 18:04:30 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Remove @dirrm entries from PLISTs

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 9 22:12:10 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, 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, pkgsrc-2007Q3-base, pkgsrc-2007Q3, 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +1 -6 lines
Diff to previous 1.14 (colored)

Update mail/courier-imap to 4.1.1.  Changes from version 4.1.0 include:

   * Fix quota calculations on 32 bit platforms with 64 bit off_t.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 28 18:15:20 2006 UTC (6 years ago) by jlam
Branch: MAIN
Changes since 1.13: +9 -7 lines
Diff to previous 1.13 (colored)

Update mail/courier-imap to 4.1.0.  Changes from version 4.0.6 include:

  + Install some more of the HTML documentation in the location expected
    by courier-mta.

  + Moved the default locations for the imapd and pop3d SSL certificates
    into ${PKG_SYSCONFDIR}.  These paths may be changed directly in the
    imapd-ssl and pop3d-ssl configuration files by modifying TLS_CERTFILE.

  * New capability to control announcements of IMAP ACL support when
    starting imapd.

  * Optimization: Skip going through the motions of outputting the results
    of a SORT if the number of sorted messages is 0.

  * Have CREATE and RENAME also create courierimapuidlist.

  * Log total bytes sent/received in IMAP and POP3 sessions.

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 3 15:35:51 2005 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

Sort.

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 2 20:33:59 2005 UTC (7 years ago) by reed
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 18 22:12:46 2005 UTC (7 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.10: +20 -14 lines
Diff to previous 1.10 (colored)

Update mail/courier-imap to courier-imap-4.0.1.  Changes from version
3.0.5 include:

    * Implemented IMAP and POP3 proxy aggregator.  With a proxy
      aggregator, the mail accounts are split between multiple,
      independent servers, with an IMAP/POP3 server running on each
      individual server.  A separate, proxy server sits in front and
      accepts ordinary IMAP and POP3 connections.  It reads the login
      ID, determines which server the account is located on, connects
      to the server, and logs in.  Then, for the lifetime on the login
      session the front-end server takes itself out of the loop, and
      forwards all session traffic between the IMAP/POP3 client, and
      the back-end server.

    * Use courier-authlib for user authentication.

    * IPv6 support.

    * Minor bug fixes.

Please note when updating that the locations of the userdb files has
changed to be within the courier-authlib config directory, e.g.
/usr/pkg/etc/authlib/userdb*.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 14 20:07:16 2004 UTC (7 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.9: +4 -5 lines
Diff to previous 1.9 (colored)

Update mail/courier-imap to 3.0.5 (based on the courier-0.45.6
distribution).  Changes from version 2.2.1 include:

  * Honor ${VARBASE}.
  * courierlogger(1) has been moved to mail/courier-auth.
  * Use the sysconftool from courier-auth to merge config files.
  * The courier* rc.d scripts now check that authdaemond is also set to
    "YES" to ensure that authdaemond is running before the courier-imap
    daemons are started.
  * Support for the ACL IMAP extension (RFC 2086 as well as the 2nd draft
    revision of the ACL specification) via shared maildirs.
  * Bug fixes and improvements to MIME encoding.
  * 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.9 / (download) - annotate - [select for diffs], Fri Apr 23 22:07:54 2004 UTC (8 years, 1 month ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.8: +1 -5 lines
Diff to previous 1.8 (colored)

mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 23 23:23:31 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

We actually do want to install the example *.authpam files as authdaemond
uses the service name of the authenticatee when doing PAM service name
lookups.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 22 16:43:27 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

Don't bother installing the *.authpam files as they don't apply.  The
courier IMAP and POP3 daemons only know to use authdaemon for
authentication.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 22 03:13:07 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update mail/courier-imap to 2.2.1.  Changes from version 1.4.2 include
addition of keywords on Maildir messages, use of FAM if it exists to
allow simultaneous access to the same Maildir from multiple clients,
and fixed handling of DELETEd messages and the Trash folder.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 23 02:22:20 2002 UTC (10 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, 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
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Update mail/courier-imap to 1.4.2nb1.  Changes from version 1.4.2 include
moving config files related to Maildirs under the control of the
courier-maildirmake package.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 22 22:08:51 2002 UTC (10 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.3: +3 -40 lines
Diff to previous 1.3 (colored)

Update mail/courier-imap to 1.4.2.  Changes from version 1.4.0 include minor
bug fixes, plus the major change of moving the authentication modules into
a separate package (courier-auth).  The authentication modules are to be
shared with a forthcoming sqwebmail package.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 2 22:51:19 2002 UTC (10 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Install maildirmake as "imapd.maildirmake" to match what other courier
packages used to do.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 2 22:19:38 2002 UTC (10 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.1: +26 -22 lines
Diff to previous 1.1 (colored)

Update mail/courier-imap to 1.4.0.  Pkgsrc changes include splitting the
Makefile into package and common parts to facilitate creating sub-packages
for the separate authentication modules, and using the general INSTALL
scripts.  Changes from version 1.3.8.2 include:

	* bug fixes
	* move authentication modules into a separate daemon process
	* partial support of the IMAP QUOTA extension.
	* added experimental PostgreSQL authentication module.
	* added experimental LDAP_TLS option to LDAP authentication.
	* workarounds for Outlook
	* Disable MSIE 6.0 smart tags in all html files

Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 1 00:59:42 2001 UTC (10 years, 6 months ago) by zuntum
Branch: MAIN

Move pkg/ files into package's toplevel directory

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>