pkgsrc/mail
adrianp b4b3c19dd5 Update to 2.8.1
2.8.1		2009/01/16
	LIBDKIM: Fix bug #SF2508602: Add a translation string for
		DKIM_SIGERROR_KEYREVOKED and fix dkim_eom_verify() so it
		returns DKIM_STAT_REVOKED when appropriate.  Problem noted
		by Mike Markley of Bank of America.

2.8.0		2009/01/08
	Add configuration option "EnableCoredumps" which makes an explicit
		kernel request for cores on crashes.  Currently only meaningful
		on Linux.
	Add configuration option "AuthServID" which sets the "authserv-id"
		token to use when generating Authentication-Results header
		fields.
	Report "fail" instead of "hardfail" on authentication failures,
		in compliance with the Authentication-Results: draft.
	Add _FFR_REPORT_INTERVALS, experimental support for the "ri" tag
		extension to DKIM policy and key records for specifying
		reporting intervals.
	Feature request #SF1985886: Add _FFR_MULTIPLE_SIGNATURES, allowing
		one instance of the filter to add multiple signatures.
		Suggested by Dave Crocker.
	Add "TemporaryDirectory" configuration file option for requesting that
		libdkim use an alternate directory for creating temporary
		files, and "KeepTemporaryFiles" for requesting that libdkim
		not delete those files for debugging purposes.
	Add optional support for the "unbound" asynchronous resolver
		library as it is DNSSEC-aware.  Adds four new configuration
		file items: "BogusKey", "BogusPolicy", "InsecureKey" and
		"InsecurePolicy".  Also add dkim_sig_getdnssec()
		and dkim_policy_getdnssec() to libdkim so callers can tell
		what the DNSSEC evaluation result was for each query.
		Based on a patch from John Dickinson.
	Add "BaseDirectory" configuration file option for specifying
		the desired current directory of the process.
	Make use of the key and policy "rs" tag, if present, when doing
		SMTP rejections.
	Use MTA macro "$j" as the hostname in generated reports instead of
		the output of gethostname() since on some systems the latter
		may not be fully-qualified.
	Remove ANTICIPATE_SENDMAIL_MUNGE, replacing it with a runtime check
		for the milter v2 feature which suppresses the addition of
		spaces in headers.
	Add _FFR_COMMAIZE which attempts to predict the reformatting
		the MTA will do to certain header fields to reduce verification
		failures.
	Add _FFR_DKIM_REPUTATION enabling a function used to query
		an open DKIM reputation service regarding the signing user
		and signing domain.  The service's URL is
		http://www.dkim-reputation.org. (EXPERIMENTAL)
	Fix preloading of configuration defaults.
	Fix bug #SF2236040: Quote all of the POSIX regular expression special
		characters, not just some of them.  Reported by Mark Martinec.
	When possible, log the selector and domain of the signature evaluated
		along with any errors in the libcrypto stack.
	LIBDKIM: Add "smtpbuf", "smtplen" and "interval" parameters to
		dkim_sig_getreportinfo() and dkim_policy_getreportinfo().
		Also, remove the assertion that "addr" be non-NULL.
	LIBDKIM: Add DKIM_LIBFLAGS_ACCEPTDK which enables compatibility
		with DomainKeys-formatted key records.
	LIBDKIM: Adjust signature formatting for legibility.
	LIBDKIM: Check return status from dkim_canon_getfinal() to avoid
		bad dereferences.  Problem noted by Chris Behrens of
		Concentric Network Corporation.
	LIBDKIM: Render the DKIM handle unusable in dkim_eoh_sign() if a
		required header was absent.
	Activate _FFR_REQUIRED_HEADERS.

2.7.2		2008/09/02
	Avoid memory leaks and infinite loops when releasing thread-specific
		memory.  Reported by Jeff Earickson.

