Subject: CVS commit: pkgsrc/mail/prayer
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 01/09/2005 00:07:47
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Sun Jan  9 00:07:47 UTC 2005

Modified Files:
	pkgsrc/mail/prayer: Makefile PLIST distinfo
	pkgsrc/mail/prayer/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af
Added Files:
	pkgsrc/mail/prayer/files: prayer.sh
	pkgsrc/mail/prayer/patches: patch-ag
Removed Files:
	pkgsrc/mail/prayer/files: prayer.rc

Log Message:
Update to 1.0.12. From the changelog:

* Apparently "mutex" is already claimed by a system header on Solaris.

* File locking on Linux (probably other operating systems) is pretty
    dumb when lots of processes are trying to lock a single file
    for serialisation: all of the processes are woken each time
    that the file is unlocked. Most of the process will simply loop
    inside the kernel and attempt to lock again. Presumably this
    approach makes nonblocking locks and EINTR easier to do, but
    it does mean that you can get occasional load average spikes.
    Add MUTEX_SEMAPHORE to implement System V semaphore based lock,
    which does not have this problem in Linux. Warning: System V
    semaphores are a finite resource, and they are not released
    automatically. See: prayer-sem-prune.

* Quotas now reported in MBytes rather than KBytes.

* Add download links for text/html and text/plain attachments

* Fix bug with body->type TYPEMESSAGE: c-client API very poorly
    documented :(

* Strip out common HTML entity encodings that might be used in
    HREFs with text/html attachments.

* Fix mydb_db3.c to work with DB4.

* Integrate into Tony's funky packaging system for Hermes and PPSW.

* Add interface to automatic spam folder pruning utility that I
    wrote for Cyrus (controlled through special Sieve files).

* Fix uploads where mailboxes contain NUL characters (translate to
    space?)

* Assorted minor bugfixes

* Fix nasty /redirect bug that I managed to introduce by switching
    from url_encode to canon_encode to work around bug in Opera.
    Missing a url_encode: infinite loop from dumb UAs :(. Otherwise
    identical to 1.0.9.

* Few minor bug fixes, covered in CVS history.

pkgsrc changes:
* Rename the source rc.d script in the default RCD_SCRIPTS style.
* Respect ${VARBASE}.
* Avoid the DB_VERB_CHKPOINT flag with latest db4 (where it's been removed).
* Patch from jdc@ for 64-bit big-endian hosts.

XXX rc.d script doesn't stop all the prayer slaves


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/mail/prayer/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/prayer/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/prayer/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/mail/prayer/files/prayer.rc
cvs rdiff -r0 -r1.1 pkgsrc/mail/prayer/files/prayer.sh
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/prayer/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/prayer/patches/patch-ab \
    pkgsrc/mail/prayer/patches/patch-ad
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/prayer/patches/patch-ac \
    pkgsrc/mail/prayer/patches/patch-af
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/prayer/patches/patch-ae
cvs rdiff -r0 -r1.1 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.