summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2009-04-22Update "milter-greylist" package to version 4.2.2.tron2-6/+8
Changes since version 4.2: - Fix a crash when a LDAP server is down. - Fix LDAP thread safety issues - Make LDAP querries timeout configurable - Make MX sync timeout peer-configurable
2009-04-20Update to Dovecot 1.1.14.ghen2-6/+6
* IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours into future. With Maildir future INTERNALDATEs may mess up incremental backups. - Date: header was always being added to cache file when saving messages, even if clients didn't really want it. This caused POP3-only users to have dovecot.index.cache file unneededly. - Character set conversion in specific mails may have caused Dovecot to allocate all the available memory (in default configuration dying after having allocated 256 MB). This happened only while searching messages. - Message address parser didn't handle empty group:; correctly. - imap/pop3-login: Don't crash when shutting down and destroying clients. - deliver wasn't using mail_access_groups setting. - mbox: When doing autodetection, if mbox didn't find an existing mail directory it just went and created it anyway, instead of failing the storage creation. - Fixed some error handling in maildir and index code.
2009-04-19Install resource files inside share/GNUstep/Library.rh2-3/+78
Allow unprivileged USE_DESTDIR installs. Bump PKGREVISION.
2009-04-18gnustep-make now allows unprivileged DESTDIR installsrh1-2/+5
2009-04-18PkgSrc changes:sno2-6/+7
- Updating package for p5 module Email::MIME::Encodings to 1.313 - Set license to artistic-2.0 Upstream changes: 1.313 2009-04-16 bugfix by MKANAT to avoid QP-encoding CRLF
2009-04-17update to 2.26.1.1drochner3-8/+8
changes: -bugfixes -translation updates
2009-04-15Add dependency on mysql - its not really optional at this point.markd1-1/+10
Bump PKGREVISION.
2009-04-15typomanu1-1/+1
2009-04-15Add buildlink3 support, from Fredrik Pettai <pettai@nordu.net>, missingmanu1-0/+16
from previous commit
2009-04-14PKGREVISION++ after the unrar fixes...martti1-1/+2
2009-04-13The major changes compared to IMP version H3 (4.3.3) are:adrianp2-7/+7
* Don't cache local PGP public keys retrieved from the address book. * Fixed some URL escaping issue for certain links introduced with the security fixes from 4.3.3. * Fixed updating POP3 indices when deleting in mailbox view. * Fixed some folder creation issues occasionally seen, most often during maintenance tasks. * Other minor bugfixes. The full list of changes (from version H3 (4.3.3)) can be viewed here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.376&r2=1.699.2.389&ty=h
2009-04-13Update GNUMail to 1.2.0pre3. This tracks the corresponding changes torh4-201/+229
Pantomime and also makes GNUMail more hier(7) compliant by utilising the fhs directory structure.
2009-04-13Update Pantomime to 1.2.0pre3. Changes include some structural overhaul,rh6-104/+125
including a brand new mailbox caching code and other performance improvements. This also makes Pantomime use the fhs filesystem layout to make it more hier(7) compliant.
2009-04-12PkgSrc changes:sno2-6/+7
- Updating package for p5 module Email::Valid to 0.181 - Set license to artistic license 2.0 Upstream changes: 0.181 2009-03-23 explicitly require perl5 version 6 update some module metadata (Alexandr Ciornii) remove hateful indirect method notation (Alexandr Ciornii)
2009-04-12PkgSrc changes:sno2-7/+7
- Updating package for p5 module Email::Stuff to 2.08 - Set license to artistic license 2.0 - Updating dependencies (remove p5-Clone dependency) Upstream changes: 2.08 Sun 08 March 2009 - Removed debugging prints accidentally left in from last update 2.07 Fri 17 Feb 2009 - Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=27320 Removed unused Clone dependency Update by Lyle Hopkins
2009-04-12Enable evolution-sharp again now the dependency problem is fixed.wiz1-2/+2
2009-04-12Update to 0.20.0. Set LICENSE.wiz2-11/+12
Version 0.20.0 24 March 2009 * Update to support 2.26.0 stable release of Evolution-Data-Server ------------------------------------------------------ Version 0.19.2.1 18 Feb 2009 Bug Fixes : #563917 : Change the API names which were changed before by mistake. (Chenthill Palanisamy) ------------------------------------------------------ Version 0.19.2 16 Feb 2009 Bug Fixes : #563301 : Fails to build with evolution-data-server < 2.24 (Christopher James Halse Rogers) ------------------------------------------------------ Version 0.19.1 19 Jan 2009 * Support for Recurrence (P Chenthill) Bug Fixes : #555242 : Crash in Marshaling objects_added signal. (Johnny Jacob)
2009-04-12PkgSrc changes:sno2-7/+10
- Update package for p5 module Email::Sender to 0.004 - Add artistic-2.0 for license Upstream changes: 0.004 2009-03-24 require perl5 version 8 move to Moose; let's not mess around, the Moose/Mouse stuff is not worth the minor savings 0.003 2009-03-12 Sendmail transport now uses 2-arg open on Win32 so it can work at all Win32-friendly tests added for Sendmail by the ever-awesome DAGOLDEN
2009-04-12Enable sidebar patch support, as provided by tonnerre@.tonio4-7/+21
This also fixes PR pkg/35917
2009-04-11PkgSrc changes:sno1-3/+3
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2009-04-10Fix problem with scanning RAR archivesadam3-36/+1
2009-04-09Regenerated.martti1-3/+4
2009-04-09Activated LICENSEmartti1-2/+2
2009-04-09Updated mail/clamav to 0.95.1martti4-16/+18
Lots of bug fixes, see http://svn.clamav.net/svn/clamav-devel/trunk/ChangeLog for details.
2009-04-09Update enma to 1.1.0.obache7-43/+35
* support DKIM (verification only) and DKIM ADSP * support exclusion address list to avoid authentication
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-04-09Replace NO_PACKAGE with NO_BIN_ON_* as it is about reuse on differentjoerg1-2/+4
machines.
2009-04-08Update to 1.12, addressing PR pkg/34765. From the changelog:schmonz4-21/+90
1.12: - Fixed problem with overwriting existing session data items. - Fixed several problems with handling of databytes in rules. - Fixed crash in plugin cvm-validate when the lookup secret was unset. - pop3front-auth now supports a no-argument variant on the AUTH command, used by KMail to test for authentication modes, and documented in http://www.tools.ietf.org/html/draft-myers-sasl-pop3-05 Thanks Bernhard Graf for the initial patch - pop3front-auth and -maildir now support the CAPA command. Thanks Bernhard Graf for the initial patch - Made imapfront-auth more compatible with Courier IMAP by adding extra bits to the CAPABILITY command. Thanks Bernhard Graf. - plugin-cvm-validate handles modules that provide an "out of scope" fact by passing to the next plugin. - Fixed handling of addresses without a domain in @file rules. Thanks Jorge Valdes 1.11: - Fixed the main mailfront program to clean up temporary files properly. - Modified the SMTP protocol module to export the SASL authentication information internally. - Modified the check-fqdn plugin to append $DEFAULTHOST and $DEFAULTDOMAIN to addresses if necessary. - Added separate connect and send timeouts and a maximum message size to the ClamAV plugin, and fixed a bug with handling port numbers when using multiple IPs. - Modified the ClamAV plugin to prefer $CLAMAV_* settings over $CLAMD_* - Added plugin API documentation. 1.10: - Added a ClamAV virus scanner plugin. Note: Using this plugin will cause mailfront to save messages to temporary files. See mailfront.html for details. - Modified the plugin API to add a version code, a flags word, and to (optionally) save messages to a temporary file. - Fixed a few cases where the UCSPI-TCP protocol was assumed. - Fixed pop3front-maildir breakage on dietlibc/uClibc and empty maildirs. Thanks Wayne Marshall. 1.01: - Fixed a bug in the counters plugin that triggered a problem in the SMTP protocol when handling the SIZE=# parameter. - Reversed the order of cvm-validate and qmail-validate in the wrapper scripts (and documentation) due to the semantics of the two plugins. - Added a list of built-in plugins. The list currently contains the three accept* plugins, which are extremely trivial. 1.0: Mailfront has been rewritten to be totally modular. The core mailfront program loads the protocol, backend, and all plugin behaviors at run time from shared objects. The previous commands, such as smtpfront-qmail, are now shell script wrappers for the main "mailfront" command, and as such are depricated in favor of using "mailfront" directly. The *front-qmail wrappers preload all the plugins that were previously compiled into the corresponding programs: check-fqdn counters mailrules relayclient cvm-validate qmail-validate add-received patterns accept-sender NOTE: The *front-reject backends have been dropped in favor of a plugin. In addition, the $REQUIRE_AUTH feature has been moved to another plugin. If you used this backend or feature you will need to adjust your configuration accordingly.
2009-04-07Add two missing dirrms. Bump PKGREVISION.wiz2-2/+5
2009-04-07Update rails packages to 2.3.1.minskim3-10/+28
Changes since 2.1.1: * Allow metal to live in plugins #2045 [Matthew Rudy] * Added metal [Josh Peek] * Remove script/performance/request in favour of the performance integration tests. [Pratik Naik] * Add a rake task to apply a template to an existing application : rake rails:template LOCATION=~/template.rb [Pratik Naik] * Add "-m/--template" option to Rails generator to apply a template to the generated application. [Jeremy McAnally] * Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [David Heinemeier Hansson] * Changed Rails.root to return a Pathname object * Added view path support for engines [David Heinemeier Hansson] * Added that config/routes.rb files in engine plugins are automatically loaded (and reloaded when they change in dev mode) [David Heinemeier Hansson] * Added app/[models|controllers|helpers] to the load path for plugins that has an app directory (go engines ;)) [David Heinemeier Hansson] * Add config.preload_frameworks to load all frameworks at startup. Default to false so Rails autoloads itself as it's used. Turn this on for Passenger and JRuby. Also turned on by config.threadsafe! [Jeremy Kemper] * Add a rake task to generate dispatchers : rake rails:generate_dispatchers [Pratik Naik] * "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by default now. Please use "--with-dispatchers" option if you need them. [Yaroslav Markin, Pratik Naik] * Added rake rails:update:application_controller to renamed application.rb to application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it #1439 [kastner] * Added Rails.backtrace_cleaner as an accessor for the Rails::BacktraceCleaner instance used by the framework to cut down on backtrace noise and config/initializers/backtrace_silencers.rb to add your own (or turn them all off) [David Heinemeier Hansson] * Switch from Test::Unit::TestCase to ActiveSupport::TestCase. [Jeremy Kemper] * Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [David Heinemeier Hansson] * BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [David Heinemeier Hansson] * Fixed plugin generator so that generated unit tests would subclass ActiveSupport::TestCase, also introduced a helper script to reduce the needed require statements #1137 [Mathias Meyer] * Update Prototype to 1.6.0.3 [sam] * Fixed that sqlite would report "db/development.sqlite3 already exists" whether true or not on db:create #614 [Antonio Cangiano] * Added config.threadsafe! to toggle allow concurrency settings and disable the dependency loader [Josh Peek] * Turn cache_classes on by default [Josh Peek] * Added configurable eager load paths. Defaults to app/models, app/controllers, and app/helpers [Josh Peek] * Introduce simple internationalization support. [Ruby i18n team] * Make script/plugin install <plugin> -r <revision> option work with git based plugins. #257. [Tim Pope Jakub Kuźma]. Example: * Added Rails.initialized? flag [Josh Peek] * Make rake test:uncommitted work with Git. [Tim Pope] * Added Thin support to script/server. #488 [Bob Klosinski] * Fix script/about in production mode. #370 [Cheah Chu Yeow, Xavier Noria, David Krmpotic] * Add the gem load paths before the framework is loaded, so certain gems like RedCloth and BlueCloth can be frozen. * Fix discrepancies with loading rails/init.rb from gems. * Plugins check for the gem init path (rails/init.rb) before the standard plugin init path (init.rb) [Jacek Becela] * Changed all generated tests to use the test/do declaration style [David Heinemeier Hansson] * Wrapped Rails.env in StringInquirer so you can do Rails.env.development? [David Heinemeier Hansson] * Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
2009-04-07Make Mozilla products build on DragonFly master.hasso2-6/+27
2009-04-07Update to 2.65. From the changelog:schmonz3-23/+10
* Fixed warnings caused by Python v2.6 (using hashlib, removing mimify, etc.) * Deprecated QP_REQUIRED option as this is more than likely no longer needed and part of what triggered Python warnings * Fixed unicode errors in certain post headers * Attempted to incorporate Debian/Ubuntu patches into the mainstream release * Support img type enclosures * No file locking for SunOS * Gracefully handle missing charsets * Friendlier and more useful message if sendmail isn't installed
2009-04-07Update to 4.9.0. From the changelog:schmonz3-8/+10
- add Kerberos authentication support to IMAP retriever classes. Thanks: Guido Günther, Uli M. - clarify documentation regarding MDA_external. Thanks: AJ Weber. - eliminate deprecation warning for sets module with Python 2.6 by using a compatibility wrapper module.
2009-04-03Do not preserve 0777 permissions from the distfile when copying to thejoerg1-3/+3
final destination in ${PREFIX}.
2009-04-02Update "milter-greylist" package to version 4.2. Changes since 4.2rc1:tron3-19/+6
- Make sure dump is really on disk even with a buggy ext4fs - Build with OpenLDAP but not CURL (Matthias Scheler) Approved by Alistair Crooks.
2009-04-02Make this package work with Perl 5.9+tez5-3/+51
Approved by agc
2009-03-28Fix installation.joerg1-2/+2
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-1/+2
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25Changes 0.95:adam10-62/+75
* Google Safe Browsing support. * New clamav-milter. * Clamd extensions. * Improved API. * ClamdTOP. * Memory Pool Allocator. * Unified Option Parser.
2009-03-24fix unprivileged buildsjnemeth2-1/+15
2009-03-23Add back compressed mbox option.joerg2-3/+6
2009-03-22Update to 2.4.4:wiz2-6/+6
2009-03-18 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.4.4 2009-03-18 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for select() and poll() as well as poll.h * gmime/gmime-gpg-context.c (poll): Implement our own poll() function using select() for portability to MacOS 10.2, which apparently doesn't have poll(). 2009-02-22 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-utils.c: Use GSlice for rfc822 word tokens and date tokens. * gmime/gmime-parser.c: Updated to use GSlice. 2009-02-22 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-header.c (g_mime_header_iter_new): Use g_slice_new(). (g_mime_header_iter_free): Use g_slice_free(). (g_mime_header_list_new): Use g_slice_new(). (g_mime_header_list_destroy): Use g_slice_free(). * gmime/gmime-gpg-context.c (gpg_ctx_new): Use g_slice_new(). (gpg_ctx_free): Use g_slice_free(). * gmime/gmime-cipher-context.c (g_mime_signer_new): Use g_slice_new() instead of g_new(). (g_mime_signature_validity_new): Same. (g_mime_signature_validity_free): Use g_slice_free(). (g_mime_signer_free): Same. 2009-02-07 Jeffrey Stedfast <fejj@novell.com> * gmime/internet-address.c: Removed some unused macros. 2009-01-12 Jeffrey Stedfast <fejj@novell.com> * mono/Makefile.am: Fixed to parallel make install, thanks to Diego Petten 2009-01-09 Jeffrey Stedfast <fejj@novell.com> * examples/imap-example.c (write_part): Don't unref the stream we get from g_mime_data_wrapper_get_stream(). (reconstruct_part_content): Fixed error-checking. 2008-11-01 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-parser.c (nearest_pow): Implement using asm on i386 - this code path isn't normally built, but it's fun to micro-optimize anyway ;-) * gmime/gmime-gpg-context.c (status_backup): Use next_alloc_size() macro - same as gmime-parser.c
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-22Update to 2.26:wiz2-8/+8
Evolution Exchange 2.25.92 2009-03-02 ------------------------------------- New in 2.26.0 Bug fixes & performance improvements. Evolution Exchange 2.25.92 2009-03-02 ------------------------------------- Updated Translations: »·······Chao-Hsiung Liao (zh) »·······Clytie Siddall (vi) »·······Jani Monoses (ro) »·······Praveen Arimbrathodiyil (ml) »·······Takeshi AIHANA (ja) Bug Fixes: »·······#432885 : Rescan foreign hierarchy to get list of shared calendars before giving up opening of the foreign calendar (Milan Crha) »·······#545455 : Check for the correct href of the message before accessing it (Milan Crha) Evolution Exchange 2.25.90 2009-02-02 ------------------------------------- Updated Translations: Andre Klapper (de) Changwoo Ryu (ko) Gabor Kelemen (hu) Evolution Exchange 2.25.5 2009-01-19 ------------------------------------- Bug Fixes: #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. (Milan Crha) #566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof) Other contributions: Remove #include <camel/camel-i18n.h> (Matthew Barnes) Evolution Exchange 2.25.4 2009-01-05 ------------------------------------- Bug Fixes: #441712: (Novell Bugzilla) Exchange fix for GAL issue. Unloacking the mutex (Ashish Shrivastava) Other Contributions: Miscellaneous compiler warning cleanups (Matthew Barnes) Evolution Exchange 2.25.2 2008-12-01 ------------------------------------- New in 2.25.2 Regression fixed which would now enable a speedy start-up (Milan Crha) Bug Fixes: #540346: Do not try to fetch contacts when not connected (Milan Crha) #558883: Revert related parts from bug #336074, which caused slow start up (Milan Crha) Evolution Exchange 2.25.1 2008-11-03 ------------------------------------- Bug Fixes: #552261: Don't expose sqlite3 header outside. (Srinivasa Ragavan) Updated Translations: Maxim Dziumanenko (uk) Nick Agianniotis (el) Kenneth Nielsen (da)
2009-03-22Updated mail/clamsmtp to 1.10martti2-6/+6
- Make the XFOWARD HELO available as a environment variable in scripts. - Send an RSET to the server after filter fails an email.
2009-03-22Leave over maintainership to pkgsrc-usersmanu2-4/+4
2009-03-22Needs libical-0.43.wiz1-1/+2
2009-03-21Modify dependency to devel/p5-Module-Pluggable - the Module::Pluggablesno2-4/+4
delivered with perl-5.10 satisfies the requirement, too. Oked by he@
2009-03-21- various pkglint cleanupsjnemeth2-24/+27
- add user-destdir support - this should fix PR/41004
2009-03-21As owner of the package, I have not approved this patch. Havingjnemeth3-64/+3
had a chance to closely examine it, I would prefer it be done slightly differently. Also, the patch patches multiple files in direct contravention of pkgsrc guidelines. One of the files is also patched by a different patch. Having multiple patches applied to a single file makes maitenance much more difficult.