pkgsrc/mail
degroote c4a6096754 Update imapfilter to 2.5.5
Changes since 2.0.6:

IMAPFilter 2.5.5 - 8 Jun 2013
  - Work-around for some servers that send an unexpected APPEND response.
  - The serial number of the certificates is taken into account, because some
    servers send different certificates with the same subject and issuer.
  - Details of the stored certificates are written to the certificates file, in
    order to make it easier to distinguish each of them.
  - Support for TLS versions 1.1 and 1.2 for secure connections.

IMAPFilter 2.5.4 - 9 Apr 2013
  - Some server responses are now parsed less stricly.
  - More detailed information is now printed when there's an error.
  - Bug fix; various corrections in the recovery mechanism.

IMAPFilter 2.5.3 - 22 Jul 2012
  - New implementation for international mailbox names.
  - Bug fix; wrong variable name in one of the examples on extending.
  - Bug fix; an OpenSSL compilation warning.

IMAPFilter 2.5.2 - 29 Feb 2012
  - Persistent errors or connection failures are now ignored when running in
    daemon mode, and a reconnection is attempted during the next loop iteration.
  - Bug fix; problems with failure handling during login/logout.

IMAPFilter 2.5.1 - 27 Feb 2012
  - Support for recovery of a session after a BYE response is received.
  - Option to control in which cases a terminated session will be restored.
  - Bug fix; a BYE response could sometimes get incorrectly ignored.

IMAPFilter 2.5 - 23 Feb 2012
  - Support for recovery of a session when a network failure is encountered,
    and other robustness improvements.
  - Informational messages are printed also for the fetch and append methods.
  - Lua 5.2 compatibility, while the codebase can still be compiled with
    version 5.1.
  - The OpenSSL library is now a mandatory build requirement.
  - Bug fix; unrecoverable login failures did not result in aborting of the
    execution of the configuration.
  - Bug fix; when messages were appended to a mailbox that did not exist, it
    failed to create the mailbox and then retry the appending.
  - Bug fix; misleading errors were printed on some SSL failures.
  - Bug fix; protected call of the commands to execute in the daemon function
    could hide important failures.
  - Bug fix; the man page had an incorrect description of the -d option.
  * Support for the old deprecated 1.x configuration format has been removed,
    and the current 2.x format can only be executed from now on.

IMAPFilter 2.4.2 - 19 Jan 2012
  - Bug fix; some ASCII characters in mailbox names were incorrectly converted
    to UTF-7.

IMAPFilter 2.4.1 - 8 Dec 2011
  - Bug fix; become_daemon() failure.

IMAPFilter 2.4 - 6 Dec 2011
  - Support for non-ASCII mailbox names.
  - New environment variable to set the configuration directory.
  - Bug fix; parsing of some server responses was broken since the previous
    release.
  - Bug fix; the match_field() method matched on the whole header field,
    instead of only the header field body.
  - Bug fix; debug file check caused printing of a misleading error message.
  - Bug fix; typo error in a configuration man page example.

IMAPFilter 2.3 - 6 Aug 2011
  - Support for appending/uploading messages to mailboxes.
  - Debug file option now takes filename argument.
  - New simplified configuration and building procedure.
  - Bug fix; in some cases a mailbox was incorrectly assumed selected.
  - Bug fix; in some cases server capabilities needed update after login.
  - Bug fix; timeout problem with CRAM-MD5 authentication.
  - Bug fix; some servers send non-ASCII characters in their responses.

IMAPFilter 2.2.3 - 6 Mar 2011
  - Project moved to GitHub.
  - Changed file and directory structure.
  - The next UID is returned as an additional return value of check_status().
  - All processing methods now return a boolean based on their success.
  - Bug fix; a lost connection is now handled better by trying to reconnect.
  - Bug fix; in some cases in IDLE a message had arrived but was ignored.
  - Bug fix; in some servers the initial IDLE reply wasn't handled correctly.
  - Bug fix; typo errors in the documentation.

IMAPFilter 2.2.2 - 23 Jan 2010
  - Bug fix; a couple of errors in the extending examples file.

IMAPFilter 2.2.1 - 20 Jan 2010
  - A global option for the IDLE refreshing interval was added.
  - Bug fix; more detailed reporting when SSL socket errors occur.

