pkgsrc/mail
adam 9f0cc65797 Version 4.82
1. New command-line option -bI:sieve will list all supported sieve extensions
    of this Exim build on standard output, one per line.
    ManageSieve (RFC 5804) providers managing scripts for use by Exim should
    query this to establish the correct list to include in the protocol's
    SIEVE capability line.
 2. If the -n option is combined with the -bP option, then the name of an
    emitted option is not output, only the value (if visible to you).
    For instance, "exim -n -bP pid_file_path" should just emit a pathname
    followed by a newline, and no other text.
 3. When built with SUPPORT_TLS and USE_GNUTLS, the SMTP transport driver now
    has a "tls_dh_min_bits" option, to set the minimum acceptable number of
    bits in the Diffie-Hellman prime offered by a server (in DH ciphersuites)
    acceptable for security.  (Option accepted but ignored if using OpenSSL).
    Defaults to 1024, the old value.  May be lowered only to 512, or raised as
    far as you like.  Raising this may hinder TLS interoperability with other
    sites and is not currently recommended.  Lowering this will permit you to
    establish a TLS session which is not as secure as you might like.
    Unless you really know what you are doing, leave it alone.
 4. If not built with DISABLE_DNSSEC, Exim now has the main option
    dns_dnssec_ok; if set to 1 then Exim will initialise the resolver library
    to send the DO flag to your recursive resolver.  If you have a recursive
    resolver, which can set the Authenticated Data (AD) flag in results, Exim
    can now detect this.  Exim does not perform validation itself, instead
    relying upon a trusted path to the resolver.
    Current status: work-in-progress; $sender_host_dnssec variable added.
 5. DSCP support for outbound connections: on a transport using the smtp driver,
    set "dscp = ef", for instance, to cause the connections to have the relevant
    DSCP (IPv4 TOS or IPv6 TCLASS) value in the header.
    Similarly for inbound connections, there is a new control modifier, dscp,
    so "warn control = dscp/ef" in the connect ACL, or after authentication.
    Supported values depend upon system libraries.  "exim -bI:dscp" to list the
    ones Exim knows of.  You can also set a raw number 0..0x3F.
 6. The -G command-line flag is no longer ignored; it is now equivalent to an
    ACL setting "control = suppress_local_fixups".  The -L command-line flag
    is now accepted and forces use of syslog, with the provided tag as the
    process name.  A few other flags used by Sendmail are now accepted and
    ignored.
 7. New cutthrough routing feature.  Requested by a "control = cutthrough_delivery"
    ACL modifier; works for single-recipient mails which are recieved on and
    deliverable via SMTP.  Using the connection made for a recipient verify,
    if requested before the verify, or a new one made for the purpose while
    the inbound connection is still active.  The bulk of the mail item is copied
    direct from the inbound socket to the outbound (as well as the spool file).
    When the source notifies the end of data, the data acceptance by the destination
    is negociated before the acceptance is sent to the source.  If the destination
    does not accept the mail item, for example due to content-scanning, the item
    is not accepted from the source and therefore there is no need to generate
    a bounce mail.  This is of benefit when providing a secondary-MX service.
    The downside is that delays are under the control of the ultimate destination
    system not your own.
    The Recieved-by: header on items delivered by cutthrough is generated
    early in reception rather than at the end; this will affect any timestamp
    included.  The log line showing delivery is recorded before that showing
    reception; it uses a new ">>" tag instead of "=>".
    To support the feature, verify-callout connections can now use ESMTP and TLS.
    The usual smtp transport options are honoured, plus a (new, default everything)
    hosts_verify_avoid_tls.
    New variable families named tls_in_cipher, tls_out_cipher etc. are introduced
    for specific access to the information for each connection.  The old names
    are present for now but deprecated.
    Not yet supported: IGNOREQUOTA, SIZE, PIPELINING.
 8. New expansion operators ${listnamed:name} to get the content of a named list
    and ${listcount:string} to count the items in a list.
 9. New global option "gnutls_allow_auto_pkcs11", defaults false.  The GnuTLS
    rewrite in 4.80 combines with GnuTLS 2.12.0 or later, to autoload PKCS11
    modules.  For some situations this is desirable, but we expect admin in
    those situations to know they want the feature.  More commonly, it means
    that GUI user modules get loaded and are broken by the setuid Exim being
    unable to access files specified in environment variables and passed
    through, thus breakage.  So we explicitly inhibit the PKCS11 initialisation
    unless this new option is set.
    Some older OS's with earlier versions of GnuTLS might not have pkcs11 ability,
    so have also added a build option which can be used to build Exim with GnuTLS
    but without trying to use any kind of PKCS11 support.  Uncomment this in the
    Local/Makefile:
    AVOID_GNUTLS_PKCS11=yes