2.7.1		2008/08/27
	Set up required callbacks for OpenSSL thread-safety.  Problem
		noted by Zbigniew Szalbot.
	Disallow empty "t=" and "x=" tags.
	Return DKIM_STAT_KEYFAIL for various DNS key retrieval failures
		instead of DKIM_STAT_INTERNAL.

2.7.0		2008/07/23
	Update to draft-ietf-dkim-ssp-04.  In doing so, rename "ASPDiscard"
		to "ADSPDiscard", "ASPNoSuchDomain" to "ADSPNoSuchDomain"
		and "SendASPReports" to "SendADSPReports" in the configuration
		file.
	Feature request #29738: Add "TrustSignaturesFrom" configuration
		file item allowing fine-grained control over third-party
		signature handling.
	Feature request #SF2018848: Add "LocalADSP" feature allowing
		policy assertions from domains known to have specific policies
		but which don't publish ADSP records.  Suggested by
		Bruno Kraychete da Costa.
	LIBDKIM: Fix an off-by-one overrun check in key and policy record
		decoding.  Problem noted by John Dickinson.

2.6.0		2008/06/11
	Remove "signaturemissing" as an old-style configuration action
		as it has been superseded by "ASPDiscard" and related
		functions.
	Add "SendASPReports" configuration option which generates ASP failure
		reports if requested by the sending domain.
	Update report generation for verification failures to use the
		new Abuse Reporting Format (ARF) and DKIM Reporting
		draft proposals.
	Add "MustBeSigned" configuration option, requiring signatures to
		cover specific headers if present.
	Rename "UseASPDiscard" to "ASPDiscard".
	Add "ASPNoSuchDomain" configuration option which rejects mail that
		appears to come from nonexistent domains as reported by the
		Author Signing Practises check.
	Add "ReportAddress" configuration option, used for defining the
		From: header of reports mailed out.
	Yet another compatibility fix with respect to Sleepycat DB.
	Fix processing of "LogWhy" configuration parameter.  Problem noted
		by Erik Lotspeich.
	Add "-n" command line flag which parses the command line arguments
		and configuration file(s), then exits with an appropriate
		status code.
	Report DKIM and ASP results separately via the same
		Authentication-Results header field.  Previous versions would
		alter the DKIM result based on ASP.
	Fix bug #SF1976931: Restore function of "nosignature" old-style
		action configuration, connected to "AlwaysAddARHeader".
		Problem noted by Lucas Brasilino.
	Feature request #SF1940233: Add "DontSignMailTo" configuration option,
		allowing a list of recipient patterns whose mail should not
		be signed.  Requested by Don Hughes.
	LIBDKIM: Rename dkim_reportinfo() to dkim_sig_getreportinfo(),
		and add dkim_policy_getreportinfo().
	LIBDKIM: Add several more signature error codes covering various
		key-related errors.
	LIBDKIM: Add dkim_sig_hdrsigned() utility, DKIM_OPTS_MUSTBESIGNED
		option, and DKIM_SIGERROR_MBSFAILED error code.
	LIBDKIM: Fix a bug in the computation of the result for
		dkim_canon_minbody().
	LIBDKIM: Report corrupted base64 chunks instead of quietly
		tolerating them.
	LIBDKIM: Tidy up the cleanup code in dkim-canon.c.
	LIBDKIM: Properly handle "tag=" at the end of a data set (i.e.
		the tag exists and has an empty value).
	LIBDKIM: Use larger unsigned data types in dkim_sig_future() as
		was done elsewhere.
	LIBDKIM: Always populate a DKIM_SIGINFO with domain and selector
		before there's an opportunity for other parsing
		short-circuits.
	LIBDKIM: Fix bug #SF1984685: Remove the "margin" parameter from
		dkim_getsighdr(); make it controlled by a new function,
		dkim_set_margin(), so that the signed copy and the
		user-requested copy are identical.
	Activate _FFR_AUTHSERV_JOBID.

