summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19Set LICENSE to cucipop-license.wiz1-2/+2
2005-07-18- Move option from "starttls" to "tls" as pointed out by schmonz@ in privateadrianp2-6/+7
email. - Use PKG_OPTIONS_LEGACY_OPTS to deal with the change.
2005-07-18Let djbware.mk provide paths to bglibs.schmonz1-3/+1
2005-07-18Updated mail/squirrelmail-localesmartti3-721/+69
* sync with squirrelmail 1.4.5
2005-07-18Updated mail/squirrelmail to 1.4.5martti6-676/+36
* lots of bug fixes * translation updates
2005-07-18Updated mail/ja-squirrelmail to 1.4.5martti3-19/+31
* lots of bug fixes * translation updates
2005-07-18This package needs perl to run, for the bogoupgrade command.seb1-2/+3
Bump PKGREVISION to 3.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam4-8/+8
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Update to 1.3.2, provided by the maintainer Robert Lillack inwiz5-8/+65
private mail. New in 1.3.2 - support for matching arbitrary headers in rules - bugfixes pkgsrc includes additional changes: - fix for http://secunia.com/advisories/15977/ - work around an annoying header parsing issue which resulted in totally garbled date sorting - work around random SIGSEVs
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam30-74/+61
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam3-6/+6
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14Author updated the description of "panther.patch" to mention itschmonz1-4/+4
works on Tiger as well. No change to the patch itself.
2005-07-14Update sylpheed-devel to 2.0.0beta6, main changes are:chris2-6/+6
* A new application icon was added, and it is now used as a default window icon. * A margin was added for the summary view when scrolling. * The folder selection dialog now displays new/unread information for each folders. * The displayed file size of attachments became more accurate. * The filter rules are now modified after folders are moved. * Several alert dialogs were modified. * The line-wrap of composition was modified so that it doesn't break line after '-' (hyphen) to protect e-mail address etc. * UTF-8 text file is now properly inserted in composition window. * The Content-Type's charset is used as a fallback encoding of broken header strings on reply. * The problem was fixed that signature was not switched properly by the account selection in re-edit mode or after editing with external editor. * Attached files without text/* as the Content-Type is not uncanonicalized anymore. * The URI parser of the text view was modified. * The cache discrepancy problem of the queue folder was fixed.
2005-07-14Rename queue_repair to queue-repair, in keeping with the package nameschmonz7-14/+11
and updated HOMEPAGE. The installed command is still "queue_repair".
2005-07-14Simplify, simplify. Take advantage of DJB_CONFIG_CMDS, CPPFLAGS, LDFLAGS.schmonz1-25/+7
2005-07-14Force use of pkgsrc libmilter, not builtin. If the builtin version is 8.12tv1-1/+5
(as with NetBSD 2, for instance), but pkgsrc sendmail 8.13 is installed, then clamav will attempt to use the 8.13 milter API, and fail linking. (It probably should use an autoconf symbol test instead.) This change forces an API at least new enough to match the latest version offered via pkgsrc; and since libmilter is a static library, it still ends up with no runtime DEPENDS. No PKGREVISION bump required, as milter is a non-default option.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam27-56/+56
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13Use pre-configure instead of post-patch to remove the *.orig files.martti1-2/+2
This will help with the patch creation. Suggested by Takahiro Kambe in a private mail.
2005-07-12Update to 0.442. From the changelog:schmonz3-16/+14
-Added a "sql" file in the "LIST/mod" directory on creation of lists. This fixes a long-standing bug where moderator addresses are not stored in SQL. NOTE: Running ezmlm-make -e or -+ on a moderated list that has SQL enabled will cause moderation to fail due to the moderator subscriber list now being accessed in SQL. You will need to run the following command: ezmlm-list -M $DIR/mod | ezmlm-sub $DIR/mod -Fixed bug in pgsql searchlog query. -Fixed bug in ezmlm-request handling of multi-line subjects.
2005-07-12use ${NOLOGIN}, not hardcoded /sbin/nologin. fixes install on Solarisgrant2-4/+4
and others.
2005-07-09Update Sylpheed to 2.0.0beta5, lots of changes since 1.9.12:chris3-8/+9
* 2.0.0beta5 * The order of the buttons of dialogs now complies with GNOME Human Interface Guidelines (configurable with 'Common preferences/Interface/ Make the order of buttons comply with GNOME HIG'). * Existing window is put in front when trying to re-edit draft/queue messages which are already open. * The toolbar and special folder icons are replaced with new png images which are based on GNOME icon theme. * The Sylpheed logo of the about dialog was replaced with new one. * The crash when cancelling the file selection dialog of vCard/JPilot by Escape key was fixed. * 2.0.0beta4 * The feature to move folders within the same mailbox was implemented. * The flag changes by manual filtering on IMAP4 folders are now reflected to IMAP4 server. * A warning is displayed on the first run if the locale encoding is not UTF-8 but the environmental variable G_FILENAME_ENCODING is not set. * A warning is displayed when sending message if it exceeds the hard line length limit (998 bytes). * Other minor bugs were fixed. * 2.0.0beta3 * The strict checking of the integrity of summary caches was disabled by default, and the performance of displaying summary was improved. * The columns of the summary view became reorderable by drag and drop. * An option to execute command when new messages arrive was added. * 'Compose new message', 'Add to address book' and 'Open with Web browser' was added to the context menu of the text view. * Encryption is enabled by default when replying to encrypted messages. * GPGME and OpenSSL support are now enabled by default. * The bug that caused failure of parsing IMAP4 response if embedded null characters appeared in message headers. * Selected text is used on reply even if the Attachment tab is selected. * The quote color setting dialog works properly now. * 2.0.0beta2 * The junk mail filter setting was integrated into the common preferences, and 'Tools/Filter junk mails' menus were added. * The behavior of the flag search was modified. * The bug that the change of color labels was not saved was fixed. * The 'Insert signature' on the composition window now replaces the current signature, or add a new one to the buttom. * The bug that MIME headers were not properly parsed on some locales (such as Turkish) was fixed. * A possible crash when moving/deleting messages while the summary is sorted was fixed. * Wrong display of unread message number on some condition was fixed. * The scroll position of the summary when opening folders was fixed. * Sending messages by external command now checks for its exit status. * 2.0.0beta1 * A feature to assist junk mail control was added. * An option to apply filter rules to sent messages was added. * The progress dialog was reimplemented using GtkTreeView. * The selection handling of the summary view was optimized a bit. * The drag and drop from the summary view was improved. * The Japanese auto-detection is always enabled if the locale string begins with "ja". * Hebrew encodings support was added. * Lithuanian translation was added. * The scanning of folders right after an IMAP4 account is created was disabled for performance issue. * Currently selected messages are skipped now when searching unread messages. * The typeahead search of the summary view was disabled. * The sylpheed.spec file was updated. * Several bugs were fixed.
2005-07-08Changes 1.4.2:adam2-6/+6
- The 'connect_timeout' setting was replaced by a 'timeout' setting that applies to all network operations. The old option and command are still accepted, but they are not restricted to connection attempts anymore. - Native language support (NLS) was added. Currently the only supported language besides english is german, but it is easy to add more translations (hint, hint)! Changes 1.4.1: - Only bug fixes, no new features.
2005-07-07Updated ja-squirrelmail to 1.4.4nb1martti4-515/+83
* sync with mail/squirrelmail * use the squirrelmail-1.4.4-ja-20050616 patch
2005-07-07CONFLICTS with ja-squirrelspellmartti1-1/+2
2005-07-07Drop trailing spacemartti1-2/+2
2005-07-06Added some common code for squirrelmail plugins. From cube@ in a private mail.martti1-0/+25
2005-07-05Update to 0.441. From the changelog:schmonz5-38/+15
-Fixed critical one-off bug in both *SQL configuration parsers. Thanks Jim Winstead. -Fixed lack of quoting in PgSQL subscribe code. Thanks Dan O'Neill. -Updated ezmlm-cgi to generate valid XHTML/CSS output. Thanks Brian Ghidinelli -Fixed readwrite.h to work on LP64 systems. Thanks Amitai Schlair -Don't clobber msgsize file on re-make. Thanks Stephen Quinney. -ezmlm-test can now be run by any user, in any writeable directory. -Put a valid recipient into the To: header in moderation messages. pkgsrc changes: declare "mysql" and "pgsql" options as part of a "database" option group.
2005-07-04update to 1.2.3drochner3-10/+7
changes: -bugfixes -updated translations
2005-07-02Correct a PLIST entry (I renamed it before importing and didn't test it, oops)peter1-2/+2
2005-07-02standardize whitespace in .include directivestv1-8/+8
2005-07-01add DragonFly support.grant2-1/+45
from Joerg Sonnenberger.
2005-06-29And thus needs PKGREVISION bump, since the DEPENDS list has changed.salo1-1/+2
2005-06-29This needs iconv. Closes PR pkg/30634 by Antoine Reilles.jmmv1-1/+2
2005-06-29Upgrade to 1.3.6nb1.is5-24/+21
2005-06-29fix typohubertf1-1/+1
2005-06-29Update spamprobe to 1.2a.hubertf3-9/+21
SpamProbe changes: - New email parsing implementation - New hash database, in addition to Berkeley DB (bdb/db4) (=> Hopefully no more "caught runtime exception: get: DB_PAGE_NOTFOUND: Requested page not found" on Linux every other day!) - And much more, check the ChangeLog for accurate information pkgsrc changes: - Added db4 database backend to be optional (not requirement anymore) Patches sent by the maintainer Ossi Herrala <oherrala@ee.oulu.fi> in private mail.
2005-06-28Improve the description, text from http://www.benzedrine.cx/relaydb.htmlpeter1-4/+13
Suggested by Thomas Klausner.
2005-06-28Add spamd.peter1-1/+2
2005-06-28Initial import of spamd-20050624 (from OpenBSD 3.7 sources).peter6-0/+111
spamd is a fake sendmail(8)-like daemon which rejects false mail. If the pf packet filter (security/pflkm) is configured to redirect port 25 (SMTP) to this daemon, it will attempt to waste the time and resources of the spam sender. Approved by Thomas Klausner.
2005-06-28Update to 4.3.11. From the changelog:schmonz2-6/+6
-getmail could previously record an envelope return path header of "<<>>". Fixed. Thanks: Fredrik Steen.
2005-06-26Upgrade to mini_sendmail 1.3.5nb1. Changes to stock 1.3.5 are:is6-55/+68
- continuation header line support (as in 1.3.2nb5) - fixed <> parsing. Still missing is label: adress, address; handling.
2005-06-26Use gtkhtml36 rather than gtkhtml3. Bump PKGREVISION.jmmv3-4/+76
Idea from wiz@ to let us remove gtkhtml3.
2005-06-26Update "milter-greylist" package to version 2.0. The new versiontron2-7/+6
provides besides many bug fixes enhanced configuration including extended regular expression matching and access control lists.
2005-06-25sort.salo1-2/+2
2005-06-25Bump BUILDLINK_RECOMMENDED, the fix in 0.86.1 prevents a DoS vulnerability.salo1-2/+2
2005-06-24update p5-Mail-ClamAV to 0.17.grant2-6/+6
changes since 0.13: 0.16 Fri Mar 4 15:43:20 PST 2005 - I forgot to run make test before I uploaded :( 0.15 Fri Mar 4 15:43:20 PST 2005 - A quicky release. Somehow my version of libclamav (the latest) can scan the test virus without the ZIP option turned on. We now use CL_SCAN_STDOPT for all test scans. 0.14 Fri Feb 25 10:27:06 PST 2005 - The test for scanbuff was broken. Thanks to Werner Lemberg <wl [] gnu dot org> for reporting this - Fixing this test uncovered a taint bug, fixed. - Made the warning in Makefile.PL stand out more. - Some doc updates. - Bundled Inline::MakeMaker so we no longer fatal on missing deps Inline::C.
2005-06-24bump BUILDLINK_RECOMMENDED to 0.85, as the latest virus definitionsgrant1-2/+2
require this version.
2005-06-24update clamav to 0.86.1.grant2-6/+6
changes since 0.85.1: Thu Jun 23 23:13:41 CEST 2005 ----------------------------- V 0.86.1 - libclamav/mspack/qtmd.c: fix possible crash (tk) Reported by Andrew Toller <atoller*connectfree.co.uk> and Stefan Kanthak <stefan.kanthak*fujitsu-siemens.com> Sun Jun 19 21:37:07 CEST 2005 ----------------------------- V 0.86 - libclamav/mspack/cabd.c: fix possible infinite loop (tk) - libclamav/cvd.c: fix potential directory traversal in cvd unpacker (a low risk problem since all databases are digitally signed). Pointed out by Florian Weimer <fw*deneb.enyo.de> (tk) - libclamav/zziplib/zzip-file.c: add method id for AES encrypted archives (thanks to David Majorel <dm*lagoon.nc>) (tk) - clamscan/manager.c: better message on zip/rar unpacking error (tk) - libclamav/mbox.c: Fix mishandling of fast track uuencoded files (njh) - clamav-milter: Better error message if the white-list file can't be opened (njh) - clamav-milter: When loading a new database when not in external mode, keep scanning with the old one rather than hold up incoming mails while waiting for clamav-milter to become idle then reloading the database (njh) - libclamav/others.c: print warnings and errors in single call to write (thanks to Denis Vlasenko <vda*ilport.com.ua>) (tk) - clamscan/others.c: enable REG_EXTENDED in match_regex (tk) - libclamav/scanners.c: fix file descriptor leaks if cli_msexpand() returns an error in cli_scanszdd, patch by Mark Pizzolato (tk) - libclamav/scanners.c: fix file descriptor leak in error path (out of mem) in cli_scangzip(), patch by Mark Pizzolato (tk) - clamd/scanner.c: fix error path for a read timeout which logged messages indicating that both a timeout and a poll error occurred (patch by Mark Pizzolato <clamav-devel*subscriptions.pizzolato.net>) (tk) - libclamav: Extract TNEF files even when the filename isn't known, problem reported by John Miller (contact*glideslopesoftware.co.uk) (njh)
2005-06-23Updated postfix to 2.2.4martti2-6/+6
20050517 Bugfix: in a DSN report, the original recipient should not be xtext encoded. File: bounce/bounce_notify_util.c. 20050523 Bugfix: mymalloc() panic with mistyped server host list. File: global/dict_pgsql.c. 20040530 Bugfix: TLS MUST_NOPEERMATCH didn't work (inherited from TLS patch), and a dangling pointer in the corresponding error handling. File: smtp/smtp_proto.c. 20050615 Cleanup: the SMTP client now sends QUIT when the initial HELO handshake fails. it still doesn't send QUIT when the server greets with a [45]XX code, as that is handled in the connection management code before a session context exists. File: smtp/smtp_connect.c. 20050616 Bugfix: missing or mis-placed va_end() macros, found in Postfix 2.3 code review. Files: util/netstring.c, util/myaddrinfo.c, util/attr_clnt.c, util/vstream.c. 20050621 Portability: file descriptor passing is available for Tru64 UNIX, but AIX4 and IRIX6 will have to do without. This means no SMTP connection caching for those platforms. Albert Chin. File: util/sys_defs.h.
2005-06-22Correct path for ASF MASTER_SITES (thanks to Mark Davies).heinz1-2/+2