10. The "acl = name" condition on an ACL now supports optional arguments.
    New expansion item "${acl {name}{arg}...}" and expansion condition
    "acl {{name}{arg}...}" are added.  In all cases up to nine arguments
    can be used, appearing in $acl_arg1 to $acl_arg9 for the called ACL.
    Variable $acl_narg contains the number of arguments.  If the ACL sets
    a "message =" value this becomes the result of the expansion item,
    or the value of $value for the expansion condition.  If the ACL returns
    accept the expansion condition is true; if reject, false.  A defer
    return results in a forced fail.
11. Routers and transports can now have multiple headers_add and headers_remove
    option lines.  The concatenated list is used.
12. New ACL modifier "remove_header" can remove headers before message gets
    handled by routers/transports.
13. New dnsdb lookup pseudo-type "a+".  A sequence of "a6" (if configured),
    "aaaa" and "a" lookups is done and the full set of results returned.
14. New expansion variable $headers_added with content from ACL add_header
    modifier (but not yet added to messsage).
15. New 8bitmime status logging option for received messages.  Log field "M8S".
16. New authenticated_sender logging option, adding to log field "A".
17. New expansion variables $router_name and $transport_name.  Useful
    particularly for debug_print as -bt commandline option does not
    require privilege whereas -d does.
18. If built with EXPERIMENTAL_PRDR, per-recipient data responses per a
    proposed extension to SMTP from Eric Hall.
19. The pipe transport has gained the force_command option, to allow
    decorating commands from user .forward pipe aliases with prefix
    wrappers, for instance.
20. Callout connections can now AUTH; the same controls as normal delivery
    connections apply.
21. Support for DMARC, using opendmarc libs, can be enabled. It adds new
    options: dmarc_forensic_sender, dmarc_history_file, and dmarc_tld_file.
    It adds new expansion variables $dmarc_ar_header, $dmarc_status,
    $dmarc_status_text, and $dmarc_used_domain.  It adds a new acl modifier
    dmarc_status.  It adds new control flags dmarc_disable_verify and
    dmarc_enable_forensic.
22. Add expansion variable $authenticated_fail_id, which is the username
    provided to the authentication method which failed.  It is available
    for use in subsequent ACL processing (typically quit or notquit ACLs).
23. New ACL modifer "udpsend" can construct a UDP packet to send to a given
    UDP host and port.
24. New ${hexquote:..string..} expansion operator converts non-printable
    characters in the string to \xNN form.
25. Experimental TPDA (Transport Post Delivery Action) function added.
    Patch provided by Axel Rau.
