summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2009-02-13Add PKG_DESTDIR_SUPPORT=destdirabs3-9/+12
2009-02-13MAKE_JOBS_SAFE=noabs1-1/+2
2009-02-11add DESTDIR support.markd1-1/+3
2009-02-10Add php DOM support depending on the version of PHP in useadrianp1-1/+8
PKGREVISION++
2009-02-10DESTDIR support.joerg3-2/+19
2009-02-102.005 2009-01-22rhaen2-7/+6
add repository metadata
2009-02-101.863 2009-01-30rhaen2-7/+6
no code changes add strangely missing copyright information 1.862 2009-01-22 add repository location metadata always require Encode, never MIME::Words; this means that using Email::MIME on pre-5.008 will be difficult, if not impossible if a header can't be decoded, fall back to the raw header move decoding methods to Email::MIME::Header, add header_raw
2009-02-103.001 2008-12-11rhaen2-6/+6
declare our prereq on Scalar::Util
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg9-13/+18
changed runtime dependencies now.
2009-02-07Fix DESTDIR support.joerg3-8/+12
2009-02-06update to 2.24.4.1drochner3-23/+6
changes: -performance improvements in the sqlite3 backend -bugfixes -translation updates
2009-02-05Avoid crash with 64bit time_t.tonio3-3/+33
From PR pkg/40548
2009-02-04Update to Dovecot 1.1.11.ghen2-6/+6
- IMAP: PERMANENTFLAGS list didn't contain \*, causing some clients not to save keywords. - dbox: INTERNALDATE and save date was returned wrong for converted maildir files. - auth: Using "username" or "domain" passdb fields caused problems with cache and blocking passdbs in v1.1.8 .. v1.1.10. - userdb prefetch + blocking passdbs was broken with non-plaintext auth in v1.1.8 .. v1.1.10. - If mail_chroot is set, don't fail at startup in dump-capability.
2009-01-30The major changes compared to IMP version H3 (4.3.2) are:adrianp2-6/+7
* SECURITY: Escape output in message.php, pgp.php and smime.php * Several bugfixes and minor improvements The full list of changes (from version 4.3.2) can be viewed here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.367&r2=1.699.2.376&ty=h
2009-01-29Fix installation.joerg1-2/+3
2009-01-27Install mutt_dotlock unconditionallytonio4-24/+21
Re-enable user-destdir, by using SPECIAL_PERMS, thanks joerg@ for pointing that
2009-01-27Update akonadi to 1.1.1markd2-6/+6
- Fix code that was not executed in a release build. - Require CMake 2.6.0 which fixes boost detection. - Don't try to restart an agent that has been deleted.
2009-01-27Update to Dovecot 1.1.10.ghen2-6/+6
- Maildir: Keyword handling was somewhat broken in v1.1.9 - userdb prefetch was broken with blocking passdbs in v1.1.9 - dict process didn't always die with the rest of Dovecot - dict quota was somewhat broken with pgsql
2009-01-26Update mail/mutt-devel to 1.5.19tonio9-61/+41
User destdir mode instead of user-destdir: this make sure the package is correctly created when mutt_dotlock is needed. Mostly bugfixes in changelog, among them: - Only install mutt_dotlock(1) if binary is installed. - Allow for mail addresses longer than 256 characters. - Make multipart decoding a little more forgiving. - Make $move default to no instead of ask-no. - Show more information about problematic SMIME signatures under gpgme. - Improve gpgme SMIME uid display. - Support displaying application/pgp-keys with GPGME. - Verify hostname in (Open)SSL certificate validation. - Make text/enriched handler multibyte aware. - translation updates. UPDATING: + support for SSL certificate chains + <what-key> function works in pager, too + support for tokyocabinet (qdbm successor) ! $move now defaults to "no" instead of "ask-no" + $imap_pipeline_depth controls the number of commands that mutt can issue to an IMAP server before it must collect the responses + $ssl_client_cert available with gnutls as well as openssl + 'mime_lookup application/octet-stream' added to system Muttrc
2009-01-25s/__FUNCTION__/__func__/ when using Sun Studio.sketch1-1/+5
2009-01-25in callbacks getting time_t arguments, use int64 rather than longdrochner7-2/+93
(there is nothing better in the glib2 signal/slot/marshaller framework), now the calendar doesn't crash on startup (i386/current) bump PKGREVISION
2009-01-25fix 2 cases where time_t==long is assumeddrochner4-2/+41
2009-01-24Update to Dovecot 1.1.9. From the release announcement mail:ghen3-14/+14
Lots of small dbox fixes, hopefully migrations from Maildir are now working correctly. + Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts. This could help figuring out auth cache size. + deliver: Added rejection_subject setting, which is used for rejected mails. + pop3: Prevent clients from looping forever trying to fetch an expunged message. + If login process crashes, log the IP address that (maybe) caused it. + If core dump limit is 0, add "core dumps disabled" to startup log line. + Log better messages for "Permission denied" errors - mbox: Fixed assert-crash with pop3_lock_session=yes - dbox: Fixes to handling maildir-converted files. - Auth cache wasn't working correctly for all fields (e.g. allow_nets) with blocking passdbs (e.g. mysql). - pgsql: Handle reconnecting to server without failing auth lookups. - Berkeley DB memory/resource leak fixes. - maildir: Fixes to handling over 26 keywords.
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma2-4/+4
well over a year now. Sorry. :-(
2009-01-19Update to 2.8.1adrianp4-58/+64
2.8.1 2009/01/16 LIBDKIM: Fix bug #SF2508602: Add a translation string for DKIM_SIGERROR_KEYREVOKED and fix dkim_eom_verify() so it returns DKIM_STAT_REVOKED when appropriate. Problem noted by Mike Markley of Bank of America. 2.8.0 2009/01/08 Add configuration option "EnableCoredumps" which makes an explicit kernel request for cores on crashes. Currently only meaningful on Linux. Add configuration option "AuthServID" which sets the "authserv-id" token to use when generating Authentication-Results header fields. Report "fail" instead of "hardfail" on authentication failures, in compliance with the Authentication-Results: draft. Add _FFR_REPORT_INTERVALS, experimental support for the "ri" tag extension to DKIM policy and key records for specifying reporting intervals. Feature request #SF1985886: Add _FFR_MULTIPLE_SIGNATURES, allowing one instance of the filter to add multiple signatures. Suggested by Dave Crocker. Add "TemporaryDirectory" configuration file option for requesting that libdkim use an alternate directory for creating temporary files, and "KeepTemporaryFiles" for requesting that libdkim not delete those files for debugging purposes. Add optional support for the "unbound" asynchronous resolver library as it is DNSSEC-aware. Adds four new configuration file items: "BogusKey", "BogusPolicy", "InsecureKey" and "InsecurePolicy". Also add dkim_sig_getdnssec() and dkim_policy_getdnssec() to libdkim so callers can tell what the DNSSEC evaluation result was for each query. Based on a patch from John Dickinson. Add "BaseDirectory" configuration file option for specifying the desired current directory of the process. Make use of the key and policy "rs" tag, if present, when doing SMTP rejections. Use MTA macro "$j" as the hostname in generated reports instead of the output of gethostname() since on some systems the latter may not be fully-qualified. Remove ANTICIPATE_SENDMAIL_MUNGE, replacing it with a runtime check for the milter v2 feature which suppresses the addition of spaces in headers. Add _FFR_COMMAIZE which attempts to predict the reformatting the MTA will do to certain header fields to reduce verification failures. Add _FFR_DKIM_REPUTATION enabling a function used to query an open DKIM reputation service regarding the signing user and signing domain. The service's URL is http://www.dkim-reputation.org. (EXPERIMENTAL) Fix preloading of configuration defaults. Fix bug #SF2236040: Quote all of the POSIX regular expression special characters, not just some of them. Reported by Mark Martinec. When possible, log the selector and domain of the signature evaluated along with any errors in the libcrypto stack. LIBDKIM: Add "smtpbuf", "smtplen" and "interval" parameters to dkim_sig_getreportinfo() and dkim_policy_getreportinfo(). Also, remove the assertion that "addr" be non-NULL. LIBDKIM: Add DKIM_LIBFLAGS_ACCEPTDK which enables compatibility with DomainKeys-formatted key records. LIBDKIM: Adjust signature formatting for legibility. LIBDKIM: Check return status from dkim_canon_getfinal() to avoid bad dereferences. Problem noted by Chris Behrens of Concentric Network Corporation. LIBDKIM: Render the DKIM handle unusable in dkim_eoh_sign() if a required header was absent. Activate _FFR_REQUIRED_HEADERS. 2.7.2 2008/09/02 Avoid memory leaks and infinite loops when releasing thread-specific memory. Reported by Jeff Earickson. 2.7.1 2008/08/27 Set up required callbacks for OpenSSL thread-safety. Problem noted by Zbigniew Szalbot. Disallow empty "t=" and "x=" tags. Return DKIM_STAT_KEYFAIL for various DNS key retrieval failures instead of DKIM_STAT_INTERNAL. 2.7.0 2008/07/23 Update to draft-ietf-dkim-ssp-04. In doing so, rename "ASPDiscard" to "ADSPDiscard", "ASPNoSuchDomain" to "ADSPNoSuchDomain" and "SendASPReports" to "SendADSPReports" in the configuration file. Feature request #29738: Add "TrustSignaturesFrom" configuration file item allowing fine-grained control over third-party signature handling. Feature request #SF2018848: Add "LocalADSP" feature allowing policy assertions from domains known to have specific policies but which don't publish ADSP records. Suggested by Bruno Kraychete da Costa. LIBDKIM: Fix an off-by-one overrun check in key and policy record decoding. Problem noted by John Dickinson. 2.6.0 2008/06/11 Remove "signaturemissing" as an old-style configuration action as it has been superseded by "ASPDiscard" and related functions. Add "SendASPReports" configuration option which generates ASP failure reports if requested by the sending domain. Update report generation for verification failures to use the new Abuse Reporting Format (ARF) and DKIM Reporting draft proposals. Add "MustBeSigned" configuration option, requiring signatures to cover specific headers if present. Rename "UseASPDiscard" to "ASPDiscard". Add "ASPNoSuchDomain" configuration option which rejects mail that appears to come from nonexistent domains as reported by the Author Signing Practises check. Add "ReportAddress" configuration option, used for defining the From: header of reports mailed out. Yet another compatibility fix with respect to Sleepycat DB. Fix processing of "LogWhy" configuration parameter. Problem noted by Erik Lotspeich. Add "-n" command line flag which parses the command line arguments and configuration file(s), then exits with an appropriate status code. Report DKIM and ASP results separately via the same Authentication-Results header field. Previous versions would alter the DKIM result based on ASP. Fix bug #SF1976931: Restore function of "nosignature" old-style action configuration, connected to "AlwaysAddARHeader". Problem noted by Lucas Brasilino. Feature request #SF1940233: Add "DontSignMailTo" configuration option, allowing a list of recipient patterns whose mail should not be signed. Requested by Don Hughes. LIBDKIM: Rename dkim_reportinfo() to dkim_sig_getreportinfo(), and add dkim_policy_getreportinfo(). LIBDKIM: Add several more signature error codes covering various key-related errors. LIBDKIM: Add dkim_sig_hdrsigned() utility, DKIM_OPTS_MUSTBESIGNED option, and DKIM_SIGERROR_MBSFAILED error code. LIBDKIM: Fix a bug in the computation of the result for dkim_canon_minbody(). LIBDKIM: Report corrupted base64 chunks instead of quietly tolerating them. LIBDKIM: Tidy up the cleanup code in dkim-canon.c. LIBDKIM: Properly handle "tag=" at the end of a data set (i.e. the tag exists and has an empty value). LIBDKIM: Use larger unsigned data types in dkim_sig_future() as was done elsewhere. LIBDKIM: Always populate a DKIM_SIGINFO with domain and selector before there's an opportunity for other parsing short-circuits. LIBDKIM: Fix bug #SF1984685: Remove the "margin" parameter from dkim_getsighdr(); make it controlled by a new function, dkim_set_margin(), so that the signed copy and the user-requested copy are identical. Activate _FFR_AUTHSERV_JOBID. 2.5.5 2008/04/25 Fix bug #SF1947301: Close up a logic problem in "UseASPDiscard" handling which could cause false rejections of mail from domains advertising "discardable" policies. Problem noted by Doug Kingston. LIBDKIM: Another compatibility fix with respect to Sleepycat DB.
2009-01-19Updated mail/roundcube to 0.2stableabs6-27/+38
- Fix mark popup in IE 7 (#1485369) - Fix line-break issue when copy & paste in Firefox (#1485425) - Fix autocomplete "unknown server error" (#1485637) - Fix STARTTLS before AUTH in SMTP connection (#1484883) - Support multiple quota values in QUOTAROOT resonse (#1485626) - Only abbreviate file name for IE < 7 browsers (#1485063) - Performance: allow setting imap rootdir and delimiter before connect (#1485172) - Fix sorting of folders with more than 2 levels (#1485569) - Fix search results page jumps in LDAP addressbook (#1485253) - Fix empty line before the signature in IE (#1485351) - Fix horizontal scrollbar in preview pane on IE (#1484633) - Add Robots meta tag in login page and installer (#1484846) - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) - Option to check for new mails in all folders (#1484374) - Don't set client busy when checking for new messages (#1485276) - Allow UTF-8 folder names in config (#1485579) - Add junk_mbox option configuration in installer (#1485579) - Do serverside addressbook queries for autocompletion (#1485531) - Allow setting attachment col position in 'list_cols' option - Allow override 'list_cols' via skin (#1485577) - Fix 'cache' table cleanup on session destroy (#1485516) - Increase speed of session destroy and garbage clean up - Fix session timeout when DB server got clock skew (#1485490) - Fix handling of some malformed messages (#1484438) - Speed up raw message body handling - Better HTML entities conversion in html2text (#1485519) - Fix big memory consumption and speed up searching on servers without SORT capability - Fix setting locale to tr_TR, ku and az_AZ (#1485470) - Use SORT for searching on servers with SORT capability - Added message status filter - Fix empty file sending (#1485389) - Improved searching with many criterias (calling one SEARCH command) - Fix HTML editor initialization on IE (#1485304) - Add warning when switching editor mode from html to plain (#1485488) - Make identities list scrollable (#1485538) - Fix problem with numeric folder names (#1485527) - Added BYE response simple support to prevent from endless loops in imap.inc (#1483956) - Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409) - Remove port number from SERVER_NAME in smtp_helo_host (#1485518) - Don't send disposition notification receipts for messages marked as 'read' (#1485523) - Added 'keep_alive' and 'min_keep_alive' options (#1485360) - Added option 'identities_level', removed 'multiple_identities' - Allow deleting identities when multiple_identities=false (#1485435) - Added option focus_on_new_message (#1485374) - Fix html2text class autoloading on Windows (#1485505) - Fix html signature formatting when identity save error occured (#1485426) - Add feedback and set busy when moving folder (#1485497) - Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489) - Fix messages count bar overlapping (#1485270) - Fix adding signature in drafts compose mode (#1485484) - Fix iil_C_Sort() to support very long and/or divided responses (#1485283) - Fix matching case sensitivity when setting identity on reply (#1485480) - Prefer default identity on reply - Fix imap searching on ISMail server (#1485466) - Add css class for flagged messages (#1485464) - Write username instead of id in sendmail log (#1485477) - Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475) - Fix js keywords escaping in json_serialize() for IE/Opera (#1485472) - Added bin/killcache.php script (#1485434) - Add support for SJIS, GB2312, BIG5 in rc_detect_encoding() - Fix vCard file encoding detection for non-UTF-8 strings (#1485410) - Add 'skip_deleted' option in User Preferences (#1485445) - Minimize "inline" javascript scripts use (#1485433) - Fix css class setting for folders with names matching defined classes names (#1485355) - Fix race conditions when changing mailbox - Fix spellchecking when switching to html editor (#1485362) - Fix compose window width/height (#1485396) - Allow calling msgimport.sh/msgexport.sh from any directory (#1485431) - Localized filesize units (#1485340) - Better handling of "no identity" and "no email in identity" situations (#1485117) - Added 'mime_param_folding' option with possibility to choose long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences - Fix unread counter when displaying cached massage in preview panel (#1485290) - Fix htmleditor spellchecking on MS Windows (#1485397) - Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096) - Fix language autodetection (#1485401) - Fix button label in folders management (#1485405) - Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403) - Fix handling of apostrophes in filenames decoded according to rfc2231
2009-01-19Add DESTDIR support.obache1-5/+7
2009-01-16Add dependency on html2ps to permit printing of html mailsmb1-1/+5
2009-01-14Get rid of `hostname -s` in pkgsrc, on Solaris it sets the hostname to "-s".sketch1-2/+2
2009-01-13Update to 2.24.3:wiz2-6/+6
Evolution Exchange 2.24.3 2009-01-12 ------------------------------------- Bug Fixes: #441712: (bugzilla.novell.com) Fix for an issue while loading GAL (Ashish Shrivastava)
2009-01-13Update to 2.24.3:wiz3-7/+9
Evolution 2.24.3 2009-01-12 --------------------------- Bug Fixes: #332729: Invalid write with outspring from e-config.c (Milan Crha) #337082: Unnamed imap folder (Milan Crha) #435452: (Novell Bugzilla) Adding People to Meeting Loses Attendee if Add or Busy Search Selected (Srinivasa Ragavan) #435694: (Novell Bugzilla) Retract of Email from Sent Items Does not Work (Bharath Acharya) #439733: (Novell Bugzilla) Checking for junk before training (Srinivasa Ragavan) #446285: (Novell Bugzilla) Meeting Entry Does Not Allow Multiple Names (Bharath Acharya) #458968: (Novell Bugzilla) Don't warn the user about changes being lost if he is trying to delegate the meeting (Suman Manjunath) #546637: Mail opened from the "Unread mails" displays empty (Srinivasa Ragavan) #551599: Do not fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment (Paul Bolle) #552583: Passwords don't get stored when using other authentication type than "Password" (Milan Crha) #552583: Free the right url (Srinivasa Ragavan) #552583: Account checking logic a bit more consistent (Milan Crha) #552583: Fix bugs in the account checking logic (Sankar P) #552583: Compare the protocol, user, host and port and disregard the rest (Matthew Barnes) #555663: Evolution crashed with SIGSEGV in gconf-bridge (Milan Crha) #556303: Evolution crashed with SIGSEGV in camel_mime_part_get_filename (Milan Crha) #557176: Crash while trying to click on 'Contacts' (Milan Crha) #558337: Evolution crashes while managing IMAP folder subscriptions (Norman Wang) #559153: Unable to convert mailboxes from Hardy to Intrepid versions (Sankar P) #560420: Failed spamassassin pipe on Evolution (hp@syntomax.com) #562091: New share memo window doesn't come up (Matthew Barnes) #562155: Evolution stopped to start (e_shell_set_crash_recovery) (Matthew Barnes) #562450: Edit as New Message doesn't copy the content of a GPG signed message (Matthew Barnes) #562886: Evolution mailto CLI cannot handle attachments with "#" in filename (Matthew Barnes) #563077: Evolution crashes if gnome-settings-daemon is not started on Solaris (Jeff Cai) #563250: Save and restore custom composer accelerators (Matthew Barnes) #563369: "Templates" folder not translated (Milan Crha) #564007: Messages do not show inline decrypted message by default (Milan Crha) #564860: Evolution crashes in e_util_labels_parse if the labels don't have the correct format (Matthew Barnes) #565553: Right click on an attachment in calendar event and chose application does not work (Ashish Shrivastava) #566653: Local folder's DnD aren't saved well to DB (Srinivasa Ragavan) Updated Translations: Jorge Gonzalez (es) Gil Forcada (ca) Claude Paroz (fr) Leonardo Ferreira Fontenelle (pt_BR) Daniel Nylander (sv) Andre Klapper (de,cs) Changwoo Ryu (ko)
2009-01-13Update to 2.24.3:wiz5-24/+24
Evolution-Data-Server 2.24.3 2009-01-12 ----------------------------------------- Bug Fixes: #451734: Weather calendar getting wrong data for Blythe, California (Ian Weisser) #545834: IMAP summary headers are not updated on full message download (Milan Crha) #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan) #552986: Fix for a crash in pop3_connect (Milan Crha) #554182: GSSAPI not working with 2.24.0 (Milan Crha) #555230: Autocompletion crash on broken vCard (Milan Crha) #557348: Search folders with "Include threads" do not update reliably (Matt McCutchen 2) #558744: Fix for a crash when started in offline mode (Milan Crha) #558883: Evolution 2.24 is terribly slow with large IMAP folders (Srinivasa Ragavan) #558926: Unread message count in virtual folders is wrong (Srinivasa Ragavan) #559153: Migration fixes from Evolution 2.22 to Evolution 2.24 (Sankar P) #559272: Infinite loop using a CalDAV source (Milan Crha) #561081: "Moving" emails is broken (Srinivasa Ragavan) #561561: Use sufficiently large buffers for strftime (Frederic van Starbmann) #562200: Left click of mouse disables calendar (Milan Crha) #562228: Login to exchange fails if "mailbox" is filled manually in the config wizard (Milan Crha) #564339: IMAP syncing performs too much local I/O (Robert Collins) #564541: Fix for a crash doing a search in vFolders (Thomas) #564954: "Match All" search folder shows no messages (Matt McCutchen 2) #209514: (bugzilla.novell.com) Evolution Groupwise missing mails (Sankar P) #435632: (bugzilla.novell.com) Fix for a crash when moving contacts to a different addressbook (Srinivasa Ragavan) #440265: (bugzilla.novell.com) Groupwise Address Book Contact Lists Are Not Saved (Srinivasa Ragavan) #446290: (bugzilla.novell.com) GW Parallel clients & (un)read counts problems (Sankar P) #447121: (bugzilla.novell.com) Fix for a memory corruption in GroupWise (Srinivasa Ragavan) #448079: (bugzilla.novell.com) Instability in GroupWise on x86_64 (Simon Brys) #449916: (bugzilla.novell.com) Loss of data in Messages related to shared memos and Assigned tasks (Bharath Acharya) #455939: (bugzilla.novell.com) Fix for a deadlock in evolution-data-server (Srinivasa Ragavan) #462575: (bugzilla.novell.com) Evolution does not honor the "Check for new messages in all folders" setting for GroupWise SOAP accounts (Simon Brys) Updated Translations: Changwoo Ryu (ko) Gabor Kelemen (hu)
2009-01-12Update exim to 4.69nb4abs4-3/+131
- Add support for getifaddrs() and enable on NetBSD - submitted back to exim bugzilla as http://bugs.exim.org/show_bug.cgi?id=802 - Increase size of addrbuf[512] used in old style ioctl() version of os_common_find_running_interfaces() Fixes issue on NetBSD 5.0
2009-01-11Remove old patchsmb1-20/+0
2009-01-11Updated claws-mail and all of its plug-ins to 3.7.0smb44-146/+157
* 3.7.0 ------- * Expanding/Collapsing of threads is now approximately 95% faster. * Cache reading is now approximately 10% faster. * The shortcut key settings of the main window and the message list context menus are now connected. * The preferences on the 'Other' page have now been moved to Other/Miscellaneous. The parent pages are now unselectable and the first page is automatically selected on opening the preferences. * In the Compose window, on the Others tab, the 'Save message to' entry now has a drop-down list of the previous save locations. * In the Compose window, the Attachments Properties window is now confirmed and closed with the Return key. * When using an external editor to compose messages, the message is automatically saved to Drafts when the external editor is closed. * A hidden option has been added, 'primary_paste_unselects' which causes the primary buffer to be cleared and the insertion point to be repositioned when the middle mouse button is used for pasting text. It is turned off by default. * In the Actions window, the Escape key now cancels the action editing. * Offline SSL certificate verification has been added. * Privacy plugins: The decryption failure messages are now shown in the NoticeView just above the message text rather than in a popup window. * Privacy plugins: when listing the UIDs during a signature check, show the UID validity * tools/popfile-link.sh Support for reusing existing POPFile session ID has been added. * tools/kdeservicemenu Support for kde4 has been added. * win32: better integration has been implemented by using the standard file associations.
2009-01-10Update to 1.2.9adrianp2-7/+6
Unfortunately there does not appear to be much more information on the changes other than: "This fixes aborts when generating explanations for mails with a long envelope sender, amongst other issues. An update is recommended."
2009-01-09Update akonadi to 1.1.0markd2-6/+8
- Restart agents when their executable changed. - Buildsystem fixes to find and link boost on all platforms. - Improvements to the startup to prevent partial startup. - Include revision number in the version string when building from SVN. - Shut down when we lost the connection to the D-Bus session bus. - add some basic handling of command line args. - Add a D-Bus call to flush the notification queue. - Automatically fix world-writeable mySQL config files. - Fix for FreeBSD mysql path.
2009-01-08Updated mail/dovecot to 1.1.8abs5-26/+34
Most importantly mbox bugfixes. v1.1 should finally be as stable with mboxes as it was with v1.0. Hopefully we'll also soon have the first v1.2 beta release and the final v1.2.0 somewhat soon after that. - mbox: Several bugfixes. Fixes "next message unexpectedly lost" errors and perhaps some other problems as well. - deliver: It wasn't possible to override boolean settings in lda section by setting them to "no". - Maildir++ quota didn't correctly check if maildirs had changed during recalculation. - kqueue notify: Fixed assert-crash in some situations - dbox: Several fixes to handling Maildir migrations - Logging/error message improvements
2009-01-07Include xdg-dirs for the share/applications and share/pixmaps directories,ghen5-5/+13
otherwise thunderbird doesn't install properly if these directories don't exist on the system, noted by tron. Bump PKGREVISION, brick jmcneill. ;-)
2009-01-06Update msmtp to 1.4.17.obache3-8/+17
Based on PR 40278 by Leonardo Taccari. Version 1.4.17: - Remove most W32-specific code from net.c and use the appropriate gnulib modules instead. - Gnulib upate to 2008-12-24. - Unified handling of the Gnome and MacOS keyrings. Both are disabled by default and must be enabled using --with-*-keyring options. - Support for SYSCONFDIR/netrc (as a fallback for ~/.netrc) was added by Jim Pryor. Thanks! - Support for the GNOME Keyring was added by Satoru SATOH. Thanks a lot! - Added a vim syntax file for msmtprc files to scripts/vim. The file was written by Simon Ruderich. Thanks! - Updated the msmtpq/msmtpQ scripts.
2009-01-06Upgrade from version 3.023 to 3.023nb1.he2-1/+22
Pkgsrc changes: o Actually add the advertized patch to get rid of the interactivity
2009-01-05Update thunderbird and thunderbird-gtk1 to 2.0.0.19.ghen4-10/+8
Security fixes in this version: MFSA 2008-68 XSS and JavaScript privilege escalation MFSA 2008-67 Escaped null characters ignored by CSS parser MFSA 2008-66 Errors parsing URLs with leading whitespace and control characters MFSA 2008-65 Cross-domain data theft via script redirect error message MFSA 2008-64 XMLHttpRequest 302 response disclosure MFSA 2008-61 Information stealing via loadBindingDocument MFSA 2008-60 Crashes with evidence of memory corruption (rv:1.9.0.5/1.8.1.19) For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.19/releasenotes/
2009-01-05Update from version 3.11 to 3.12.he2-6/+6
Upstream changes: version 3.12: Mon Nov 24 15:34:58 CET 2008 Improvement: - major performance improvement in append_message(), avoiding reading the whole file in memory as the docs promised but the code didn't do. [David Podolsky]
2009-01-05Add p5-Email-Sender.he1-1/+2
2009-01-05Import p5-Email-Sender version 0.001.he3-0/+44
Email::Sender replaces the old and sometimes problematic Email::Send library, which did a decent job at handling very simple email sending tasks, but was not suitable for serious use, for a variety of reasons. At present, the casual user is probably best off using Email::Send::Transport::Sendmail. If a local sendmail program is unavailable, Email::Send::Transport::SMTP will allow you to send mail through your relay host. In the future, Email::Sender::Simple will provide a very simple interface for sending mail.
2009-01-05Update from version 2.192nb1 to 2.194.he2-7/+6
Upstream changes: 2.194 2009-01-02 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** attempt to fix "smtp client never sends QUIT" 2.193 2008-12-19 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** long-overdue application of patch from RUZ to correct error from Sendmail mailer (thanks, RUZ!)
2009-01-05Updated mail/postfix-current to 20081205martti2-7/+7
This is the latest development snapshot.
2009-01-05Updated mail/postfix to 2.5.6martti2-6/+6
- Postfix 2.5: the SMTP server did not ask for a client certificate with "smtpd_tls_req_ccert = yes". Reported by Rob Foehl. - Postfix 2.5, 2.4 and 2.3: avoid reduced TCP performance when reusing an SMTP connection with a larger than 4096-byte TCP MSS value. In practice, this could happen only with loopback (localhost) connections.
2009-01-04Update to 2.086adrianp3-13/+16
version 2.086: Thu Dec 11 11:55:32 CET 2008 Changes: - require Encode 2.26 (there are so many distributions which older versions of Encode which contain serious flaws) Improvements: - sort optional module names in Makefile.PL version 2.085: Thu Dec 11 11:25:52 CET 2008 Fixes: - message disappeared when ::Manager::moveMessages() had to move messages to the folder it already was in. rt.cpan.org#40198 [Florian] - leave encodings in unknown charsets untouched, in stead of croacking in studied header fields (M::M::Field::Full). rt.cpan.org#40353 [Florian] - thread detection with missing messages croaks in multiple ways:. rt.cpan.org#40347 [Florian] - if character-set is unknown, then still returned un-decoded body for decoding(). [IIM1468] - encoding into binary transfer-encoding failed. [IIM1473] Improvements: - updated README, as suggested by [Anton Berezin] - understand unicode-1-1-utf-[78] charset - documention improvements on study() [Florian]
2009-01-04Update versions of nightly binaries (older ones are unavailable on master site).shattered1-2/+2
These binaries also depend on alsa and resmgr -- include those in EMUL_MODULES. Partially fixes PR 40119 -- the binaries don't run yet. OK by wiz@.