summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-08-28Rework emacs.mk:uebayasi8-16/+23
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-08-27Update sylpheed-devel to 2.1.1. Main changes are:chris2-6/+6
* IMAP4 now works with Win32 platform. * The sorting of summary now fall backs to comparison by date. * The localedir, manualdir, and faqdir became user-configurable on configure. * A bug that multiple selection of the addressbook with Control key didn't work with GTK+ 2.6.9 was fixed.
2005-08-26update HOMEPAGEdrochner1-2/+2
2005-08-26Update to 2.0.1xtraeme2-6/+6
Changes: * The sorting of summary now fall backs to comparison by date. * The folder tree is now expanded/collapsed by double click. * localedir, manualdir, and faqdir became user-configurable on configure. * A bug that multiple selection of the addressbook with Control key didn't work with GTK+ 2.6.9 was fixed.
2005-08-24Add "BEFORE: mail" to rc.d script. Sendmail is not very happy starting uptv2-3/+4
with a unix-socket connected milter, if that socket doesn't yet exist.
2005-08-24Fix for format string security issue:adrianp6-2/+77
http://www.sitic.se/eng/advisories_and_recommendations/sa05-001.html Tested by myself and jmmv@ Bump to nb1
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz2-8/+4
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-08-24I must not have run "make makepatchsum" at the right point; there's atv1-2/+1
stray and unneeded checksum there. Noticed by Matthew Luckie <mjl@luckie.org.nz>.
2005-08-24Add a small patch for daemon mode -- if running on NetBSD, call daemon() tojwise2-1/+15
properly dissociate ourselves from the controlling terminal (and more). This is still not enough to make daemon mode stable for me on 3.0_BETA, but it's certainly a step in the right direction.
2005-08-23Do the same for the rc.subr case via a backflip hack to munge command_args.tv2-3/+10
Noted in private e-mail.
2005-08-23Put ${command_args} BEFORE ${spamass_milter_flags} on command line in rc.dtv2-4/+4
script, so that ${spamass_milter_flags} can contain "-- [spamc flags]" per the manpage.
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig15-30/+30
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-23Add DRAGONFLY1 and FREEBSD6 support.reed3-16/+49
TODO: this needs more testing and also needs to be submitted to developer.
2005-08-22delint.salo2-17/+17
2005-08-22Update "elm" package to version 2.5.8 (2.5 PL8).tron3-9/+9
- fixed a hang when hitting certain 8-bit chars in the From line - fixed a file descriptor leak - removed all Expires: processing This fixes the security issue reported on "Full-disclosure" last Saturday.
2005-08-21This needs plural support in gettext. Pointed out by Leonard Schmidt injmmv1-1/+2
tech-pkg@.
2005-08-21Update to 2.2.3:jmmv2-6/+6
Bugzilla bugs fixed (see :http://bugzilla.gnome.org/show_bug.cgi): #273969 - 'Cancel' meeting doesnt delete all instances of recurring meeting in 'attendee's calendar (Chenthill) #273846 - Calender attachment:cannot open 'Openoffice' file (Vivek) #305398 - GAL lookup crashes exchange connector (Sarfraaz) #255756 - GAL lookups based on aliases fail to find entries (Sushma) Updated Translations: id, vi, xh.
2005-08-21Update to 2.2.3:jmmv2-10/+9
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): * Mail #273752 - Dragging folder from Maildir spool account to 'On This Computer' crashes Evolution (Michael Zucchi) * Calendar #301350 - alarms totally unreliable (Rodrigo Moya) #274406 - alarm notify crasher (Chenthill) #274476 - File ->Open Appointments, opens meeting as appointment (Chenthill) * Plugins #274366 - Received a mail with multiple address. crash clicking reply all (Sushma) * Others - Kill evolution-data-server-1.2 in kill_data_server (Frederic Crozat) - just return in itip_send_comp if backend can handle sending requests (Harry Lu) - fix some addressbook leaks (Ross Burton) Updated Translations: de, zh_TW, xh, cy, fa, nb, et, fa, ko, es, bg, vi.
2005-08-20Fix the PLIST to include the share/doc/mutt/samples symlink and thejlam4-9/+14
mmdf manpage, but rename the manpage to mutt-mmdf.5 so as not to conflict with the one from news/tin. Bump the PKGREVISION to 1.
2005-08-20Add two missing doc files.kristerw2-2/+5
Bump PKGREVISION.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-20Add some missing man pages to the PLIST.kristerw2-3/+7
Bump PKGREVISION.
2005-08-20Update to 1.00. From the changelog:schmonz10-64/+93
- Fixed problem with multiple arguments to protocol modules. Thanks Sascha Silbe. - Fixed extraneous spaces in SMTP sender. - Made permissions on queued files more strict. - Handle the "-bs" flag in the sendmail wrapper by dieing when we see it. - Fixed the address parser handling domain names with trailing periods. - Fixed bug in header parsing that would cause the last header line to be repeated if there was no body. - Fixed bug in handling headers containing CR+LF line endings. pkgsrc changes: * Replace @exec and @unexec in PLIST with bsd.pkginstall.mk incantations * sort PLIST * Honor VARBASE in manpages and rc.d script * Enable logging in rc.d script * Allow rc.d script to start nullmailer without rc.subr * Take MAINTAINER.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam7-31/+31
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-19add pam as a supported option.grant2-3/+14
bump PKGREVISION since this is a change from the previous behaviour, where PAM support was autodetected. it must now be explicitly enabled via PKG_OPTIONS.dovecot.
2005-08-19Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option availableschmonz5-16/+7
in all packages using djbware.mk. For now, keep the same default, avoiding PKGREVISION bumps.
2005-08-19Whitespace.schmonz9-18/+9
2005-08-19pkgdiff is our friend; regen patch-ac with pkgdiff so it appliesgrant2-7/+6
cleanly.
2005-08-17Update to version 2.6.15. Changes from 2.6.11 (last pkgsrc version):jwise2-8/+7
2005/07/27 (2.6.15) * Removed debugging statement introduced during v2.6.14 development which caused the filename of each message to be printed to stderr when processing MH-style folders. * Fixed META.yml for CPAN: YAML is picky about tab characters, and there was a couple of tab characters causing CPAN's YAML parser to abort with an error. ============================================================================ 2005/07/23 (2.6.14) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 2641 Additional Callbacks 3225 CHARSETCONVERTERS not reset across multi-archive process 11759 email address exposed in subject line ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * New resources: PRINTXCOMMENTS Print <!--X-...--> comments in generated pages. * Added "Performance Tips" document: Provides configuration tips to improve the execution performance of mhonarc. ============================================================================ 2005/07/06 (2.6.13) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 12314 linebreak not utf-8 aware ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * mha-preview example script changes: - If preview data not available for message, the empty string is used. Before, undef was returned to mhonarc, causing warning messages and $X-MSG-PREVIEW$ to show up on index pages. - Beefed up preview text extraction to skip past quoted text. Someday, mha-preview functionality will be intrinisic to mhonarc. ============================================================================ 2005/06/08 (2.6.12) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 11761 spammode causes broken mailto: links in message body 13316 No warning generated when RCFILE set to non-existent file 13317 POSIX::setlocale() not invoked with LANG resource setting ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * New resources: MIMEINCS Content-types to allow. * Beefed up filtering of UTF-8 messages: "Malformed UTF-8 ..." warnings are now suppressed with such sequences being converted to U+FFFD (&#xFFFD;), which should normally cause an HTML viewer to render a question-mark-like glyph. Earlier version passed malformed utf-8 sequences through. No bug/security problems have been reported against this, but it was a bad practice that has now been corrected. * The return value for $mhonarc::CBMessageBodyRead and $mhonarc::CBRawMessageBodyRead is no longer N/A. If the return value evaluates to false, the current message will be excluded from the archive and further processing. A true value must be returned if the message is to not be excluded.
2005-08-16Changes 1.4.4:adam2-6/+6
- Support for the sendmail -F option (accepted but ignored). - Removed the OpenSSL exception note from the license information.
2005-08-15Update to 2.1. From the changelog:schmonz2-7/+7
- Fixed a bug triggered by a filter modifying the envelope data and changing its length. Thanks Dale Woolridge.
2005-08-15Make this compile with gcc-4.x.rh2-3/+21
2005-08-14Update to postfix-2.3-20050726christos6-20/+45
2005-08-12Update to 4.63. Complete changelog is available here:tv3-57/+11
http://www.washington.edu/pine/changes/4.62-to-4.63.html Specific notable user-visible changes: * When cancelling a message being composed the commands are now "^C" followed by "_C_onfirm" instead of "^C" followed by "_Y_es". "^C" "Yes" was close to "^X" "Yes", the command used to send a message. The change is there to prevent inadvertent cancellations. The old behavior may be restored by setting the feature Compose-Cancel-Confirm-Uses-Yes. * Field for comments added to Rules. Warning: Don't use this field until all of the Pines that you run are version 4.63 or higher, since it will cause the Rule to be ignored in previous versions.
2005-08-12Update to imap-uw-2004e (downwards ABI compatible; shlib teeny version bumped).tv4-33/+37
Changes (note that relnotes say -2004d, but it is indeed -2004e): ===== imap-2004d is a maintenance release, released concurrently with Pine 4.63, and consists primarily of bugfixes There is now a workaround for RedHat breaking flock(). However, since RedHat has said that they don't support flock(), there is no guarantee that they won't break it in the future. So you may want to consider some other Linux distribution or BSD instead. See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123415 for the gruesome details. There are no user-visible functional enhancements in this version. ===== OTHER CHANGE: Multiple newsrc and MSA support needed by Pine 4.63.
2005-08-11Update mail/courier-imap to 4.0.4. Changes from version 4.0.1 include:jlam8-38/+38
* imap: Implemented account groups, administrator group. * imapd.c: New OUTBOX_MULTIPLE_SEND option. * imap: add LOGGEROPTS and SSLLOGGEROPTS configuration settings which are passed to courierlogger to set the application name for syslog. * tcpd/tcpd.c: Added --accesslocal option. * smap: SMAP EXPUNGE >100 msg ranges was broken. * PROXY_HOSTNAME: new setting in imap and pop3 config file overrides gethostname() when checking if a proxy connection is required. * msgbodystructure.c (msgbodystructure): Fix MSGBODYSTRUCTURE response for a corrupted content-type of "text".
2005-08-11Update mail/sqwebmail to 5.0.4. Changes from version 5.0.1 include:jlam8-63/+35
* sqwebmail: Implemented account groups, administrator group. * sqwebmaild.dist.in (LOGGEROPTS): Added LOGGEROPTS setting. * gpglib/gpg.c: gnupg returns non-zero exit even if succesfully unencrypted, when just the signature is bad. * sv-make_timezonelist.pl: Added /usr/share/lib/zoneinfo to the search list.
2005-08-11Update mail/maildrop to 1.8.1. Changes from version 1.8.0 include:jlam2-8/+8
* Exit with TEMPFAIL if temporary error indication from authlib. * More descriptive error messages when permissions check fails. * Documentation fixes.
2005-08-11Updated mail/courier-maildir to the utilities from the courier-0.51.0jlam3-15/+16
distribution. Changes include teaching courier-maildiracl about account groups and the administrator group for IMAP ACLs, which are understood by courier-imap>=4.0.4 and sqwebmail>=5.0.4.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam9-27/+18
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
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