pkgsrc/mail
xtraeme ba66919f95 Update to 2.1.3 from pkgsrc-wip via Todd Vierling. This also closes
PR pkg/22820.

Changes:

      - Closed a cross-site scripting exploit in the create cgi script.

      - Improvements in the performance of the bounce processor.
        Now, instead of processing each bounce immediately (which
        can cause severe lock contention), bounce events are queued.
        Every 15 minutes by default, the queued bounce events are
        processed en masse, on a list-per-list basis, so that each
        list only needs to be locked once.

      - When some or all of a message's recipients have temporary
        delivery failures, the message is moved to a "retry" queue.
        This queue wakes up occasionally and moves the file back to
        the outgoing queue for attempted redelivery.  This should
        fix most observed OutgoingRunner 100% cpu consumption,
        especially for bounces to local recipients when using the
        Postfix MTA.

      - Optional support for fsync()'ing qfile data after writing.
        Under some catastrophic system failures (e.g. power lose),
        it would be possible to lose messages because the data
        wasn't sync'd to disk.  By setting SYNC_AFTER_WRITE to True
        in Mailman/Queue/Switchboard.py, you can force Mailman to
        fsync() queue files after flushing them.  The benefits are
        debatable for most operating environments, and you must
        ensure that your Python has the os.fsync() function defined
        before enabling this feature (it isn't, even on all
        Unix-like operating systems).

