summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2006-02-17Fixed warnings found by pkglint -Wall.martti5-43/+51
2006-02-16Use INSTALLATION_DIRS to pre-create needed directories.reed1-12/+14
Honor PKGMANDIR.
2006-02-16Include sys/time.h for struct timeval on DragonFly.joerg2-1/+14
2006-02-15Updated to version 1.999.heinz2-7/+7
Pkgsrc changes: - Added correct HOMEPAGE. Relevant changes since version 1.997: ===================================== - various bug fixes --- 1.999 (2006-02-07 00:00) Mail::SPF::Query: ! No longer accept malformed SPF records such as "\"v=spf1 ...\"" (spurious double quotes) or " v=spf1 ..." (leading whitespace). spfquery: + The "--override" and "--fallback" options are now actually working and documented. Tests: * Overhauled 00_all.t test script: --- 1.998 (2005-12-31 23:00) Mail::SPF::Query: ! Removed obsolete Caller-ID support (closes Debian bugs #337319, #337500). spfd: + Added complete POD documentation/man-page. spfquery: + Added complete POD documentation/man-page. ! Renamed the "--max-lookup" option to "--max-lookup-count" to match the Mail::SPF::Query API. "--max-lookup" is still supported for backwards compatibility.
2006-02-14Tune PAX arguments for installation so that print-PLIST target is usable.seb2-90/+92
Install example configuration file to PLIST. Sort PLIST. Bump PKGREVISION to 3. Approved by maintainer.
2006-02-14Tune PAX arguments for installation so that print-PLIST target is usable.seb2-10/+12
Add example configuration file to PLIST. Sort PLIST. Bump PKGREVISION to 3. Approved by maintainer.
2006-02-14Update to 4.5.3. From the changelog:schmonz2-6/+6
* keyfile and certfile parameters to SSL retrievers are now expanded for leading "~/" and "~username/" as well as environment variables, just like other path parameters. Thanks: Fredrik Steen.
2006-02-13Don't use shiped PCRE version, since it is very old and most likelyjoerg8-3/+138
vulnerable. Bump revision.
2006-02-13Fix localstatedir (should be /var, not /var/run), and add rc.d scripts.tv6-4/+73
Bump PKGREVISION.
2006-02-12Add option to enable GSSAPI support and patch a bug in the GSSAPI code.markd3-3/+27
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme2-4/+4
insterested.
2006-02-12- add kqueue option (off by default - perhaps it should be on bygrant4-3/+79
default at the next version bump?) - set SSL_{CFLAGS,LIBS} when calling configure script so they are found correctly on Solaris, and make the configure script do what it claims and ignore pkg-config when these are set. - add lib-sql Makefile patch from Dovecot CVS so this builds correctly when no SQL auth support is built.
2006-02-11Add rcvar variable definition to rc.d script.seb2-3/+4
Bump PKGREVISION to 2. Approved by maintainer.
2006-02-11Fix ESMTP configure test by not hard-wiring -lpthread.joerg3-1/+37
Fix compilation with newer PCRE versions.
2006-02-10Remove the clause in dovecot-example.conf comments about configured paths,tv3-17/+17
as was done in wip/dovecot-nightly. That comment is misleading with pkgsrc, since those paths are not what pkgsrc encodes into the conf file. Bump PKGREVISION (unfortunate, but there will be another beta pretty soon anyway).
2006-02-09Updated to version 1.3.4.heinz2-7/+17
Relevant changes since version 1.3.2: ===================================== * 1.3.4: ** Fixing RTF message body saving [Bug# 1318728]. Fix courtesy of Eduardo Subelman. * 1.3.3: ** Fixing memory leak bug [Bug# 1168062]. GUIDs not being freed corrrectly. ** Now saving message body data [RFE# 1033855]. Now optionally saves message body data, generalizing the previous --save-rtf feature. ** Implementing Unicode handling [Patch# 666561]. Implementing code to translate Unicode strings to utf8 as best as can be.
2006-02-09Remove ssl from PKG_SUPPORTED_OPTIONS because it's in a PKG_OPTIONS_GROUP now.ghen1-2/+2
2006-02-08update to 1.0.4drochner2-8/+6
changes: -bugfixes -build improvements
2006-02-08update to 2.3.10drochner9-111/+116
Major changes with respect to 2.2.6 include: require GTK+ >= 2.4.0 new address completion widget. new themeable icon scheme. new composer attachment handling widget. migrate from GnomeFileEntry to GtkFileChooser. IMAP IDLE support.
2006-02-08Update Dovecot to 1.0beta3. Changes include:ghen3-9/+14
* Dotlock code changed to timeout faster in some situations when the lock file is old. + Added support for loading SQL drivers dynamically (see INSTALL file for how to build them) + Keywords are stored to dboxes, and other dbox improvements. + dict-sql could actually work now, making quota-in-sql-database possibly working now (not fully tested) + Added mail storage conversion plugin to convert automatically from one mailbox format to another while user logs in. Doesn't preserve UIDVALIDITY/ UIDs though. + Added plugin { .. } section to dovecot.conf for passing parameters to plugins (see dovecot-example.conf). + Added ssl-build-param binary which is used to generate ssl-parameters.dat. Main dovecot binary doesn't anymore link to SSL libraries, and this also makes the process title be clearer about why the process is eating all the CPU. - Fix building without OpenSSL - Fixed memory leak in MySQL driver - Fixes to checkpassword - Broken Content-Length header could have broken mbox opening - Fixed potential hangs after APPEND command - Fixed potential crashes in dovecot-auth and imap/pop3-login - zlib plugin now links with -lz so it could actually work - kqueue fixes by Vaclav Haisman Also, change the package's name to 1.0beta3 (from 1.0b2), since "beta" is what pkgsrc recognizes according to pkg_info(1). (sorry tv, I thought it was "b".)
2006-02-08Update to 4.5.2. From the changelog:schmonz2-7/+6
-fix IMAP bug where no mail was retrieved introduced in 4.5.0. Thanks: Scott Robbins.
2006-02-07Define a structure before using it to declare an array. Makes this packageminskim2-1/+15
build on Darwin. Approved by the maintainer.
2006-02-06Remove a non-existant directory from PLIST.ghen2-4/+2
2006-02-06Update to 2.2.0beta8.xtraeme2-7/+6
* 2.2.0beta8 (development) * The help of command line options was added. * The Japanese manual was updated. * When checking IMAP4 mailboxes, the number of new messages is properly counted now. * The key event handling of the quick search entry was fixed. * The wrong status display of the receive dialog on BSD systems was fixed. * The unread flag is not reset anymore when moving or copying messages into a trash folder. * Some UI fixes were made. * Win32: Some UIs for unsupported functions were disabled. * Win32: The bug that the contents of folders with specific Japanese characters such as 'Hyou' (which contains 0x5c ('\') at the second byte) at the end of its name couldn't be seen was fixed. * 2.2.0beta7 (development) * When moving, copying, or deleting a collapsed thread, all the messages in the thread are processed now. * 'Mark thread as read' feature was implemented. * The keys on keypad are also recognized in the summary and message view. * The window size of the address book is now remembered. * PGP passphrase is converted into locale encoding before passing to gpg. * Arabic encoding support was added. * The premature trimming of strings on the statusbar was disabled. * The 'Wrap before sending' option was removed. * The issue that it falsely entered drag begin state after passphrase dialog was shown was fixed. * The bug that the automatic account selection on reply was disabled on IMAP4 folders was fixed. * Win32: IPv6 was supported. * Win32: Window is properly popup on multiple launching now.
2006-02-06Import some improvements from the pkgsrc-wip/dovecot package (by tv@) andghen4-27/+27
correct a mistake in my previous commit: - add dependency on zlib - add option for GNU TLS as an alternative to OpenSSL - drop SASL option, it's no longer supported - explicitly disable some options with --disable-* - "s,/usr/pkg,@PREFIX@," in patch-ab -- I accidentally diffed it after the SUBST stage - change SUBST_STAGE from post-patch to pre-configure to avoid this in the future - bump PKGREVISION for all this Thanks to tv@.
2006-02-06The previous postfix configuration wasn't valid syntax, and broke relayingsketch1-4/+3
from $mynetworks. Supply an example which works.
2006-02-06- Update mail/dovecot to 1.0beta2. The 1.0 betas are very stable, andghen7-93/+161
recommended by the Dovecot author (the 0.99.x series are deprecated). Major changes: v1.0.beta2 2006-01-22 Timo Sirainen <tss@iki.fi> + Added SQLite support. Patch by Jakob Hirsch. + Added auth_debug_passwords setting. If it's not enabled, hide all password strings from logs. + Added mail_cache_min_mail_count and mbox_min_index_size settings which can be used to make Dovecot do less disk writes in small mailboxes where they don't benefit that much. + Added --build-ssl-parameters parameter to dovecot binary - SSL parameters were being regenerated every 10 minutes, although not with all systems. - Fixed dovecot-auth crashing at startup. Happened only with some specific compilers. - base_dir was supposed to be set world-readable, not world-writable v1.0.beta1 2006-01-16 Timo Sirainen <tss@iki.fi> * Almost a complete rewrite since 0.99.x, but some of the major changes are: + Index file code rewritten to do less disk I/O, wait locks less and in generate be smarter. They also support being in clustered filesystems and NFS support is mostly working also. + Mail caching is smarter. Only the data that client requests is cached. Before Dovecot opened and cached all mails when mailbox was opened the first time, which was slow. + Mbox handling code rewritten to be much faster, safer and correct + New authentication mechanisms: APOP, GSSAPI, LOGIN, NTLM and RPA. + LDAP supports authentication binds + Authentication server can cache password database lookups + Support for multiple authentication databases + Namespace configuration + Dovecot works with shared - Add an option for sqlite support. - Take over maintainership. All suggested (and ok'ed) by xtraeme.
2006-02-06Readd "libc" hack (which wasn't removed completely anyway) to fixtron1-1/+7
broken build under Mac OS X.
2006-02-06Don't compile in home-grown putenv(3) implementation if the target platformtron1-1/+9
provides an implementation. This fixes build problems caused by the recent DragonFly patch under all operating systems which do not define the argument of putenv(3) as "const" (e.g. Solaris or Mac OS X).
2006-02-06s/_MOZILLA_USE_GTK2/MOZILLA_USE_GTK2/g, as to silent pkglint (WARN: Variableghen1-2/+2
names starting with an underscore are reserved for internal pkgsrc use). Ok with wiz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg114-169/+235
2006-02-05Update to Thunderbird 1.5.ghen31-934/+880
What's new: * Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Thunderbird may now be half a megabyte or smaller. Updating extensions has also improved. * Sort address autocomplete results by how often you send e-mail to each recipient. * Spell check as you type. * Saved Search Folders can now search across multiple accounts. * Built in phishing detector to help protect users against email scams. * Podcasting and other RSS Improvements. * Deleting attachments from messages. * Integration with server side spam filtering. * Reply and forward actions for message filters. * Kerberos Authentication. * Auto save as draft for mail composition. * Message aging. * Filters for Global Inbox. * Improvements to product usability including redesigned options interface, and SMTP server management. * Many security enhancements. For a more detailed list of changes, see http://weblogs.mozillazine.org/rumblingedge/archives/2006/01/1-5.html Ok with wiz.
2006-02-05It's firefox and firefox-gtk1, resp. thunderbird and thunderbird-gtk1 these ↵ghen1-2/+2
days.
2006-02-05Updated mail/postfix-current to 2.3-20060202martti2-6/+6
Postfix now preserves uppercase information while mapping addresses with canonical, virtual, relocated or generic maps; this happens even with $number substitutions in regular expression maps. However, the local(8) and virtual(8) delivery agents still fold addresses to lower case. By default, Postfix now folds the search string to lowercase only with tables that have fixed-case lookup fields such as btree:, hash:, dbm:, ldap:, or *sql:. The search string is no longer case folded with tables whose lookup fields can match both upper or lower case, such as regexp:, pcre:, or cidr:. For safety reasons, Postfix no longer allows $number substitution in regexp: or pcre: transport tables or per-sender relayhost tables.
2006-02-04Update to 4.5.1. From the changelog:schmonz2-6/+6
- add delete_dup_msgids option to non-multidrop POP3 retrievers. Thanks: Matthias Andree. - suppress stack trace in getmail_fetch error message when configuration error detected. Thanks: Dave Jarvis. - documentation updates. - build and development environment changes. The plaintext versions of the documentation are now generated with links instead of lynx. - explicitly log the reason for not retrieving a message (seen or oversized). Thanks: Payal Rathod.
2006-02-03s/SMDIRDIR/SMDIR/ and bump PKGREVISION.martti2-6/+6
2006-02-03Reset maintainer on his request. PR 32699.wiz2-4/+4
2006-02-02Security fix for SA18652 / CVE-2005-4536:salo4-3/+72
"Mail::Audit module logs to a temporary file with a predictable filename in an insecure fashion when logging is turned on." Patch from Debian.
2006-02-01Upgrade to version 1.76. Notable changes:kim3-8/+12
- The most common/important file formats are recognized based on file contents, not just file name and MIME-type. Detects WMF files, to allow reliable blacklisting. Detects when people try to disguise non-JPEG/GIF/PNG content as such files and defangs such attachments. - Bug fixed, where disinfection wouldn't result in the modification count of a message being incremented. Some 3rd party systems rely on the modification count to determine whether to use the output or not. This is a critical fix for such systems. - Improved handling of Yahoo DomainKeys. - Fixed crash when multiple Content-Transfer-Encoding headers were present in the same message part. - Added mailblogger.pl, to the distribution. This program has nothing to do with security, but uses the MIMEStream parser to extract images from e-mail and can subsequently generate thumbnails and re-post both text and images to a web-site, to implement email-to-www gateway functionality. (E.g. mobile blogging.)
2006-01-31Perdition 1.17, a POP3/IMAP4 proxy capable of choosing different destinationtv22-1/+278
servers based on user authentication. From DESCR: Perdition is a fully featured POP3 and IMAP4 proxy server. It is able to handle both SSL and non-SSL connections and redirect users to a real-server based on a database lookup. Perdition supports modular based database access. ODBC, MySQL, PostgreSQL, GDBM, POSIX Regular Expression and NIS modules ship with the distribution. The API for modules is open allowing abitary modules to be written to allow access to any data store. Perdition can be used to: Create large mail systems where a users mailbox may be stored on one of several hosts. Integrate different mail systems together. Migrate between different email infastructure. And in firewall applications.
2006-01-30Add BUILD_TARGET for OpenBSD.hiramatsu1-1/+3
2006-01-26Update to 2.2.0beta6.xtraeme2-7/+6
Changes * The cleanup of IMAP4 message caches on exit was implemented. * Cache files in IMAP4 folders are now properly removed on move or delete. * The temporary passwords of IMAP4 accounts are now preserved until exit. * 'File/Insert signature' now inserts signature into current cursor position, and 'File/Append signature' was added for the previous behavior. * Some dialogs are now placed at the center on parent window. * The confirmation dialog for emptying trash is not displayed anymore if messages don't exist in trash folders. * Trash folders are excluded on recursive search. * Locale encoding strings can be passed to --compose and --attach command line option. * Several minor bugs were fixed.
2006-01-25Fix -C for imap mailboxes : do not quote argument of CREATEtonio3-8/+17
(this fix comes from isync cvs) Bump PKGREVISION
2006-01-24Remove LIBC hack, shouldn't be needed anymore.joerg7-8/+133
Express interest in nroff via USE_TOOLS. Expect sys/types.h to provide size_t. Fix errno. Don't define prototypes for ISO C / POSIX functions. short gets promoted to int, float to double, so use va_arg with the promoted types.
2006-01-24Fix errno.joerg3-1/+29
2006-01-24This is a GNU configure.joerg1-3/+3
2006-01-24Use DT_REG / DT_DIR directly if available and fall back to DTTOIFjoerg2-6/+47
if not. Bail out with an explicit error if none is present.
2006-01-24Fix errno. Honour CFLAGS.joerg55-6/+769
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz20-31/+40
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Skip ".orig" files in the pax copy, in case local patches (or possibletv1-2/+2
pkgsrc patches) patch things in cf/.