summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2005-12-15Pullup ticket 957 - requested by Martti Kuparinenseb2-4/+6
bulk build fix for mail/ja-squirrelmail and mail/squirrelmail Revisions pulled up: - pkgsrc/mail/ja-squirrelmail/Makefile 1.21 - pkgsrc/mail/squirrelmail/Makefile 1.63 Module Name: pkgsrc Committed By: martti Date: Sat Dec 10 19:23:01 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile pkgsrc/mail/squirrelmail: Makefile Log Message: List ${SMDIR} and ${SMDIR}/config in REQD_DIRS instead of OWN_DIRS to avoid problems with bulk builds with CHECK_FILES=yes. Suggested by Johnny Lam on tech-pkg@ list.
2005-12-09Pullup tickets 939, 941 - requested by Martti Kuparinensalo14-17/+181
various squirrelmail bug and compatibility fixes Revisions pulled up: - pkgsrc/mail/squirrelmail/Makefile 1.58, 1.59, 1.61, 1.62 - pkgsrc/mail/squirrelmail/distinfo 1.28, 1.29 - pkgsrc/mail/squirrelmail/patches/patch-ag 1.1 - pkgsrc/mail/squirrelmail/patches/patch-ah 1.1 - pkgsrc/mail/ja-squirrelmail/Makefile 1.16, 1.17, 1.19, 1.20 - pkgsrc/mail/ja-squirrelmail/distinfo 1.7, 1.8 - pkgsrc/mail/ja-squirrelmail/patches/patch-aa 1.3 - pkgsrc/mail/ja-squirrelmail/patches/patch-ab 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ac 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ad 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ae 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-af 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ag 1.1 - pkgsrc/mail/ja-squirrelmail/patches/patch-ah 1.1 Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 09:18:44 UTC 2005 Modified Files: pkgsrc/mail/squirrelmail: Makefile distinfo Added Files: pkgsrc/mail/squirrelmail/patches: patch-ag Log Message: Updated squirrelmail to 1.4.5nb2 - avoid corrupted attachment downloads (pkg/32175). --- Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 09:28:44 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile distinfo pkgsrc/mail/ja-squirrelmail/patches: patch-aa Added Files: pkgsrc/mail/ja-squirrelmail/patches: patch-ab patch-ac patch-ad patch-ae patch-af patch-ag Log Message: Updated mail/ja-squirrelmail to 1.4.5nb2 - sync with pkgsrc/mail/squirrelmail --- Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 20:13:38 UTC 2005 Modified Files: pkgsrc/mail/squirrelmail: Makefile distinfo Added Files: pkgsrc/mail/squirrelmail/patches: patch-ah Log Message: Make this work with PHP 5.1.1 --- Module Name: pkgsrc Committed By: martti Date: Mon Dec 5 20:14:35 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile distinfo Added Files: pkgsrc/mail/ja-squirrelmail/patches: patch-ah Log Message: Make this work with PHP 5.1.1 --- Module Name: pkgsrc Committed By: martti Date: Fri Dec 9 06:42:46 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile pkgsrc/mail/squirrelmail: Makefile Log Message: - remove all .orig* files. Noted by Lubomir Sedlacik. - use post-patch instead of pre-configure --- Module Name: pkgsrc Committed By: martti Date: Fri Dec 9 10:18:11 UTC 2005 Modified Files: pkgsrc/mail/ja-squirrelmail: Makefile pkgsrc/mail/squirrelmail: Makefile Log Message: Use pre-configure instead of post-patch so it's easier to (re)create patches.
2005-12-09Pullup ticket 933 - requested by Adrian Portellisalo4-13/+44
sendmail update and build fixes Revisions pulled up: - pkgsrc/mail/sendmail/Makefile.common 1.29 - pkgsrc/mail/sendmail/PLIST 1.10 - pkgsrc/mail/sendmail/distinfo 1.23, 1.24, 1.25 pkgsrc/mail/sendmail/patches/patch-ag 1.9, 1.10, 1.11 Module Name: pkgsrc Committed By: adrianp Date: Fri Oct 14 08:36:03 UTC 2005 Modified Files: pkgsrc/mail/sendmail: Makefile.common PLIST distinfo Log Message: Update sendmail to 8.13.5 From the CHANGELOG: > Store the filesystem identifier of the df/ subdirectory (if it > exists) in an internal structure instead of the base > directory. This structure is used decide whether there > is enough free disk space when selecting a queue, hence > without this change queue selection could fail if a df/ > subdirectory exists and is on a different filesystem > than the base directory. > Use the queue index of the df file (instead of the qf file) for > checking whether a link(2) operation can be used to split > an envelope across queue groups. Problem found by > Werner Wiethege. > If the list of items in the queue is larger than the maximum > number of items to process, sort the queue first and > then cut the list off instead of the other way around. > Patch from Matej Vela of Rudjer Boskovic Institute. > Fix helpfile to show full entry for ETRN. Problem noted by > Penelope Fudd, patch from Neil Rickert of Northern Illinois > University. > FallbackSmartHost should also be tried on temporary errors. > From John Beck of Sun Microsystems. > When a server responds with 421 to the STARTTLS command then treat > it as a temporary error, not as protocol error. Problem > noted by Andrey J. Melnikoff. > Properly define two functions in libsm as static because their > prototype used static too. Patch from Peter Klein. > Fix syntax errors in helpfile for MAIL and RCPT commands. > LIBMILTER: When smfi_replacebody() is called with bodylen equals > zero then do not silently ignore that call. Patch from > Gurusamy Sarathy of Active State. > LIBMILTER: Recognize "421" also in a multi-line reply to terminate > the SMTP session with that error. Fix from Brian Kantor. > Portability: New option HASSNPRINTF which can be set if the OS > has a properly working snprintf(3) to get rid > of the last two (safe) sprintf(3) calls in the > source code. > Add support for AIX 5.3. > Add support for SunOS 5.11 (aka Solaris 11). > Add support for Darwin 8.x. Patch from Lyndon Nerenberg. > OpenBSD 3.7 has removed support for NETISO. > CONFIG: Add OSTYPE(freebsd6) for FreeBSD 6.X. --- Module Name: pkgsrc Committed By: jklos Date: Mon Oct 24 04:33:50 UTC 2005 Modified Files: pkgsrc/mail/sendmail/patches: patch-ag Log Message: Updated to properly select statvfs.h and closefrom where appropriate. --- Module Name: pkgsrc Committed By: jklos Date: Mon Oct 24 04:35:24 UTC 2005 Modified Files: pkgsrc/mail/sendmail/patches: patch-ag Log Message: Lost cvs tag. Fixed. --- Module Name: pkgsrc Committed By: jklos Date: Mon Oct 24 04:36:59 UTC 2005 Modified Files: pkgsrc/mail/sendmail: distinfo Log Message: Updated distinfo for patch-ag, for statvfs and closefrom patch. --- Module Name: pkgsrc Committed By: adrianp Date: Tue Nov 29 15:27:03 UTC 2005 Modified Files: pkgsrc/mail/sendmail: distinfo pkgsrc/mail/sendmail/patches: patch-ag Log Message: Fix a bug that crept in when the statvfs and closefrom patch was added.
2005-12-08Pullup ticket 947 - requested by Manuel Bouyersalo3-3/+60
security fix for mailman Revisions pulled up: - pkgsrc/mail/mailman/Makefile 1.27 - pkgsrc/mail/mailman/distinfo 1.9 - pkgsrc/mail/mailman/patches/patch-ac 1.5 Module Name: pkgsrc Committed By: bouyer Date: Thu Dec 8 21:09:04 UTC 2005 Modified Files: pkgsrc/mail/mailman: Makefile distinfo Added Files: pkgsrc/mail/mailman/patches: patch-ac Log Message: Apply patch (from debian via Kimmo Suominen) to address http://secunia.com/advisories/17511/ (denial of service).
2005-11-27Pullup ticket 932 - requested by Lubomir Sedlaciksnj2-7/+7
security update for sylpheed Revisions pulled up: - pkgsrc/mail/sylpheed/Makefile 1.80-1.83 - pkgsrc/mail/sylpheed/distinfo 1.42-1.44 Module Name: pkgsrc Committed By: chris Date: Thu Sep 29 22:50:13 UTC 2005 Modified Files: pkgsrc/mail/sylpheed: Makefile distinfo Log Message: Update sylpheed to 2.0.2. Main changes are: * The auto detection of Japanese encoding now supports UTF-8 encoding. * The number of messages to be copied at a time on IMAP4 was limited to prevent timeout error. * When executing IMAP4 operations which take long time, its progress is now displayed on the statusbar, and the UI is periodically updated. * The selected row of the summary view will be kept when the state of thread display is changed. * The code conversion error and line limit warning will not be displayed anymore when saving as draft. * A bug that prevented the expander of the folder tree of the address book working was fixed. * A bug in which message/rfc822 attachments were broken when pgp-signed was fixed. --- Module Name: pkgsrc Committed By: xtraeme Date: Thu Oct 20 04:55:38 UTC 2005 Modified Files: pkgsrc/mail/sylpheed: Makefile distinfo Log Message: Update to 2.0.3: * The IMAP4 parser was fixed so that it can handle literals in response. * A bug that caused crashes on receive if Date header has abnormal time was fixed. --- Module Name: pkgsrc Committed By: chris Date: Sat Nov 12 16:43:42 UTC 2005 Modified Files: pkgsrc/mail/sylpheed: Makefile distinfo Log Message: Update sylpheed to 2.0.4, main changes are: * [SECURITY] A buffer overflow of LDIF import was fixed. * The problem that drag and drop didn't work with GTK+ 2.8 was fixed. --- Module Name: pkgsrc Committed By: salo Date: Sun Nov 27 19:27:20 UTC 2005 Modified Files: pkgsrc/mail/sylpheed: Makefile Log Message: Needs pkg-config to build. Add missing build dependency.
2005-11-22Pullup ticket 919 - requested by Klaus Heinzsalo3-3/+17
security fix for spamassassin Revisions pulled up: - pkgsrc/mail/spamassassin/Makefile 1.61 - pkgsrc/mail/spamassassin/distinfo 1.31 - pkgsrc/mail/spamassassin/patches/patch-ax 1.1 Module Name: pkgsrc Committed By: heinz Date: Sun Nov 13 05:08:00 UTC 2005 Modified Files: pkgsrc/mail/spamassassin: Makefile distinfo Added Files: pkgsrc/mail/spamassassin/patches: patch-ax Log Message: Added a patch to fix a potential DoS vulnerability (CVE-2005-3351). See http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4570 http://secunia.com/advisories/17386
2005-11-21Pullup ticket 911 - requested by Martti Kuparinensalo6-60/+6
postfix bugfix Revisions pulled up: - pkgsrc/mail/postfix/Makefile 1.168 - pkgsrc/mail/postfix/distinfo 1.93 - pkgsrc/mail/postfix/patches/patch-ac removed - pkgsrc/mail/postfix-current/Makefile 1.46 - pkgsrc/mail/postfix-current/distinfo 1.18 - pkgsrc/mail/postfix-current/patches/patch-ac removed Module Name: pkgsrc Committed By: martti Date: Wed Nov 16 06:53:14 UTC 2005 Modified Files: pkgsrc/mail/postfix: Makefile distinfo pkgsrc/mail/postfix-current: Makefile distinfo Removed Files: pkgsrc/mail/postfix-current/patches: patch-ac pkgsrc/mail/postfix/patches: patch-ac Log Message: Removed patch-ac as it was no longer needed (and in fact should not be used) according to Wietse Venema. PKGREVISION++
2005-11-15Pullup ticket 905 - requested by Martti Kuparinensalo6-47/+65
portability fixes for postfix Revisions pulled up: - pkgsrc/mail/postfix/distinfo 1.90, 1.91, 1.92 - pkgsrc/mail/postfix/patches/patch-ag 1.17, 1.18 - pkgsrc/mail/postfix/patches/patch-ai 1.14 - pkgsrc/mail/postfix-current/distinfo 1.15, 1.16, 1.17 - pkgsrc/mail/postfix-current/patches/patch-ag 1.10, 1.11 - pkgsrc/mail/postfix-current/patches/patch-ai 1.11 Module Name: pkgsrc Committed By: joerg Date: Thu Oct 13 13:06:38 UTC 2005 Modified Files: pkgsrc/mail/postfix: distinfo pkgsrc/mail/postfix/patches: patch-ai Log Message: Treat DragonFly as FreeBSD 4 to let Postfix build. --- Module Name: pkgsrc Committed By: martti Date: Sat Nov 12 05:19:25 UTC 2005 Modified Files: pkgsrc/mail/postfix: distinfo pkgsrc/mail/postfix/patches: patch-ag Log Message: Make this compile on NetBSD 2.1. Does not affect other versions so no version bump. Fixes pkg/31952. --- Module Name: pkgsrc Committed By: martti Date: Sat Nov 12 05:23:18 UTC 2005 Modified Files: pkgsrc/mail/postfix-current: distinfo pkgsrc/mail/postfix-current/patches: patch-ag Log Message: Make this compile on NetBSD 2.1. Does not affect other versions so no version bump. Fixes same problem as pkg/31952. --- Module Name: pkgsrc Committed By: martti Date: Sun Nov 13 10:37:10 UTC 2005 Modified Files: pkgsrc/mail/postfix: distinfo pkgsrc/mail/postfix-current: distinfo pkgsrc/mail/postfix-current/patches: patch-ag pkgsrc/mail/postfix/patches: patch-ag Log Message: Regenerate the patches not to add NetBSD stuff inside Mac OS X section. --- Module Name: pkgsrc Committed By: martti Date: Tue Nov 15 10:43:20 UTC 2005 Modified Files: pkgsrc/mail/postfix-current: distinfo pkgsrc/mail/postfix-current/patches: patch-ai Log Message: Treat DragonFly as FreeBSD 4 to let Postfix build.
2005-11-05Pullup ticket 891 - requested by Lubomir Sedlaciksnj3-13/+14
security update for clamav Revisions pulled up: - pkgsrc/mail/clamav/distinfo 1.31 - pkgsrc/mail/clamav/distinfo 1.32 - pkgsrc/mail/clamav/patches/patch-ah 1.5 - pkgsrc/mail/clamav/patches/patch-ah 1.6 - pkgsrc/mail/clamav/Makefile 1.46 - pkgsrc/mail/clamav/Makefile 1.47 Module Name: pkgsrc Committed By: rillig Date: Thu Oct 13 18:09:06 UTC 2005 Modified Files: pkgsrc/mail/clamav: distinfo pkgsrc/mail/clamav/patches: patch-ah Log Message: Added a chunk to patch-ah that fixes one of the ubiquitous declaration-after-code occurences. Fixes PR #31576. --- Module Name: pkgsrc Committed By: rillig Date: Sun Oct 23 22:32:20 UTC 2005 Modified Files: pkgsrc/mail/clamav: Makefile Log Message: Added --with-zlib=${BUILDLINK_PREFIX.zlib} to CONFIGURE_ARGS. This should fix PR 31898. --- Module Name: pkgsrc Committed By: grant Date: Fri Nov 4 03:47:49 UTC 2005 Modified Files: pkgsrc/mail/clamav: Makefile distinfo pkgsrc/mail/clamav/patches: patch-ah Log Message: update clamav to 0.87.1. changes since 0.87: * Bugfixes: - libclamav/petite.c: fix boundary checks (acab) - libclamav/mbox.c: scan attachments that have no filename (njh) - libclamav/fsg.c: fix buffer size calculation in unfsg_133 Reported by Zero Day Initiative (ZDI-CAN-004) - libclamav/tnef.c: fix possible infinite loop Reported by iDEFENSE (IDEF1169). - libclamav/mspack/cabd.c: fix possible infinite loop in cabd_find (tk) Reported by iDEFENSE (IDEF1180). - clamd/others.c: fix compilation error on Cobalt Qube 1 (tk) - clamd: properly handle ReadTimeout in SESSION (tk) Bug reported by Kamil Kaczkowski <kamil*kamil.eisp.pl> - libclamav/others.c,h: Add generic bitset implementation (trog) - libclamav/ole2_extract.c: Make sure the property tree doesn't loop (trog) Fixes CAN-2005-3239. Installations with default settings were not affected by this bug.
2005-11-01Pullup ticket 877 - requested by Adrian Portellisalo8-8/+219
security fix for fetchmailconf, portability fixes for fetchmail Revisions pulled up: - pkgsrc/mail/fetchmail/Makefile 1.154 - pkgsrc/mail/fetchmail/distinfo 1.32, 1.33 - pkgsrc/mail/fetchmail/options.mk 1.12, 1.13 - pkgsrc/mail/fetchmail/patches/patch-ah 1.1 - pkgsrc/mail/fetchmail/patches/patch-ai 1.1 - pkgsrc/mail/fetchmail/patches/patch-aj 1.1 - pkgsrc/mail/fetchmail/patches/patch-ak 1.1 - pkgsrc/mail/fetchmailconf/Makefile 1.65 Module Name: pkgsrc Committed By: rillig Date: Wed Sep 28 21:55:32 UTC 2005 Modified Files: pkgsrc/mail/fetchmail: options.mk Log Message: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- Module Name: pkgsrc Committed By: scottr Date: Tue Oct 25 17:52:38 UTC 2005 Modified Files: pkgsrc/mail/fetchmail: options.mk Log Message: Add SOCKS4/SOCKS5 support. --- Module Name: pkgsrc Committed By: tonio Date: Fri Oct 21 20:56:50 UTC 2005 Modified Files: pkgsrc/mail/fetchmail: Makefile distinfo Added Files: pkgsrc/mail/fetchmail/patches: patch-ah patch-ai patch-aj Log Message: Fix mail/fetchmail under darwin (PR 28543). The added patches add a prefix "fm_" to lock related finctions, to avoid name clash with darwin lock functions. Link with -lresolv under darwin. (thanks scole_at_sdf.lonestar.org for the patches) Bump PKGREVISION --- Module Name: pkgsrc Committed By: adrianp Date: Tue Nov 1 19:16:52 UTC 2005 Modified Files: pkgsrc/mail/fetchmail: distinfo Added Files: pkgsrc/mail/fetchmail/patches: patch-ak Log Message: Add patch-ak for a fetchmailconf security issue. This patch does not impact the fetchmail package so no version bump is required. --- Module Name: pkgsrc Committed By: adrianp Date: Tue Nov 1 19:17:41 UTC 2005 Modified Files: pkgsrc/mail/fetchmailconf: Makefile Log Message: Bump to nb3 for security patch
2005-10-08Pullup ticket 805 - requested by Lubomir Sedlaciksnj4-4/+23
security fix for imap-uw Revisions pulled up: - pkgsrc/mail/imap-uw/Makefile 1.102 - pkgsrc/mail/imap-uw/buildlink3.mk 1.5 - pkgsrc/mail/imap-uw/distinfo 1.25 - pkgsrc/mail/imap-uw/patches/patch-an 1.1 Module Name: pkgsrc Committed By: salo Date: Wed Oct 5 15:49:44 UTC 2005 Modified Files: pkgsrc/mail/imap-uw: Makefile buildlink3.mk distinfo Added Files: pkgsrc/mail/imap-uw/patches: patch-an Log Message: Security fix for SA17062: "A vulnerability in UW-imapd can be exploited by malicious users to cause a DoS (Denial of Service) or compromise a vulnerable system. The vulnerability is caused due to a boundary error in the "mail_valid_net_parse_work()" function when copying the user supplied mailbox name to a stack buffer. This can be exploited to cause a stack-based buffer overflow via a specially crafted mailbox name that contains an single opening double-quote character, without the corresponding closing double-quote. Successful exploitation allows arbitrary code execution, but requires valid credentials on the IMAP server." valid credentials on the IMAP server." http://secunia.com/advisories/17062/ www.idefense.com/application/poi/display?id=313&type=vulnerabilities http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2933 Patch from 2004g.
2005-10-05Pullup ticket 801 - requested by Martti Kuparinensalo14-173/+184
postfix-current update and PLIST fix Revisions pulled up: - pkgsrc/mail/postfix-current/MESSAGE.sasl 1.3 - pkgsrc/mail/postfix-current/MESSAGE.tls removed - pkgsrc/mail/postfix-current/Makefile 1.45 - pkgsrc/mail/postfix-current/PLIST 1.7, 1.8 - pkgsrc/mail/postfix-current/PLIST.inet6 removed - pkgsrc/mail/postfix-current/PLIST.sasl removed - pkgsrc/mail/postfix-current/PLIST.tls removed - pkgsrc/mail/postfix-current/distinfo 1.14 - pkgsrc/mail/postfix-current/options.mk 1.11 - pkgsrc/mail/postfix-current/patches/patch-aa 1.15 - pkgsrc/mail/postfix-current/patches/patch-ab 1.8 - pkgsrc/mail/postfix-current/patches/patch-ac 1.6 - pkgsrc/mail/postfix-current/patches/patch-ag 1.9 - pkgsrc/mail/postfix-current/patches/patch-ai 1.10 Module Name: pkgsrc Committed By: martti Date: Fri Sep 30 05:42:38 UTC 2005 Modified Files: pkgsrc/mail/postfix-current: PLIST Removed Files: pkgsrc/mail/postfix-current: PLIST.tls Log Message: Fix PLIST issues noted in bulkbuilds --- Module Name: pkgsrc Committed By: martti Date: Fri Sep 30 06:04:32 UTC 2005 Modified Files: pkgsrc/mail/postfix-current: MESSAGE.sasl Makefile PLIST distinfo options.mk pkgsrc/mail/postfix-current/patches: patch-aa patch-ag patch-ai Added Files: pkgsrc/mail/postfix-current/patches: patch-ab patch-ac Removed Files: pkgsrc/mail/postfix-current: MESSAGE.tls PLIST.inet6 PLIST.sasl Log Message: Updated postfix-current to 2.3-20050922 * lots of bug fixes and new features (see RELEASE_NOTES for details) * sync PLIST.*, MESSAGE.*, Makefile and options.mk with pkgsrc/mail/postfix
2005-10-03Pullup ticket 797 - requested by Shin'ichiro TAYAsalo4-10/+8
security update for thunderbird Revisions pulled up: - pkgsrc/mail/thunderbird/Makefile 1.11 - pkgsrc/mail/thunderbird/Makefile-thunderbird.common 1.8 - pkgsrc/mail/thunderbird/distinfo 1.18 - pkgsrc/mail/thunderbird-gtk1/Makefile 1.4 Module Name: pkgsrc Committed By: taya Date: Sun Oct 2 12:37:04 UTC 2005 Modified Files: pkgsrc/mail/thunderbird: Makefile Makefile-thunderbird.common distinfo pkgsrc/mail/thunderbird-gtk1: Makefile Log Message: Update thunderbird & thunderbird-gtk1 to 1.0.7 What's New in Thunderbird 1.0.7 (from Release Notes) Thunderbird 1.0.7 is a security and stability update that is part of our ongoing program to provide a safe Internet experience for our customers. We recommend that all users upgrade to this latest version.
2005-10-03Pullup ticket 796 - requested by Min Sik Kimsalo1-1/+3
portability fix for imap-uw Revisions pulled up: - pkgsrc/mail/imap-uw/Makefile 1.100 Module Name: pkgsrc Committed By: minskim Date: Sun Oct 2 20:26:24 UTC 2005 Modified Files: pkgsrc/mail/imap-uw: Makefile Log Message: Set BUILD_TARGET correctly on OSF1. Patch provided by Hideo Masuda through PR pkg/31445.
2005-09-30Pullup ticket 785 - requested by Lubomir Sedlaciksnj2-6/+6
security update for clamav Revisions pulled up: - pkgsrc/mail/clamav/Makefile 1.45 - pkgsrc/mail/clamav/distinfo 1.30 Module Name: pkgsrc Committed By: xtraeme Date: Tue Sep 27 14:23:41 UTC 2005 Modified Files: pkgsrc/mail/clamav: Makefile distinfo Log Message: Update to 0.87, closes PR pkg/31339. This version fixes vulnerabilities in handling of UPX and FSG compressed executables. Support for PE files, Zip and Cabinet archives has been improved and other small bugfixes have been made. The new option "--on-outdated-execute" allows freshclam to run a command when system reports a new engine version.
2005-09-22Convert to use options framework.jlam2-9/+24
2005-09-22Bump package revision change because of package list change.tron1-2/+2
2005-09-22Add "share/doc/mutt/samples" to package list.tron1-1/+3
2005-09-20Fix "Fatal error: Only variables can be passed by reference" inschmonz7-3/+112
several files that occurs with PHP 5.0.5 by applying the small "squirrelmail-stable.diff" from the SourceForge page about the bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1237160&group_id=311&atid=423679 Problem reported by Nathan Arthur in private mail. Fix OK'd by martti@.
2005-09-18The thunderbird and thunderbird-gtk1 package Makefiles includejlam2-2/+4
mozilla/Makefile.common, which no longer includes bsd.pkg.mk, so include bsd.pkg.mk ourselves.
2005-09-15Update sylpheed-devel to 2.1.2. Main changes are:chris2-6/+6
* The core parts were separated into a library (LibSylph), and its license was changed to LGPL. * The feature to sort the summary by thread date was implemented. * When executing IMAP4 operations which take long time, its progress is now displayed on the statusbar, and the UI is periodically updated. * The number of messages to be copied at a time on IMAP4 was limited to prevent timeout error. * GPG and SSL settings are now saved even if they are disabled at the compile time. * The auto detection of Japanese encoding now supports UTF-8 encoding. * The text display has been modified a bit. * The initial implementation of tray icon was added. * Address fields are now normalized before sending. * Some problems of the addressbook was fixed. * A bug in which message/rfc822 attachments were broken when pgp-signed was fixed. * Win32: A bug in which opened sockets were not closed properly was fixed.
2005-09-11Fix for security issue: http://secunia.com/advisories/16704/adrianp3-9/+85
Bump to nb2
2005-09-10Update exim to 4.52nb2abs5-44/+73
- Fix NetBSD statvfs check for NetBSD 2.1 - Move options into options.mk, - breakout lookup_dsearch (default on) - add saslauthd (Requested by Peter Avalos)
2005-09-08Convert another rogue statvfs() __NetBSD_Version__ check to 299000900abs2-5/+5
2005-09-08Update patches for mozilla applications to handle the fact that onabs4-8/+10
NetBSD the thread safe resolver is only available on __NetBSD_Version__ >= 299000900. Fixes runtime usage on NetBSD 2.1. New Versions: - firefox-1.0.6nb2 - firefox-gtk1-1.0.6nb2 - mozilla-1.7.11nb1 - mozilla-gtk2-1.7.11nb1 - thunderbird-1.0.6nb1 - thunderbird-gtk1-1.0.6nb1
2005-09-08Fix typo (s/DEPENDS++/DEPENDS+=/) to include pear-Mail dependency.ben1-2/+2
2005-09-06Changes 0.4.26:adam4-19/+17
* Don't crash if no certificate is sent by the remote side and -skip-certificate-check has been given. * Avoid duplicate error messages. * Disable libgcrypt secure memory warning. * security.debian.rb: better when disconnected.
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs6-12/+12
No pkgrevision bumps needed.
2005-09-06patch-ad:1.7 removes the need to pre-create the samples symlink in thejlam1-6/+1
doc directory for installation.
2005-09-04Update ruby-actionmailer to 1.0.1.taca4-31/+15
*1.0.1* (11 July, 2005) * Bind to Action Pack 1.9.1 *1.0.0* (6 July, 2005) * Avoid adding nil header values #1392 * Better multipart support with implicit multipart/alternative and sorting of subparts [John Long] * Allow for nested parts in multipart mails #1570 [Flurin Egger] * Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] * Allow template to be explicitly specified #1448 [tuxie@dekadance.se] * Allow specific "multipart/xxx" content-type to be set on multipart messages #1412 [Flurin Egger] * Unquoted @ characters in headers are now accepted in spite of RFC 822 #1206 * Helper support (borrowed from ActionPack) * Silently ignore Errno::EINVAL errors when converting text. * Don't cause an error when parsing an encoded attachment name #1340 [lon@speedymac.com] * Nested multipart message parts are correctly processed in TMail::Mail#body * BCC headers are removed when sending via SMTP #1402 * Added 'content_type' accessor, to allow content type to be set on a per-message basis. content_type defaults to "text/plain". * Silently ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com] * Support attachments and multipart messages. * Added new accessors for the various mail properties. * Fix to only perform the charset conversion if a 'from' and a 'to' charset are given (make no assumptions about what the charset was) #1276 [Jamis Buck] * Fix attachments and content-type problems #1276 [Jamis Buck] * Fixed the TMail#body method to look at the content-transfer-encoding header and unquote the body according to the rules it specifies #1265 [Jamis Buck] * Added unquoting even if the iconv lib can't be loaded--in that case, only the charset conversion is skipped #1265 [Jamis Buck] * Added automatic decoding of base64 bodies #1214 [Jamis Buck] * Added that delivery errors are caught in a way so the mail is still returned whether the delivery was successful or not * Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> would cause the quoter to generate emails resulting in "bad address" errors from the mail server #1220 [Jamis Buck] *0.9.1* (20th April, 2005) * Depend on Action Pack 1.8.1 *0.9.0* (19th April, 2005) * Added that deliver_* will now return the email that was sent * Added that quoting to UTF-8 only happens if the characters used are in that range #955 [Jamis Buck] * Fixed quoting for all address headers, not just to #955 [Jamis Buck] * Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfgang@stufenlos.net]
2005-09-04Bump the PKGREVISION of packages that linked against the lua sharedjlam1-2/+2
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-03Update mutt-devel to 1.5.10tonio7-23/+82
This release contains many bug fixes for imap support and gpg support. Change maintainer, i will take this one Approved by cube@ Adding patch-ae fixing PR 30981 the same patch was comitted to mutt's cvs HEAD http://dev.mutt.org/cgi-bin/gitweb.cgi?p=mutt/.git;a=commitdiff;h=7423dcab2c8ed2dff79354db0ab8a444a075bb64
2005-09-03Fix detection of Berkeley db4 if /usr/include/db.h exists and happensjlam3-2/+33
to pass mutt's weak configure tests. Fixes build with the "mutt-hcache" option on FreeBSD-4.
2005-09-02Allow this to build on DragonFly also. No change to package.reed2-4/+4
Found this on DragonFly users List. Thank you Steve O'Hara-Smith.
2005-09-02Update to 0.443. From the changelog:schmonz2-6/+6
- Fixed the marker logic in ezmlm-moderate to allow comments between any two lines containing "%%%", not just lines 8 characters or longer. - Some internal changes in ezmlm-test and the subdb API.
2005-08-31Convert to PKG_OPTIONS_GROUP syntax.tv1-2/+6
2005-08-29Add DragonFly support files.reed3-1/+47
I only tested a little (installed and ran daemon and manually sent one email via SMTP). I emailed exim developer list to submit support also. (PKGREVISION was bumped a couple minutes ago, so use it.)
2005-08-29Work when installing and using as non-root:reed3-24/+34
Use VARBASE instead of hard-coded /var Set INST_CHOWN for the installer script. Bump PKGREVISION.
2005-08-29Add in a specific reference to ${BUILDLINK_PREFIX.openssl} so thatadrianp1-1/+2
configure finds the right OpenSSL.
2005-08-29Bump to nb1 for inclusion of patches to address security issue.adrianp4-2/+83
2005-08-29...and likewise, option "gnutls" is no longer supported here.tv1-2/+2
2005-08-29Make this not fail if gnutls is specified; rather, just fall back totv1-8/+9
openssl (or no ssl) anyway.
2005-08-29Only one SSL scheme can be used. Default to (and prefer) OpenSSL; allowtv1-17/+15
fallback to gnutls of ssl is not set in OPTIONS.
2005-08-28Update vm to 7.19. Changes unknown.uebayasi1-2/+3
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