And more... please review Changelog to see a complete list of changes.
2003-12-23 11:02:13 +00:00
..
anomy-sanitizer Add missing files to PLIST to fix errror with pkg_delete(1). 2003-09-21 14:17:26 +00:00
autorespond COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
balsa PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
balsa2 Depend on gpgme03 package. Bump PKGREVISION. 2003-12-14 17:56:39 +00:00
bbmail Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
bmf COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
bogofilter Add missing "/" to the URL section to make pkglint happy 2003-09-30 07:17:12 +00:00
bulk_mailer s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
clamav sort includes 2003-12-08 06:47:31 +00:00
coolmail COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
courier-auth Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
courier-authldap Line up PKGREVISION whitespace. 2003-05-05 16:36:34 +00:00
courier-authmysql Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
courier-authpgsql Instead of including bsd.pkg.install.mk directly in a package Makefile, 2003-01-28 22:03:00 +00:00
courier-imap PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
courier-maildirmake Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
cucipop s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
cue upgrade to 20031117. properly handle mailcap. some stability fixes. 2003-11-25 02:27:36 +00:00
cyrus-imapd PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
cyrus-imapd21 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
deliver s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
demime s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
distribute Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
dot-forward COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
dovecot Update to 0.99.10.4 provided by Charlie Allom in PR pkg/23696. 2003-12-09 04:06:37 +00:00
drac s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
elm s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
elm-me s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
etach s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
evolution PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
exim whitespace police 2003-11-30 03:01:33 +00:00
exim-exiscan Update exim to 4.22nb3 and exim-exiscan to 4.22-12nb1. Default exim_flags to "-bd -q30m", so setting exim=YES in rc.conf works 2003-11-25 10:21:58 +00:00
exim-html Update exim-html to 4.20 (latest copy of exim html docs) 2003-09-02 12:16:19 +00:00
exim-user Convert exim and exim-user to the bsd.pkg.install.mk framework: 2003-08-02 17:00:06 +00:00
exim3 kill some trailing whitespace (mmm, cutnpaste). 2003-12-18 02:30:54 +00:00
exmh Adjust comment, exmh will also support security/gnupg if present 2003-11-22 09:50:19 +00:00
ezmlm COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
ezmlm-idx s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
faces Remove dependency on replace-perl from do-configure target. 2003-07-22 14:03:23 +00:00
fastforward Prepare for pkgviews by making sure that passing VIEW-INSTALL or 2003-08-30 20:22:49 +00:00
fetchmail PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
fetchmailconf Fix dependence problem caused by "openssl" package version bump madness. 2003-11-12 18:49:46 +00:00
fix-mime-charset Update to 0.5.1, with a patch from the author to make it compile. 2003-12-15 18:55:31 +00:00
fromto s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
getmail Upgrade to 3.2.1. Patch sent by Soren Jacobsen in PR pkg/23299. 2003-10-29 11:55:27 +00:00
GNUMail Changes 1.1.1: 2003-12-05 11:27:01 +00:00
gnus USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
grepmail Updated grepmail to 5.22. 2003-12-18 14:24:01 +00:00
hypermail COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
ifile Updated to version 1.3.2. 2003-07-25 15:25:12 +00:00
ifile-procmail Simplify. 2003-07-25 15:46:17 +00:00
imap-uw PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
imap-uw-utils PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
imapfilter Update to version 0.9.5. 2003-12-11 23:05:16 +00:00
imapproxy s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
imp Whitespace fixes 2003-10-18 13:08:48 +00:00
incm s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
isync PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
ja-mh s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jchkmail Behavior-based virus and spam milter for Sendmail 2003-09-22 14:33:35 +00:00
kbiff Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
libesmtp PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
libmilter Allow use of base system libmilter if it exists and is complete enough. 2003-09-24 12:43:57 +00:00
libsieve s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
libsnert Snert's license: no redistribution. 2003-10-27 22:52:48 +00:00
mailagent dirname -> ${DIRNAME}, id -> ${ID} 2003-11-23 07:41:19 +00:00
mailcrypt Update to version 3.5.8. 2003-08-11 15:57:42 +00:00
maildrop s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just 2003-05-29 23:14:07 +00:00
mailman Update to 2.1.3 from pkgsrc-wip via Todd Vierling. This also closes 2003-12-23 11:02:13 +00:00
mailserv Since distfile doesn't have a unique filename between versions, then 2003-10-02 16:18:36 +00:00
mailsync Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
mailwrapper MESSAGE is NetBSD specific. 2003-08-16 06:48:18 +00:00
majordomo Prepare for pkgviews by making sure that passing VIEW-INSTALL or 2003-08-30 20:22:49 +00:00
mdfrm COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
metamail Use ${MAKE} and ${INSTALL} instead of make and install. 2003-11-04 19:03:53 +00:00
mew Typo (EMACS_VERSIONS_ACCEPTED, not EMACS_VERSION_ACCEPTED). 2003-08-18 13:17:51 +00:00
mew-xemacs USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
mew3 Update mew package to 3.3. 2003-08-18 14:29:13 +00:00
mhonarc Updated to 2.6.8. 2003-09-16 13:17:45 +00:00
milter-regex The milter-regex plugin can be used with the milter API of sendmail(8) to 2003-10-20 17:03:47 +00:00
milter-sender Snert's license: no redistribution. 2003-10-27 22:52:48 +00:00
milter-spamc Yet another milter/spamassassin interface 2003-12-11 17:32:23 +00:00
mimedefang Delete DEINSTALL line that was accidentally added. 2003-09-02 12:39:12 +00:00
mini_sendmail Add -oeq option, for sendmail compatibility. Bump pkgrevision to 4. 2003-10-07 08:45:14 +00:00
msmtp PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
mush COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
mutt explicitly remove the share/doc/mutt/examples symlink before linking 2003-12-12 10:45:18 +00:00
nail Update of mail/nail to 10.6. Changes since 10.5: 2003-12-05 22:21:17 +00:00
newmail COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
nmh basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23541. 2003-11-23 07:18:15 +00:00
nullmailer s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
oe2mbx s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
offlineimap Initial import of OfflineIMAP, version 4.0.0, into the NetBSD Packages 2003-08-10 10:09:20 +00:00
p5-Email-Valid COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-IMAP-Admin "It's" stands for "it is" (or "it has"). The apostrophe is not used 2003-08-30 02:14:19 +00:00
p5-Mail-Audit COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-Mail-ClamAV Initial import of p5-Mail-ClamAV 0.04 into the NetBSD Packages 2003-12-08 15:39:57 +00:00
p5-Mail-IMAPClient COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-Mail-ListDetector COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-Mail-Sendmail COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-MailTools Updated p5-MailTools to 1.60. 2003-12-17 00:27:27 +00:00
p5-MIME-Lite COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-MIME-tools COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
p5-razor-agents New version 2.36. It'a leaf package and 2.36 fixes a build problem Grant 2003-12-01 00:24:15 +00:00
p5-Sendmail-AccessDB COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
Pantomime Changes 1.1.1: 2003-12-05 11:25:58 +00:00
php4-imap Update PHP to 4.3.4 2003-11-08 06:58:10 +00:00
pine PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
popa3d Update to 0.6.4: 2003-12-07 19:18:16 +00:00
poppassd Update poppassd package to 4.0.5nb1. 2003-04-29 14:22:45 +00:00
poppy COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
postfix no need for PLIST_SUBST+=PKG_SYSCONFDIR 2003-12-18 03:37:17 +00:00
prayer PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
procmail Change maintainer to myself. 2003-11-03 22:43:37 +00:00
qcheck s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
qmail Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
qmail-conf COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
qmail-lint COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
qmail-qfilter Make it honour _STRIPFLAG_CC and CFLAGS 2003-08-14 12:20:01 +00:00
qmail-users s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
qmailanalog COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
qmHandle COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
qpopper PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
qtools COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
queue_repair COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
rblcheck Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ripmime ripmime-1.3.0.4 Extract the attached files out of a MIME encoded email package 2003-10-01 20:45:55 +00:00
rmail-mime s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
ruby-tmail s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
safecat Work around a gcc-2.95 arm bug that makes compiling the tryulong32.c 2003-10-19 19:58:24 +00:00
sendmail Replace any "/" in OPSYS name with a "-". Sendmail's build 2003-12-03 22:11:02 +00:00
sendmail811 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
sigrot When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than 2003-06-18 09:22:14 +00:00
sma Correct path of example configuration file. Problem noted by 2003-09-24 13:21:10 +00:00
smtpfeed Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
solid-pop3d Add solid-pop3d-0.15: Flexible POP3 server 2002-05-12 16:54:45 +00:00
spamass-milter Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:59:42 +00:00
spamassassin print correct path to config files in spamd usage message. 2003-12-02 12:36:00 +00:00
spamprobe reorder lines to appease pkglint (hi, zuntum!) 2003-12-01 12:16:14 +00:00
spruce PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
squirrelmail Updated squirrelmail to 1.4.2 2003-10-08 05:12:08 +00:00
sqwebmail Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if 2003-08-30 22:51:11 +00:00
ssmtp When constructing WRKSRC, also strip off PKGREVISION. 2003-11-14 00:51:43 +00:00
sylpheed Remove patch line from distinfo 2003-12-15 23:56:08 +00:00
sylpheed-claws Depend on gpgme03 package. Bump PKGREVISION. 2003-12-14 17:56:39 +00:00
sylpheed-gtk2 Depend on gpgme03 package. Bump PKGREVISION. 2003-12-14 17:56:39 +00:00
sympa s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
teapop (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; 2003-03-14 19:37:30 +00:00
thunderbird-bin Updated thunderbird-bin to 0.4. 2003-12-13 04:01:50 +00:00
thunderbird-bin-nightly update to latest nightly build from 2003-12-01. 2003-12-13 09:30:43 +00:00
tmda Add USE_BUILDLINK2. 2003-09-27 08:22:29 +00:00
tnef COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
tnef2txt COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
vm USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
wl USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
wmbiff Update "wmbiff" package to version 0.4.19. Changes since version 0.4.13: 2003-12-06 16:10:48 +00:00
wmmail s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
xbuffy COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
xfmail Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while 2003-06-11 20:50:50 +00:00
xmailbox s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
xmailwatcher Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
yatsvrs Update distinfo after removing patch-am and patch-an. 2003-11-13 07:02:39 +00:00
YoSucker Initial import of YoSucker-37. 2003-08-15 11:18:46 +00:00
Makefile Sort. 2003-12-18 09:47:10 +00:00