IMAPFilter 2.2 - 30 Dec 2009
  - Support for combining searching methods in multiple mailboxes at the same
    or different accounts and processing of the results in bulk.
  - Support for meta-searching that allows searching on the previous searching
    results.
  - The processing and fetching methods were enhanced to reflect the new
    changes and the documentation was updated.
  - Global options for the message cache and the certificates were added.
  - Bug fix; questions for certificates are not asked while in daemon mode, but
    instead an error is printed.
  * A different format is used for the returned structures of the searching
    methods, due to the introduction of multiple mailbox searching and
    meta-searching, and thus any configuration files that rely on them should
    be updated. Consequently, the processing and fetching methods have been
    also enhanced and the relevant documentation updated, and while these
    changes are backwards compatible, an update of the configuration file is
    still recommended.

IMAPFilter 2.1.2 - 3 Dec 2009
  - Bug fix; cache for message parts didn't work correctly.
  - Bug fix; documentation error.

IMAPFilter 2.1.1 - 24 Nov 2009
  - Bug fix; global option timeout and enter_idle() didn't play well together.

IMAPFilter 2.1 - 23 Nov 2009
  - Support for the IMAP IDLE extension (RFC 2177) through the enter_idle()
    method.
  - Support for fetching of a message's body structure through the
    fetch_structure() method, and of a message's specific body part through the
    fetch_parts() method.
  - Addition of a global option that controls the character set used for all
    the searching methods.
  - Bug fix; fetching of non-existent messages.
  - Bug fix; no trailing end-of-line characters in the results of
    fetch_fields().

IMAPFilter 2.0.11 - 20 Sep 2009
  - Bug fix; fetching of messages with empty body.
  - Workaround for problematic IMAP server sending non-compliant mailbox status
    information.

IMAPFilter 2.0.10 - 16 Feb 2008
  - Bug fix; failed a great number (tens of thousands) of commands were
    exchanged with an IMAP server.
  - Bug fix; failed to fetch the body of some messages in some extremely rare
    occasions.
  - Bug fix; the description for the contain_header() method was clarified.

IMAPFilter 2.0.9 - 26 Dec 2007
  - Bug fix; the match_*() methods failed to match messages.
  - Bug fix; the match_*() methods failed with an error when no messages
    matched.
  - Bug fix; note added in the documentation about the need to use double
    backslashes inside of regular expression patterns.

IMAPFilter 2.0.8 - 23 Dec 2007
  - Bug fix; on some platforms it is necessary to link against the math library.

IMAPFilter 2.0.7 - 22 Dec 2007
  - Bug fix; the match_*() methods failed with an error message.