2.5.5		2008/04/25
	Fix bug #SF1947301: Close up a logic problem in "UseASPDiscard"
		handling which could cause false rejections of mail from
		domains advertising "discardable" policies.  Problem noted
		by Doug Kingston.
	LIBDKIM: Another compatibility fix with respect to Sleepycat DB.
2009-01-19 23:24:28 +00:00
..
akonadi Update akonadi to 1.1.0 2009-01-09 23:08:23 +00:00
alpine Add distinfo for fancy threading patch for new alpine version. 2008-11-29 21:32:09 +00:00
anomy-sanitizer Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
archivemail Update to archivemail-0.7.2: 2008-12-17 17:18:15 +00:00
autorespond Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
avenger Update to 0.7.9. 2008-09-08 10:16:06 +00:00
balsa Move scrollkeeper/omf.mk to rarian/omf.mk. 2009-01-04 18:00:58 +00:00
bbmail Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
bmf Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bogofilter Updated mail/bogofilter to 1.1.7 2008-10-15 12:15:40 +00:00
bulk_mailer Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
clamav Updated mail/clamav to 0.94.2 2008-11-27 06:07:49 +00:00
clamsmtp Updated mail/clamsmtp to 1.9 2008-01-10 07:47:29 +00:00
claws-mail Remove old patch 2009-01-11 03:24:59 +00:00
claws-mail-archive Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-attachwarner Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-attremover Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-bogofilter Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-cachesaver Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-dillo-viewer Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-fetchinfo Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-gtkhtml Add dependency on html2ps to permit printing of html mail 2009-01-16 14:40:31 +00:00
claws-mail-mailmbox Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-newmail Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-notification Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-pgp Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-pgpcore Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-pgpinline Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-pgpmime Update to 3.6.1: 2008-10-15 16:22:02 +00:00
claws-mail-rssyl Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-smime S/Mime plugin in the main plugins since claws-mail-3.6. 2009-01-01 07:55:38 +00:00
claws-mail-spamassassin Update to 3.6.1: 2008-10-15 16:22:02 +00:00
claws-mail-spamreport Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-synce Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-tnef Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
claws-mail-trayicon Update to 3.6.1: 2008-10-15 16:22:02 +00:00
claws-mail-vcalendar Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
clawsker Updated claws-mail and all of its plug-ins to 3.7.0 2009-01-11 03:11:37 +00:00
columba Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
cone USE_NCURSESW is gone, use USE_NCURSES instead. 2008-02-27 08:25:17 +00:00
coolmail Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
courier-analog Add full DESTDIR support. 2008-02-19 18:45:09 +00:00
courier-imap Get rid of the "gnutls" and "ssl" options and replace with a 2008-02-21 15:50:29 +00:00
courier-maildir Update mail/courier-maildir to track code from courier-0.58.0. No 2008-02-19 18:45:18 +00:00
courier-mta Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
cucipop Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
cue Catch up with OpenSSL interface changes. 2008-09-19 19:47:07 +00:00
cyrus-imapd Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
cyrus-imapd21 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
dbmail Update DBMail to 2.2.10. 2008-05-06 01:49:20 +00:00
deliver Put back a couple of IRIX conditionals the way they used to behave, 2008-03-11 18:47:40 +00:00
demime Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
distribute Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
dk-milter Force use of stdbool.h on NetBSD, otherwise sm_debug_loadactive will be 2008-10-02 19:03:11 +00:00
dkim-milter Update to 2.8.1 2009-01-19 23:24:28 +00:00
dot-forward DJB has placed certain of his software in the public domain. Excerpted 2008-06-11 21:06:37 +00:00
dovecot Updated mail/dovecot to 1.1.8 2009-01-08 00:02:43 +00:00
dovecot-sieve Update to Dovecot 1.1.1. Beta's and RC's have been tracked in pkgsrc-wip, 2008-06-22 17:41:23 +00:00
drac Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
dspam Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
elm Fix broken build (and some related problems) on 64-bit platforms. 2008-07-21 05:35:37 +00:00
elm-me Nuked 45 patches that were all doing the same mechanical transformation. 2008-01-05 19:21:00 +00:00
elmo Installs Perl script, so require perl. 2008-09-19 15:36:28 +00:00
enma Import enma-1.0.0 as mail/enma. 2008-09-05 07:23:44 +00:00
esmtp Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
etach Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
etpan Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
evolution Update to 2.24.3: 2009-01-13 13:24:03 +00:00
evolution-data-server Update to 2.24.3: 2009-01-13 13:23:38 +00:00
evolution-exchange Update to 2.24.3: 2009-01-13 13:24:22 +00:00
evolution-sharp Import evolution-sharp-0.18.1 as mail/evolution-sharp. 2008-11-08 00:35:07 +00:00
exim Update exim to 4.69nb4 2009-01-12 18:59:24 +00:00
exim-html Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
exim3 Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
exmh Get rid of hostname -s in pkgsrc, on Solaris it sets the hostname to "-s". 2009-01-14 12:20:57 +00:00
ezmlm DJB has placed certain of his software in the public domain. Excerpted 2008-06-11 21:06:37 +00:00
ezmlm-idx DJB has placed certain of his software in the public domain. Excerpted 2008-06-11 21:06:37 +00:00
faces Include "stdlib.h" head file and add a few forward declarations to please 2007-12-16 14:48:30 +00:00
fastforward DJB has placed certain of his software in the public domain. Excerpted 2008-06-11 21:06:37 +00:00
fetchmail Add patch for CVE-2008-2711. 2008-06-19 11:29:49 +00:00
fetchmailconf Update "fetchmail" and "fetchmailconf" packages to version 6.3.8. 2007-04-14 22:14:29 +00:00
fetchyahoo Fix DESTDIR. 2008-04-07 16:53:38 +00:00
fix-mime-charset Add DESTDIR support. 2008-06-12 02:14:13 +00:00
freepops Update to 0.2.8. From the changelog: 2008-11-02 20:51:40 +00:00
fromto Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
getmail Update to 4.8.4. From the changelog: 2008-09-27 00:11:38 +00:00
gld Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gmime Update to 2.2.23: 2008-10-24 21:08:01 +00:00
gmime24 Import gmime24-2.4.3 as mail/gmime24. 2008-10-24 16:37:49 +00:00
GNUMail Fix build against newer GNUstep. 2008-07-27 17:06:57 +00:00
gnus Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
greetdelay Restore catted man page lost in previous commit. 2008-03-04 19:08:06 +00:00
grepmail Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
heirloom-mailx Import heirloom-mailx-12.4 as mail/heirloom-mailx. 2008-10-30 13:01:00 +00:00
hypermail
ifile 1.3.4 in old. 2008-03-17 11:25:15 +00:00
ifile-procmail Fix DESTDIR. 2008-04-07 17:14:20 +00:00
im Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
imap-uw Update "imap-uw" package to version 2007e. 2008-12-29 16:29:50 +00:00
imap-uw-utils Bump the package revisions of all packages that depend on the 2008-11-13 14:21:04 +00:00
imapfilter Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
imapproxy Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
imapsync Updated mail/imapsync to 1.264, and adjusted to use p5-Mail-IMAPClient2 2008-09-08 22:25:13 +00:00
imp Update to 4.3.2 2008-12-15 23:13:44 +00:00
incm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
ingo Update to 1.2.1 2008-10-12 12:04:50 +00:00
isync Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
ja-mh make MAKE_JOBS_SAFE to NO. 2008-11-10 05:06:45 +00:00
jchkmail Fix build after recent changes to the RCD handling. 2007-09-04 20:40:43 +00:00
kbiff Update kbiff to 3.9 2008-10-12 11:23:13 +00:00
libesmtp Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libetpan libetpan does not parallel build safely. 2008-12-16 19:40:54 +00:00
libmilter Update "sendmail" and "libmilter" package to version 8.14.3. 2008-06-14 08:58:06 +00:00
libsieve Update libsieve to 2.2.7. 2008-11-13 04:41:00 +00:00
libspf-alt Add conflicts between "libspf_alt" and "libspf2" which e.g. both install 2008-10-27 10:24:09 +00:00
libspf2 Update to 1.2.9 2009-01-10 23:34:13 +00:00
libsylph Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libytnef Mark as destdir ready. 2008-07-14 12:55:56 +00:00
mail-notification Move scrollkeeper/omf.mk to rarian/omf.mk. 2009-01-04 18:00:58 +00:00
mailagent Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
mailcrypt Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
maildrop + Update to latest courier-maildir dependency (0.58.0). 2008-02-19 18:45:28 +00:00
mailfront distfile is in "archive" now. 2008-03-17 11:41:46 +00:00
mailgraph 1.13 is now in old. 2008-03-17 11:43:06 +00:00
mailman Dont create egg-info files (rather than under some circumstances having them 2008-12-30 01:39:25 +00:00
mailscanner Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
mailserv Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
mailsync Bump the package revisions of all packages that depend on the 2008-11-13 14:21:04 +00:00
mailwrapper DESTDIR support. 2008-12-18 17:28:15 +00:00
mairix Mark as destdir ready. 2008-07-14 12:55:56 +00:00
majordomo Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
mb2md Added support for installation to DESTDIR. 2008-02-16 15:45:10 +00:00
mdfrm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
mess822 Bring over leapsecs_read() fix to the included libtai, fixing the 2008-07-30 10:40:56 +00:00
metamail Add DESTDIR support and clean up, based on PR 38520. 2008-05-10 11:52:14 +00:00
mew Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
mhonarc Update mhonarc to version 2.6.16. 2007-02-28 16:04:16 +00:00
milter-greylist Add DESTDIR support. 2009-01-19 06:16:38 +00:00
milter-regex Update "milter-regex" package to version 1.7. Changes since 1.6: 2008-08-09 17:26:36 +00:00
mimedefang Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
mini_sendmail Add a few more sendmail compatibility command line flags (all ignored) - 2007-10-27 11:30:36 +00:00
mpop Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
msmtp Update msmtp to 1.4.17. 2009-01-06 12:08:01 +00:00
mush Set all except NO_SRC_ON_FTP per license. 2008-09-10 14:07:23 +00:00
mutt Fix indentation. 2008-05-25 20:49:39 +00:00
mutt-devel Fix path names in Muttrc (PR 40068). Bump revision. 2008-11-29 21:31:58 +00:00
netbiff Require GTK2, not GTK for gui. 2008-09-29 12:39:30 +00:00
newmail
newspipe Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
nmh Use INSTALLATION_DIRS. 2008-08-21 20:35:36 +00:00
nullmailer set permissions on the fifo when we make the fifo rather than using 2007-11-26 08:27:24 +00:00
oe2mbx Update MASTER_SITES and HOMEPAGE. Mark as not for Linux, 2007-02-22 19:20:05 +00:00
offlineimap Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
OSBF-lua Rename lua-OSBF to OSBL-lua for consistency with package name 2008-10-13 11:29:53 +00:00
p5-Catalyst-View-Email Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Abstract updated to 3.000 2008-12-10 16:58:26 +00:00
p5-Email-Address Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Date Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Date-Format Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Folder Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-FolderType Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-LocalDelivery Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-MessageID Update from version 1.351nb1 to 1.400. 2008-11-17 23:05:33 +00:00
p5-Email-MIME Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-MIME-Attachment-Stripper Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-MIME-ContentType Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-MIME-Creator Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-MIME-Encodings Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-MIME-Modifier Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Reply Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Send Update from version 2.192nb1 to 2.194. 2009-01-05 13:08:49 +00:00
p5-Email-Sender Import p5-Email-Sender version 0.001. 2009-01-05 13:35:37 +00:00
p5-Email-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Simple-Creator Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Stuff Added mail/p5-Email-Stuff version 2.06 2008-11-25 18:29:12 +00:00
p5-Email-Valid Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Email-Valid-Loose Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-GMail-IMAPD Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-IMAP-Admin Updated from version 1.6.4nb1 to 1.6.6. 2008-11-17 23:08:42 +00:00
p5-IMAP-Client Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Audit Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Box Update to 2.086 2009-01-04 20:11:45 +00:00
p5-Mail-ClamAV Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-DKIM Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Ezmlm Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-IMAPClient Update from version 3.11 to 3.12. 2009-01-05 13:39:03 +00:00
p5-Mail-IMAPClient2 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-ListDetector Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Mbox-MessageParser Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Milter Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Sender Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Sender-Easy Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Sendmail Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-SPF-Query Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-SRS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mail-Webmail-Gmail Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MailTools Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MIME-Charset Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MIME-EncWords Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MIME-Lite Upgrade from version 3.023 to 3.023nb1. 2009-01-06 00:40:24 +00:00
p5-MIME-Lite-HTML Update from version 1.22nb1 to 1.23. 2008-11-17 23:27:42 +00:00
p5-MIME-tools Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-MIME-Types Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-LMTP Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Net-ManageSieve Import p5-Net-ManageSieve-0.06 as mail/p5-Net-ManageSieve. 2008-10-31 11:33:35 +00:00
p5-Net-SMTP_auth Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-razor-agents Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Sendmail-AccessDB Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Sendmail-PMilter Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-URI-imap Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-User-Identity Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
Pantomime Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
pear-Auth_SASL Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Mail Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Mail_Mime Add DESTDIR support. 2008-06-12 02:14:13 +00:00
perdition Add patch for IMAP tag arbitrary code execution in the perdition IMAP server 2008-07-13 16:26:17 +00:00
perdition-bdb Bump PKGREVISION for db4 shlib name change (4.6 -> 4.7). 2008-09-07 11:24:27 +00:00
perdition-gdbm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
perdition-ldap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
perdition-mysql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
perdition-odbc Add DESTDIR support. 2008-06-12 02:14:13 +00:00
perdition-postgresql Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pfqueue Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
php-imap Bump the package revisions of all packages that depend on the 2008-11-13 14:21:04 +00:00
pine Bump the package revisions of all packages that depend on the 2008-11-13 14:21:04 +00:00
pine-pgp-filters Requires gpg. Bump revision. 2008-10-02 18:31:13 +00:00
policyd Solaris/SunPro fixes. 2008-03-03 11:45:17 +00:00
policyd-weight Maintainer update from PR pkg/38349, containing security fixes. 2008-03-31 20:50:11 +00:00
popa3d Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
poppassd Add DESTDIR support. 2008-06-12 02:14:13 +00:00
poppy Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
postfix Updated mail/postfix to 2.5.6 2009-01-05 10:25:33 +00:00
postfix-current Updated mail/postfix-current to 20081205 2009-01-05 10:25:39 +00:00
postgrey Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
prayer Bump the package revisions of all packages that depend on the 2008-11-13 14:21:04 +00:00
procmail Support PKGMANDIR. 2008-03-16 22:05:01 +00:00
proxsmtp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pulsar Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-libgmail Add DESTDIR support. 2008-06-20 01:09:05 +00:00
pymsgauth Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
qcheck Update MASTER_SITES. 2008-04-18 04:02:58 +00:00
qgreylist Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
qmail Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
qmail-conf
qmail-lint Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
qmail-qfilter Quell pkglint: add QMAILDIR and QMAIL_QFILTER_TMPDIR to BUILD_DEFS. 2007-03-24 07:06:43 +00:00
qmail-run Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
qmailanalog
qmHandle Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
qmqtool Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
qpopper Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
qtools
queue-fix Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
queue-repair Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
rblcheck Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
relay-ctrl Up too late last night. Dovecot's imap-login exports IP, so we can 2007-03-01 06:12:06 +00:00
ripmime Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
rmail-mime Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
roundcube Updated mail/roundcube to 0.2stable 2009-01-19 20:15:49 +00:00
rss2email Update to 2.63. From the changelog: 2008-07-18 20:28:34 +00:00
ruby-actionmailer Update ruby-actionmailer to 2.1.1 to sync with other rails packages. 2008-09-15 05:56:31 +00:00
ruby-mailfactory Update ruby-mailfactory package to 1.4.0. 2008-09-15 15:41:53 +00:00
ruby-mime-types Initial import of ruby18-mime-types-1.15 as mail/ruby-mime-types. 2008-04-04 15:19:40 +00:00
ruby-tmail Update ruby-tmail pacakge to 1.2.3.1. 2008-06-22 16:09:32 +00:00
safecat Added support for installation to DESTDIR, similar to the way RPM 2008-02-16 15:21:40 +00:00
sendmail Use "c99" to build under NetBSD if available. This makes "sendmail" build 2008-11-14 14:09:20 +00:00
sendmail813 Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
sendymail Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
serialmail Bring over leapsecs_read() fix to the included libtai, probably 2008-07-30 10:54:10 +00:00
sigrot Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
sma Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
smtpfeed Update MASTER_SITES and HOMEPAGE. 2008-03-17 11:37:41 +00:00
solid-pop3d Convert to use the options framework. 2007-09-07 22:07:31 +00:00
spamass-milter Add DESTDIR support. 2008-06-20 01:09:05 +00:00
spamassassin Give configuration files back to root and turn user-destdir on again. 2008-11-14 22:51:52 +00:00
spamd Switch to mk/pf.buildlink3.mk. 2008-06-26 20:59:51 +00:00
spamdyke Update to 4.0.10. From the changelog: 2008-12-25 16:43:35 +00:00
spamprobe Fix typo, spotted by Chris Ross. 2007-10-25 21:45:42 +00:00
sqlgrey Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
squirrelmail Updated mail/squirrelmail to 1.4.17 2008-12-04 07:18:46 +00:00
squirrelmail-decode Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
squirrelmail-locales Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
sqwebmail + Add full DESTDIR support. 2008-02-19 18:45:32 +00:00
ssmtp Add support for user destination directory installation. 2008-11-16 13:54:12 +00:00
sylpheed Update to version 2.6. This makes our local patches no longer relevant/required. 2008-12-23 22:45:00 +00:00
sympa Update sympa to 5.4.4. Bug fixes (including SQL injestion and privilege 2008-12-20 19:02:12 +00:00
t-prot Fix DESTDIR. 2008-04-07 18:08:18 +00:00
teapop Fix building with ldap option enabled 2007-12-22 21:13:46 +00:00
thunderbird Include xdg-dirs for the share/applications and share/pixmaps directories, 2009-01-07 14:23:03 +00:00
thunderbird-bin-nightly Update versions of nightly binaries (older ones are unavailable on master site). 2009-01-04 18:48:47 +00:00
thunderbird-gtk1 Include xdg-dirs for the share/applications and share/pixmaps directories, 2009-01-07 14:23:03 +00:00
tmda Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
tnef Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tnef2txt Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
turba Update to 2.3.1 2008-12-15 23:19:35 +00:00
up-imapproxy Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
vm Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
wl Fixes two issuses: 2008-11-29 02:55:41 +00:00
wmbiff Revert accidental changes and replace "OWNER" by "MAINTAINER" again. 2008-05-25 20:45:28 +00:00
wmmail Add DESTDIR support. 2008-06-20 01:09:05 +00:00
xbiff Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xbuffy Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xfmail This package is basically GPLv2 with a few MIT-licensed files. 2008-09-12 00:42:13 +00:00
xmailbox Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xmailwatcher Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
YoSucker Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
Makefile Add p5-Email-Sender. 2009-01-05 13:36:19 +00:00