Commit graph

6720 commits

Author SHA1 Message Date
obache
b243a4c85f LICENSE=modified-bsd. 2009-12-15 07:22:59 +00:00
martti
852178467f Updated to the latest development release. 2009-12-13 08:55:57 +00:00
ghen
3c70ec5db2 - dovecot-sieve 2009-12-11 20:53:59 +00:00
ghen
86c7033829 Remove dovecot-sieve package (old CMU Sieve implementation), replaced by the
new Dovecot Sieve plugin packaged as an option to the main dovecot package.
2009-12-11 20:53:28 +00:00
ghen
bf85796f2e Update to Dovecot 1.2.8, imported from pkgsrc-wip and based on work of Edgar
Fuß <ef@math.uni-bonn.de>.

The package now contains Stephan Bosch' new Dovecot Sieve plugin as a pkgsrc
option (instead of the old CMU Sieve plugin that was a separate package), as
well as the ManageSieve extension.  The dovecot-sieve package will be removed.

Upgrading from Dovecot 1.1.x may require changes to your configuration file,
see this webpage for more information: http://wiki.dovecot.org/Upgrading/1.2

Major changes since Dovecot 1.1:

	* When creating files or directories to mailboxes, Dovecot now uses
	  the mailbox directory's permissions and GID for them. Previous
	  versions simply used 0600 mode always. For backwards compatibility
	  dovecot-shared file's permissions still override these with Maildir.
	* SQL dictionary (quota) configuration file is different than in v1.1.
	  See doc/dovecot-dict-sql-example.conf for the new format.
	* deliver -m: Mailbox name is now assumed to be in UTF-8 format,
	  not modified-UTF7. Stephan Bosch's new Sieve implementation also
	  assumes UTF-8 format in fileinto parameters.

	+ Full support for shared mailboxes and IMAP ACL extension.
	  The code is mainly from Sascha Wilde and Bernhard Herzog.
	+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
	  ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
	+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
	  draft isn't implemented yet so it's not advertised in capability.
	+ THREAD REFS algorithm where threads are sorted by their latest
	  message instead of the thread root message. There is also no base
	  subject merging.
	+ IMAP: Implemented imap-response-codes draft.
	+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
	  search key.
	+ Added userdb checkpassword (by Sascha Wilde)
	+ Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
	+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
	+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
2009-12-11 20:52:21 +00:00
tnn
cdc32be736 explicitly --disable-official-branding.
Looks like the default changed but the trademark policy didn't.
2009-12-11 15:00:00 +00:00
tnn
3614b0a220 bump to thunderbird 3.0 proper 2009-12-11 11:25:20 +00:00
abs
efb50dccb0 +PKG_DESTDIR_SUPPORT=user-destdir 2009-12-10 23:50:04 +00:00
adam
5cec4e6b20 Changes 4.71:
* Fix DKIM segfault on empty headers/body
* Documentation fix for gnutls_* options.
* Documentation for randint.  Better randomness defaults.
* Enable DNSDB lookup by default.
* Flag broken perl installation during build.
2009-12-07 14:29:09 +00:00
fhajny
2cc8e46d4b Provide a sample config file and fix its default path. 2009-12-07 09:24:46 +00:00
jnemeth
25acb18e70 sort 2009-12-03 23:47:58 +00:00
taca
21c061803e Try to fix build problem on amd64 (at least). 2009-12-03 08:11:40 +00:00
schmonz
457867e761 Update to 4.15.0. From the changelog:
- default port for MultidropIMAPSSLRetriever was incorrect. Thanks: David
  Lehn.
2009-12-02 21:03:10 +00:00
tnn
281ce35736 update to thunderbird-3.0rc2.
changes from rc1 are only bugfixes.
2009-12-02 21:02:44 +00:00
minskim
812f0f274e Update rails packages to 2.3.5. This fixes a cross-site scripting
vulnerability in ruby-actionpack.

Major changes:
- Improved compatibility with Ruby 1.9
- RailsXss plugin availability
- Fixes for the Nokogiri backend for XmlMini
2009-12-01 23:24:24 +00:00
taca
3c87562c62 Add a fix for http://secunia.com/advisories/37410/ refering
Debian's patch via http://secunia.com/advisories/37458/

Bump PKGREVISION.
2009-11-30 06:16:56 +00:00
tnn
2ceeb6092a fix paste-o 2009-11-29 12:00:42 +00:00
tnn
e74f7623b1 fix lint 2009-11-29 03:28:04 +00:00
tnn
b693f68dfb update to thunderbird-3.0rc1.
The 2.x version is still available in mail/thunderbird2.