26. Experimental Redis lookup added. Patch provided by Warren Baker.
2013-10-30 07:30:03 +00:00
..
akonadi Don't use -fno-check-new, it is the default behavior of GCC anyway. 2013-10-26 22:04:57 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
bulk_mailer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
clamsmtp Update MASTER_SITES and HOMEPAGE since previous URL isn't exist any more. 2013-10-09 14:37:50 +00:00
claws-mail Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
claws-mail-archive add libarchive dependency 2013-10-29 14:43:02 +00:00
claws-mail-attachwarner g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-attremover g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-bogofilter Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-cachesaver Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-fetchinfo g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-mailmbox g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-newmail g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-notification g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-pgp
claws-mail-pgpcore Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-pgpinline Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-pgpmime Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-rssyl g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-smime Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-spamassassin Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-spamreport g/c stale files, from wiz 2013-07-25 09:46:49 +00:00
claws-mail-synce Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-tnef Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
claws-mail-vcalendar g/c stale files, from wiz 2013-07-25 09:46:49 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
cyrus-imapd24 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
dbmail Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
dcc Revert latest update (requested by OWNER). 2013-08-27 16:40:10 +00:00
deforaos-mailer Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
dovecot2 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
dovecot2-pigeonhole Changelog v0.4.2: 2013-10-08 13:56:02 +00:00
drac Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
dspam Revbump after updating textproc/icu 2013-10-19 09:06:55 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
evolution-data-server Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
evolution-exchange Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
evolution-sharp Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
exim Version 4.82 2013-10-30 07:30:03 +00:00
exim-html Version 4.82 2013-10-30 07:30:03 +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 Don't use -I-. 2013-10-15 14:44:18 +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.43.0. From the changelog: 2013-08-26 11:17:32 +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 Remove obsolete patches after 2.6 update (hi joerg) 2013-07-25 08:21:16 +00:00
gmime20 Import gmime20-2.2.25 as mail/gmime20. 2013-09-21 13:21:29 +00:00
gmime24 Avoid compilation error caused by use of GStaticMutex which was 2013-04-19 13:26:47 +00:00
GNUMail Revbump after updating textproc/icu 2013-10-19 09:06:55 +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 Bump PKGREVISION of packages whose Lua depends changed form, but whose 2013-10-30 06:49:53 +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 Updated mail/imapsync to 1.564 2013-08-26 10:06:15 +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 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +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 Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +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 Ignore error using deprecated Gem.source_index method. 2013-08-19 04:47:58 +00:00
milter-regex Ignore unused constants for clang. 2013-10-15 14:44:42 +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 Update to 1.0.28. Changes: 2013-08-18 10:32:45 +00:00
msmtp Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +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 Update "mutt-devel" package to version 1.5.22. This is a bug fix/stability 2013-10-18 10:23:55 +00:00
netbiff Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +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 Update to 1.13. Notable changes: 2013-09-03 17:50:27 +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 2.8.4 2013/07/15 2013-09-21 22:30:43 +00:00
OSBF-lua Bump PKGREVISION of packages whose Lua depends changed form, but whose 2013-10-30 06:49:53 +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 Update to 0.33 2013-08-23 07:03:16 +00:00
p5-Email-Abstract Update to 3.006 2013-09-08 07:38:02 +00:00
p5-Email-Address Update to 1.900 2013-09-08 07:46:18 +00:00
p5-Email-Date Update to 1.104 2013-09-08 10:03:03 +00:00
p5-Email-Date-Format Update to 1.004 2013-09-08 10:09:52 +00:00
p5-Email-Find Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-Folder Update to 0.857 2013-09-08 10:14:00 +00:00
p5-Email-FolderType Update to 0.814 2013-09-08 10:19:46 +00:00
p5-Email-LocalDelivery Update to 1.200 2013-09-08 10:34:55 +00:00
p5-Email-MessageID Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Email-MIME Update to 1.924 2013-09-08 10:52:29 +00:00
p5-Email-MIME-Attachment-Stripper Update to 1.317 2013-09-08 12:01:18 +00:00
p5-Email-MIME-ContentType Update to 1.017 2013-09-08 10:42:09 +00:00
p5-Email-MIME-Encodings Update to 1.315 2013-09-08 10:48:52 +00:00
p5-Email-Reply Update to 1.203 2013-09-08 12:12:33 +00:00
p5-Email-Send Update to 2.199 2013-09-08 12:48:30 +00:00
p5-Email-Sender Update to 1.300006 2013-09-08 13:35:59 +00:00
p5-Email-Simple Update to 2.202 2013-09-08 13:44:15 +00:00
p5-Email-Stuff Update to 2.104 2013-09-08 13:49:15 +00:00
p5-Email-Valid Update to 1.192 2013-09-08 14:07:11 +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 Updated to latest release. No pkgsrc changes other than the obvious. From 2013-08-11 19:27:23 +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 Updated mail/p5-Mail-IMAPClient to 3.33 2013-08-26 09:58:08 +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 Update to 2.01 2013-08-13 16:04:27 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +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 Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
postgrey Remove p5-Digest-SHA, included in perl. 2013-08-21 16:15:58 +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 Update to 1.10. Changes: 2013-10-08 19:41:00 +00:00
pulsar Fix CFLAGS and LDFLAGS on SunOS. Fix from Sebastian Wiedenroth. 2013-10-24 09:30:40 +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 Rename and comment pkgsrc patches. No functional change. 2013-08-15 15:43:48 +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 Update patchest for Ruby 1.9 from Miwa Susumu. 2013-09-26 09:42:23 +00:00
rblcheck Add -lnsl on SunOS. Fix from Thomas Merkel. 2013-10-23 15:35:50 +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 Correctly fix the ctype usage. Don't overwrite our CFLAGS. 2013-08-30 16:53:45 +00:00
rmail-mime Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
roundcube Update roundcube to 0.9.5. This release contains fix for CVE-2013-6172. 2013-10-22 03:21:45 +00:00
rss2email Update to 3.7. From the changelog: 2013-10-11 17:16:44 +00:00
ruby-actionmailer32 Update ruby-actionmailer32 to 3.2.15. 2013-10-18 15:33:16 +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.25. 2013-09-15 13:57:41 +00:00
ruby-tmail
safecat Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
sendmail Add a ffr_tls_1 option to sendmail, which enable the O CipherList 2013-09-19 10:54:05 +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 Fix hard coded /usr/pkg reference. Use -Wl prefix for rpath. 2013-10-20 18:05:10 +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 Add a patch from the svn repository (via 2013-08-01 10:29:00 +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 Update ssmtp to 2.64. Changeset from Thomas Merkel. 2013-10-24 11:31:10 +00:00
sylpheed Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +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 Bump PKGREVISION for icu shlib major bump. 2013-10-21 10:46:48 +00:00
thunderbird-l10n Update to 17.0.9 2013-09-28 00:52:53 +00:00
thunderbird10 Fix a common mistake in many different packages: POSIX says that when using 2013-10-18 11:41:17 +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 + gmime20 2013-09-21 13:22:35 +00:00