summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam72-144/+72
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Add and enable p5-Mail-Ezmlm.schmonz1-1/+2
2005-12-28Initial import of p5-Mail-Ezmlm-0.05.1, a Perl5 module providingschmonz5-0/+56
object methods to manipulate ezmlm mailing lists.
2005-12-27Install man page to PKGMANDIR and use INSTALLATION_DIRS to precreatereed1-2/+3
directory.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb3-6/+6
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-26Mutt's fetch-mail function using pop3s would fail erroneously when theben3-3/+17
server does not report the TOP capability, which is optional and is not used by Mutt. This patch squelches the error and allows mutt to fetch mail from pop3s servers lacking TOP.
2005-12-23Apply hack noted in PR pkg/30999 -- turn off inline functions whenjlam2-2/+12
compiling in order to fix an infinite loop error on Solaris. Bump the PKGREVISION to 2.
2005-12-21Update Turba to 2.0.5 to fix XSS vulnerabilities.adrianp2-6/+6
2005-12-20include databases/db4/buildlink3.mk directly, since this is the only ↵tonio1-6/+5
accepted bdb
2005-12-20Fix errno.joerg9-1/+113
2005-12-20Fix errno.joerg2-1/+14
2005-12-20explicitly include databases/db4/buildlink3.mk, as isync only accepts db4tonio1-3/+2
2005-12-20Update fetchmailconf to 6.2.5.5.frueauf1-6/+4
2005-12-20Update fetchmail to 6.2.5.5.frueauf7-7226/+5829
Change homepage to http://fetchmail.berlios.de/ and update MASTER_SITES. Changes introduced since 6.2.5: fetchmail-6.2.5.X is a security fix branch that forked off fetchmail-6.2.5. It does not change for anything but security and the most severe bug fixes. Note that no 6.2.5.X security audits are planned except when a particular bug is reported, and that 6.2.5.X is unsafe to use on some systems, particularly those that lack a *working and secure* snprintf implementation. The fetchmail 6.2.5.X branch will be discontinued early in 2006. fetchmail-6.2.5.5 2005-12-19 Matthias Andree * SECURITY FIX CVE-2005-4348: fix null pointer dereference in multidrop mode when the message is empty. Reported by Daniel Drake <http://article.gmane.org/gmane.mail.fetchmail.user/7573> and others (Debian Bug #343836). Fix by Sunil Shetye. * Fix Debian bug #301964, fetchmail leaks sockets when SSL negotiation fails. Fix suggested by Goswin Brederlow. * Add fetchmail-SA-2005-{01,02,03}.txt fetchmail-6.2.5.4 2005-11-13 Matthias Andree * Also ship pre-built rcfile_y.[ch] for systems that don't have flex, yacc or bison. * On FreeBSD, add /usr/local/include to CPPFLAGS so that libintl.h is found. * Avoid automatically picking up HESIOD implementations that lack hesiod_getmailhost, such as the one in FreeBSD's base system. * Fix makedepend for separated build (where the build is not run from the source directory), but prevent packaging from separated build, it yields bogus results. * Fix resolv.h autodetection. * Add +HESIOD to version printout if appropriate. fetchmail-6.2.5.3 2005-11-12 Matthias Andree * SECURITY FIX CVE-2005-3088: fetchmailconf: fix password exposure: use umask 077 before opening output file and restore umask later. * Critical fix: fix IMAP timeouts, counting message count down on servers that do not send EXISTS counts after EXPUNGE. Debian Bug#314509. * Ship pre-built rcfile_l.c for systems that don't have flex. * Build environment: Update included gettext. Fix --with-included-gettext. Fix parallel build (make -j). Fix "always rebuild fetchmail" syndrome. * Do not link against -ll or -lfl (not needed). fetchmail-6.2.5.2 (patch Fri Jul 22 01:52 GMT 2005, tarball Sat Jul 23 21:34 GMT 2005) * README: Added a note about release status - READ IT! * Note: Due to a Makefile.in bug, you may need to use GNU make. * SECURITY FIX CVE-2005-2335: truncate UIDL replies, lest malicious or compromised POP3 servers overflow fetchmail's stack. Debian bug #212762. This is a remote root exploit. 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-12-19Include errno.h on all platforms. Also include stdio.h, it providesjoerg3-19/+23
sys_nerr and sys_errlist on DragonFly and FreeBSD. Only define it manually for platforms other than NetBSD, DragonFly, FreeBSD and Interix.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam5-10/+10
pkgsrc work.
2005-12-10Update mimedefang to 2.54markd4-18/+19
Changes 2.54: a few minor enhancements and fixes. Changes 2.53: mostly work around bugs and deficiencies in third-party packages commonly used with MIMEDefang.
2005-12-10Update kbiff to 3.8markd3-18/+17
o Updated automake admin dir to compile with latest SuSE o Updated documentation slightly o Status Window patch for multiple-monitors o Added CRAM-MD5 and APOP login support for POP and IMAP o Fixed advanced options like keepalive propogating from the setup dialog to the code that actually uses it
2005-12-10List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRSmartti2-4/+6
to avoid problems with bulk builds with CHECK_FILES=yes. Suggested by Johnny Lam on tech-pkg@ list.
2005-12-09Use pre-configure instead of post-patch so it's easier to (re)create patches.martti2-4/+4
2005-12-09- remove all .orig* files. Noted by Lubomir Sedlacik.martti2-6/+5
- use post-patch instead of pre-configure
2005-12-08Apply patch (from debian via Kimmo Suominen) to addressbouyer3-2/+60
http://secunia.com/advisories/17511/ (denial of service).
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-1/+2
"pkglint --autofix" change.
2005-12-07Fix compilatio with GCC 3.4: label at end of compound statement.joerg5-1/+62
Fix a mismatch between prototype and implementation in favour of matching the local return variable's type.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig38-139/+139
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig85-278/+266
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Make this work with PHP 5.1.1martti6-6/+34
2005-12-05Quiet pkglint; changing make macro in double quotation into :Q modifier.taca2-4/+4
2005-12-05- Fix hangup when communicating with smbpasswd(8).taca4-14/+51
- Quiet pkglint; changing make macro in double quotation into :Q modifier. Bump PKGREVISION.
2005-12-05Updated mail/ja-squirrelmail to 1.4.5nb2martti9-10/+133
- sync with pkgsrc/mail/squirrelmail
2005-12-05Updated squirrelmail to 1.4.5nb2martti3-3/+17
- avoid corrupted attachment downloads (pkg/32175).
2005-12-04- Correct version of schema files.hira1-5/+7
- Add missing schema file to GCONF2_SCHEMA. Bump PKGREVISION.
2005-12-04Use "USE_TOOLS+=perl" instead of "BUILD_DEPENDS+=perl>=5.8.0:../../lang/perl5".martti1-2/+2
2005-12-03Disable BROKEN_GETTEXT_DETECTION, it confuses configure on DrgaonFly.joerg1-1/+3
2005-12-03Depend on perl during build time. Hopefully this fixes the problemsmartti1-1/+3
detected in bulk build.
2005-12-03Add and enable newspipe.schmonz1-1/+2
2005-12-03Initial import of newspipe, an RSS/Atom aggregator with a difference:schmonz6-0/+99
it allows you to keep track of your feeds through email. You create an OPML file listing your feeds and Newspipe will collect them, convert them to e-mail messages and send them to your mailbox. This means you can read, organize and archive news feeds using your current mail client (or even webmail), without needing to use a separate program. Newspipe can send you news items as plaintext or HTML mail, both as single items or grouped in a digest.
2005-12-03Do not "extern int errno;" just in case.joerg19-1/+235
2005-12-03Depend on py-html2text rather than downloading our own copy. Bumpschmonz4-12/+21
PKGREVISION.
2005-12-02Update to 4.4.3. From the changelog:schmonz2-6/+6
-fix harmless copy and paste error in IMAPRetrieverBase class. Thanks: Henry Miller.
2005-12-02Update to 1.6:xtraeme2-6/+6
- IMPORTANT: Removed support for listening on ports under < 1024 - Support embedded NULLs in email data. - Fix problems with not listening properly when in daemon mode - Fix warnings when compiled with gcc 4.0 - Handle empty addresses properly in logs. - Don't let exchange send it's strange binary data through the proxy - More Solaris fixes :( - Don't reject emails when server is overloaded or errors. - Don't reject emails when starting the filter command fails.
2005-12-02Update to 3.6.2:xtraeme2-7/+7
BUGFIX: Token values incorrectly calculated, cause false positives BUGFIX: Daemon mode + hash_drv results in crashes without HashConcurrentUser BUGFIX: Invalid call to calloc() in hash_drv can lead to crashes
2005-12-02Update to 2.1.8:xtraeme2-6/+6
* The common preferences dialog was reorganized. * The memory usage on SMTP and POP3 session was reduced drastically. * The last position of the composition window is remembered, and the windows are automatically placed so that they don't overlap. * Filtered sent messages are not put into Sent folder anymore. * When attached text files are saved, their linebreaks are normalized depending on platforms. * The occasional encoding conversion failure bug on inserting a text file into composition window was fixed.
2005-12-01Updated mail/postfix to 2.2.6martti4-41/+7
Postfix 2.2 patch 06 catches up with minor fixes that were fielded earlier in the experimental Postfix 2.3 snapshots.
2005-11-30Updated postfix to 2.3-20051128martti6-53/+21
- Configurable text for (non)delivery status notifications. - Support for multiple ISP accounts, implemented with sender-dependent relayhosts and with sender-dependent SASL passwords. - Enhanced status codes per RFC 2034. This enables much improved error reporting with mail client programs, possibly in the user's own language. - Complete support for (non)delivery status notifications (DSN) per RFC 346[1-4]. This also enables improved error reporting.
2005-11-29Fix a bug that crept in when the statvfs and closefrom patch was added.adrianp2-4/+4
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-4/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-27Needs pkg-config to build. Add missing build dependency.salo1-2/+2
2005-11-24Convert some more settings to the options framework. Some cleanup while here.wiz2-52/+58