Major changes:
- New Mail Account Setup Wizard
- Redesigned Mail Toolbar
- Tabbed Email Messages
- Smart Folders
- New Message Summary View
- Column Headings
- Message Archive
- Activity Manager
- New Add-ons Manager
- Improved Address Book
- Improved Gmail Integration

Full release notes:
http://www.mozillamessaging.com/en-US/thunderbird/3.0rc1/releasenotes/
2009-11-29 03:06:42 +00:00
tnn
a5d1ca5e04 +thunderbird2 2009-11-29 01:33:05 +00:00
tnn
a42c6bcfdb Re-import mail/thunderbird as mail/thunderbird2 to let mail/thunderbird
become the natural upgrade path to thunderbird 3.0.
2009-11-28 21:59:52 +00:00
tnn
23a6e3d932 Thunderbird 3.0 (currently rc1) doesn't support gtk1.
Remove thunderbird-gtk1 in preparation.
2009-11-28 21:37:04 +00:00
schmonz
953253867a Update to 4.14.0. From the changelog:
- handle additional cases where IMAP (and for good measure, POP3) server is
  broken and offers a message that it then fails to return.  Thanks: Eric
  Waguespack.
2009-11-24 01:05:57 +00:00
ghen
dbaf7b464a Update to Roundcube 0.3.1 (ok schmonz). Changes since 0.3-stable:
* Specify toolbar container in compose template (#1486247)
* Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243)
* Avoid unnecessary page loads for selected tab (#1486032)
* Fix quota indicator issues by content generation on client-size (#1486197, #1486220)
* Don't display disabled sections in Settings (#1486099)
* Added server-side e-mail address validation with 'email_dns_check' option (#1485857)
* Fix login page loading into an iframe when session expires (#1485952)
* Allow setting port number in 'force_https' option (#1486091)
* Option 'force_https' replaced by 'force_https' plugin
* Fix IE issue with non-UTF-8 characters in AJAX response (#1486159)
* Partially fixed "empty body" issue by showing raw body of malformed message (#1486166)
* Fix importing/sending to email address with whitespace (#1486214)
* Added XIMSS (CommuniGate) driver for Password plugin
* Fix newly attached files are not saved in drafts w/o editing any text (#1486202)
* Added attachment upload indicator with parallel upload (#1486058)
* Use default_charset for bodies of messages without charset definition (#1486187)
* Password: added cPanel driver
* Fix return to first page from e-mail screen (#1486105)
* Fix handling HTML comments in HTML messages (#1486189)
* Fix folder/messagelist controls alignment - icons used (#1486072)
* Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178)
* Fix cache status checking + improve cache operations performance (#1486104)
* Prevent from setting INBOX as any of special folders (#1486114)
* Fix regular expression for e-mail address (#1486152)
* Fix Received header format
* Implemented sorting by message index - added 'index_sort' option (#1485936)
* Fix dl() use in installer (#1486150)
* Added 'ldap_debug' option
* Fix "Empty startup greeting" bug (#1486085)
* Fix setting user name in 'new_user_identity' plugin (#1486137)
* Fix incorrect count of new messages in folder list when using multiple IMAP clients (#1485995)
* Fix all folders checking for new messages with disabled caching (#1486128)
* Support skins in 'archive' and 'markasjunk' plugins
* Added 'html_editor' hook (#1486068)
* Fix DB constraint violation when populating messages cache (#1486052)
* Password: added password strength options (#1486062)
* Fix LDAP partial result warning (#1485536)
* Fix delete in message view deletes permanently with flag_for_deletion=true (#1486101)
* Use faster/secure mt_rand() (#1486094)
* Fix roundcube hangs on empty inbox with bincimapd (#1486093)
* Fix wrong headers for IE on servers without $_SERVERHTTPS? (#1485926)
* Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655)
* Check 'post_max_size' for upload max filesize (#1486089)
* Password Plugin: Fix %d inserts username instead of domain (#1486088)
* Fix rcube_mdb2::affected_rows() (#1486082)
2009-11-23 09:37:45 +00:00
fhajny
8b11accfd1 Update pfqueue to 0.56
pkgsrc changes:
  - Pick backends using options framework

Upstream changes:
  Too many changes, please see HOMEPAGE.
2009-11-20 13:14:13 +00:00
adam
1d2c4c3528 Changes 4.70:
* Added patch by Johannes Berg that expands the main option
  "spamd_servers" if it starts with a dollar sign.
* Write list of recipients to X-Envelope-Sender header when building
  the mbox-format spool file for content scanning.
* Added patch by Wolfgang Breyha that adds experimental DCC
  (http://www.dcc-servers.net/) support via dccifd. Activated by
  setting EXPERIMENTAL_DCC=yes in Local/Makefile. Check out
  experimental_spec.txt for more documentation.
* Bugzilla 673: Add f-protd malware scanner support.
* Bugzilla 657: Embedded PCRE removed from the exim source tree.
  When building exim an external PCRE library is now needed -
  PCRE is a system library on the majority of modern systems.
  See entry on PCRE_LIBS in EDITME file.
* Bugzilla 646: Removed unwanted C/R in Dovecot authenticator
  conversation.  Added nologin parameter to request.
* Do not log submission mode rewrites if they do not change the address.
* Bugzilla 662: Fix stack corruption before exec() in daemon.c.
* Bugzilla 602: exicyclog now handles panic log, and creates empty
  log files in place.  Contributed by Roberto Lima
* Bugzilla 667: close socket used by dovecot authenticator
* Bugzilla 615: When checking the local_parts router precondition
  after a local_part_suffix or local_part_prefix option, Exim now
  does not use the address's named list lookup cache, since this
  contains cached lookups for the whole local part.
* Bugzilla 521: Integrated SPF Best Guess support contributed by
  Robert Millan.  Documentation is in experimental-spec.txt
* Bugzilla 668: Fix parallel build (make -j).
* Bugzilla 437: Prevent Maildir aux files being created with mode 000
* Bugzilla 598: Improvement to Dovecot authenticator handling.
* Leading white space used to be stripped from $spam_report which
  wrecked the formatting. Now it is preserved.
* Save $spam_score, $spam_bar, and $spam_report in spool files, so
  that they are available at delivery time.
* Fix the way ${extract is skipped in the untaken branch of a conditional.
* TLS error reporting now respects the incoming_interface and
  incoming_port log selectors.
* more...
2009-11-17 06:39:32 +00:00
wiz
395c495dc1 Update to 2.4.11:
2009-11-07  Jeffrey Stedfast  <fejj@novell.com>

	* README: Bumped version

	* configure.in: Bumped version to 2.4.11

	* build/vs2008/gmime.vcproj: Bumped version.

2009-11-05  Jeffrey Stedfast  <fejj@novell.com>

	* gmime/gmime-multipart.c (ptr_array_insert): Fixed to handle an
	index larger than the current array length as well as fixing the
	true insert case to shift items when index is les than the current
	array length (as opposed to when it is equal-to). Thanks to
	harven@gingers.rulez.pl for finding this bug.

2009-10-10  Jeffrey Stedfast  <fejj@novell.com>

	* gmime/gmime-utils.c: Fixed the military timezone offsets.
2009-11-15 21:14:54 +00:00
ghen
eeca9cf6e0 Update to Dovecot 1.1.20.
* Upgraded to Unicode 5.2.0
- Maildir: Fixed crash when using a lot of keywords.
- file_set_size() was broken with OSes that didn't support posix_fallocate()
  (almost everyone except Linux), causing all kinds of index file errors.
2009-11-14 15:53:52 +00:00
ghen
6a97e9cf1f List existing "cdb" option in PKG_SUPPORTED_OPTIONS to make it somewhat less
useless. :-)
2009-11-12 15:52:26 +00:00
markd
c6557673cb Update mail-notification to 5.4
pkgsrc changes: patch to use gmime24

Changes since 5.3:
* The regression which caused some read IMAP messages to be reported as
  unread has been fixed.
* And more, see the NEWS file.
Changes since 5.2:
* A crash affecting IMAP, Maildir and POP3 mailboxes has been fixed.
* A crash affecting Evolution mailboxes on 64-bit systems has been fixed.
* And more, see the NEWS file.
Changes since 5.1:
* Default configuration values were not registered.
Changes since 5.0:
* A number of minor issues have been fixed. Most notably, the message
  count is now drawn properly.
* And more, see the NEWS file.
2009-11-10 20:33:38 +00:00
heinz
5f11959d7a Updated to version 0.37.
Pkgsrc changes:
  - Added LICENSE

Relevant changes since version 0.32:
====================================
Version 0.37 - released 2009-09-08
  * New/changed functionality:
    * ADSP records now check whether the domain itself exists, in
      accordance to the ADSP specification
  * bugfixes:
    * fixed regexp used to detect header field names (issue #2803465)
    * various fixes to ADSP checking

Version 0.36 - released 2009-06-02
  * API changes:
    * restore the as_string() method which was accidentally removed
      in version 0.34

Version 0.35 - released 2009-05-22
  * bugfixes:
    * fixed a runaway regular expression in the canonicalization
      routines (patch provided by Mark Martinec)

Version 0.34 - released 2009-05-20
  * New/changed functionality:
    * support for ADSP (author-domain-signing-practices) records
    * removed support for pre-standardized DKIM signatures (i.e. these
      are DKIM signatures without a v= or bh= tag).
    * DNS resolver errors are detected and reported as such
  * API changes:
    * renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using
      the former name to create policy objects directly (though it would
      be more expected to fetch the objects through
      Mail::DKIM::Verifier) should update their code
    * new policies() method in Mail::DKIM::Verifier for fetching all
      applicable sender/author signing policies
  * bugfixes:
    * Signer object would die if first line of input wasn't a header
      (rt.cpan.org issue #46179)

Version 0.33 - released 2009-03-10
  * bugfixes:
    * signature wrapping would sometimes cause improper preparation of
      DKIM signatures, with "simple" canonicalization (issue #2257046)
  * test scripts:
    * the included corpus is now verified using a fake-DNS resolver,
      which means the test corpus can validate even when your DNS
      servers are really slow
2009-11-05 22:53:12 +00:00
heinz
7a62c785a4 Updated to version 2.85.
Pkgsrc changes:
  - Submitted patch-aa upstream.
  - Added LICENSE.
  - Put PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT in section 4 of Makefile.
  - Shut up a pkglint warning about quoting.

Changes since version 2.84:
===========================
2.85 (July 21, 2008)

Relicense under Artistic License 2.0.  See LICENSE for details.
2009-11-05 20:03:53 +00:00
tnn
3099fe6778 getline -> get_line 2009-10-31 20:08:05 +00:00
drochner
3308ac3b2c PKGREVISION bump pkgs which are affected by the libgnome change
to leave out esound
2009-10-29 23:14:13 +00:00
martti
d40ef3380b Updated mail/clamav to 0.95.3
* bug fixes
2009-10-29 07:06:09 +00:00
drochner
5d6bd9ee27 update to 2.28.1
This switches to the gnome-2.28 release branch.
compile-tested only
(The old one didn't build anymore as reported by wiz.)
2009-10-26 09:48:41 +00:00
drochner
4963516c01 update for dependency changes in 2.28 2009-10-26 09:46:22 +00:00
wiz
9978f574fe libecal uses libedataserver uses GConf, ORBit2, libxml2, so provide
these header files for dependencies as well.
2009-10-25 13:23:49 +00:00
sno
890831fba8 Updating mail/p5-MIME-Lite from 3.026 to 3.027
Upstream changes:
Version 3.027
    Add send_to_testfile method (Thanks, AlexanderBecker)
2009-10-24 17:05:00 +00:00
drochner
66f8d5bda9 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-24 12:52:32 +00:00
schmonz
9d748db00b Distfile changed in place, set DIST_SUBDIR (noticed by taca@). 2009-10-23 02:43:52 +00:00
drochner
21a56d7644 remove stale dependency from bl3 (noticed by wiz),
being here, clean out some entries which were already commented out
2009-10-22 15:49:45 +00:00
drochner
0be9ae28b8 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-21 17:24:28 +00:00
drochner
008ad54a3f update to 2.4.10
changes: uudecode bugfix
2009-10-21 16:35:07 +00:00
schmonz
6d663925ff Update to 1.05. From the changelog:
- Fixed compilation of src/selfpipe.cc on Solaris and other OSes.
- Fixed handling of TM_HAS_ISDST on Solaris.
- Fixed a few address parsing glitches.
2009-10-21 15:06:46 +00:00
pgoyette
ad9faf9da8 Fix the patch file so it actually finds the file to patch. 2009-10-17 21:39:44 +00:00
pgoyette
a9b7117b5a Replace local getline() function to avoid conflict with native NetBSD
getline()

OK wiz@
2009-10-17 18:41:07 +00:00
plunky
2bbf821f51 fix the DESTDIR support by removing the install-root target which
would otherwise cause a chown of the trigger file. (with DESTDIR,
the "nullmail" user & group are not yet created)

Because this leaves the trigger file possibly owned by root, add
a test in the rc "start" path to [re]make it when necessary.

put this test and the daemon background and logging into a
separate script so that it can be run by the rc framework as the
nullmail user in the normal way, and add a procname argument to
allow the "status" and "stop" rc commands to work properly.

bump PKGREVISION
2009-10-14 21:13:41 +00:00
schmonz
3ea946ebd2 Update to 4.13.0. From the changelog:
-fix new log message not having trailing newline. Thanks: Morty Abzug.
2009-10-14 01:31:58 +00:00
plunky
0698efaecd disable DESTDIR support. There is an issue with adding the 'nullmail'
user and using chown nullmail:nullmail that I'm looking into
2009-10-13 13:55:28 +00:00