summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Update sylpheed-devel to 2.1.0. Changes are:chris2-7/+7
* Win32 platform (MinGW) was supported. * Many portability fixes were made.
2005-08-10Install the man pages back into ${PREFIX}/man/man1 so that they canjlam2-13/+13
be found without any special configuration for man. While here, hard code all of the paths for the install script to insulate ourselves against future changes in perl. Bump the PKGREVISION to 2.
2005-08-09Make necessary package list change after update of Perl to 5.8.7.tron2-7/+7
Bump package revision.
2005-08-08Fix package configuration so that the Perl modules are installed intojlam8-6/+62
the "vendor" directories. Bump the PKGREVISION.
2005-08-08Update to 3.4.9xtraeme2-6/+6
Changes: BUGFIX: File descriptor leaks when connection to delivery host fails BUGFIX: Decoding NUL characters causes message truncation BUGFIX: Many files not written to group directory when using managed groups BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted BUGFIX: 7BIT encoding contains 8BIT characters BUGFIX: Messages to multiple local recipients may fail to decode completely
2005-08-08Update to 1.5.xtraeme2-6/+6
Changes: - Handle condition of server refusing data transfers more gracefully. - Less chatty when setting timeouts fail - Drop privileges after binding to port. Allows listening on ports < 1024 - Ported to Solaris - Fix problem with binding to certain 'long' addresses
2005-08-06The r2e shell script now has a versioned filename. No user-visible change.schmonz2-9/+16
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam29-58/+58
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06Added mail/etpan-0.6.1xtraeme1-1/+2
2005-08-06Initial import of etpan-0.6.1 from pkgsrc-wip.xtraeme6-0/+113
etPan is a mail client that is based on libEtPan! Features: * IMAP4rev1 / POP3 / NNTP / mbox / mh / maildir * virtual folder tree * multiple folder views and message views * smart multi-threading * PGP signing and encryption (using GnuPG as external command) * S/MIME signing and encryption (using OpenSSL as external command) * SPAM process (using bogofilter as external command) * user interface for configuration edition
2005-08-05* Fix run-time linker flags for libetpan-config and libetpan.xtraeme5-3/+42
* Add pthread.bl3.mk into the buildlink file.
2005-08-05Update to 0.38.xtraeme4-13/+28
* release 0.37 - Deadwing * fixed SSL * IMAP improvements * SASL * windows port * fixed IMAP implementation (for sylpheed) * release 0.36 - Silver Drop * memory leak * fixed maildir support * release 0.35 - Dimebag Darrell * minor bugfixes. * release 0.34 - edge * general - support for debian systems mbox - ability to disable thread-safe support
2005-08-04Changes 1.4.3:adam2-6/+6
- Automatic envelope-from addresses are only generated when auto_from is enabled with the new auto_from command or --auto-from option. This allow empty envelope from addresses to be set with the from command or --from option.
2005-08-04options.mk needs to be included before Makefile.common, sincewiz1-4/+4
Makefile.common checks PKG_OPTIONS; however, options.mk needs bsd.prefs.mk for an OPSYS test; and bsd.prefs.mk defines FILESDIR if it isn't defined yet. So we have to override FILESDIR unconditionally (and similarly for a few other variables) to make libmilter812 pick up the correct values. Should fix libmilter812 bulk build problem.
2005-08-03Update to rss2email 2.55 (fixed datetime parsing). While here,schmonz3-18/+18
update to html2text 2.23 (fix for Python 2.1).
2005-08-03Use package options framework to (de)active Kerberos support.tron1-14/+15
2005-08-02Rename the option hcache to mutt-hcache, since it is only relevant to the ↵tonio1-3/+3
mutt package
2005-08-02* update to 1.5.9 (see PR 30102 and PR 30841 by Brian de Alwis)tonio6-75/+44
Main changelog entries are a function "rename-mailbox", better imap handling (do not lose flags when uploading to an imap mailbox), and integration of header cache patch. Added option "hcache" to enable header cache (adds a dependancy to db4) Approved by wiz@
2005-08-01Add optional IPv6 support. Bump package revision because of this change.tron3-9/+30
2005-08-01Adapt for socketmap -> sendmail-socketmap.wiz1-3/+3
2005-08-01Rename socketmap option to sendmail-socketmap.wiz2-7/+9
2005-08-01Convert to options framework.wiz5-45/+100
2005-07-31use ${LDFLAGS} in AUXLIBS so chosen libraries for various options cangrant1-2/+2
be found at runtime.
2005-07-31use ${LDFLAGS} in AUXLIBS so the chosen libdb can be found at runtime.grant2-4/+4
fixes build on Solaris.
2005-07-31- no need to include bsd.prefs.mkgrant1-7/+4
- fix indentation of for loop, and explicit undef not required
2005-07-29Update sylpheed to 2.0.0.chris3-11/+13
Changes since 1.0 are: * New features o The feature for junk mail control has been added. o Filter rules can be applied to sent messages now. o Any commands can be executed when new messages arrive. o The move of folders has been enabled. * Display o The anti-aliased font display has been enabled. o Icons can be displayed with alpha-blending (translucence) now. o Attached images can be displayed as inline now. o The summary view (message list) now displays its rows with alternating row colors. o The icons and logo has been renewed. o The window icon is displayed now. * User interface o The file selection dialog has been improved. o URL links can be opened by single click now. o Right-click menu can be available on the message view now. o The order of the buttons now complies with GNOME HIG. o The folder view now automatically scrolls on drag'n'drop. o The columns of the summary view became reorderable by drag'n'drop. * Internal changes o The GUI toolkit has been switched from GTK1.2 to GTK2. o The internal encoding is always UTF-8 despite of the current locale, and the multilingual display is now possible. * Other improvements o The auto line-wrapping now supports proper line-breaking. o The algorithm of the thread display has been improved. o The PLAIN authentication is supported on SMTP AUTH now. o The read/write of the summary cache has been optimized. o Encryption is enabled by default now when replying to PGP-encrypted messages. o The displayed file size of attachments became more accurate. o The handling of header strings with broken encoding has been improved.
2005-07-28Use ldap option instead of openldap (consistency).wiz1-3/+5
Add PKG_OPTIONS_LEGACY_OPTS line for openldap.
2005-07-27bump BUILDLINK_RECOMMENDED to 0.86.2, for security issue described ingrant1-2/+2
http://secunia.com/advisories/16180/
2005-07-26Move the steps to create the demime script and man page into ajlam1-4/+3
"do-build" step for clarity.
2005-07-26Use the "pod2man" tool to build man pages. This fixes brokennessjlam1-4/+2
introduced after the perl5/buildlink3.mk file was no longer included by the package Makefile, but we still referenced BUILDLINK_PREFIX.perl to locate the pod2man script. Noted by Matthias Drochner.
2005-07-26Update to spamd-20050726.peter2-6/+6
Changes: * Compilation problems on i386 fixed. * -Werror disabled.
2005-07-26update clamav to 0.86.2.grant2-6/+6
changes since 0.86.1: V 0.86.2 * Fixes backported from CVS: - configure.in: disable support for URLs downloading with libcurl (--with-libcurl) by default (tk) - libclamav/others.c: cli_rmdirs: fix possible infinite loop (tk) Patch by Mark Pizzolato <clamav-devel*subscriptions.pizzolato.net> - libclamav/mspack: Some cab archives were not properly decompressed (tk) Problem reported by Diego d'Ambra <diego*clamav.net> - libclamav/pe.c: cli_peheader: Sync entry point calculation with cli_scanpe (tk) Problem reported by Christoph Cordes <ccordes*clamav.net> - configure.in: fix compilation error when curl is installed in a non-standard location (tk) Reported by Serge van den Boom <svdb*stack.nl> - configure.in: Add support for DragonFly (tk) Thanks to Joerg Sonnenberger <joerg*britannica.bec.de> - clamscan/clamscan.c: Verify arguments passed to --max-dir-recursion and --max-ratio (tk) Problem reported by Jo Mills <Jonathan.Mills*frequentis.com> - libclamav/fsg.c: Fix possible integer overflow (acab) Reported by Alex Wheeler. - libclamav/mbox.c: Fix name clash with glibc library (njh) Reported by Brian Bruns <bruns at 2mbit.com> - libclamav/others.c: Check for 0 byte allocations in cli_(m|c|re)alloc (tk) - libclamav/chmunpack.c: Fix possible malloc overflow (trog) Reported by Alex Wheeler. - libclamav/tnef.c: Fix possible crash if the length field is 0 or negative in headers (njh) Reported by Alex Wheeler (alexbling at gmail.com) - clamav-milter: Honour LogClean. Only syslog once when storing email in quarantine (reported by Panagiotis Christias, christias at gmail.com). Log database reloads to the LogFile (njh) - clamav-milter: Changed the default child_timeout to 5 minutes. Keep a copy of the trie root in privdata. Removed trylock/unlock code in clamfi_abort (njh)
2005-07-25Use pkgsrc optimisation (CFLAGS, CXXFLAGS) = faster binary, less memory usageadam5-14/+59
2005-07-24Update thunderbird & thunderbird-gtk1 to 1.0.6taya4-12/+12
This is a security fix release. Fixed in Thunderbird 1.0.5/1.0.6 MFSA 2005-56 Code execution through shared function objects MFSA 2005-55 XHTML node spoofing MFSA 2005-52 Same origin violation: frame calling top.focus() MFSA 2005-50 Possibly exploitable crash in InstallVersion.compareTo() MFSA 2005-46 XBL scripts ran even when Javascript disabled MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-41 Privilege escalation via DOM property overrides MFSA 2005-40 Missing Install object instance checks MFSA 2005-33 Javascript "lambda" replace exposes memory contents
2005-07-23Bump PKGREVISION after the resend fix.he2-3/+4
Sort PLIST.
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz30-2162/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23When the approve script processes a list bounce, remove anyhe2-1/+18
"Delivered-To:" header pointing to the list so that if postfix is involved in the message delivery, it will not think the message is looping. Idea and patch from cjs@
2005-07-22Update sylpheed-devel to 2.0rc, main changes are:chris2-6/+6
* The IMAP4rev1 code conversion was fixed so that it can handle folder names that include '+' correctly. * The correct row is selected after moving or deleting a message now when sorting is enabled. * The line-wrap of composition was modified so that it doesn't break line after '/' (slash) to protect file path etc. * The duplicated insertion when a text file is dragged onto the composition window was fixed. * The cache discrepancy problem of the draft folder was fixed. * Temporary files are now cleaned up also on startup.
2005-07-22Include patch for fetchmail 6.2.5.2 because of CAN-2005-2335.frueauf3-3/+188
For more details have a look at http://fetchmail.berlios.de/fetchmail-SA-2005-01.txt Changes listed within the NEWS file since 6.2.5: fetchmail-6.2.5.2 (Fri Jul 22 01:52 GMT 2005): * NOTE: Due to a Makefile.in bug, you may need to use GNU make. * SECURITY FIX: truncate UIDL replies, lest malicious or compromised POP3 servers overflow fetchmail's stack. Debian bug #212762. This is a remote root exploit. CVE Name: CAN-2005-2335. Thanks: Miloslav Trmac for pointing out the fix in 6.2.5.1 was buggy. Thanks: Ludwig Nussel for a much simpler fix. * Critical fix: omit blank between MAIL FROM: and <user@example.org>, as this causes mail loss with some listeners. * Fix: POP2 driver wouldn't properly check authentication failure. * Sunil Shetye's fix to force fetchsizelimit to 1 for APOP and RPOP.
2005-07-22Updated postfix to 2.2.5martti2-6/+6
Postfix 2.2.5 addresses some portability problems with LP64 platforms that broke SMTP connection caching, and makes SMTP connection caching more failure tolerant. These fixes are back-ported from the experimental (2.3) release series. The connection caching protocol has changed, so you will need to "postfix reload" after upgrading.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz9-18/+18
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Add "BEFORE: mail" to rc.d script to make this start before sendmail.tv2-2/+4
Bump PKGREVISION for this (and other prior last-minute) changes.
2005-07-21use ${LDFLAGS} instead of building our own library rpath argument togrant1-5/+5
find the BerkeleyDB library.
2005-07-21include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correctgrant1-2/+2
library path is passed for linking against the BerkeleyDB library.
2005-07-20bleh! committed wrong copy of this! fix!tv1-3/+5
2005-07-20one more quickfix: default socket to /var/run so Sendmail's happytv1-3/+3
2005-07-20Make pidfile name match rcvar (without dash).tv1-2/+2
2005-07-20+dk-miltertv1-1/+2
2005-07-20Add dk-milter 0.3.0, based on adrianp's dk-milter package fromtv8-0/+164
the pkgsrc-wip project. (Take ownership with adrianp's permission.) ===== The dk-milter package is an open source implementation of the DomainKeys sender authentication system proposed by Yahoo!, Inc. It consists of a library that implements the DomainKeys service, and a milter-based filter application that can plug in to the sendmail MTA to provide that service to sufficiently recent sendmail MTAs. An optional asynchronous resolver library is also provided to work around limitations of the basic BIND resolver which comes installed on most systems.
2005-07-20Add USE_MSGFMT_PLURALS=yes.kristerw1-1/+2