Commit graph

8027 commits

Author SHA1 Message Date
obache
7e5646899f Update milter-manager to 1.8.6.
== [release-1-8-6] 1.8.6: 2013-03-04

A bug fix release of 1.8.5.

=== milter-core

==== Improvements

  * [core][event-loop] Add an API to customize event loop on your own.

==== Fixes

  * [core][event-loop] Fix to work broken libev backend with Ruby 1.9.


=== milter manager

==== Improvements

  * Add max-pending-finished-sessions as configuration option.
    If the number of current pending finished sessions is larger than
    'max-pending-finished-sessions', the current pending finished sessions are
    freed immediately.

=== milter-client

==== Improvements

  * Add --max-pending-finished-sessions command line option.

=== Ruby milter

==== Improvements

  * Add an API to customize event loop on your own from Ruby.
  * Support manager.max_pending_finished_sessions.
  * Add API to reset when transaction is finished.
    Use this API to avoid not to share instance information for each transaction unexpectedly.

=== Document

==== Improvements

  * Add documentation about manager.max_pending_finished_sessions
  * Add API to reset transaction.

==== Fixes

  * Fix the default value of manager.maitenance_interval which is not correct.
2013-03-14 12:30:41 +00:00
schmonz
f682916f3f Update to 4.39.1. From the changelog:
- fix a bug that could crop up when retrieving mail via IMAP from
  Gmail, and the Gmail servers provided weird data in their header
  extensions. Thanks: Krzysztof Warzecha.
2013-03-10 16:44:36 +00:00
ryoon
904026812c Update to 17.0.4
* Sync with thunderbird-17.0.4.
2013-03-10 13:08:18 +00:00
ryoon
767b8f46fd Update to 17.0.4
Changelog:
Not available.
2013-03-10 13:06:28 +00:00
taca
ab42930c6a Update ruby-mail to 2.5.3.
== HEAD

== Version 2.5.3 - Sun Dec 4 15:52:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

* Close pull request 468 - Remove debug output to STDOUT (tadman)
* Fix up spec warnings
* Remove un needed require
* Ensure spec_helper constants only defined once
* Use stub against time instead of DateTime to avoid double redefinition error

== Version 2.5.2 - Sun Nov 18 15:01:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

* Removing double loading of treetop parsers to remove warnings
* Making parsers auto compile on spec suite and load in production code to avoid error that caused yank of 2.5.0
* Reapply pull request 443 - CC fields with semicolon are now parsed right (paulwittmann)

== Version 2.5.1 - Sun Nov 18 14:01:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

* Yanked 2.5.0
* Reverted pull request 443 - CC fields with semicolon are now parsed right (paulwittmann)

== Version 2.5.0 - Sun Nov 18 12:20:00 +1100 2012 Mikel Lindsaar <mikel@reinteractive.net>

Features:
* Close pull request 406 - Add Mail#eager_autoload! to load all autoloaded files on demand (bpot)
* Close pull request 461 - Allow string as delivery_method (skyeagle, radar)
* Close pull request 407 - Do not require Net::IMAP or Net::POP if they're already loaded (bpot)
* Close pull request 400 - Raise exception if delivery values or from values are missing completely from an email that is getting delivered (dmathieu)
* Close pull request 397 - Support dots in local part of the addresses (eac)
* Close pull request 477 - Fixed handling content_type with superfluous spaces (ledermann)
* Close pull request 451 - Ignore nil in addresses so things do not blow up when e.g. a user had no email (grosser)
* Close pull request 362 - Enable TLS in Ruby 1.8 (kingargyle)
* Close pull request 358 - Fix Mail::CommonAddress#value=, Mail::CommonAddress#<< and Mail::Encodings.encode_non_usascii (mrkn)
* Close pull request 350 - Makes mail Header object ennumerable (ged)

Performance:
* Close pull request 369 - Mail::Header#charset is called pretty often during header parser work (bogdan)
* Close pull request 368 - Improve existing code by moving some objects to contstant instead of constructing them over and over again. (bogdan)
* Close pull request 366 - Headers parsing performance optimization (bogdan)
* Close pull request 365 - Add maximum_amount of parsed headers configuration parameter (bogdan)

