Commit graph

8966 commits

Author SHA1 Message Date
jperkin
58acb4d2a5 Add forgotten ruby-mime-types2. 2015-12-14 13:33:50 +00:00
taca
3c0e62a054 Update ruby-mime-types to 3.0.
== 3.0 / 2015-11-21

* 2 governance changes

  * This project and the related mime-types-data project are now exclusively
    MIT licensed. Resolves
    {#95}[https://github.com/mime-types/ruby-mime-types/issues/95].

  * All projects under the mime-types organization now have a standard code of
    conduct adapted from the {Contributor
    Covenant}[http://contributor-covenant.org]. This text can be found in the
    {Code-of-Conduct.rdoc}[Code-of-Conduct_rdoc.html] file.

* 3 major changes

  * All methods deprecated in mime-types 2.x have been removed.
  * mime-types now requires Ruby 2.0 compatibility or later. Resolves
    {#97}[https://github.com/mime-types/ruby-mime-types/issues/97].
  * The registry data has been removed from mime-types and put into
    mime-types-data, maintained and released separately. It can be found at
    {mime-types-data}[https://github.com/mime-types/mime-types-data].

* 17 minor changes:

  * MIME::Type changes:

    * Changed the way that simplified types representations are creatd to
      reflect the fact that +x-+ prefixes are no longer considered special
      according to IANA. A simplified MIME type is case-folded to lowercase. A
      new keyword parameter, +remove_x_prefix+, can be provided to remove +x-+
      prefixes.
    * Improved initialization with an Array works so that extensions do not
      need to be wrapped in another array. This means that <tt>%w(text/yaml
      yaml yml)</tt> works in the same way that <tt>['text/yaml', %w(yaml
      yml)]</tt> did (and still does).
    * Changed +priority_compare+ to conform with attributes that no longer
      exist.
    * Changed the internal implementation of extensions to use a frozen Set.
    * When extensions are set or modified with +add_extensions+, the primary
      registry will be informed of a need to reindex extensions. Resolves
      {#84}[https://github.com/mime-types/ruby-mime-types/issues/84].
    * The preferred extension can be set explicitly. If not set, it will be the
      first extension. If the preferred extension is not in the extension list,
      it will be added.
    * Improved how xref URLs are generated.
    * Converted +obsolete+, +registered+ and +signature+ to attr_accessors.

  * MIME::Types changes:

    * Modified MIME::Types.new to track instances of MIME::Types so that they
      can be told to reindex the extensions as necessary.
    * Removed +data_version+ attribute.
    * Changed #[] so that the +complete+ and +registered+ flags are keywords
      instead of a generic options parameter.
    * Extracted the class methods to a separate file.
    * Changed the container implementation to use a Set instead of an Array to
      prevent data duplication. Resolves
      {#79}[https://github.com/mime-types/ruby-mime-types/issues/79].

  * MIME::Types::Cache changes:

    * Caching is now based on the data gem version instead of the mime-types
      version.
    * Caching is compatible with columnar registry stores.

  * MIME::Types::Loader changes:

    * MIME::Types::Loader::PATH has been removed and replaced with
      MIME::Types::Data::PATH from the mime-types-data gem. The environment
      variable RUBY_MIME_TYPES_DATA is still used.
    * Support for the long-deprecated mime-types v1 format has been removed.
    * The registry is default loaded from the columnar store by default. The
      internal format of the columnar store has changed; many of the boolean
      flags are now loaded from a single file. Resolves
      {#85}[https://github.com/mime-types/ruby-mime-types/85].
2015-12-13 16:44:57 +00:00
taca
93473e5338 Switch depends on ruby-mime-types2 package.
Bump PKGREVISION.
2015-12-13 16:42:30 +00:00
taca
f142b760a3 Re-add ruby-mime-types 2.6.2 as ruby-mime-types2 package. 2015-12-13 16:39:34 +00:00
markd
29a067c89f Add claws-mail-managesieve 2015-12-13 11:17:53 +00:00
markd
ee208f0e5a Add claws-mail-managesieve 3.13.0
claws-mail managesieve plugin.
2015-12-13 11:16:08 +00:00
markd
7d3d5f6b82 Disable managesieve plugin. 2015-12-13 11:12:56 +00:00
ryoon
d99a5233db Update GnuPG dependency to gnupg2 and depend on pinentry-gtk2
GnuPG 2.* is required even if GnuPG 1.4 is used (gpg-agent).
Bump PKGREVISION.
2015-12-12 01:28:15 +00:00
wiedi
87c1807935 needs berkeley db 2015-12-12 01:24:13 +00:00
taca
c4d7c37e80 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
2015-12-06 12:13:12 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
leot
2700f23119 Update mail/msmtp to 1.6.3.
pkgsrc changes:
- Remove patches/patch-src_Makefile.in that seems no more needed

Changes:
Version 1.6.3:
- A bug in SOCKS support was fixed.
- Handling non-fatal errors in TLS handshakes was fixed.
2015-11-29 13:17:12 +00:00
jperkin
96dbe33c37 Remove mk/find-prefix.mk usage from the mail category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:51:30 +00:00
wiz
d4c1ecd4b2 Bump PKGREVISION for notmuch bl3.mk bump 2015-11-22 23:57:01 +00:00
wiz
84222131a0 Bump depends pattern for dependency change from gmime24 to gmime. 2015-11-22 23:56:52 +00:00
wiz
d3a6b88b25 Update notmuch to 0.21:
Notmuch 0.21 (2015-10-29)
=========================

General
-------

Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer
supported.

Database revision tracking: `lastmod:` queries

  Each message now has a metadata revision number that increases with
  every tagging operation. See the discussion of `lastmod:` in
  `notmuch-search-terms(7)` for more information.

Date queries now support `date:<expr>..!` shorthand for
`date:<expr>..<expr>`

  You can use, for example, `date:yesterday..!` to match from the
  beginning of yesterday to the end of yesterday. For further details,
  please refer to the `notmuch-search-terms` manual page.

Notmuch database upgrade to support `lastmod:` queries

  The above mentioned `lastmod:` prefix. This will be done
  automatically, without prompting on the next time `notmuch new` is
  run after the upgrade. The upgrade is not reversible, and the
  upgraded database will not be readable by older versions of
  Notmuch. As a safeguard, a database dump will be created in the
  `.notmuch` directory before upgrading.

Build System
------------

The ruby bindings are now built as part of the main notmuch build
process. This can be disabled with the `--without-ruby` option to
configure.

Building the documentation can be disabled with the `--without-docs`
option to configure.

Skipped individual tests are no longer considered as failures.

Command Line Interface
----------------------

Database revision tracking

  Two new options were added to support revision tracking. A global
  option "--uuid" (`notmuch(1)`) was added for to detect counter
  rollover and reinitialization, and `notmuch-count(1)` gained a
  `--lastmod` option to query database revision tracking data.

The `notmuch address` command supports new deduplication schemes

  `notmuch address` has gained a new `--deduplicate` option to specify
  how the results should be deduplicated, if at all. The alternatives
  are `no` (do not deduplicate, useful for processing the results with
  external tools), `mailbox` (deduplicate based on the full, case
  sensitive name and email address), and `address` (deduplicate based
  on the case insensitive address part). See the `notmuch-address`
  manual page for further information.

Emacs Interface
---------------

`notmuch-emacs-version` is used in `User-Agent` header

  The value of recently introduced variable `notmuch-emacs-version` is
  now used as a part of `User-Agent` header when sending emails.

Removed `notmuch-version` function by renaming it to `notmuch-cli-version`

  With existing variable `notmuch-emacs-version` the accompanied
  function which retrieves the version of `notmuch-command` is
  better named as `notmuch-cli-version`.

Query input now supports completion for "is:<tag>"

New message composition mode: `notmuch-compose-mode`

  This is mainly to fix fcc handling, but may be useful for user
  customization as well.

Allow filtering of search results in `notmuch-show`

Add function to rerun current tree-view search in search mode

Bug fix for replying to encrypted messages in `notmuch-tree` mode

Allow saved searched to specify tree view rather than search view

  Applies to saved searches run from `notmuch-hello`, or by a keyboard
  shortcut (`notmuch-jump`).  Can be set in the customize interface, or
  by adding :search-type tree to the appropriate saved search plist in
  `notmuch-saved-searches`.

Increase maximum size of rendered text parts

  The variable `notmuch-show-max-text-part-size` controls the maximum
  size (in bytes) which is automatically rendered. This may make
  rendering large threads slower. To get the previous behaviour set
  this variable to 10000.

Library
-------

The use of absolute paths is now enforced when calling
`notmuch_database_{open, create}`

New function `notmuch_directory_delete` to delete directory documents

  Previously there was no way to delete directory documents from the
  database, leading to confusing results when the "ghost" directory
  document of a renamed or deleted filesystem directory was
  encountered every time the parent directory was being scanned by
  `notmuch new`. The mtime of the old directory document was also used
  if a directory by the same name was added again in the filesystem,
  potentially bypassing the scan for the directory. The issues are
  fixed by providing a library call to delete directory documents, and
  deleting the old documents in `notmuch new` on filesystem directory
  removal or rename.

Database revision tracking

  Revision tracking is supported via a new prefix "lastmod:" in the
  query parser and the new function
  `notmuch_database_get_revision`. For the latter, see `notmuch(3)`.

New status code returning API for n_query_count_{messages,threads}

Deprecated functions

  `notmuch_query_search_threads`, `notmuch_query_search_messages`,
  `notmuch_query_count_messages`, and `notmuch_query_count_threads`
  are all deprecated as of this release.  Clients are encouraged to
  transition to the `_st` variants supporting better error reporting.

nmbug-status
------------

`nmbug-status` now supports specifying the sort order for each view.
2015-11-22 23:55:33 +00:00
joerg
e67965bc86 Avoid ambigious class references. 2015-11-20 14:48:20 +00:00
joerg
3c71cd31db Directory and file name of spamreport don't agree, so introduce a new
variable and use that to get the correct installation.
2015-11-20 14:32:55 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
wiz
60ec5f8dbb Update p5-MIME-Types to 2.12:
version 2.12: Wed 11 Nov 12:24:55 CET 2015

	Improvements:
	- downgrade prereq perl to 5.6 [Peter Rabbitson]
	- update IANA
2015-11-15 06:53:34 +00:00
wen
5c371d083e Update to 1.936
Upstream changes:
1.936     2015-09-10 22:46:29-04:00 America/New_York
        - no changes since 1.935, but a stable release

1.935     2015-08-31 16:47:46-04:00 America/New_York (TRIAL RELEASE)
        - do not remove too many newlines at the end (bug introduced in 1.926)
2015-11-14 04:08:25 +00:00
dholland
1c31db245b Clone patch from mail/alpine. 2015-11-08 20:57:37 +00:00
dholland
edb0e6f5ea Remove <sgtty.h> 2015-11-08 20:51:59 +00:00
dholland
335de3ec49 Remove sys/timeb.h (not used anywhere); fixes openbsd build. 2015-11-08 20:42:38 +00:00
dholland
2f64b93196 unchecked buffers considered harmful; fixes openbsd build. 2015-11-08 20:13:24 +00:00
joerg
a4b2c85be4 Fix race condition. 2015-11-06 20:34:00 +00:00
agc
efd9ad4549 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
wiz
91c13f47c5 Update p5-Email-Valid to 1.198:
1.198     2015-10-25 22:36:37-04:00 America/New_York
        - fix a typo that caused the MX check to die
2015-11-01 09:07:35 +00:00
nros
1110a8017a Revbump because of claws-mail update.
Set correct MASTER_SITE.
2015-10-31 19:02:52 +00:00
nros
d75b72e98c Updating claws-mail and it's plugins to version 3.13.0.
Changes from NEWS:

* 3.13.0
--------

* Preferences are now saved to disk immediately on pressing OK or
  Apply.

* New preferences have been added for default sorting of the message
  lists. They are found in the 'Message list' frame of the Display/
  Summaries page of the general preferences. These options only apply
  to newly created folders.

* The menu item 'Delete thread' has been moved to the Message menu.
  Previously clicking it would not delete the thread, but just move
  it to the Trash folder. Now it will delete the thread.
  An additional menu item has been added, 'Move thread to trash',
  which implements the original behaviour.

* Compose window: By default it is no longer possible to add user-
  defined headers, with only those pre-defined in the drop down menus
  being possible. To restore the old behaviour, a new hidden
  preference has been added: 'type_any_header', setting this to 1
  restores the old behaviour.

* Automatic account selection is now also applied when you reply to
  one of your own messages, e.g. from the Sent folder.

* Folder list: The Left and Right cursor keys now collapse or expand
  the currently selected folder tree item. The Left cursor key also
  moves the selection to parent folder, if current folder is within
  a collapsed tree.

* Folder list: The Home and End keys now move the selection to the
  first folder and last folder in the tree.

* Account Auto-configuration: when errors occur, a more detailed
  error message is shown.

* GnuPG plugins: An option has been added to specify the location of
  the GnuPG executable.

* GnuPG plugins: A new hidden preference has been added which limits
  the number of results returned when using your keyring for address
  auto-completion: 'autocompletion_limit'. The default value is 0,
  which means there is no limit, any other number will limit the
  results to that number.

* Python plugin: Folder has been added to MessageInfo objects.

* The GeoLocation plugin is no longer included.

* The user manual has been updated.

* The man page has been updated.

* Updated translations: Brazilian Portuguese, British English, Czech,
  Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål,
  Slovak, Spanish, Swedish.

* New translations: Italian, Traditional Chinese.

* Removed translations:  Indonesian, Polish.

* Bug fixes:
	o bug 2115, 'Drag n' Drop of files with special characters
		     crashes CM'
	o bug 3209, 'autoconfig does not use full email address as
		     username'
	o bug 3253, 'all addresses of getaddrinfo() result should be
		     tried'
	o bug 3263, 'Wrong timezone while using date_fmt function'
	o bug 3296, 'Crash on double notification popup'
	o bug 3352, 'found_in_addressbook matches entries from GPG
		     keyring'
	o bug 3454, 'Attachments containing certain special
		     characters in filename are not opened'
	o bug 3473, 'base64 regression with old glib2 (before
		     2.26.0)'
	o bug 3475, 'Attachment dragged to email must be dropped to
		     attachment tab only - reggresion'
	o bug 3483, 'When replying to a *de*crypted message, it is
		     contained *encrypted* in reply'
	o bug 3507, 'build fails w/o GnuTLS'
	o bug 3516, 'vCard icon misplaced'
	o bug 3524, 'vCard does not decode all quoted-printable
		     values'
	o bug 3531, 'a/z hotkeys crash Claws immediately after
	             startup'
	o make 'date' (not thread date) the default sort when
	  clicking column header to switch to date sort.
	o Several memory leaks in RSSyl.
	o IPv6 now works on Windows, for connections not handled by
	  libetpan.
	o GPG preferences initialization.
	o Possible crash when gpg is upgraded to gpg-v21
	o Save temporary file in mime temporary directory when using
	  right-click/Open image instead of saving in current working
	  directory.
	o Crash in address completion when matching group name.
	o Correct handling of RFC3339 timestamp format with second
	  fraction.
	o Building on GLib older than 2.25.

* 3.12.0
--------

* New plugin: ManageSieve. Manage sieve filters on a server using
  the ManageSieve protocol.

* Filtering/Processing: increase range for age matcher condition.

* Filtering/Processing: 'mark_as_spam' now only marks as spam, it
  does not do an additional move.

* Compose window: From line gets its own label with mnemonic.

* Compose window: more intuitive right-click behaviour in attachments
  list.

* QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.

* Folder list: Added 'Mark all read recursively' to context menu.

* Support for Mac-cyrillic encoding.

* IMAP: Support for SCRAM-SHA-1 authentication mechanism.

* PGP plugins: Display validity of signatures

* Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.

* RSSyl plugin: Per-feed support for HTTP basic auth.

* GData plugin: minimum requirement: libgdata 0.17.1

* Several layout improvements to preferences pages.

* Updated user manual.

* Updated man page.

* Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
  French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak,
  Spanish, Swedish.

...and so much more!

* Bug fixes:
	o bug 1769, 'vCalendar timezone glitches'
	o bug 1901, 'More descriptive error msgs when attempting to
		     delete a folder'
	o bug 2435, 'Infinite loop+crash when refreshing folders from
		     dovecot mbox based mailbox'
	o bug 2577, 'improve focus rectangle removal in summaryview'
	o bug 2601, '"if item changes... never mark as unread" marks
		     new items as read'
	o bug 2965, 'Encrypted mails are stored unencrypted in
		     'Queue' while sending via IMAP'
	o bug 2981, 'claws-mail-3.9.3 compilation warnings'
	o bug 3211, 'Fails to build in Debian hurd-i386'
	o bug 3321, 'revert "Remove unreachable code"'
	o bug 3345, 'Ability to choose other From values via keyboard
		     has been lost'
	o bug 3349, 'Unable to insert a file into a message during
		     compose.'
	o bug 3351, 'Two problems when re-sending a file with an
		     attachment'
	o bug 3354, 'Event cancellation uses incorrect method
		     parameter for Content-Type header'
	o bug 3364, 'segfault in src/prefs_account.c'
	o bug 3365, 'segfault in src/wizard.c'
	o bug 3380, 'Initialize widget before callback handler for
		     'clicked''
	o bug 3389, 'document 'F12' shortcut'
	o bug 3407, 'Pressing the "Date" column header to "sort by
		     date" causes all columns to have a sort arrow.'
	o bug 3419, 'Saving/appending messages to an mbox file
		     violates RFC#4155'
	o bug 3421, 'Recipients list doesn't scroll when moving with
		     arrow keys.'
	o bug 3432, 'Google ClientLogin has been deprecated, should
		     be migrated to OAuth 2.0'
	o bug 3438, 'Filter to add address to Addressbook duplicates
		     address in Name field'
	o bug 3466, 'address auto-complete does not work on plasma5'
	o Debian bug 771360, CVE 2010-5109
	o Debian bug 771737, 'Segfaults when trying to open folder'
	o Debian bug 779824, 'claws-mail depends on plugins
			      libraries'
	o Fix LDAP access using TLS protocol
	o claws-mail.desktop installation
	o Compose window Subject mnemonic
	o Archiver plguin: compatibility with libarchive 2.8.x
	o Remove draft when cancelling a message written with an
	  external editor
	o Remove superfluous dynamic link against libarchive
	o Fix labels referring to 'SSL' instead of 'TLS'
	o Allow single-click to select mailboxes in the mailbox order
	  dialog.
	o tbird2claws.py: set encoding to UTF-8.
2015-10-31 18:54:46 +00:00
prlw1
6ad71d8070 Update roundcube to 1.1.3
ok taca@

Since Makefile 1.59, the iconv option had no effect - reinstate iconv as
being optional.

This update to 1.1.3 makes multibyte and openssl a requirement (and drops
mcrypt support).


RELEASE 1.1.3
-------------
- Fix closing of nested menus (#1490443)
- Fix so E_DEPRECATED errors from PEAR libs are ignored by error_reporting change (#1490281)
- Fix compatibility with PHP 5.3 in rcube_ldap class (#1490424)
- Get rid of Mail_mimeDecode package dependency (#1490416)
- Fix "Importing..." message does not hide on error (#1490422)
- Fix Compose action in addressbook for results from multiple addressbooks (#1490413)
- Fix bug where some messages in multi-folder search couldn't be viewed/printed/downloaded (#1490426)
- Fix unintentional messages list page change on page switch in compose addressbook (#1490427)
- Fix race-condition in saving user preferences and loading plugin config (#1490431)
- Fix so plain text signature field uses monospace font (#1490435)
- Fix so links with href == content aren't added to links list on html to text conversion (#1490434)
- Fix handling of non-break spaces in html to text conversion (#1490436)
- Fix self-reply detection issues (#1490439)
- Fix multi-folder search result sorting by arrival date (#1490450)
- Fix so *-request@ addresses in Sender: header are also ignored on reply-all (#1490452)
- Update to TinyMCE 4.1.10 (#1490405)
- Fix draft removal after a message is sent and storing sent message is disabled (#1490467)
- Fix so imap folder attribute comparisons are case-insensitive (#1490466)
- Fix bug where new messages weren't added to the list in search mode
- Fix wrong positioning of message list header on page scroll in Webkit browsers (#1490035)
- Fix some javascript errors in rare situations (#1490441)
- Fix error when using back button after sending an email (#1490009)
- Fix removing signature when switching to identity with an empty sig in HTML mode (#1490470)
- Disable links list generation on html-to-text conversion of identities or composed message (#1490437)
- Fix "washing" of style elements wrapped into many lines
- Fix so input field (e.g. search box) does not loose focus on list load (#1490455)
- Fix so css of one html part does not apply to other text parts on message display (#1490505)
- Fix XSS issue in drag-n-drop file uploads (#1490530)
- Fix handling of plus character in mailto: links (#1490510)
- Fix so adding CC/BCC recipients from the sidebar unhides compose form fields in Classic skin (#1490472)
- Fix so gc.sh script removes also expired sessions from sql database (#1490512)
- Fix support for Mozilla-based browsers, e.g. Pale Moon (#1490517)
- Fix various issues with Turkish (and similar) locales (#1490519)
- Fix so In-Reply-To header is set also for MDN receipts (#1490523)
- Fix missing HTTP_X_FORWARDED_FOR address in generated Received header
- Fix issue where Content-Length of some attachments could be set to wrong value causing browser errors (#1490482)
2015-10-29 15:54:20 +00:00
darcy
6c029e42df Build with password file support. 2015-10-25 23:48:11 +00:00
richard
2fa6858812 Avoid what seems to be a bash issue with the posix character range expression
'for i in [A-IN-U]*' by simply providing a filelist.  Noticed at least on SunOS
2015-10-23 14:24:30 +00:00
tnn
1c3338c477 needs libgen.h for basename(3). Fixes segfault on 64bit. Bump. 2015-10-20 10:53:24 +00:00
wen
e13e705d5a Update to 2.118
Upstream changes:
version 2.118: Thu Feb 26 12:52:42 CET 2015

	Fixes:
	- imap: reconstruction of foldername from url should be kept
	  in folderdir.
	  rt.cpan.org#82983 [Rotkraut]
	- ::Body::Scalar::file() did not construct ::FastScalar correctly
	  [Andrew Beverley]
	- fix attribute continuations
	  rt.cpan.org#90342 [Claus Jeppesen]

	Improvements:
	- accept blanks in some Content-* fields
	  rt.cpan.org#99183 [Randy Diffenderfer]
2015-10-17 10:34:37 +00:00
wen
0e8725d813 Update to 1.018
Upstream changes:
1.018     2015-04-07 19:46:00-04:00 America/New_York
        - cope with space between "=" and parameter values, like:
          charset= "utf-8"
2015-10-17 09:55:28 +00:00
wen
f83fb13497 Update to 1.300021
Upstream changes:
1.300021  2015-10-15 13:53:52-04:00 America/New_York
        - when SMTP connection fails, include host and port in error

1.300020  2015-09-03 14:00:04-04:00 America/New_York
        - no changes since 1.300019

1.300019  2015-08-10 15:48:02-04:00 America/New_York (TRIAL RELEASE)
        - only work around Net::SMTP on broken (pre-3.07) versions
        - avoid uninitialized warning when delivering to Maildir
2015-10-17 09:49:32 +00:00
wen
23f1f8e36e Update to 1.197
Upstream changes:
1.197     2015-10-16 22:57:05-04:00 America/New_York
        - improve detection of "no MXes" (thanks, Troy Morehouse)
        - avoid some avoidable warnings (thanks, Svetlana)
2015-10-17 09:38:35 +00:00
adam
07cd06d229 Changes 0.4.9:
* Properly implemented checking of ABI version for Sieve interpreter
  plugins, much like Dovecot itself does for plugins. This will prevent
  plugin ABI mismatches.
+ Implemented a vnd.dovecot.environment extension. This builds upon the
  standard environment extension and adds a few more environment items,
  such as username and default mailbox. It also creates a variables
  namespace so that environment items can be accessed directly. I am
  still thinking about more environment items that can be added.
+ Sieve extprograms plugin: Made line endings of the input passed to the
  external programs configurable. This can be configured separately for
  each of the three extensions.
+ ManageSieve: Implemented proxy XCLIENT support. This allows the proxy
  to pass client information to the back-end.
- ManageSieve: Fixed an assert failure occurring when a client
  disconnects during the GETSCRIPT command.
- doveadm sieve plugin: Fixed incorrect initialization of mail user.
  This caused a few memory leaks.
- sieve-filter command line tool: Fixed handling of failure-related
  implicit keep when there is an explicit default destination folder.
  This caused message duplication.
- lib-sieve: Fixed bug in RFC5322 header folding. Words longer than the
  optimal line length caused empty lines in the output, which would
  break the resulting message header. This surfaced in References:
  headers with very long message IDs.
2015-10-17 07:46:25 +00:00
adam
cc32d63154 Changes 2.2.19:
* pop3_deleted_flag has been broken since v2.2.10. Using it would
  cause buffer overflows, which could be exploitable. However, this
  bug would have become visible quite soon after users had deleted
  some POP3 mails, because the pop3 processes would have started
  crashing all the time even in normal use.
* "doveadm director flush" command has a changed meaning now:
  It safely moves users to their wanted backends, instead of simply
  forgetting the mapping entirely and leaving the existing connections
  untouched. Use -F parameter to get the original unsafe behavior.

+ Added imap-hibernate processes (see imap_hibernate_timeout setting).
  IDLEing IMAP connections can be hibernated, which saves memory.
+ Optimized tracking mailboxes' vsizes (= sum of all messages' sizes).
  If mailbox_list_index=yes, it's also stored in there. This makes it
  very efficient to look up vsizes for all mailboxes.
+ Added a quota "count" backend, which uses the mailbox vsizes to get
  the current quota usage. It requires using the new quota_vsizes=yes
  setting, which tracks the messages' "virtual sizes" rather than
  "physical sizes". Their distiction is minor and mostly irrelevant
  nowadays (if mail sizes should be counted with LF or CRLF newlines).
+ "doveadm director up/down" commands added. The monitoring script
  should be using these commands instead of changing the vhost count.
  This allows admin to manually disable a server by changing the vhost
  count to 0 without the monitoring script changing it back.
+ Added support for HAProxy protocol: http://wiki2.dovecot.org/HAProxy
+ Added push-notification plugin framework, which can be used to
  easily implement push notifications to various backends. Implemented
  "ox" backend for notifying Open-Xchange via HTTP/json.
+ imap_logout_format supports more variables now, e.g. number of
  deleted messages.
+ pop3: Added pop3_delete_type setting (related to pop3_deleted_flag).
+ plugin { fts_enforced=yes } setting now fails body searches unless
  it can be done via the full text search engine.
+ Added %{passdb:*} and %{userdb:*} variables to various places
+ auth: Added ":protected" suffix for passdb and userdb fields. If
  used, the field doesn't overwrite an existing field.
+ IMAP/POP3 proxy: If a backend server dies, avoid client reconnection
  spikes by slowly disconnecting clients over time. This is enabled by
  setting login_proxy_max_disconnect_delay=secs passdb extra field.
+ imap: Added new read-only METADATA entries: /private/specialuse,
  /shared/comment, /shared/admin
+ imap: If client disconnects in the middle of a command, log how long
  the command had been running.
- mdbox: Rebuilding could have caused message's reference count to
  overflow the 16bit number in some situations, causing problems when
  trying to expunge the duplicates.
- Various search fixes (fts, solr, tika, lib-charset, indexer)
- Various virtual plugin fixes
- Various fixes and optimizations to dsync, imapc and pop3-migration
- imap: Various RFC compliancy and crash fixes to NOTIFY
2015-10-17 07:45:43 +00:00
wiz
14afd8906f Update tnef to 1.4.12:
* 1.4.12 [31 August 2014]
** Fixing bug in distribution tarball.
*** https://github.com/verdammelt/tnef/issues/9
** Fixing autoconf warnings
*** https://github.com/verdammelt/tnef/issues/4
*** https://github.com/verdammelt/tnef/pull/10
** Fixing compilation warning on Fedora
*** https://github.com/verdammelt/tnef/pull/8

* 1.4.11 [12 July 2014]
** Fixing bug when parsing files with multiple value MAPI attributes
*** https://github.com/verdammelt/tnef/issues/3
** Fixing compilation warnings
*** https://github.com/verdammelt/tnef/issues/5

* 1.4.10 [4 November 2013]
** Incorporating documentation patch from bentley (github)
** Fixing small problems from new versions of automake/gcc

* 1.4.9 [29 February 2012]
** Incorporating patches from Engelke Eschner <tekai@gmx.li>
*** (from github: https://github.com/verdammelt/tnef/pull/1)
*** Fixing some memory leaks
*** printing out MIME types

* 1.4.8 [18 April 2011]
** Switched to Git
** Applied patch for man page from Jari Aalto [patch #3104753]

* 1.4.7 [31 January 2010]
** Reverting to older UTF decoding method.  The public domain UTF converter
   I replaced my buggy/wrong version with was itself buggy and wrong it seems
   (didn't work on some platforms).
** Updating main copyright date notice.

* 1.4.6 [25 August 2009]
** Including patch from Randy Diffenderfer for a variety of fixes & tweaks.
** Replacing my buggy/wrong UTF converter code with public domain UTF converter code.

* 1.4.5 [28 Sept 2008]
** Fixing bug when reading from stdin [Bug #2126695]

* 1.4.4 [29 May 2008]
** Small updates after long absense
** Adding --ignore-checksum feature.
2015-10-15 12:25:52 +00:00
fhajny
df4ff262a4 Fix missing dep on net/p5-NetAddr-IP. pkglint. PKGREVISION++ 2015-10-12 11:10:34 +00:00
ryoon
2ee67e87ad Update to 38.3.0
Changelog:
    New Saved files tab now implements Search field and Clear button.
    Fixed (Right-)Clicking on a newsgroup now allows directly composing a message again
    Fixed Importing to the address book from CSV now works with international characters
    Fixed Thunderbird no longer crashes when executing filter rules when using maildir
    Fixed When using the maildir storage format, the INBOX folder is no longer deleted
    Fixed Emails with long References headers are now decoded correctly
    Fixed Checking for new messages correctly works after hibernation again
    Fixed Chat entries are no longer sometimes lost in global database at shutdown.
2015-10-11 23:33:59 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
taca
4d1c6d57b7 Update pear-Mail_Mime to 1.10.0.
Release date: 2015-09-13 13:48 UTC
Release state: stable

Changelog:

* Add possibility to add externally created Mail_mimePart objects as
  attachments [alec]
* Add possibility to set preamble text for multipart messages [alec]
2015-10-08 14:08:11 +00:00
taca
4f6a44878b Bump PKGREVISION. 2015-10-05 00:14:13 +00:00
taca
885312df55 Link with corect rpath. Fix PR pkg/50299. 2015-10-05 00:05:30 +00:00
taca
0e48c3632b Update ruby-mime-types to 2.6.2.
== 2.6.2 / 2015-09-13

* Bugs:
  * Emilio Losada (@losadaem) fixed an error where +each_with_object+'s block
    parameters are the inverse of those used by +inject+. Resolves
    {#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull
    request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108].
  * Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively
    affecting people who use the +use_instead+ functionality. Resolved in
    {#109}[https://github.com/mime-types/ruby-mime-types/pull/109].
* Documentation:
  * Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README
    not properly linking internally on the generated rdoc source. Resolved with
    {#105}[https://github.com/mime-types/ruby-mime-types/pull/105].
* Development:
  * Fixed a minor issue in the IANA registry parser that would generate empty
    +text+ xrefs if the +text+ section was empty.
2015-10-04 12:38:21 +00:00
wiz
80d28581b4 Update to 5.507:
5.507	  2015-09-30  Dianne Skoll <dfs@roaringpenguin.com>

	* VERSION 5.507 RELEASED

	* Fix parsing bug
	  https://rt.cpan.org/Public/Bug/Display.html?id=105455

	* Fix typo that broke MIME::Body::incore->open() on Perl 5.20
2015-10-04 06:21:02 +00:00