summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08oops - restore old patch toodrochner1-0/+16
2010-09-08back out update to the API incompatible 2.4 branch -- there aredrochner5-170/+172
still users of the 2.0 API, and mail/gmome24 has been there before
2010-09-08-use mail/gmime24, it has been there beforedrochner3-11/+10
-no need to define _NETBSD_SOURCE -- _XOPEN_SOURCE=520 should be sufficient for getaddrinfo(3), and more portable -ltdl is unused apparently
2010-09-07Changes 2.4.8:adam15-160/+70
* QUOTA and MYRIGHTS IMAP extension support. * IMAP compression (COMPRESS=DEFLATE) when supported by server * making opening attachment easier by saving them in a directory * downloadable images when using Webkit html widget * faster opening of the compose window. * text searching enabled in the WebKit html viewer. * options to hide toolbars and other parts of the UI (useful on netbooks etc). * For laptop/wifi users: not trying to reach POP3 servers while disconnected, and instead checking immediately on reconnection. * infinite loop avoided. * avoid crashes when manually verifing GPG signature.
2010-09-07Changes 2.4.18:adam6-188/+170
GMime 2.4 has had a number of API changes since GMime 2.2. To start, ALL public APIs that used to use off_t in GMime 2.2 now use gint64 so that the API and ABI do not change based on whether or not large file support is enabled. In addition, all of the functions marked as deprecated in 2.0 and 2.2 were removed (usually they had equivalent functionality in a parent class). Many functions have also been renamed for better clarity and/or consistency. For convenience, GMime 2.4 source packages include a shell-script to aid in porting applications using GMime 2.2 (should work for most GMime 2.0 applications as well) to the 2.4 API. You can find this script under the tools/ directory, named `gmime-port-2-2-to-2-4.sh'. This script won't fix everything, but it should help quite a bit.
2010-09-06Stop warning with perl 5.12.taca4-3/+35
Bump PKGREVISION.
2010-09-05Updating mail/p5-Catalyst-View-Email from 0.23nb1 to 0.30sno2-15/+16
pkgsrc changes: - adjust dependencies - convert module type Upstream changes: 0.30 2010-05-22 - Added Test::Requires to 06config.t 0.29 2010-05-21 - Using Test::Requires for Mason and Template::Toolkit dependency check - Removed Template::Toolkit and Mason as prereqs 0.28 2010-05-14 - Added version numbers to Helpers 0.27 2010-03-23 - made ::View::TT and ::View::Mason hard deps - adjusted tests to reflect the aforementioned - patches welcome 0.25_02 2010-02-21 - cleaned up tests - made Test::More 0.88 a prereq 0.25_01 2010-02-21 - updated/corrected docs - added proper svn repo url 0.25 2010-02-01 - converted to Module::Install
2010-09-05Updating mail/p5-Email-Sender from 0.100460nb1 to 0.102370sno2-10/+8
pkgsrc changes: - adjust dependencies Upstream changes: 0.102370 2010-08-25 08:37:22 America/New_York remove spurious prereq on Sys::Hostname::Long (thanks ABH) tweak some tests for truth/definedness in SMTP transport 0.102360 2010-08-24 07:47:24 America/New_York avoid the need to use "excludes" in role application; this silences warnings with Moose 1.10 0.101760 2010-06-25 08:18:26 America/New_York fix sendmail.t with latest Capture::Tiny (Justin Hunter)
2010-09-05Updating mail/p5-Email-Address from 1.889nb2 to 1.892sno2-7/+8
pkgsrc changes: - adjust license Upstream changes: 1.892 2010-09-02 revert all behavior to 1.889 1.891 2010-08-30 rework domainless address feature to work on perl5.8 (Alex Vandiver) 1.890 2010-08-22 allow domainless addresses (if requested) (thanks, Alex Vandiver)
2010-09-05Updating mail/p5-Email-Abstract from 3.001nb1 to 3.002sno2-16/+19
pkgsrc changes: - tidy - add license definition - adjust dependencies Upstream changes: 3.002 2010-06-11 avoid a warning in MailInternet with zero headers found
2010-09-05Updating mail/p5-Email-MIME from 1.903nb1 to 1.904sno2-7/+7
Upstream changes: 1.904 2010-09-04 eliminate memory leak in walk_parts (reported by MKANAT, RT #59581)
2010-09-04Update HOMEPAGE and MASTER_SITES.obache1-3/+5
2010-09-01update to 2.4.18drochner3-51/+51
changes: bugfixes
2010-09-01update to 2.30.3drochner3-19/+7
changes: -bugfixes -UI improvements -translation updates
2010-09-01update to 2.30.3drochner2-6/+6
changes: bugfixes
2010-09-01update to 0.7.2drochner2-6/+6
changes: - Fix typo for running properly - Support for new hidden property 'show_compose_margin' - Updated Spanish translation
2010-09-01From Robert Elz:wiz7-1/+123
Patch from upstream cvs repository to allow exmh to function correctly with tcl 8.5 (or any earlier version). This patch will not be needed after the next exmh upgrade. No PKGREVISION bump since no uservisible changes.
2010-08-30MIMEDefang 2.71 fixes the following bugs:pettai2-7/+6
* Restores compatibility with Postfix (which was broken in 2.70). * Properly fixes signal-handling in child processes. 2.70 included a partial fix, but signal-handling would break if you ran md-mx-ctrl reread.
2010-08-26patch-ac has been changedadam1-2/+2
2010-08-26Changes 0.96.2:adam3-19/+19
* contrib: add safe_clamd from Luca * freshclam: uses private symbol which changed proto, change name to prevent crash * libclamav: fix callback_sigload * clamdscan: fix parsing of virus names in extended mode and --stream * libclamav/c++/detect.cpp: Mac OS X can run 64-bit apps on 32-bit kernel * libclamav/others.h: bump f-level * sigtool/sigtool.c: fix handling of --datadir * libclamav/matcher-ac.c: improve offset handling * libclamav/7z/Archive/7z/7zDecode.c: shut up a warning * libclamav/autoit.c: properly resume from empty files regression introduced in ac867aad * libclamav/elf.c: fix zero mem alloc warning * win32: fix libclamav's triple and fix GetVersion * libclamav/bytecode.c: save lsig counts/offsets * libclamav/{bytecode,matcher}.c: matchicon API * libclamav/pe_icons.c: BE fixes * more...
2010-08-21Update "milter-greylist" package to version 4.2.6. Changes since 4.2.5:tron2-6/+6
- Build fix for Solaris - Fix .m4 file - Allow k or M suffix after data sizes - Add a missing comma in X-Greylist (Kouhei Sutou) - Look for liresolv in ${libdir} instead of /usr/lib (DUFRESNE VINCENT) - Fix SPF on Postfix (Kouhei Sutou)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb70-108/+140
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-21Update milter-manager to 1.6.1.obache2-6/+6
== [release-1-6-1] 1.6.1: 2010-08-21 A bug fix release of 1.6.0. === milter manager ==== Fixes * Fixed a bug that no statistics information isn't logged to syslog. [Reported by akira yamada] === Thanks * akira yamada
2010-08-20Fix patch for "approve" to make it work with Perl 5.12.1.tron3-8/+47
2010-08-17reset MAINTAINER (bounced)tnn1-4/+3
fix HOMEPAGE
2010-08-16Reset maintainer, he resigned.wiz1-2/+2
2010-08-16Update to 5.428:wiz2-7/+6
5.428 2010-04-22 Dave O'Neill <dmo@roaringpenguin.com> * VERSION 5.428 RELEASED * (ticket 56764) Build release with a newer Module::Install * (ticket 52924) ensure we add <> around Content-id data * (ticket 48036) make mimesend example script a bit more useful (courtesy of Jerrad Pierce) * (ticket 43439) fix for parsing of doubled ; in multipart headers * (ticket 41632) If both RFC-2231 and non-RFC-2231 parameters are present, use only the RFC-2231 ones * (ticket 40715) Reference Encode::MIME::Header in docs * (ticket 39985) correct POD typos * Only bind to localhost in smtpsend test, rather than to all available interfaces. This might avoid some of the test failures seen on cpantesters.
2010-08-12Update milter-manager to 1.6.0.obache3-9/+42
== [release-1-6-0] 1.6.0: 2010-08-11 The first release of stable 1.6.x series. === milter manager ==== Improvements * Added parsers for Postfix cidr_table(5) and regexp_table(5): PostfixCIDRTable, PostfixRegexpTable == [release-1-5-3] 1.5.3: 2010-08-03 The last release of 1.5.x series. (plan) === Document ==== Improvements * Added a description for ((<SocketAddress#to_ip_address|configuration#to-ip-address>)). === milter manager ==== Improvements * Ensured to reply for negotiation on negotiation failure. * Reduced the default timeout for reporting timeout error to MTA. The previous default timeout is the same as MTA default. With the value, we can't have a time to report timeout error to MTA. * command launcher: Supported syslog. * Added an applicable condition: * ((<Trust|"doc/configuration.rd.ja#trust">)) * Supported Solaris. [Patched by SATOH Fumiyasu] === milter manager admin ==== Improvements * Supported Rails 2.3.8. === milter-test-server ==== Improvements * Added ((<--color|milter-test-server#--color>)) option. * Added ((<--threads|milter-test-server#--threads>)) option. === milter-core ==== Improvements * Chanaged default log level to output error and critical message. === Ruby milter ==== Improvements * Added --user, --gorup, --unix-socket-group, --unix-socket-mode, --syslog, --library-version options. * Added milter-test-client implemented by Ruby as a sample. * Added milter-regexp.rb as a sample. === Thanks * SATOH Fumiyasu == [release-1-5-2] 1.5.2: 2010-05-29 A bug fix release of 1.5.1. We recommend development version users who use a milter that uses NO_REPLY_* or milter-greylist 4.3.x upgrade to this version. === Document ==== Improvements * Created ((<available milters|available-milters>)) list. * Updated recommended milter-greylist configuration. === milter manager ==== Improvements * Supported S25R ((<whitelist customize |"doc/configuration.rd#s25r.add_whitelist">)) and ((<blacklist customize|"doc/configuration.rd#s25r.add_blacklist">)). === milter-manager-log-analyzer ==== Improvements * Supported milter-greylist 4.3.x. === milter-toolkit ==== Improvements * Used inet_pton()/inet_pton() instead of inet_aton()/inet_ntoa(). [Suggested by SATOH Fumiyasu] === Thanks * SATOH Fumiyasu * ROSSO == [release-1-5-1] 1.5.1: 2010-04-20 A bug fix release of 1.5.0. It includes a memory leak fix derived from Ruby/GLib2 because bundled Ruby/GLib2 is updated. If bundled Ruby/GLib2 is used, upgrade is recommended. === Document ==== Improvements * Added install document for development release on Ubuntu Karmic Koara. * Added a description that installs Rack explicitly. [Reported by Tsuchiya] ==== Fixes * FreeBSD: Fixed package name [Reported by Tsuchiya] === libmilter-core ==== Improvements * Supported syslog level change by MILTER_LOG_SYSLOG_LEVEL environment variable. * Added memory profiler. === milter manager ==== Improvements * Supported Solaris. [Reported and patched by SATOH Fumiyasu] * Bundled Ruby/GLib2 0.19.4. === milter-test-client ==== Improvements * Added ((<--report-memory-profile|milter-test-client#--report-memory-profile>)) option. === Thanks * Tsuchiya * SATOH Fumiyasu == [release-1-5-0] 1.5.0: 2010-03-29 A development release. === Document ==== Improvements * For Debian GNU/Linux・Ubuntu: * Removed needless group change description [Suggested by ZnZ] * For CentOS: * Used Yum instead of RPM directly. * For FreeBSD: * Upgraded target version: 7.2-RELEASE -> 8.0-RELEASE * Changed to use CPPFLAGS instead of CFLAGS for configure. ==== Bug fixes * For FreeBSD: * Fixed pw command options. === milter manager ==== Improvements * init script for Debian GNU/Linux: * Supported 'status'. [Suggested by ZnZ] * Delayed parameter checks until they are needed. [Suggested by ZnZ] * Removed needless dependencies. [Suggested by ZnZ] * [#2921072] Showed loaded configuration file path on verbose mode. [Suggested by Antuan Avdioukhine] * [#2921072] Showed file and line that are changed the configuration item. [Suggested by Antuan Avdioukhine] * [#2921078] Supported no child milter work. [Suggested by Antuan Avdioukhine] * Added configuration items: * ((<remove_milter|"doc/configuration.rd#remove_milter">)) * ((<manager.connection_check_interval|"doc/configuration.rd#manager.connection_check_interval">)) * ((<manager.define_connection_checker|"doc/configuration.rd#manager.define_connection_checker">)) * ((<manager.use_netstat_connection_checker|"doc/configuration.rd#manager.use_netstat_connection_checker">)) * ((<manager.report_memory_statistics|"doc/configuration.rd#manager.report_memory_statistics">)) * ((<manager.maintained|"doc/configuration.rd#manager.maintained">)) * ((<stress.threshold_n_connections|"doc/configuration.rd#stress.threshold_n_connections">)) * ((<stress.threshold_n_connections=|"doc/configuration.rd#stress.threshold_n_connections=">)) * ((<remote_network.add_local_address|"doc/configuration.rd#remote_network.add_local_address">)) * Added new applicable conditions * ((<No Stress|"doc/configuration.rd#no-stress">)) * ((<Stress Notify|"doc/configuration.rd#stress-notify">)) * Bundled Ruby/GLib 0.19.3. (For FreeBSD) * Changed to use /usr/sbin/service or /sbin/service if it is available. * Supported OpenDKIM detection on CentOS. * Supported Syslog facility change: MILTER_LOG_SYSLOG_FACILITY environment variable is used. * ((<manager.max_file_descriptors|"doc/configuration.rd.ja#manager.max_file_descriptors">)): Changed both of soft and hard limit not only soft limit. * Supported ((<Munin|URL:http://munin-monitoring.org/>)). * Speed up and effective memory usage. ==== Bug fixes * FreeBSD: Fixed OpenDKIM detection when any profiles aren't used in /etc/rc.conf. [Reported by Tsuchiya] * Fixed a bug that applicable condition is ignored by Ruby's GC. ==== Experimental * Introduced policy framework to specify condition and milter all together. === milter-toolkit * Supported milter development by Ruby bindings: ((<Ruby integration|ruby>)) * Specify --enable-ruby-milter option in configure. === milter-manager-log-analyzer * Speed up (almost 2 times faster) * Supported visualization about number connections that is disconnection from SMTP clients. === milter-performance-check * New options * ((<--n-concurrent-connections|"doc/milter-performance-check#--n-concurrent-connections">)): Specifies maximum number of concurrency connections. === milter-test-client * New options: * ((<--no-report-request|"doc/milter-test-client#--no-report-request">)): Doesn't dump requests from MTA. * ((<--user|"doc/milter-test-client#--user">)): Specifies effective user. * ((<--group|"doc/milter-test-client#--group">)): Specifies effective group. * ((<--socket-group|"doc/milter-test-client#--socket-group">)): Specifies UNIX domain socket's group. === Package ==== CentOS * Split to some packages. === Test * Supported ((<Cutter|URL:http://cutter.sourceforge.net/>)) 1.1.0 === Thanks * ZnZ * Tsuchiya * Antuan Avdioukhine
2010-08-06Protect dbmail.conf with CONF_FILES_PERMS because it typically containstnn2-7/+8
sensitive information. While here, update to dbmail-2.2.16 (bugfixes)
2010-07-28Don't specify --with-krb5 if the krb5 option isn't selected, otherwisedsainty2-7/+5
the build, understandably, may fail. If the krb5 option is selected, apply the paths as found in the previous revision of the Makefile. Fixes the build under Linux.
2010-07-28Remove a remanent of the krb4 optiondsainty1-2/+2
2010-07-25Update Dovecot to 1.2.13.ghen3-10/+40
This release fixes a bug in ACL plugin, which could be considered a security bug: If Maildir is used with default settings (INBOX is same as Maildir root dir) and user set some ACLs to INBOX, those ACLs were copied to all newly created mailboxes. This should have been done only for "default ACLs", but with Maildir the INBOX directory is the same as the default ACL directory, so this mixup happened. This bug exists only in v1.2.x releases. Other fixes: - Fixed iconv() crash when it was processing several kilobytes of broken continuous input. This mainly could have caused a problem with IMAP SEARCH. Possibly also with some Sieve checks. - If MIME encoded-words contained line feeds, Dovecot logged cache corruption errors. - mbox: Renaming mailbox under newly created dir didn't move index directory. - mbox: When generating envelope to From_-line, don't append a second @owndomain if username already has one.
2010-07-24Update "squirremail" package to version 1.4.21. Changes since 1.4.20:tron3-7/+9
- Now allow more than one plugin to control the compose form submit action. - When sorting by received date, the received date is now shown on the message list. - Explicitly disable browser caching for left_main and right_main pages (#2983134). - Fix error with SpamCop reporting plugin not being able to send report as emails (#1795310). - Fix typo in SpamCop plugin. - Reduced default time security tokens stay valid from 30 days to 2 days (reduces chances of session data growing too large) - Several speed enhancements for recent fixes regarding the display of encoded subjects, including a fix for messages with invalid subject encoding (includes #2987016 amongst several other issues reported via mailing list, etc.) (Many thanks to Zdenek Pytela for the untiring help diagnosing and testing.) - Fixed minor vulnerability in Mail Fetch plugin. [CVE-2010-1637/TEHTRI-SA-2010-009] - Now properly quote personal part of encoded addresses when replying. - Now fill in default subject when forwarding as attachment (#2936541). - Implement header folding that doesn't add extraneous spaces so unfolding is less ambiguous (#1951776). - Fixed issues caused by use of PostgreSQL keyword "user" in SquirrelMail's default preferences database schema (#2943483). - Fixed attachment filename decoding problems (#2994865). - Now default search criteria to the TO header when searching the sent folder. - Fixed literal processing of 8-bit usernames/passwords during login. [CVE-2010-2813]
2010-07-24Update bogofilter to 1.2.2.obache5-48/+26
pkgsrc changes: * accept bdb3 and bdb5, rename db4 option to bdb. * accept tokyocabinet for db engine. * buildlink with libiconv for UNICODE support. ------------------------------------------------------------------------------- 1.2.2 2010-10-08 (released) 2010-07-05 * Use a better PRNG for random sleeps. That is arc4random() where available, and drand48() elsewhere. * Assorted fixes for issues found with clang analyzer: + Fix a potential NULL deference + Fix a potential division by zero + Remove dead assignments and increments * Update Doxyfile and source contrib/bogogrep.c for docs, too. 2010-07-03 * Security bugfix, CVE-2010-2494: Fix a heap corruption in base64 decoder on invalid input. Analysis and patch by Julius Plenz <plenz@cis.fu-berlin.de>. Please see doc/bogofilter-SA-2010-01 for details. 2010-04-07 * Updated sendmail milter contrib/bogofilter-milter.pl to v1.?????? (thanks to Jonathan Kamens) 2010-04-01 * Bump supported/minimum SQLite3 versions and warning threshold. See doc/README.sqlite for details. * Mark BerkeleyDB 4.8.26 and 5.0.21 supported. Note that Berkeley DB 5.0's SQLite3 compatibility API is NOT supported, it causes shifts in scores and write failures under contention. Bogofilter can use Berkeley DB 5.0's native interface, and using that is more efficient than the added SQL shim layer. 2010-03-06 * Make t.maint more robust; ignore .ENCODING token. To fix test failures on, for instance, FreeBSD with unicode enabled. 2010-02-15 * Fix several compiler warnings "array subscript has type 'char'", by casting the arguments to unsigned char. A security audit was conducted and showed that all affected functions either received the relevant input from the user running bogofilter, or the input had already been pre-validated by the token lexer. 2010-02-14 * Split error messages for ENOENT and EINVAL into new function. * Avoid divison by zero in robx computation by checking if there are at least one ham message and one spam message registered. 2009-08-13 * contrib/spamitarium.pl updated to version 0.4.0 (thanks to Tom Anderson) 2009-08-05 * Updated and integrated Ted Phelps's "Patch to prevent .ENCODING from being discarded by bogoutil -m" (SourceForge Patch #1743984). Thanks to Ted for debugging the issue and providing the patch (which was for bogofilter v1.1.5). 2009-09-15 * Promoted to "stable" 1.2.1 2009-08-01 (released) 2009-08-01 * Update configure to use "host" rather than "target", to match the newer autotools cross-build semantics. Untested. Developers changing the build system and users who build from SVN will now need automake 1.9 and autoconf 2.60. 2009-07-31 * Fix Christian Frommeyer's MIME decoding bug, Ubuntu/Launchpad Bug #320829. As a side effect, also fixes misattribution of MIME bodies as MIME headers with mime: tag. Original bug report: https://bugs.launchpad.net/ubuntu/+source/bogofilter/+bug/320829 Before this fix, bogofilter did not properly MIME-decode the first line in a body. This was especially bad with Christian's samples where the whole body was only one long base64 line. 2009-05-28 * Removed two scripts that are auto-built. * Added test case for Stephen Davies' Q-P EOL problem (see below). 2009-05-25 * Fixed EOL problem in quoted_printable text. Problem reported by Stephen Davies and identified by Pavel Kankovsky. 2009-03-28 * Promoted to "stable" 1.2.0 2009-02-21 (released) 2009-03-28 (declared stable) 2009-02-20 * Flex-2.5.35 has fix for memory allocation problem in 2.5.4, 2.5.31, and 2.5.33, making bogofilter's flex patch obsolete. 2009-02-12 * Bogofilter now uses listsort in place of qsort. 2009-01-31 * Added token-count=n, token-count-min=n, and token-count-max=n options. * Minor code cleanups. 2009-01-21 * spamitarium.pl updated to version 0.3.0 (thanks to Tom Anderson) 2009-01-11 * For compatibility with Sun's Sun Studio 12 compiler, provide a name for the anonymous union in typedef word_t. Patch provided by Jack Bailey. 2008-10-20 * update bf_compact documentation by removing explicit Berkeley DB references, as it has been fixed to work with other database drivers in March 2008. 2008-10-15 * bf_compact, bf_copy and bf_tar now support transformed program names (fixes Debian Bug#501947). * Update sqlite3 adaptor to take advantage of sqlite3_prepare_v2() API function that appeared in SQLite 3.3.9. The new _v2 interface allows for more specific error messages when executing SQL statements. Also enable extended result codes for more precise error reporting. 2008-07-21 * Update doc/integrating-with-postfix: the script now suggests sendmail -G -i (where -G will be ignored by Postfix before 2.3) to tell Postfix it's a gateway submission, not an original injection; the filter pipe(8) magic for master.cf now suggests flags=Rq (was flags=R), as per Postfix's FILTER_README. 2008-07-09 * Drop support for systems that reverse setvbuf arguments. The last systems to do that are reported to be shipped in 1987 by the autoconf manual, so ditch them.
2010-07-23Automatically include dovecot-(manage)sieve options when generating distinfo.ghen1-3/+3
2010-07-23Add missing checksum and take measures to prevent this mistake fromtnn2-3/+6
happening in the future. PR pkg/43654
2010-07-21Update to thunderbird-3.1.1.tnn4-36/+12
(Since pkgsrc-2010Q2 has the 3.0 branch of thunderbird I will send a separate diff to releng for the 3.0.6 security update.) MFSA 2010-47 Cross-origin data leakage from script filename in error messages MFSA 2010-46 Cross-domain data theft using CSS MFSA 2010-44 Characters mapped to U+FFFD in 8 bit encodings cause subsequent character to vanish MFSA 2010-43 Same-origin bypass using canvas context MFSA 2010-42 Cross-origin data disclosure via Web Workers and importScripts MFSA 2010-41 Remote code execution using malformed PNG image MFSA 2010-40 nsTreeSelection dangling pointer remote code execution MFSA 2010-39 nsCSSValue::Array index integer overflow MFSA 2010-38 Arbitrary code execution using SJOW and fast native function MFSA 2010-34 Miscellaneous memory safety hazards (rv:1.9.2.7/ 1.9.1.11)
2010-07-21Fix undefined reference to re_comp/re_exec on dragonfly.tnn2-5/+18
Reported by Francois Tigeot.
2010-07-19* Fixed a bug in embedded Perl: We have to callpettai2-7/+6
PERL_SET_CONTEXT after forking or Perl gets confused. In particular, setting signal-handling dispositions using $SIG{FOO} = sub { ... } breaks. * Clarify wording of mimedefang-filter man page. * Remove obsolete code that used to attempt to generate working directory names. Deactivate the no-longer-needed "-M" mimedefang option. * Add new "-y" option to mimedefang-multiplexor. This limits the number of concurrent "recipok" commands on a per-domain basis. * Remove Anomy::HTMLCleaner support. * use MIME::Parser::Filer's ignore_filename() call instead of subclassing to override evil_filename(). Same effect, less code. * refactor resend_message_one_recipient() to use resend_message_specifying_mode() instead of reimplementing it. * header_timezone() now generates a strictly RFC2822-compliant timezone string without needing POSIX::strftime() * Ensure that decode_mimewords() is called in scalar context.
2010-07-18Remove the krb4 option and related attempts to talk to configure. Thesedsainty2-10/+3
options no longer exist in the current version of evolution. It still doesn't build for me under Linux, but the spurious warnings about unrecognised krb4 configure options are gone.
2010-07-15clarify patch commentdholland2-3/+5
2010-07-14update to 2.30.2drochner3-102/+95
This switches to the gnome-2.30 release branch. (untested, the old version didn't build anymore)
2010-07-14propagate some more dependencies, needed by pluginsdrochner1-1/+3
2010-07-14Update p5-MIME-Types from version 1.28 to version 1.30.seb2-6/+6
Upstream changes: version 1.30: Thu Jun 3 12:00:37 CEST 2010 - typo. rt.cpan.org#55655 [Salvatore.Bonaccorso] - xlsx must be encoded binary [Ben Prew] - added f4v, f4p, f4a, f4b extensions for mpeg4 rt.cpan.org#55168 [Oskari Ojala] version 1.29: Tue Mar 16 23:28:00 CET 2010 - added a zillions of new types from debian's /etc/mime.types. implemented by [Roman V. Nikolaev] - changed table format, hopefully to speed-up load times per type, slightly compensating for the increased list.
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd1-2/+2
2010-07-14Add buildlink with libunique (evolution-{plugin,shell}.pc require it).obache1-1/+2
2010-07-14Apply patch from PR 43580 to fix broken build, and update PLIST fordholland4-4/+25
emacs23. PKGREVISION++ as a precaution.
2010-07-13needs gperf to build, from wizdrochner1-1/+2
2010-07-13ABI_DEPENDS bump - shlib versions changed, noticed by OBATA Akiodrochner1-2/+2
2010-07-13update to 2.30.2drochner36-1344/+929
This switches to the gnome-2.30 release branch. (It crashes more often than the old version for me. Any help welcome.)