Bugs:
* Close pull request 444 - Fix typo in spec (cczona)
* Close pull request 439 - Fix Ruby 1.9 behaviour to match 1.8.7 behaviour on ignoring invalid or undefined characters (ochko)
* Close pull request 430 - Unstructured field converts to string before calling encoding on it (brupm mikel)
* Close pull request 424 - Use String#to_crlf instead of String#gsub (okkez)
* Close pull request 429 - Fix an obvious bug in exim delivery_method (dskim)
* Close pull request 425 - Remove Gemfile.lock from generated gem (kbackowski)
* Close pull request 414 - Fix typo on "ignoring" (derwiki)
* Close pull request 405 - Fix stack overflow (RegexpError) triggered by large emails with an envelope (bpot)
* Close pull request 402 - Prevent InReplyTo, Keyword, References or ResentMessageId fields from  generating lines longer than 998 chars (pplr)
* Close pull request 391 - Fixed failed attachment parsing when file name in headers contains spaces and is not wrapped in quotes (danieltreacy)
* Close pull request 385 - Fix Multibyte::Chars#upcase/downcase (technoweenie)
* Close pull request 384 - copy dat unicode over from active support (technoweenie)
* Close pull request 380 - Split strictly on MIME boundary lines (ConradIrwin)
* Close pull request 277 - Fix specific email decoding failure example (yalab)
* Close pull request 361 - Support 8bit encoding for ruby 1.9 (bogdan)
* Close pull request 346 - Fix two bugs of TestRetriever (ermaker)
* Close pull request 337 - Make the behavior of value_decode the same between Ruby 1.8 and Ruby 1.9. (kennyj)
* Close pull request 336 - Fix more warning: possibly useless use of == in void context (kennyj)
* Close pull request 293 - make charset and mime type more resliant to bad header values (kmeehl)
* Fix failing spec Issue 453 on Ruby 1.9.3
* Fix mail reading: don't raise invalid byte sequence in UTF-8 when reading non-UTF-8 emails (mreinsch)
* Close pull request 353 - define NilClass#blank? only if not defined yet (amatsuda)
* Close pull request 357 - Fixes #349 an inverted condition on imap open read_only (felixroeser)
* Remove duplicated line feed from regexp
* Remove unused variable
* Updated IMAP documentation
* Tweak publisher
2013-03-10 08:07:38 +00:00
taca
d7c7f6b3d7 Make ruby-actionmailer32 depend on mail/ruby-mail24.
Bump PKGREVISION.
2013-03-10 08:05:16 +00:00
taca
8ad542aed0 Add ane enable ruby-mail24. 2013-03-10 08:02:52 +00:00
taca
2bada51529 Change PKGBASE to ruby-mail24 in order to co-exist with ruby-mail. 2013-03-10 08:02:08 +00:00
taca
5decfba273 Add ruby-mail24 copying from mail/ruby-mail. 2013-03-10 08:00:25 +00:00
is
d5698c2221 Patch for potential buffer overflows from upstream flea #3635 /
changeset 6297:14596ac2b323
2013-03-09 22:15:08 +00:00
is
9b3a4b3d91 From upstream: replace undefined use of sscanf() in reading from POP
server with simple parsing.
Mutt flea #3636, changeset 6299:4c16c0d1ba9e
2013-03-06 20:53:39 +00:00
is
bbad35dfff Patch from upstream for potential buffer overflow reading the certificate
index file (Changeset 6298:c7eff98bb299, see mutt flea #3636).
2013-03-06 20:17:42 +00:00
jperkin
90b41f88d7 Change previous fix, libreplace uses LTLIBOBJS to compile in additional
objects, so provide a dummy file which will always get included to avoid
issues on systems where you are not allowed an empty library.  Noticed
by tron.

Bump PKGREVISION.
2013-03-04 17:31:55 +00:00
shattered
369827c875 Update to 1.3.8. Changes:
Fix segv if no folders in DB or #folders less than 2 and -T is set.

Fix LOOCV query (as I got it): if folder's not already there, don't create it.
2013-03-03 10:59:08 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
markd
e745535928 If 'what we would like to say here is: "we want GNU emacs"' then allow
emacs24
2013-03-01 22:07:26 +00:00
markd
ff6684fddb Bump PKGREVISION for last. 2013-03-01 21:16:11 +00:00
markd
51e662aa84 Work with emacs24. 2013-03-01 21:15:38 +00:00
is
5e42117916 Replace loop around mktemp() (without error return checking) and mkdir()
with mkdtemp(), thus eliminating endless loop in case TMPDIR points to
a plain file.
2013-02-28 19:21:03 +00:00
khorben
9bebb29f29 Unfortunately seems to conflict with security/john ($PREFIX/bin/mailer) 2013-02-28 00:17:08 +00:00
garbled
d0613f741a Add fix from PR44656 to fix sig6 in postfix/smtp when compiled with any type
of DB support (like mysql, postgres, etc).  Also fixes PR43637
Tested by me.
2013-02-26 19:56:18 +00:00
joerg
d145d23db6 Add some prototypes, missing headers and redefine log() to not conflict
with libm.
2013-02-26 11:26:02 +00:00
joerg
2ea03f3f2c Fix return types. 2013-02-26 11:08:17 +00:00
joerg
fd3479feb5 Don't use nested functions to detect support for __attribute__. 2013-02-26 11:07:52 +00:00
joerg
ccb72db936 Fix return type. 2013-02-26 11:07:26 +00:00
gdt
a88eb8c3e1 Adjust comment in rc.d script for moved file.
From Jan Danielsson.
2013-02-25 18:41:45 +00:00
wiz
7fb932eed4 Readd enigmail checksums. 2013-02-25 16:10:53 +00:00
taca
f0e11665f4 Remove ruby-mail23 package which was only required by ruby-actionmailer31. 2013-02-24 14:43:01 +00:00
taca
2c874e1a4e Remove ruby-mail23. 2013-02-24 14:39:58 +00:00
ryoon
9569236ba6 Update to 17.0.3
Sync with thunderbird-17.0.3.
2013-02-24 14:23:26 +00:00
taca
cdde44ba97 Remove ruby-actionmailer31 package which is part of Ruby on Rails 3.1. 2013-02-24 14:19:03 +00:00
taca
92db59e125 Remove ruby-actionmailer31. 2013-02-24 14:18:08 +00:00
ryoon
f1b68d95e3 Update to 17.0.3
Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Attachments sometimes could not be removed from the composition window using the keyboard, this is now fixed (799451)

Fixed in Thunderbird 17.0.3
MFSA 2013-28 Use-after-free, out of bounds read, and buffer overflow issues found using Address Sanitizer
MFSA 2013-27 Phishing on HTTPS connection through malicious proxy
MFSA 2013-26 Use-after-free in nsImageLoadingContent
MFSA 2013-25 Privacy leak in JavaScript Workers
MFSA 2013-24 Web content bypass of COW and SOW security wrappers
MFSA 2013-21 Miscellaneous memory safety hazards (rv:19.0 / rv:17.0.3)
2013-02-24 14:13:55 +00:00
schmonz
40764615f0 Update to 4.39.0. From the changelog:
- fix an oldmail filename issue that occurred with certain non-ASCII
  characters in an IMAP mailbox name. Thanks: Michael Kockmeyer.
2013-02-23 01:04:55 +00:00
shattered
088e18038c Update homepage URLs. 2013-02-22 19:59:05 +00:00
jperkin
8bdc19895b Don't build libreplace, it is an empty library.
Fixes build on SunOS.
2013-02-22 11:48:16 +00:00
taca
9873327790 Reset PKG_REVISION along with update of both php53 and php54. 2013-02-22 03:07:43 +00:00
schmonz
bc37011048 Distfile changed in place (spelling and other documentation
reformatting). Set DIST_SUBDIR.
2013-02-19 02:20:46 +00:00
markd
2733202e26 base perl has had newer Time::Local than p5-Time-Local since at least
5.14.0
2013-02-18 08:58:40 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
markd
4fab2390cf Work around moc inability to parse a boost macro. Fixes PR pkg/47561 2013-02-17 09:14:44 +00:00
taca
e0ed6458f7 Remove ruby-mail22 which was required by ruby-actionmailer3. 2013-02-17 09:00:19 +00:00
taca
e31055d726 Remove ruby-mail22. 2013-02-17 08:59:56 +00:00
taca
d0f32ac5f8 Remove ruby-actionmailer3.
It is part of Ruby on Rails 3.0 which isn't supported any more.
2013-02-17 08:45:48 +00:00
taca
35c9553909 Remove ruby-actionmailer3. 2013-02-17 08:45:30 +00:00
schmonz
4cd6a6dd95 Update to 4.38.0. From the changelog:
- fix retrieving mail from an IMAP mailbox with non-ASCII characters
  in its name causing difficult-to-understand unicode errors during
  delivery. Thanks: "fsLeg", Krzysztof Warzech.
2013-02-16 23:43:30 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
obache
07659b9b8d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
84aa5709d7 Update Postfix to 2.9.6.
Changes from 2.8.14 are too many to write here, please refer RELEASE_NOTES.
2013-02-13 14:31:31 +00:00