summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12One conversion to much, partly revert the last change.joerg1-2/+2
2006-04-12Use REQD_DIRS for the files under ${PREFIX}.joerg1-3/+3
2006-04-12Update to 1.0beta6:xtraeme2-6/+6
v1.0.beta6 2006-04-12 * The login and master usernames were reversed when using master_user_separator (now the order is UW-IMAP compatible). * Killing dovecot master process now kills all IMAP and POP3 processes also. + -a parameter to dovecot prints now all settings that Dovecot uses. -n prints all settings that are different from defaults. + Added pop3_lock_session setting + %M modifier returns string's MD5 sum. Patch by Ben Winslow - PLAIN SASL authentication wasn't working properly, causing failed logins with some clients (broken in beta4) - Fixes to Maildir++ quota, should actually work now - Don't crash if passwd-file has entries without passwords (eg. deny=yes databases) - Fixed prefetch userdb to work nicely with other userdbs - If master process runs out of file descriptors, don't go to infinite loop (unlikely to have happened unless the OS's default fd limit was too low) - Fixed non-plaintext password lookups from LDAP. Patch by Lior Okman - %U modifier was actually lowercasing the string. Patch by Ben Winslow
2006-04-12Optimizie substition handling of "mutt.man".tron1-18/+8
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig16-32/+32
that they look nicer.
2006-04-11Add DragonFly support. Fix errno usage. Remove special-casingjoerg30-18/+615
of FreeBSD-like systems with objformat, we want minor shared library numbers.
2006-04-11Use INSTALLATION_DIRS instead of creating directories at pre-install.jlam1-5/+2
2006-04-11Back out previous which just contained debug code.jlam1-2/+2
2006-04-11We currently set WRKDIR in bsd.prefs.mk but not WRKSRC, so definejlam2-5/+7
WRKSRC explicitly to it's default value before it is used in the exists() check just below it. This fixes the PLIST in the case where mutt_dotlock is installed. Bump the PKGREVISION to 4.
2006-04-11- Restore dynamic package list handling removed in revision 1.121 becausetron4-28/+38
the current code doesn't work properly with "make package". - Fix various problems reported by "pkglint".
2006-04-11Fix PLIST, from joerg at britannica dot bec dot demanu4-6/+54
2006-04-11Updated mail/squirrelmail-locales to 1.4.6nb3martti3-8/+54
* added Ukrainian translation by Serhij Dubyk * fixed some Japanese and French translation strings * updated Geogian and Norwegian Nynorsk translations * updated some plugin translations
2006-04-11Updated mail/squirrelmail to 1.4.6nb1martti3-3/+23
* added patch for Ukrainian translation (needed by the new squirrelmail-locales)
2006-04-10Upgrade mailman to 2.1.8rc1, fix a cross-site scripting issue.bouyer6-50/+46
pkgsrc changes: - install the admin/www/mailman-*.{pdf,ps,txt} documentation file, and change MESSAGES to point to mailman-install.txt changes between 2.1.7 and 2.1.8rc1: - A cross-site scripting hole in the private archive script of 2.1.7 has been closed. Thanks to Moritz Naumann for its discovery. - Bouncers support added: 'unknown user', Microsoft SMTPSVC, Prodigy.net and several others. - Updated email library to 2.5.7 which will encode payload into qp/base64 upon setting. This enabled backing out the scrubber related patches including 'X-Mailman-Scrubbed' header in 2.1.7. - Fix SpamDetect.py potential hold/reject loop problem. - A warning message from email package to the stderr can cause error in Logging because stderr may be detached from the process during the qrunner run. We chose not to output errors to stderr but to the logs/error if the process is running under mailmanctl subprocess. - DKIM header cleansing was separated from Cleanse.py and added to -owner messages too. - Fixes: Lose Topics when go directly to topics URL (1194419). UnicodeError running bin/arch (1395683). edithtml.py missing import (1400128). Bad escape in cleanarch. Wrong timezone in list archive index pages (1433673). bin/arch fails with TypeError (1430236). Subscription fails with some Language combinations (1435722). Postfix delayed notification not recognized (863989). 2.1.7 (VERP) mistakes delay notice for bounce (1421285). show_qfiles: 'str' object has no attribute 'as_string' (1444447). Utils.get_domain() wrong if VIRTUAL_HOST_OVERVIEW off (1275856).
2006-04-09Update to 2.57. From the changelog:schmonz3-17/+13
* Merge various patches for reliability * Clean up error messages and typos * Only log into SMTP server once * SMTP AUTH * Windows support * HTML in titles
2006-04-08Adjust the default clamd socket location to match the real default used byghen4-2/+31
pkgsrc/mail/clamav (/tmp/clamd). Bump PKGREVISION. Ok with xtraeme.
2006-04-08* Switch to a static PLIST instead of a dynamic one.jlam6-143/+271
* List the info files directly in the PLIST. * Install info files into EMACS_INFOPREFIX, which correctly honors PKGINFODIR when using emacs.
2006-04-07update clamav to 0.88.1.grant2-7/+6
changes since 0.88: * Bugfixes: - libclamav/matcher.c: properly handle partial reads in cli_scandesc() - libclamav/mbox.c: sync with CVS, fixes detection of Worm.Bagle.CT - freshclam: fix support for LocalIPAddress Patch by Anton Yuzhaninov <citrin*citrin.ru> - docs/man: multiple manpage typo fixes Patch by A. Costa <agcosta*gis.net>) - shared/output.c: properly handle return value of vsnprintf Thanks to Anton Yuzhaninov <citrin*rambler-co.ru> - libclamav/htmlnorm.c: fix typo spotted by Gianluigi Tiesi <sherpya*netfarm.it> - sigtool/sigtool.c: fix possible crash in build(), thanks to Sven - clamd/session.c: remove static timeout (5s) for SESSION Pointed out by Joseph Benden <joe*thrallingpenguin.com> - libclamav/pe.c: fix possible integer overflow reported by Damian Put Note: only exploitable if file size limit (ArchiveMaxFileSize) disabled - libclamav/scanners.c: properly report archive unpacking errors Problem spotted by David F. Skoll <dfs*roaringpenguin.com> - libclamav/others.c: fix possible crash in cli_bitset_test() Reported by David Luyer <david_luyer*pacific.net.au> - libclamav/zziplib: fix possible crash on FreeBSD Reported by Robert Rebbun <robert*desertsurf.com> - clamav-milter: fall back if sendfile() fails
2006-04-07Updated mail/postfix-current to 2.3-20060405martti2-6/+6
* lots of bug fixes and cleanups
2006-04-07Updated mail/postfix to 2.2.10martti2-6/+6
- "sendmail -t" did not remove the CR from lines ending in CRLF. - Workaround for fatal errors in PCRE maps when an expression in () matches empty text (the PCRE library returns an inappropriate error code). - Fixes for non-security bugs that Coverity found in code that handles impossible error conditions.
2006-04-06Update to 4.6.0. From the changelog:schmonz2-6/+6
-clean up logger API. -refactor configuration mechanism to use classes with embedded logic, rather than simply dictionaries.
2006-04-06Over 1200 files touched but no revisions bumped :)reed28-71/+71
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Fix missing PLISt entry pointed out by bulk-builds.adrianp2-2/+5
2006-04-05List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam9-41/+23
2006-04-05Use a common PLIST by taking advantage of the variables exported byjlam4-369/+190
emacs.mk.
2006-04-05* Make mew and mew3 build with xemacs by noting they need the "base"jlam4-12/+19
set of emacs modules. * List the info files directly in the PLIST. * Honor PKGINFODIR and PKGMANDIR. * Sort the PLIST.
2006-04-05Whitespaces changes to bring this more in line with other packages.jlam1-10/+8
2006-04-05USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.jlam1-4/+2
2006-04-04Remove evolution14. It is unmaintained and a much newer version is providedjmmv20-1686/+1
in the evolution package. No complaints in pkgsrc-users@.
2006-04-04Fix a C99ism so that this builds in NetBSD 1.6.2.jmmv2-1/+16
2006-04-04Update Dovecot from 1.0beta3 to 1.0beta5. The beta4 release had SSL issuesghen8-118/+40
which were fixed again in beta5. patch-ac and patch-ad were taken from CVS and are not needed anymore. Changes in Dovecot 1.0beta4: * Changed the default lock_method back to fcntl. Apparently flock gives problems with some systems. * mbox: mailboxes beginning with '.' are now also listed * Replaced mail_use_modules and mail_modules settings with mail_plugins and mail_plugin_dir. Now instead of loading all plugins from the directory, you'll have to give a list of plugins to load. If the plugin couldn't be loaded, the process exits instead of just ignoring the problem (this is important with ACL plugin). + Added support for "master users" who can log in as other people. The master username can be given either in authorization ID string with SASL PLAIN mechanism or by setting auth_master_user_separator and giving it within the normal username string. + Added ACL plugin with ACL file backend. This however doesn't mean that there yet exists a proper shared folder support. If master user logged in as someone else, the ACLs are checked as the master user. + Added some Dovecot extensions to checkpassword passdb, see ChangeLog + Updated passwd-file format to allow specifying any key=value fields + Maildir++ quota support and several quota fixes + passdb supporting extra fields: Added "allow_nets" option which takes a comma separated list of IPs/networks where to allow user to log in. + NFS: Handle ESTALE errors the best way we can + IMAP now writes to log when client disconnects + In shared mailboxes (if dovecot-shared file exists) \Seen flags are now kept only in index files, so as long as each user has a separate index file they have separate \Seen flags. - Fixes to DIGEST-MD5 realm handling so it works with more clients - BODYSTRUCTURE -> BODY conversion from cache file was broken with mails containing message/rfc822 parts. - Fixed several memory leaks - We could have sent client FETCH notifications about messages before telling about them with EXISTS - Compiling fixes for Solaris and some other OSes - Fixed problem with internal timeout handling code, which caused eg. outlook-idle workaround to break. - If /dev/urandom didn't exist, we didn't seed OpenSSL's random number generator properly. Patch by Vilmos Nebehaj. - Maildir: Recent flags weren't always immediately removed from mails when mailbox was opened. - Several changes to SSL proxying code, hopefully making it work better. Changes in Dovecot 1.0beta5: - Beta4's SSL proxying rewrite worked worse than I thought. Reverted it back to original code. - Filesystem quota plugin now looks up the mount path correctly.
2006-04-02Depend on hicolor-icon-theme to:jmmv1-2/+3
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
2006-04-01Add exim-lookup-pgsql and exim-lookup-sqlite - as provided by Geertabs1-2/+15
Hendrickx.
2006-04-01Fix pkill detection to get rid of the psmisc dependency.jmmv3-4/+25
Bump PKGREVISION to 2.
2006-04-01Update spamd to 20060330.peter2-13/+20
This version allows changing of the paths for spamd chroot, spamd database, pfctl binary and configuration file. This allows spamd to just work for different configurations. Based on patches and suggestions from Jeremy C. Reed and Johnny Lam.
2006-03-31+ingoadrianp1-1/+2
2006-03-31Ingo, the "Email Filter Rules Manager", started as a frontend for the Sieveadrianp7-0/+346
filter language, and is now a generic and complete filter rule frontend that currently is able to create Sieve, procmail, maildrop, and IMAP filter rules. The IMAP filter driver translates the filter rules on demand to IMAP commands, executed via PHP's IMAP extension and has replaced IMP's internal filtering code. It is now the default filtering agent in IMP H3 (4.x).
2006-03-31Remove elisp gnus directory.jlam1-1/+2
2006-03-31Fix names of GConf2 schemas files. Bump PKGREVISION to 1.jmmv1-6/+7
2006-03-30Update to 2.6.0:jmmv3-137/+83
Evolution Exchange 2.6.0 2006-03-13 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #271567 - messages with horizontal tab character in subject header stay in outbox (Sankar) #272749 - Email invitations accepted into exchange calendar are not saved (Chenthill) #273057 - Meetings gets deleted after updates for Recurrence accepted (Chentill) #332129 - Modify OWA to http instead of https for ssl configured server, connector crashes during authentication (Sushma) #317432 - POTFILES list non-shipped files (Sebastien Bacher) #333603 - while deleting tasks exchange storage crashes (Chenthill) #323990 - Evolution locks up trying to accept a calendar event (sushma) Other fixes: - Calendar modifications and deletions related fixes (Chenthill) - Memory leak fixes. See #329251 (Sushma) Evolution Exchange 2.5.92 2006-02-13 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #331980 - Connector crashes on account changed signal (Sushma) Other Fixes: - Memory leak fixes. See #329251 (Sushma) - UI locking issue while loading the huge calendars and not showing some calendar items in Evolution which is seen in outlook (Chenthill) Evolution Exchange 2.5.91 2006-02-13 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #328507 - evolution-exchange-storage crashes with e_folder_exchange_search_start: assertion `E_IS_FOLDER_EXCHANGE (folder)' failed. (Sushma) #330221 - Evolution crashes when birthday/anniversary field values are set to NONE (Sushma) #330224 - Exchange contacts fail to save mailing addresses (Sushma) #330640 - Exchange storage crashes after modifying a single instance of recurring meeting. #330504 – Mnemonic missing for most of the fields in 'Receiving Options' #311017 - Unable to delete mails in online mode with evolution started in offline mode. (Arun Prakash) #330663 - Exchange connector crashed when accepted updates for recurring meeting (Chenthill) Other Fixes: Notify read only status to the client in set_mode (Chenthill) Fixed lots of memory leaks, See #329251. (Sushma) Evolution Exchange 2.5.9.0 2006-01-30 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #327312 - Search contact in GAL in offline, connector does not return failed search (Sushma). #327306 - Evolution hanged in offline after serching for contacts in exchange personal addressbook (Sushma). #327318 - User should not be able to save contacts when evolution switches to offline (Sushma). Other Fixes: Corrected Evolution offline handling with NetWork Manager support. See #327343 (Sushma) Evolution Exchange 2.5.5.1 2006-01-18 -------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #327305 - Cannot access exchange calendars (Sushma & Chenthill) #323115 - --force-shutdown does not shutdown e-d-s, exchange part (Sushma) Other Fixes Add evolution-plugin to the EXCHANGE_STORAGE dependency list as it uses functions from libeutil, which is in evolution-plugin's .pc file. (Tor Lillqvist) Evolution Exchange 2.5.5 2006-01-16 ------------------------------------ Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #325717 - Exchange calendar does not switch to offline (Sushma) #325726 - Infinite loop in calendar on switch folder selection in offline mode (Sushma) #273546 - 'Expunge' on junk deletes mail's in junk (Sushma) #323115 - --force-shutdown does not shutdown e-d-s, exchange part (Sushma) Other Fixes - Handling the instances with no master object and checking for the RIDs and master component of the object. Fixes two crashes and also fixes the problem of recurring exception events not appearing (Chenthill). - Using proper e-account-list.h and e-account.h files (Simon Zheng). - Using e_util_mkdir_hier() and e_util_strstrcase() instead of make_dir and e_strstrcasea() respectively (Simon Zheng). Evolution Exchange 2.5.4 2006-01-02 ------------------------------------ Updated Translations: - Added "ca" "da" "mk" "ru" "vi" "zh_HK" (Abel Cheung) Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #315105 - select exchange calendar for offline support gets unchecked (Sushma) #315605 - "Could not authenticate to server" error message after switching from offline to online (Sushma) #315333 - Incorrect password message for right password (Sushma) Other Fixes - Changed from createControls for new shell apis (Simon Zheng) Evolution Exchange 2.5.3 2005-12-12 ------------------------------------ Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #235580 - Evo not handling Outlook recurring mtg. changes well (Sarfraaz) #316315 - Evolution exchange storage crashes on ECalendar sync (Varadhan) Other Fixes - Removed exchange out-of-office handling form here, which is implemented in libexchange-storage (Sushma) - WIN32 support fixes. (Tor Lillqvist) - Remove duplicate code, which also exists in e-d-s/servers/exchange and unused files. (Tor Lillqvist) - Returning proper error code if calendar authentication fails (sushma) - In set_mode() returning if failed to get the folder, and setting the mode at the end. (sushma) - using e-uid.h from libedataserver and not from e-util (Irene) Evolution Exchange 2.5.2 2005-11-14 ------------------------------------ Updated Translations : (Since July 2005) - ku (Erdal Ronahi) - cs (Miloslav Trmac) - es (Francisco Javier F. Serrador) Evolution Exchange 2.5.1 2005-10-24 ------------------------------------ Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi) #274262 - Switch from offline to online, click on 'clear' in contacts, throws error message (Shakti) #247015 - Evolution not freeing resources time for deleted meetings (Arunprakash) #314573 - Evolution exchange storage crashes after subscribing to other's Inbox and restart evolution (Arunprakash) #315342 - Not able to see existing mails after configuring exchange account (Arunprakash) #241499 - Cryptic Error message when a saving contact without permission (Shakti) #272987 - Error message is wrong for 'Expunge' operation in offline (Arunprakash) #314019 - Exchange connector crashed on creating appointment in subscribed calendar (Sarfraaz) #239641 - Filter rules flag new messages as "read" when moving from IMAP inbox to exch subfolder (Arunprakash) #314746 - Syncing passwords across components fails for Exchange (Sarfraaz) #302378 - One typo in .po file (Sarfraaz) #312848 - Delete option should be disabled for default Tasks list under exchange account (Sarfraaz) Updated Translations : (Since July 2005) - bg (Alexander Shopov) - ca (Xavier Conde Rueda) - cs (Miloslav Trmac) - da (Martin Willemoes Hansen) - de (Hendrik Richter & Frank Arnold) - el (Kostas Papadimas & Nikos Charonitakis) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Priit Laes) - fa (Alireza Kheirkhahan & Meelad Zakaria) - fi (Ilkka Tuohela) - fr (Christophe Merlet) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - hu (Gabor Kelemen) - ja (Satoru SATOH) - lt (Žygimantas Beručka) - nb (Kjartan Maraas & Terance Sola) - nl (Vincent van Adrighem) - no (Kjartan Maraas & Terance Sola) - pl (Artur Flinta) - pt (Duarte Loreto) - pt_BR (Raphael Higino) - ro (Dan Damian) - ru (Nickolay V. Shmyrev) - sk (Marcel Telka) - sq (Laurent Dhima) - sr (Danilo Šegan) - sr@Latn (Danilo Šegan) - sv (Christian Rose) - th (Udomsak Chundang & Theppitak Karoonboonyanan) - tr (Baris Cicek) - uk (Maxim Dziumanenko) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_TW (Chao-Hsiung Liao)
2006-03-30Update to 2.6.0:jmmv5-695/+705
- a new Memo Component - a new Look for the Event/Task/Meeting Editor - Calendar Publishing support - CalDAV support - Network Manager support - HULA connectivity support - Improved GroupWise support - Improved Event Recurrence support - Calendar Tooltips - CSV/tab importers for Mozilla, Outlook and Evolution formats - Contact list support for LDAP addressbooks - Support for saving Advanced Searches for Address books - Support for Prioritizing messages in the composer - Lots of bug fixes and lots of other User Interface Improvements - Updated Translations
2006-03-30Update to 1.6.0:jmmv3-783/+803
Evolution-Data-Server 1.6.0, 2006-03-13 ---------------------------------------- What is new since 1.4.0 : - Memos backend - CALDAV backend - Improved Recurrence support for Calendar - Lots of bug fixes and code clean-ups Bug fixes since 1.4.0 : http://go-evolution.org/Evo2.6.0#Evolution-Data-Server Evolution-Data-Server 1.5.92, 2006-02-27 ---------------------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.5.92#Evolution-Data-Server Updated Translations: - ca (Josep Puigdemont i Casamajó) - el (Kostas Papadimas) - et (Priit Laes) - eu (Inaki Larranag) - lt (Žygimantas Beručka) - pl (Artur Flinta) - th (Theppitak Karoonboonyanan) Evolution-Data-Server 1.5.91, 2006-02-13 ---------------------------------------- Bug fixes since last release : http://go-evolution.org/Evo2.5.91#Evolution-Data-Server Updated Translations: - cs (Lukas Novotny) - cs (Miloslav Trmac) - cy (Rhys Jones) - et (Ivar Smolin) - fi (Ilkka Tuohela) - ja (Takeshi AIHANA) - pt (Duarte Loreto) - ru (Leonid Kanter) - sq (Laurent Dhima) - sr, sr@Latn (Slobodan D. Sredojevic) - th (Supranee Thirawatthanasuk) - th (Theppitak Karoonboonyanan) Evolution-Data-Server 1.5.90, 2006-01-30 ---------------------------------------- What's new: Bug fixes sinces 1.5.5 : http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution-Data-Server&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Updated Translations: - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - et (Ivar Smolin) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - gu (Ankit Patel) - ko (Changwoo Ryu) - nb, no (Kjartan Maraas) - nl (Tino Meinen) - vi (Clytie Siddall) - zh_CN (Funda Wang) - zh_TW, zh_HK (Chao-Hsiung Liao) Evolution-Data-Server 1.5.5, 2006-01-16 ---------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #321812 – crash during Draft saving in offline mode (Shreyas) #314841 – gw: Don't Mark Trash As New Messages (Parthasarathi) #323570 – gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi) #320898 – gw: Inserted Images Appears As Broken Link Image (Parthasarathi) #303998 – In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma) #323115 – --force-shutdown does not shutdown e-d-s (Harish) #326060 – Exchange password expiry handling is broken (Sushma) #267402 – can not specify https URL for a remote calendar location (Tony Tsui) #324518 – Webcal Entries Duplicated In Calendar (Chenthill) #324741 – Critical Warning on Command Line (Chenthill) #214977 – Contact lists on LDAP server are broken (Sushma) #320065 – Fix GList leaks (Ross Burton) #325959 – Subscribe to other user's folder not working (Sushma) #242966 – Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob) Other Fixes : - Merge Calendar backend bits from evolution-caldav module into EDS (Harish) - Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi) - Win32 fixes (Tor Lillqvist) Updated Translations: - bg (Alexander Shopov) - ca (Josep Puigdemont i Casamajó) - gl (Ignacio Casal Quinteiro) - ja (Takeshi AIHANA) - lt (Žygimantas Beručka) - nl (Vincent van Adrighem) Evolution-Data-Server 1.5.4, 2006-01-02 ---------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist) #317794 - Groupwise mail folder not visible (Parthasarathi) #324483 - Memory leak in Exchange connector (Sushma) #305006 - Fixed vCalendar file import without UID (Chenthill) #267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill) #324009 - Hang in Evolution Calendar (Chenthill) #317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan) #238979 - Added Support to expand contact lists inline in name selector entry Other Fixes : - Added option to select emails in contacts/lists in name selector entry (Srinivasa Ragavan) - Modifications to use gstdio wrappers (Tor Lillqvist) - Exchange fixes (Sushma) - Network Manager Support (Shreyas) - Win32 fixes (Tor Lillqvist) Updated Translations: - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHANA) - nb, no (Kjartan Maraas) - nn (Åsmund Skjæveland) - vi (Clytie Siddall) Evolution-Data-Server 1.5.3, 2005-12-12 ---------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #323433 - Evolution crashes when folding vfolder subfolders while in one, wont restart (Jeff Cai) #321139 - evolution will crash on solaris when print error message (Shi Pu) #321515 - Lazy-bind loaded modules in camel (Ross Burton) #322408 - creating new folder causes evolution to hang on the uw-imapd server (Jeff Cai) #317322 - crash when delete a imported recurrent event (Chenthill) #318777 - recurrence editing ... (Chenthill) #323349 - Evolution data server, Configuration failed on Solaris (Irene Huang) #319592 - Use GLib for determining host endian (Ross Burton) #319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton) #321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi) Other Fixes : - Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist) - Hula provider fixes (Harish) - Exchange : Use remembered password for authentication (Irene Huang) - Exchange : fix compiler warnings (Sushma) - Build fixes (Dave Malcolm) Updated Translations: - be (Vital Khilko) - bg (Alexander Shopov) - cs (Miloslav Trmac) - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - fa (Meelad Zakaria) - fr (Christophe Merlet) - gl (Ignacio Casal Quinteiro) - gu (Ankit Patel) - ja (Takeshi AIHANA) - nb, no (Kjartan Maraas) - zh_CN (Funda Wang) Evolution-Data-Server 1.5.2, 2005-11-14 --------------------------------------- New Features: - Camel Hula Provider (Harish) Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers In Trash Folders (Parthasarathi) #314476 - Fixes to inform the Over quota issue in groupwise to user (Sankar) #320736 - Fixed a possible crash due to a invalid buffer (Parthasarathi) #317804 - Fix Macao timezone issue (Harish) #318130 - Fix to include e-cal-time-util.h for e-cal-backend-http.c to solve a build issue. (Matthew Daniel) #319612 - Stop warnings from e-destination about xmlChar when compiling using gcc4 (Ross Burton) #319848 - Multiple Select for To/CC/BCC in Name selector dialog. (Sushma) Other Fixes: - Changed the string so as to be consistent with Win32 client error messages. (Sankar) Update Translations: - ca (Adam Weinberger) - cs (Miloslav Trmac) - es (Francisco Javier F. Serrador) - fi (Ilkka Tuohela) - ja (Takeshi AIHANA) - ku (Erdal Ronahi) Evolution-Data-Server 1.5.1, 2005-10-25 --------------------------------------- New Features : Support for Memos component (Nathan Owens) Other fixes : - Win32 related bits and code clean-up (Tor Lillqvist) - Remove Bonobo/GnomeProgram dependencies in contact store/name selector (Ross Burton) - Fix for API/Base Version mismatches causing issues in Solaris where libdir==libexecdir (Irene Huang) Updated Translations: - en_CA (Adam Weinberger) - es (Francisco Javier F. Serrador) - gl (Ignacio Casal Quinteiro)
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam2-4/+6
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-30Uprade to postgres 1.24. Running for several weeks at my home that way.is2-7/+6
2006-03-300.07 Wed Mar 22 15:45:00 2006 UTCtv2-7/+6
- added Mail::Milter::Module::AccessDB - Mail::Milter::Module::MailDomainDotMX needed a "use Net::DNS" - improved Mail::Milter::Wrapper::DecodeSRS parsing to understand Mail::SRS::Guarded munging where the original localpart already contained an equals (=) character - added Mail::Milter::Module::SPF - added Mail::Milter::Module::MailFakeNull - added Mail::Milter::Module::HeaderValidateMIME - added method check_superdomains() to Mail::Milter::Module::MailDomainDNSBL, allowing use of e.g. surbl.org blacklist with MAIL FROM:<> addresses
2006-03-29Update sylpheed to 2.2.4. Changes are:chris3-8/+7
* MIME filename encoding with RFC 2322 parameter value extension was supported. * The clear button for the quick search entry was added. * The bug that bold face was disabled in GtkTreeView with GLib 2.10 and Pango 1.12 was fixed. * Win32: libwimp.dll was updated. * Win32: The bug that subfolders were duplicated when rebuilding folder tree while the settings were shared between Win32 and Unix was fixed. * Win32: The uninstaller was modified so that it only removes files and folders created by the installer. Also remove extra blank lines at the end of options.mk to appease pkglint.
2006-03-29Update to:xtraeme2-7/+6
* 2.2.3 (stable) * The sorting of the result of the query search was enabled. * The printing of messages now follows the state of 'Show all headers'. * Relative path is allowed for signature files. * The To, Cc, and Bcc button of the address book are now always enabled. * The window position of the address book is now preserved. * The toggle of the Cc entry on the composition window was enabled. * The appearance of the address book was modified. * Unix: The support of metamail command was removed, and it was replaced with the alternative implementation. * Win32: libwimp.dll was updated, and the appearance of the UI was improved. * Win32: zlib1.dll was updated. * Win32: The application icon was updated. * Win32: The unnecessary message catalog files were removed to reduce the archive size.
2006-03-29This does not use the configuration file, so do not usereed1-5/+2
CONF_FILES and PKG_SYSCONFSUBDIR and bump revision. (Confirmed by jlam.)
2006-03-29Make thunderbird pass CHECK_FILES by skipping automatically generated files.ghen1-2/+6
2006-03-27Revert partial upgrade (which happened with the MAINTAINER change -- hi, tv!).wiz1-2/+3