summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Pullup ticket 3354 - requested by tacaspz2-9/+8
security update Revisions pulled up: - pkgsrc/databases/ruby-activerecord3/Makefile 1.3 - pkgsrc/databases/ruby-activerecord3/distinfo 1.3 - pkgsrc/databases/ruby-activerecord3/PLIST 1.2 - pkgsrc/databases/ruby-arel/Makefile 1.2 - pkgsrc/databases/ruby-arel/PLIST 1.2 - pkgsrc/databases/ruby-arel/distinfo 1.2 - pkgsrc/devel/ruby-activemodel/Makefile 1.3 - pkgsrc/devel/ruby-activemodel/distinfo 1.3 - pkgsrc/devel/ruby-activesupport3/Makefile 1.3 - pkgsrc/devel/ruby-activesupport3/distinfo 1.3 - pkgsrc/devel/ruby-railties/Makefile 1.3 - pkgsrc/devel/ruby-railties/distinfo 1.3 - pkgsrc/devel/ruby-railties/PLIST 1.2 - pkgsrc/mail/ruby-actionmailer3/Makefile 1.4 - pkgsrc/mail/ruby-actionmailer3/distinfo 1.3 - pkgsrc/www/ruby-actionpack3/Makefile 1.3 - pkgsrc/www/ruby-actionpack3/distinfo 1.3 - pkgsrc/www/ruby-activeresource3/Makefile 1.3 - pkgsrc/www/ruby-activeresource3/distinfo 1.3 - pkgsrc/www/ruby-rack-test/Makefile 1.2 - pkgsrc/www/ruby-rack-test/PLIST 1.2 - pkgsrc/www/ruby-rack-test/distinfo 1.2 - pkgsrc/www/ruby-rails3/Makefile 1.3 - pkgsrc/www/ruby-rails3/distinfo 1.4 ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:54:35 UTC 2011 Modified Files: pkgsrc/www/ruby-rack-test: Makefile PLIST distinfo Log Message: Update ruby-rack-test package to 0.5.7. == 0.5.7 / 2011-01-01 * Bug fixes * If no URI is present, include all cookies (Pratik Naik) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-rack-test/Makefile \ pkgsrc/www/ruby-rack-test/PLIST pkgsrc/www/ruby-rack-test/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:55:29 UTC 2011 Modified Files: pkgsrc/databases/ruby-arel: Makefile PLIST distinfo Log Message: Update ruby-arel package to 2.0.8. == 2.0.8 / 2010/02/08 * Bug Fixes * Added set operation support * Fixed problems with *_any / *_all methods. == 2.0.7 (unreleased) * Bug Fixes * Limit members are visited * Fixing MSSQL TOP support == 2.0.6 12/01/2010 * Bug Fixes * Rails 3.0.x does not like that Node is Enumerable, so removing for now. == 2.0.5 11/30/2010 * Enhancements * Arel::Visitors::DepthFirst can walk your AST depth first * Arel::Nodes::Node is enumerable, depth first * Bug fixes * #lock will lock SELECT statements "FOR UPDATE" on mysql * Nodes::Node#not factory method added for creating Nodes::Not nodes * Added an As node * Deprecations * Support for Subclasses of core classes will be removed in ARel version 2.2.0 == 2.0.4 * Bug fixes * Speed improvements for Range queries. Thanks Rolf Timmermans! == 2.0.3 * Bug fixes * Fixing Oracle support * Added a visitor for "Class" objects == 2.0.2 * Bug fixes * MySQL selects from DUAL on empty FROM * Visitor translates nil to NULL * Visitor translates Bignum properly == 2.0.1 * Bug fixes == 2.0.0 / 2010-08-01 * Enhancements * Recreate library using the Visitor pattern. http://en.wikipedia.org/wiki/Visitor_pattern To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-arel/Makefile \ pkgsrc/databases/ruby-arel/PLIST pkgsrc/databases/ruby-arel/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:56:49 UTC 2011 Modified Files: pkgsrc/devel/ruby-activesupport3: Makefile distinfo Log Message: Update ruby-activesupport3 package to 3.0.4. * 3.0.4 updates version only for Ruby on Rails 3.0.4 update. *Rails 3.0.3 (November 16, 2010)* * No changes. *Rails 3.0.2 (November 15, 2010)* * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport3/Makefile \ pkgsrc/devel/ruby-activesupport3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:57:47 UTC 2011 Modified Files: pkgsrc/devel/ruby-activemodel: Makefile distinfo Log Message: Update ruby-activemodel package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activemodel/Makefile \ pkgsrc/devel/ruby-activemodel/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:58:53 UTC 2011 Modified Files: pkgsrc/www/ruby-actionpack3: Makefile distinfo Log Message: Update ruby-actionpack3 package to 3.0.4. * More strict dependency reflect gemspec's description. *Rails 3.0.3 (November 16, 2010)* * When ActiveRecord::Base objects are sent to predicate methods, the id of the object should be sent to ARel, not the ActiveRecord::Base object. * :constraints routing should only do sanity checks against regular expressions. String arguments are OK. *Rails 3.0.2 (November 15, 2010)* * The helper number_to_currency accepts a new :negative_format option to be able to configure how to render negative amounts. [Don Wilson] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-actionpack3/Makefile \ pkgsrc/www/ruby-actionpack3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:00:07 UTC 2011 Modified Files: pkgsrc/databases/ruby-activerecord3: Makefile PLIST distinfo Log Message: Update ruby-activerecord3 package to 3.0.4. * More strict dependency reflect gemspec's description. *Rails 3.0.4 (unreleased)* * Added deprecation warning for has_and_belongs_to_many associations where the join table has additional attributes other than the keys. Access to these attributes is removed in 3.1. Please use has_many :through instead. [Jon Leighton] *Rails 3.0.3 (November 16, 2010)* * Support find by class like this: Post.where(:name => Post) *Rails 3.0.2 (November 15, 2010)* * Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson] * reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino] * except is now AR public API Model.order('name').except(:order).order('salary') generates: SELECT * FROM models ORDER BY salary [Santiago Pastorino] * The following code: Model.limit(10).scoping { Model.count } now generates the following SQL: SELECT COUNT(*) FROM models LIMIT 10 This may not return what you want. Instead, you may with to do something like this: Model.limit(10).scoping { Model.all.size } [Aaron Patterson] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord3/Makefile \ pkgsrc/databases/ruby-activerecord3/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-activerecord3/PLIST ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:00:50 UTC 2011 Modified Files: pkgsrc/www/ruby-activeresource3: Makefile distinfo Log Message: Update ruby-activeresource3 package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-activeresource3/Makefile \ pkgsrc/www/ruby-activeresource3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:01:46 UTC 2011 Modified Files: pkgsrc/mail/ruby-actionmailer3: Makefile distinfo Log Message: Update ruby-actionmailer3 package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/ruby-actionmailer3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/ruby-actionmailer3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:04:29 UTC 2011 Modified Files: pkgsrc/devel/ruby-railties: Makefile PLIST distinfo Log Message: Update ruby-railties package to 3.0.4. * More strict dependency reflect gemspec's description. Not documented but includes fix for security problem: http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-railties/Makefile \ pkgsrc/devel/ruby-railties/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-railties/PLIST ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:05:57 UTC 2011 Modified Files: pkgsrc/www/ruby-rails3: Makefile distinfo Log Message: Update ruby-rails3 package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. (This is meta gem.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-rails3/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-rails3/distinfo
2011-02-14Pullup ticket 3353 - requested by tacaspz2-7/+7
security update Revisions pulled up: - pkgsrc/databases/ruby-activerecord/Makefile 1.21 - pkgsrc/databases/ruby-activerecord/distinfo 1.21 - pkgsrc/devel/ruby-activesupport/Makefile 1.24 - pkgsrc/devel/ruby-activesupport/distinfo 1.21 - pkgsrc/mail/ruby-actionmailer/Makefile 1.19 - pkgsrc/mail/ruby-actionmailer/distinfo 1.20 - pkgsrc/www/ruby-actionpack/Makefile 1.22 - pkgsrc/www/ruby-actionpack/distinfo 1.22 - pkgsrc/www/ruby-actionpack/PLIST 1.21 - pkgsrc/www/ruby-activeresource/Makefile 1.11 - pkgsrc/www/ruby-activeresource/distinfo 1.11 - pkgsrc/www/ruby-rails/Makefile 1.2 - pkgsrc/www/ruby-rails/distinfo 1.2 Files deleted: pkgsrc/www/ruby-rails/patches/patch-ad ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:37:58 UTC 2011 Modified Files: pkgsrc/devel/ruby-activesupport: Makefile distinfo Log Message: Update ruby-activesupport package to 2.3.11. It is update of version only for Ruby on Rails 2.3.11 update. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-activesupport/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-activesupport/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:39:41 UTC 2011 Modified Files: pkgsrc/databases/ruby-activerecord: Makefile distinfo Log Message: Update ruby-activerecord package to 2.3.11. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 2.3.11 update. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/ruby-activerecord/Makefile \ pkgsrc/databases/ruby-activerecord/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:40:52 UTC 2011 Modified Files: pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo Log Message: Update ruby-actionpack package to 2.3.11. * More strict dependency reflect gemspec's description. *2.3.11 (February 9, 2011)* * Two security fixes. CVE-2011-0446, CVE-2011-0447 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-actionpack/Makefile \ pkgsrc/www/ruby-actionpack/distinfo cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/ruby-actionpack/PLIST ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:42:26 UTC 2011 Modified Files: pkgsrc/mail/ruby-actionmailer: Makefile distinfo Log Message: Update ruby-actionmailer package to 2.3.11. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 2.3.11 update. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/ruby-actionmailer/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/ruby-actionmailer/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:43:09 UTC 2011 Modified Files: pkgsrc/www/ruby-activeresource: Makefile distinfo Log Message: Update ruby-activeresource/ package to 2.3.11. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 2.3.11 update. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-activeresource/Makefile \ pkgsrc/www/ruby-activeresource/distinfo ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:44:07 UTC 2011 Modified Files: pkgsrc/www/ruby-rails: Makefile distinfo Removed Files: pkgsrc/www/ruby-rails/patches: patch-ad Log Message: Update ruby-rails package to 2.3.11. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 2.3.11 update. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-rails/Makefile \ pkgsrc/www/ruby-rails/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/www/ruby-rails/patches/patch-ad
2011-02-11Pullup ticket #3343 - requested by tacasbd3-9/+14
mail/ruby-mail security fix Revisions pulled up: - pkgsrc/mail/ruby-mail/Makefile 1.3 - pkgsrc/mail/ruby-mail/PLIST 1.3 - pkgsrc/mail/ruby-mail/distinfo 1.3 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Fri Jan 28 13:23:20 UTC 2011 Modified Files: pkgsrc/mail/ruby-mail: Makefile PLIST distinfo Log Message: Update ruby-mail package to 2.2.15. == Wed 26 Jan 2011 02:23:09 UTC Mikel Lindsaar <mikel@rubyx.com> * Update addresses passed into sendmail to escape them (Andy Lindeman) * Version bump to 2.2.15 and gem release
2011-02-05Pullup ticket 3340 - requested by tronspz3-2/+22
functionality fix Revisions pulled up: - pkgsrc/mail/dovecot2/Makefile 1.7 - pkgsrc/mail/dovecot2/distinfo 1.7 Files added: pkgsrc/mail/dovecot2/patches/patch-ad ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Wed Feb 2 22:19:25 UTC 2011 Modified Files: pkgsrc/mail/dovecot2: Makefile distinfo Added Files: pkgsrc/mail/dovecot2/patches: patch-ad Log Message: Add fix by Timo Sirainen from the Dovecot Mercury repository to fix a hang when trying to COPY to a non existent mailbox via IMAP. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/dovecot2/Makefile \ pkgsrc/mail/dovecot2/distinfo cvs rdiff -u -r0 -r1.3 pkgsrc/mail/dovecot2/patches/patch-ad
2011-01-22Pullup ticket #3329 - requested by glstron3-12/+16
mail/exim-html: security update Revisions pulled up: - mail/exim-html/Makefile 1.19 - mail/exim-html/PLIST 1.12 - mail/exim-html/distinfo 1.14 --- Module Name: pkgsrc Committed By: adam Date: Wed Jan 12 07:52:45 UTC 2011 Modified Files: pkgsrc/mail/exim: Makefile distinfo pkgsrc/mail/exim/patches: patch-aa Added Files: pkgsrc/mail/exim/patches: patch-ba patch-bb patch-bc patch-bd Log Message: Changes 4.73: * Date: & Message-Id: revert to normally being appended to a message, only prepend for the Resent-* case. Fixes regression introduced in Exim 4.70 by NM/22 for Bugzilla 607. * Include check_rfc2047_length in configure.default because we're seeing increasing numbers of administrators be bitten by this. * Added DISABLE_DKIM and comment to src/EDITME * Bugzilla 994: added openssl_options main configuration option. * Bugzilla 995: provide better SSL diagnostics on failed reads. * Bugzilla 834: provide a permit_coredump option for pipe transports. * Adjust NTLM authentication to handle SASL Initial Response. * If TLS negotiated an anonymous cipher, we could end up with SSL but without a peer certificate, leading to a segfault because of an assumption that peers always have certificates. Be a little more paranoid. * Bugzilla 926: switch ClamAV to use the new zINSTREAM API for content filtering; old API available if built with WITH_OLD_CLAMAV_STREAM=yes NB: ClamAV planning to remove STREAM in "middle of 2010". CL also introduces -bmalware, various -d+acl logging additions and more caution in buffer sizes. * Implemented reverse_ip expansion operator. * Bugzilla 937: provide a "debug" ACL control. * Bugzilla 922: Documentation dusting, patch provided by John Horne. * Bugzilla 973: Implement --version. * Bugzilla 752: Refuse to build/run if Exim user is root/0. * Build without WITH_CONTENT_SCAN. Path from Andreas Metzler. * Bugzilla 816: support multiple condition rules on Routers. * Add bool_lax{} expansion operator and use that for combining multiple condition rules, instead of bool{}. Make both bool{} and bool_lax{} ignore trailing whitespace. * prevent non-panic DKIM error from being sent to paniclog * added tcp_wrappers_daemon_name to allow host entries other than "exim" to be used * Fix malware regression for cmdline scanner introduced in PP/08. Notification from Dr Andrew Aitchison. * Change ClamAV response parsing to be more robust and to handle ClamAV's ExtendedDetectionInfo response format. * OpenSSL 1.0.0a compatibility const-ness change, should be backwards compatible.
2011-01-22Pullup ticket #3330 - requested by glstron7-20/+158
mail/exim: security update Revisions pulled up: - mail/exim/Makefile 1.104 - mail/exim/distinfo 1.47 - mail/exim/patches/patch-aa 1.21 - mail/exim/patches/patch-ba 1.1 - mail/exim/patches/patch-bb 1.1 - mail/exim/patches/patch-bc 1.1 - mail/exim/patches/patch-bd 1.1 --- Module Name: pkgsrc Committed By: adam Date: Wed Jan 12 07:52:45 UTC 2011 Modified Files: pkgsrc/mail/exim: Makefile distinfo pkgsrc/mail/exim/patches: patch-aa Added Files: pkgsrc/mail/exim/patches: patch-ba patch-bb patch-bc patch-bd Log Message: Changes 4.73: * Date: & Message-Id: revert to normally being appended to a message, only prepend for the Resent-* case. Fixes regression introduced in Exim 4.70 by NM/22 for Bugzilla 607. * Include check_rfc2047_length in configure.default because we're seeing increasing numbers of administrators be bitten by this. * Added DISABLE_DKIM and comment to src/EDITME * Bugzilla 994: added openssl_options main configuration option. * Bugzilla 995: provide better SSL diagnostics on failed reads. * Bugzilla 834: provide a permit_coredump option for pipe transports. * Adjust NTLM authentication to handle SASL Initial Response. * If TLS negotiated an anonymous cipher, we could end up with SSL but without a peer certificate, leading to a segfault because of an assumption that peers always have certificates. Be a little more paranoid. * Bugzilla 926: switch ClamAV to use the new zINSTREAM API for content filtering; old API available if built with WITH_OLD_CLAMAV_STREAM=yes NB: ClamAV planning to remove STREAM in "middle of 2010". CL also introduces -bmalware, various -d+acl logging additions and more caution in buffer sizes. * Implemented reverse_ip expansion operator. * Bugzilla 937: provide a "debug" ACL control. * Bugzilla 922: Documentation dusting, patch provided by John Horne. * Bugzilla 973: Implement --version. * Bugzilla 752: Refuse to build/run if Exim user is root/0. * Build without WITH_CONTENT_SCAN. Path from Andreas Metzler. * Bugzilla 816: support multiple condition rules on Routers. * Add bool_lax{} expansion operator and use that for combining multiple condition rules, instead of bool{}. Make both bool{} and bool_lax{} ignore trailing whitespace. * prevent non-panic DKIM error from being sent to paniclog * added tcp_wrappers_daemon_name to allow host entries other than "exim" to be used * Fix malware regression for cmdline scanner introduced in PP/08. Notification from Dr Andrew Aitchison. * Change ClamAV response parsing to be more robust and to handle ClamAV's ExtendedDetectionInfo response format. * OpenSSL 1.0.0a compatibility const-ness change, should be backwards compatible.
2011-01-10Use proper OpenSSL stack API.obache2-1/+17
PR#44353 by Tony Young.
2011-01-09security updatespz4-152/+10
Problems fixed: #32080 Specially crafted <base href> can lead to XSS exploit #32032 TextEncode related resource information not saved correctly in db file #32014 CVE-2010-1677: DoS when processing html messages with deep tag nesting #32013 CVE-2010-4524: Improper escaping of certain HTML sequences (XSS) #26577 Changed semantic for unpack breaks UTF-8 #25486 Resource FieldStore causes .mhonarc.db to grow over bounds. #25225 dir_create() fails to make temporary directories (PATCH) #24247 iso2022jp.pl: unneeded ESC ( B remains in message body #23198 Incorrect Setting Installation Directory #20142 strip backslash in rfc822 From: field #20074 extra space in subject #18908 X-Subject data get split in separate lines #18113 inconsistant thread slices w/ poor man's windowing #17904 FieldOrder affects AddressModifyCode #17860 incorrect nested HTML Tags for references #17660 Threaded index resource ordering doesn't allow well formed XML output #15433 relative attachmentdir is relative to current working dir, not outdir #14747 major (10X) memory savings possible in some situations #13853 creation of archive with attachments writes over symlinks
2011-01-05fixes for CVE-2010-4524 and CVE-2010-1677 taken from the MHonArc cvsspz3-2/+146
2010-12-31Fix path to clamav.taca1-2/+2
2010-12-24Fix Makefiles SUBDIRs for clamav and amavis-perl, amavisd-new changeskefren1-2/+3
2010-12-24Move security/amavis-perl into mail/amavis-perl. No objections on tech-pkg@kefren8-0/+278
Part of PR/32554
2010-12-24re-add files after conflicting importkefren9-0/+412
2010-12-24Fix clamav locationkefren1-3/+3
2010-12-24clamav was moved into security/. Remove it from mail/kefren16-381/+0
Part of PR/32554
2010-12-23Add and enable fml and fml4.taca1-1/+3
2010-12-23Importing fml 7.98.15-20100306 snapshot.taca7-0/+1022
This is popular mailing list manager package in Japan and development version almost believed to be stable.
2010-12-23Importing fml4 package 20040215 snapshot.taca13-0/+2455
This is popular mailing list manager package in Japan and it is stable but slightly legacy codes.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-22Update pear-Mail_mimeDecode package to 1.5.5.taca2-6/+6
1.5.5 2010-12-02 03:45 UTC Changelog: Minor Bug fix release. #17959 - Boundaries ending with non-word characters - patch by Alex Adriaanese ------ - ignore whitespace and trailing cr/lf in last section of split ------ - correct spacing on multi-line headers. now only striped for encoded data. (on previous line)
2010-12-20Update cyrus-imapd24 to 2.4.6.obache3-8/+8
Changes to the Cyrus IMAP Server since 2.4.5 * Fixed Bug #3370 - corruption on OpenBSD and other systems without a reliable mmap * Fixed Bug #3360 - race condition which could lose seen data on XFER with upgrade * Lots of documentation updates * Fixed Bug #3355 - added an option to suppress items from the capability response (and bug #3356 when the first attempt was buggy) * Fixed Bug #3357 - crash when calling ctl_mboxlist on mailboxes with annotations * Fixed Bug #3369 - crash when undumping mailbox during XFER * Fixed Bug #3361 - shared folders not listing in LSUB "" % - only with unixheirsep and altnamespace * Fixed Bug #3362 - "too many open files" when doing XFER of a user with too many sub mailboxes. Makes XFER less "atomic", but now it works, which is good! * Fixed Bug #3313 - md5 library usage. Properly this time!
2010-12-20Reenable mutt-sidebar and mutt-compressed-mbox options.tonio2-8/+27
Use patch urls found by gls@
2010-12-17- updated to 3.003rhaen2-9/+7
Changelog: 3.003 2010-11-08 replace Class::ISA with mro (MRO::Compat)
2010-12-15Changes 1.8.1:adam2-8/+6
Bugs Fixed: * Not possible to set separate charset for attachment content and headers
2010-12-13Reset PKGREVISION by update of base PHP version.taca1-2/+1
2010-12-12Pick the default mysql-server versionadam1-2/+7
2010-12-11PR pkg/44219 - washington.edu have adjusted the maildir.patch.gzabs2-17/+17
The new version looks fine, so update DIST_SUBDIR, regen distinfo and bump PKGREVISION
2010-12-11Update to thunderbird-3.1.7.tnn3-19/+6
- Several fixes to improve performance, stability and security - Several fixes to improve handling of large folder files stored locally. - Several fixes to improve corruption in local copy of IMAP mailboxes. - MFSA 2010-78 Add support for OTS font sanitizer - MFSA 2010-75 Buffer overflow while line breaking after document.write with long string - MFSA 2010-74 Miscellaneous memory safety hazards (rv:1.9.2.13/ 1.9.1.16)
2010-12-07Revert last changeadam1-3/+3
2010-12-07Fix setting dovecot_fdlimitadam1-3/+3
2010-12-07Update Dovecot Pigeonhole plugin to 0.2.2 (goes with Dovecot 2.0.8).ghen2-18/+18
* LDA Sieve plugin: started using Dovecot LDA reject API for the reject extension. This means that the LDA reject_reason and reject_subject settings now also work for Pigeonhole's LDA Sieve plugin. * Did some work on the new sieve-filter tool. It is mostly functional, but it is not finished yet. * Dovecot change: services' default vsz_limits weren't being enforced correctly in earlier v2.0 releases. Now that they are enforced, you might notice that the default limits are too low and you need to increase them. This problem will show up in logs as "out of memory" errors. See default_vsz_limit and service { vsz_limit } settings. - Imap4flags: fixed segfault bug occurring in multiscript context. - Added version checking to the ManageSieve settings plugin. This plugin was forgotten when the LDA plugin was updated with this change in the previous release. - LDA Sieve plugin: fixed memory leak at deinitialization.
2010-12-03Leftover.ghen1-61/+0
2010-12-03Update to Dovecot 2.0.8.ghen8-90/+22
* Services' default vsz_limits weren't being enforced correctly in earlier v2.0 releases. Now that they are enforced, you might notice that the default limits are too low and you need to increase them. This problem will show up in logs as "out of memory" errors. See default_vsz_limit and service { vsz_limit } settings. * LMTP: In earlier versions if mail was delivered to user+detail@domain address, LMTP server always attempted to deliver the mail to mailbox named "detail". This was rather unintentional and shouldn't have been the default. lmtp_save_to_detail_mailbox=yes setting now preserves this behavior (default is no). + Added systemd support (configure --with-systemdsystemunitdir). Based on patch by Christophe Fergeau. + Replaced broken mbox-snarf plugin with a new more generic snarf plugin. - dbox: Fixes to handling external mail attachments - verbose_proctitle=yes didn't work for all processes in v2.0.7 - imap, pop3: When service { client_count } was larger than 1, the log messages didn't use the correct prefix. Last logged in user's prefix was always used, regardless of what user's session actually logged it. Now the proper log prefix is always used. - MySQL: Only the first specified host was ever used
2010-12-02Update to 2.07:wiz2-9/+6
version 2.07: Fri Oct 1 12:39:43 CEST 2010 Improvements: - update README: MailTools 2.* require 5.8.1 rt.cpan.org#61753 [Alexandre Bouillot] - add "MAIL FROM" to Mail::Mailer::smtp, to be able to communicate with Comcast [David Myers]
2010-12-02Update to 1.906:wiz2-7/+6
1.906 2010-10-07 update our prereq on Test::More to 0.88
2010-12-02remove empty lines at end of PLIST.reed1-3/+1
2010-12-02remove obsolete patches noticed by wizdrochner2-61/+0
2010-12-01Changes 0.96.5:adam4-35/+26
* libclamav/pdf.c: fix crashes * libclamav/pe_icons.c: off by one while * libclamav: fix detection of embedded executables * libclamav/matcher-ac.c: fix offset handling for sigs with {x-y} wildcards * freshclam/manager.c: fix error path infinite loop * clamd/clamd.c: fix RLIMIT_DATA setting on BSD * freshclam: improve mirror management * libclamav: fix possible use of uninitialized values * libclamav: Set the unreliability flag on (un)packed files * libclamav/c++: Update embedded copy of LLVM to version 2.8 * freshclam: make query format backward compatible * freshclam: get detection stats directly from clamd * libclamav/cache.c,c++/bytecode2llvm.cpp}: make cl_load thread safe * freshclam: load database in subprocess * clamd: add new commands DETSTATS and DETSTATSCLEAR * libclamav/7z.c: fix file descriptor leak * clamd, libclamavll: add ability to logg messages from libclamav * libclamav/builtin_bytecodes.h: Don't disable JIT on pentium4
2010-11-30Updte cyrus-imapd24 to 2.4.5.obache4-17/+39
Changes to the Cyrus IMAP Server since 2.4.4 * Tidy up of the git version number added to the ID response * Fixed incorrect time field in date searches (Bug #3339) - thanks Greg Banks for noticing this one * Fixed reconstruct crash and other potential issues (Bug #3353) - first reported Paul Dekkers * Fixed ACL passing for rename/delete on murder backends (Bug #3342) - first reported by Robert Spellman * Fixed corruption of long (>1024 byte) seen records on replica (Bug #3344) - found at FastMail by Bron Gondwana * Made all perl utilities use /usr/bin/perl in the #! line (Bug #2275) - reported by Yann Rouillard over 5 years ago! * Fixed crash on message with incomplete final boundary (Bug #3345) - found at FastMail by Bron Gondwana * Regression: sync_crc was being set to 00000000 on repack - introduced in 2.4.4 (Bug #3347) - first found at FastMail, but also seen at multiple other sites * Always print [CLOSED] response when selecting a new mailbox, even if a CONDSTORE enabling command has not been sent (Bug #3352) - reported by Jan Kundra't, author of the Trojita IMAP client * Fixed crash with reconstruct -rf and missing mailboxes.db entries (Bug # 3351) - reported by Giles Malet * Made sync_server report errors earlier if there are extra records on the master which aren't present on the replica (Bug #3355) - thanks to David Carter for finding it and a first pass at a fix * Stopped expunges to never-reported-messages being showed (basically if the 'EXPUNGE' command was run, and it expunged a message that the client had never even seen - seriously rare race condition, Bug #3356) - discovered by Bron Gondwana hammering a testbed with Dovecot's imaptest tool * Fixed compile with old PCRE (Bug #3358) - found and fixed by Simon Matter * Fixed missing quota usage after XFER (Buf #3349) - found by Dave McMurtrie
2010-11-29update to 3.7.7 (and sync plugins)drochner39-167/+120
changes: -Enable building with GTK+ 2.22 -QuickSearch can now be run from the command line -Added a hidden option to set a margin in the text area of the Compose window -updated manual and man page -bugfixes -translation updates pkgsrc change: reset MAINTAINER -- he doesn't use the program anymore
2010-11-28Update "postfix" package to version 2.7.2. Changes since version 2.7.1:tron2-7/+6
- Postfix no longer automatically appends the system default CA (certificate authority) certificates, when it reads the CA certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or with {smtp, lmtp, smtpd}_tls_CApath. This prevents third-party certificates from getting mail relay permission with the permit_tls_all_clientcerts feature. Unfortunately, this change may cause compatibility problems with configurations that rely on certificate verification for other purposes. To get the old behavior, specify "tls_append_default_CA = yes". - A prior fix for compatibility with Postfix < 2.3 was incomplete. When pipe-to-command delivery fails with a signal, mail is now correctly deferred, instead of being returned to sender. - Poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1) connections was fixed by adapting the output buffer size to the MTU. - The SMTP server no longer applies the reject_rhsbl_helo feature to non-domain forms such as network addresses. This would cause false positives with dbl.spamhaus.org. - The Postfix SMTP server failed to deliver a "421" response and hang up the connection after Milter error. Instead, the server delivered a "503 Access denied" response and left the connection open, due to some Postfix 1.1 workaround for RFC 2821. - The milter_header_checks parser failed to enable any of the actions that have no effect on message delivery (warn, replace, prepend, ignore, dunno, and ok).
2010-11-26update to 2.32.1drochner3-94/+93
This switches to the gnome-2.32 release branch.
2010-11-26update to 2.32.1drochner4-834/+1261
This switches to the gnome-2.32 release branch.
2010-11-25Bump REVISION since CVE-2010-4150 fix was added.taca1-1/+2
2010-11-24update to 2.32.1drochner8-477/+432
This switches to the gnome-2.32 release branch.
2010-11-23Resign as maintainer of this package as I'm now using thetron1-2/+2
"mutt-devel" package.
2010-11-23Update milter-manager to 1.6.1.obache3-8/+8
== [release-1-6-2] 1.6.2: 2010-11-23 A bug fix release of 1.6.1. === milter manager ==== Improvements * Made PID file directory prepareing process in init script on Debian robust. [Reported by Kenji Shiono] * Used gint64 for time_t. [Suggested by OBATA Akio] ==== Fixes * Fixed missing temporary file close. [Reported by Kenji Shiono] === milter manager admin ==== Improvements * Documented required sqlite3-ruby version on CentOS. [Reported by Kenji Shiono] === Ruby milter ==== Improvements * Made milter-tarpit.rb, a sample milter, asynchronous. [Reported by Kenji Shiono] * Provided all milter API. ==== Fixes * Fixed a typo in command line option. [Reported by Kenji Shiono]
2010-11-20Fix MASTER_SITESgls1-2/+2
2010-11-20Update Dovecot to 1.2.16.ghen2-9/+9
- imap: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of changes were being sent. - pop3: Fixed a potential hang - mbox: Creating new mailboxes should base permissions on mail root dir, not always use 0600. - auth: Disable auth caching entirely for master users.
2010-11-19Add some missing files to PKGCONFIG_OVERRIDE.obache1-2/+4