summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2009-05-17include <time.h> and <utime.h> so that where time_t has been changed to 64-bitplunky3-3/+29
values on NetBSD, we we get correctly referred to __utime50() which can handle 64-bit values. This fixes a problem where mailbox mtimes were being reset to 0 Note that this actually causes some build warnings as the code uses "time_t tp[2]" instead of "struct utimbuf tp" (contains two time_t values) Although the <os_bsi.h> file says it is used for BSDI, it seems to be used by NetBSD and OpenBSD, both of which have the <utime.h> and <time.h> bump PKGREVISION
2009-05-17Fix a problem where file modification times were being reset to 0 byplunky3-5/+7
including <utime.h> to make sure that compiler renaming was used to select __utime50() instead of utime() as 64-bit time_t was being used.
2009-05-15Fixes `-n' option handling for fetchnews(1).obache3-15/+26
Patch provided by Jukka Salmi in PR 41432. While here, add DESTDIR support.
2009-05-15Enable squirrelmail-japanese option with Japanese patch:taca3-10/+13
squirrelmail-1.4.16-ja-20081013-patch. Bump PKGREVISION.
2009-05-14Added sbin/postmulti to PLIST. PKGREVISION++martti2-3/+5
2009-05-14Since iso_2022_jp.php isn't included in squirrelmail distribution,taca1-4/+1
remove extra pre-configure processing.
2009-05-14Updated mail/squirrelmail to 1.4.18martti4-62/+71
The SquirrelMail Team is pleased to announce the release of SquirrelMail version 1.4.18. The most notable changes for this version are several security fixes, including a couple XSS exploits, a session fixation issue, and an obscure but dangerous server-side code execution hole. However, this version also includes three new languages and more than a few enhancements to things such as the filters plugin, the address book system and other things under the hood. For more complete details, see the ReleaseNotes and ChangeLog files included in this release (they have moved to the doc/ directory). We advise all users of SquirrelMail software to upgrade.
2009-05-13Updated mail/postfix-current to 2.7.20090511martti9-83/+66
This same as 2.6.0...
2009-05-13Updated mail/postfix to 2.6.0martti6-34/+43
- Multi-instance support introduces a new postmulti(1) command to create/add/remove/etc. additional Postfix instances. The familiar "postfix start" etc. commands now automatically start multiple Postfix instances. The good news: nothing changes when you use only one Postfix instance. See MULTI_INSTANCE_README for details. - Multi-instance support required that some files be moved from the non-shared $config_directory to the shared $daemon_directory. The affected files are postfix-script, postfix-files and post-install. - TLS (SSL) support was updated for elliptic curve encryption. This requires OpenSSL version 0.9.9 or later. The SMTP client no longer uses the SSLv2 protocol by default. See TLS_README for details. - The Milter client now supports all Sendmail 8.14 Milter requests, including requests for rejected recipient addresses, and requests to replace the envelope sender address. See MILTER_README for details. - Postfix no longer adds (Resent-) From:, Date:, Message-ID: or To: headers to email messages with "remote" origins (these are origins that don't match $local_header_rewrite_clients). Adding such headers breaks DKIM signatures that explicitly cover non-present headers. For compatibility with existing logfile processing software, Postfix will log ``message-id=<>'' for email messages that have no Message-Id header. - Stress-adaptive behavior is now enabled by default. This allows the Postfix SMTP server to temporarily reduce time limits and error-count limits under conditions of overload, such as a malware attack or backscatter flood. See STRESS_README for details. No functionality has been removed, but it is a good idea to review the RELEASE_NOTES file for the usual minor incompatibilities or limitations.
2009-05-13Updated mail/postfix to 2.5.7martti2-6/+6
- (low) The installation/upgrade procedure did not automatically create the data_directory. - (medium) In the "new queue manager", the _destination_rate_delay code needed to postpone the job scheduler updates after delivery completion, otherwise the scheduler could loop on blocked jobs. - (low) The queue manager used <transport>_concurrency_failed_cohort_limit instead of <transport>_destination_concurrency_failed_cohort_limit as documented. - (low) The SMTP client disabled MIME parsing despite non-empty settings for smtp_header_checks, smtp_mime_header_checks, smtp_nested_header_checks, or smtp_body_checks. - (medium) The postsuper command re-enabled the SIGHUP signal when it was set to "ignore". This could result in random "Postfix integrity check failed" errors at boot time (POSIX SIGHUP death), causing Postfix not to start automatically.
2009-05-12Activated LICENSE=...martti6-12/+12
2009-05-12Added PKG_DESTDIR_SUPPORT=user-destdirmartti1-4/+5
2009-05-12Fix install on platforms not using pax tar. Bump PKGREVISION.hasso1-2/+5
2009-05-11Bump the default value of the login_process_size limit from 64 to 128.tnn4-5/+29
Without this dovecot fails to start on NetBSD-current, as reported by several people. Bump PKGREVISION.
2009-05-06Update akonadi to 1.1.2markd2-7/+6
- Avoid DBUS lockups, reported at: https://bugs.kde.org/182198 - Update user mysql.conf only if global/local one's are newer
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed2-2/+6
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-05-02Don't try to link against libc_r on DragonFly.hasso2-11/+21
2009-05-01Add missing checksum for optional searchheader.patch.gzabs2-12/+16
Fix checksum for maildir.patch.gz (Add DIST_SUBDIR)
2009-05-01PkgSrc changes:sno2-9/+8
- Updating packages for p5 module of Mail::ClamAV from 0.22 to 0.29 - Adjusting dependencies Upstream changes: 0.29 Wed Apr 29 18:02:17 CDT 2009 - Makefile.PL dies with 'No support for OS' when OS is unsupported, per recommended solution at http://wiki.cpantesters.org/wiki/CPANAuthorNotes 0.28 Mon Apr 27 03:18:53 CDT 2009 - META.yml contained wrong version number (0.26). 0.27 Mon Apr 27 03:13:03 CDT 2009 - &main returns zero on success of WriteMakefile(). 0.26 Fri Apr 24 15:11:22 CDT 2009 - Added 'no_index' for directory Inline to META.yml to hide from indexer. 0.25 Fri Apr 24 14:11:10 CDT 2009 - Added 'provides' mapping to META.yml to conceal private copy of Inline::MakeMaker from indexers. FAILED. 0.24 Wed Apr 22 13:33:06 CDT 2009 - Update to work with clamav-0.95.1 API. clamav libs version 0.95.1 or greater required. - Modified Makefile.PL to exit zero instead of dying if clamav version too old. 0.23 Wed Sep 3 20:33:40 EDT 2008 - removed CL_EFSYNC CL_ELOCKDB to work with clamav-0.94
2009-04-30PkgSrc changes:sno2-8/+9
- Updating package for p5 module of Email::MIME::Modifier to 1.444 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes since 1.443: 1.444 2009-04-29 be compatible with (and require) Email::MIME::Encodings 1.313
2009-04-30PkgSrc changes:sno2-8/+10
- Updating package for p5 module Email::MIME::Creator from 1.455 to 1.456 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 1.456 2009-04-29 correct test expectations for Encodings 1.313
2009-04-27Add gtk-doc build dependency for gtkdoc-rebase (fixes installation onwiz1-1/+4
NetBSD). Set LICENSE to gnu-lgpl-v2.
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno1-4/+4
mainly Scalar::Util and List::Util
2009-04-24Module::Pluggable is a core module since perl-5.10 -> Updating dependencysno1-2/+2
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