Subject: CVS commit: pkgsrc/mail/prayer
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 06/15/2007 23:28:18
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Jun 15 23:28:18 UTC 2007

Modified Files:
	pkgsrc/mail/prayer: Makefile PLIST distinfo
	pkgsrc/mail/prayer/patches: patch-aa patch-ad patch-ae patch-af
	    patch-ag

Log Message:
Update to 1.0.18.
Fix build problem with db4 following a hint by obache@

04/09/2006
==========

Release: Prayer 1.0.18

Important Security fix:
  os_connect_unix() had a strcpy() which should have been strncpy() to
  prevent buffer overrun. Prayer 1.0.17 was mostly safe.

By 28/06/2006
=============

Release: Prayer 1.0.17

Fix small foulup wuth gethostbyname() calculations when binding Prayer
to specific interfaces.

Cleanups to stop char vs unsigned char warnings with latest c-client.

Make sure that all internal draft messages consistently use CRLF.

Security audit for Prayer frontend following attack:
  Optional Chroot environment (See chroot options in config file).
  Stripped out debugging code.

04/11/2005
==========

Fix small foulups with abook_lookup:
  Couldn't add last address to existing draft.
  Block LDAP metacharacters from search.

By 13/06/2005
=============

Release: Prayer 1.0.16

Fix silly bug when replying to multipart messages where the main message
and the text/plain subpart have different encoding (missing mail_body
call).

Add a limit_vm backstop to stop single runaway process from taking
over the system.

By 10/06/2005
=============

Release: Prayer 1.0.15 (1.0.13 and 14 internal releases only).

list screen doesn't set "current" message to middle of range. Means that
switching between various sort modes works more consistently.

Go fishing for text/plain or failing that text/html bodypart within top
level of multipart/mixed or multipart/alternate message when replying to a
message. Behaviour should now be consistent with cmd_forward and
cmd_display.

Include LDAP and local finger database lookups (latter for Cambridge use only)

Addressbook screen:
  Addressbook sort (can be set on Manage => Preferences => Display)
  Addressbook bulk removal
  Import and Export CSV (Outlook) format address screen

Spellcheck:
  Support native aspell as well as ispell, aspell in ispell compatibility mode.
  Means that Quoted text is not checked if the following is set:
      Manage => Preferences => Extra Compose =>
      Skip quoted text on spell check

By 09/08/2005
=============

Spam whitelist

Test the Referer header on login. Two independant prayer.cf options:
referer_block_invalid and referer_log_invalid

Test the Referer: header before performing a /redirect/ action in
order to protect against URL redirector abuse
  Doesn't work with "Save Target As". Remove entirely

Confirm on expunge.

Cleanup up account_message error reporting so consistent.

Fix format=flowed quoting problems.

Fix memory leak in mailbox download (2 x size of mail folder) until
next transfer or idle shutdown.

25/01/2005
==========

line_wrap_on_send preference not used by draft_init().

Fixed problems with multipart/alternate display and forwarding


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/mail/prayer/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/prayer/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/prayer/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/prayer/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/prayer/patches/patch-ad
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/prayer/patches/patch-ae
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/prayer/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/prayer/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.