2013-07-19 13:58:56 +00:00
..
akonadi Update to 1.9.2: 2013-07-04 16:51:49 +00:00
alpine PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
amavis-perl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
amavisd-new Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
anomy-sanitizer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
archivemail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
autorespond Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
avenger Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
balsa Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
bbmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
bmf Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
bogofilter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
bulk_mailer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
clamsmtp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
claws-mail Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-archive Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-attachwarner Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-attremover Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-bogofilter Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
claws-mail-cachesaver Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-dillo-viewer Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-fetchinfo Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-gtkhtml Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-mailmbox Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-newmail Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-notification Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-pgp update to 3.7.7 (and sync plugins) 2010-11-29 17:58:34 +00:00
claws-mail-pgpcore Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-pgpinline Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-pgpmime Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-rssyl Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-smime Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-spamassassin Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
claws-mail-spamreport Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-synce Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-tnef Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
claws-mail-trayicon Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
claws-mail-vcalendar Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
clawsker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cone Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
coolmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
courier-analog Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
courier-imap Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
courier-maildir Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
courier-mta Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cucipop Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
cue PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
cyrus-imapd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cyrus-imapd23 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cyrus-imapd24 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dbmail Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
dcc Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
deforaos-mailer Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
deliver Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
demime Fix build with Perl 5.18. 2013-06-01 15:58:01 +00:00
distribute Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
dk-milter "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
dkim-milter Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
dot-forward Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
dovecot Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
dovecot2 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
dovecot2-pigeonhole Update dovecot2-pigeonhole to 0.4.1. Here is quote from release announce. 2013-07-08 15:24:58 +00:00
drac Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
dspam Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
elm Fix return types. 2013-02-26 11:08:17 +00:00
elm-me 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
elmo Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
enma Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
esmtp PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
etach Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
etpan Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
evolution SunOS needs an explicit -lldap. Fixes package build. 2013-07-03 21:43:14 +00:00
evolution-data-server Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
evolution-exchange Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
evolution-sharp Make mono packages depend on lang/mono2 instead of lang/mono. 2013-06-17 12:44:53 +00:00
exim * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
exim-html Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
exim3 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
exmh Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
ezmlm Add some prototypes, missing headers and redefine log() to not conflict 2013-02-26 11:26:02 +00:00
ezmlm-idx Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
faces Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
fastforward Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
fdm PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
fetchmail PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
fetchmailconf Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: 2013-06-04 22:15:37 +00:00
fetchyahoo Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
fix-mime-charset Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
fml Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
fml4 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
freepops Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
fromto Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
getmail Update to 4.41.0. From the changelog: 2013-05-26 17:55:04 +00:00
gld Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
gmime Update to gmime-2.6.10. Changes unknown, but old version doesn't build 2013-07-13 19:23:36 +00:00
gmime24 Avoid compilation error caused by use of GStaticMutex which was 2013-04-19 13:26:47 +00:00
GNUMail Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
gnus Resolves: 2013-04-06 20:27:16 +00:00
greetdelay Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
grepmail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
heirloom-mailx PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
hypermail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
ifile Update to 1.3.8. Changes: 2013-03-03 10:59:08 +00:00
ifile-procmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
im Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
imap-uw "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
imap-uw-utils PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
imapfilter Update imapfilter to 2.5.5 2013-07-19 13:58:56 +00:00
imapproxy Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
imapsync Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
imp Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
incm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
ingo Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
isync PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ja-mh Fix return types. 2013-03-28 21:31:25 +00:00
jchkmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
kbiff Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
libesmtp PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libetpan PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libmilter Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
libsieve Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
libspf-alt "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
libspf2 Update "libspf2" package to version 1.2.10. A list of changes since 2013-07-06 11:09:26 +00:00
libsylph PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libytnef Always return a value in a non-void function. 2012-11-19 02:56:05 +00:00
mail-notification Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
mailagent Sorry another fix was already made. Revert (remove) patches. 2013-06-16 01:00:54 +00:00
mailcrypt Resolves: 2013-04-06 20:27:16 +00:00
maildrop Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
mailfront Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
mailgraph Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mailhops Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mailman Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
mailserv Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mailsort Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mailsync "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
mailwrapper Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
mairix Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
majordomo Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
mb2md Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mdfrm Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mess822 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
metamail Add required standard headers. 2012-12-30 05:38:55 +00:00
mew Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
mhonarc Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
milter-greylist Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
milter-manager Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
milter-regex Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
mime-construct Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mimedefang Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
mimp Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
mini_sendmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
minimalist Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mpop PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
msmtp Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
mush Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
mutt Make argument type match printf conversion specifier to print correct 2013-05-12 17:26:46 +00:00
mutt-devel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
netbiff Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
newmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
newspipe Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
nmh Remove GNU_CONFIGURE_LIBDIR. 2013-06-12 12:35:35 +00:00
nmzmail Import nmzmail-1.1 as mail/nmzmail. 2013-07-02 11:43:36 +00:00
nullmailer Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
oe2mbx Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
offlineimap Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
opendkim Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
OSBF-lua Fix build with lua-5.2. 2013-07-05 14:31:40 +00:00
p5-App-Siesh Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-Email Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Abstract Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Address Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Date Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Date-Format Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Find Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Folder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-FolderType Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-LocalDelivery Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-MessageID Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-MIME Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-MIME-Attachment-Stripper Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-MIME-ContentType Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-MIME-Encodings Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Reply Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Send Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Sender Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Stuff Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Valid Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Valid-Loose Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-GMail-IMAPD Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-IMAP-Admin Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-IMAP-Client Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Alias Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Audit Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Box Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-ClamAV Return values from non-void C functions. Should fix clang build. 2013-06-14 21:43:49 +00:00
p5-Mail-DeliveryStatus-BounceParser Import p5-Mail-DeliveryStatus-BounceParser-1.532 as mail/p5-Mail-DeliveryStatus-BounceParser. 2013-07-06 00:48:43 +00:00
p5-Mail-DKIM Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Ezmlm Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-IMAPClient Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-ListDetector Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Mbox-MessageParser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Milter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-POP3Client Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-RFC822-Address Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Sender Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Sender-Easy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Sendmail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-SPF Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-SPF-Query Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-SRS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mail-Webmail-Gmail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MailTools Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MIME-Charset Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MIME-EncWords Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MIME-Lite Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MIME-Lite-HTML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MIME-tools Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MIME-Types Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-LMTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-ManageSieve Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-SMTP-SSL Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-SMTP_auth Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Net-validMX Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-razor-agents Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Sendmail-AccessDB Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Sendmail-PMilter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-Email Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI-imap Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-User-Identity Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
Pantomime Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
pear-Auth_SASL Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
pear-Mail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
pear-Mail_Mime Update pear-Mail_Mime to 1.8.8. 2013-07-12 00:11:02 +00:00
pear-Mail_mimeDecode Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
perdition Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
perdition-bdb Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
perdition-gdbm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
perdition-ldap PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
perdition-mysql Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
perdition-odbc Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
perdition-postgresql Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
pfqueue Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
php-imap Reset PKG_REVISION along with update of both php53 and php54. 2013-02-22 03:07:43 +00:00
pine "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
pine-pgp-filters Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
policyd Hand in maintainership. 2013-04-13 07:55:01 +00:00
policyd-weight Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
popa3d Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
poppassd Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
poppy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
postfix Ensure postfix is largefile aware on SunOS. 2013-06-07 16:30:25 +00:00
postgrey Fix postgrey for perl-5.18. Based on description given by 2013-07-14 21:57:09 +00:00
prayer Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
procmail Fix the SunOS do-install target to be DESTDIR compatible. 2012-03-12 13:22:16 +00:00
proxsmtp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
pulsar PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
py-libgmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
py-sendmail-admin Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
pymsgauth Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
qcheck Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
qgreylist Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
qmail qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathan 2013-03-24 20:10:31 +00:00
qmail-conf Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
qmail-lint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
qmail-qfilter
qmail-run Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
qmailanalog Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
qmHandle Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
qmqtool Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
qpopper Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
qtools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
queue-fix Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
queue-repair Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
quickml Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
rblcheck Add CONFLICTS between mail/rblcheck and net/udns 2012-10-21 17:37:03 +00:00
re-alpine PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
relay-ctrl
ripmime Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
rmail-mime Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
roundcube roundcube require pear-Mail_mimeDecode, too. 2013-07-08 03:35:00 +00:00
rss2email Update to 3.5 (new upstream). From the changelog: 2013-07-02 01:13:30 +00:00
ruby-actionmailer32 Update ruby-actionmailer32 to 3.2.13. 2013-03-19 16:16:54 +00:00
ruby-mail Update ruby-mail to 2.5.4. 2013-06-16 17:05:56 +00:00
ruby-mail24 Change PKGBASE to ruby-mail24 in order to co-exist with ruby-mail. 2013-03-10 08:02:08 +00:00
ruby-mailfactory
ruby-mime-types Update ruby-mime-types to 1.23. 2013-06-16 16:59:36 +00:00
ruby-tmail * Remove .require_paths from PLIST 2011-11-08 15:37:33 +00:00
safecat Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
sendmail Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
sendmail-cidrexpand Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
sendmail-qtool Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
sendymail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
serialmail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
sid-milter PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
sigrot Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
sma Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
smtp-vilter Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
smtpfeed Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
solid-pop3d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
spamass-milter Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
spamassassin Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
spamd Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
spamdyke PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
spamprobe Compator function must be const. 2013-05-28 19:03:09 +00:00
sqlgrey Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
squirrelmail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
squirrelmail-decode Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
squirrelmail-locales Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
sqwebmail Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
ssmtp PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
sylpheed Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
sympa Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
t-prot Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
teapop Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
thunderbird Don't use false as pointer value. 2013-07-13 19:33:19 +00:00
thunderbird-l10n Update to 17.0.7 2013-07-09 11:20:23 +00:00
thunderbird10 Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
thunderbird10-l10n Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
tmda Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
tnef Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
tnef2txt Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
turba Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
up-imapproxy PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
vm Resolves: 2013-04-06 20:27:16 +00:00
wl Icon share/wl/shimbun.xpm is always installed regardless of emacs-w3m option. 2013-06-19 13:31:02 +00:00
wl-snapshot Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
wmbiff Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
wmmail Fixes: 2013-04-06 03:45:05 +00:00
xbiff Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
xbuffy Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
xfmail Avoid hash function name since C++11 already provides such functions. 2013-04-29 21:23:24 +00:00
xmailbox Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
xmailwatcher Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
YoSucker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
Makefile +p5-Mail-DeliveryStatus-BounceParser 2013-07-06 00:49:58 +00:00