Age | Commit message (Collapse) | Author | Files | Lines |
|
build at least on setups where "cc" is not present or not GCC which is
the default under Solaris 10.
|
|
Special permissions for filterctl and courierfilter have to be applied
in an install script at installation time.
Actions for the post-install target forgot to propagate DESTDIR
appropriately as a make parameter.
|
|
reported upstream (typo in courier/configure.in prevented option
"--without-ldapaliasd" from working).
|
|
|
|
-additional fix for IMAP server that offers a message it then fails to return,
to allow getmail to continue with the next message. Thanks: Yaw Anokwa.
|
|
|
|
|
|
|
|
|
|
Package still doesn't build as it always includes the ldap stuff.
|
|
|
|
|
|
since 2010-01-01.
Ok by agc@.
|
|
Recognized_Att_Keys) were made private, which broke SpamAssassin's
(ab)use of those variables. For details see
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6131.
Perl 5.10.1 includes ExtUtils::MakeMaker 6.55_2 and consequently building
SpamAssassin 3.2.5 with DESTDIR support in pkgsrc does not work anymore.
The fix changes the decision whether the used EU::MM module has good
enough DESTDIR support to depend only on the version number
(ie. mm_has_good_destdir is true) instead of the availability of the
key 'DESTDIR' in the (now non-public) Recognized_Att_Keys hash.
Ok to commit during freeze by wiz@
|
|
Fixes mime type when attaching an Office (MS or Open*.org) file.
Prior to this commit would always be tagged as application/octet-stream.
Bump pkgrevision
|
|
|
|
qpopper:
* add user-destdir support
* add ${QPOPPER_USER}:${QPOPPER_GROUP} to PKG_USERS, fixes PR#28807.
* honor VARBASE.
common:
* update ipv6 patch to appropriate one for base version.
* some pkglint cleanup.
Bump PKGREVISION.
|
|
Submitted upstream as bug 2921151.
|
|
* Fix build problem on NetBSD current; getline() conflicts.
* Add DESTDIR support.
And some more clean up. No functional change.
|
|
changes:
-bugfixes
-Add support for Googlemail and hotmail/live/msn.com accounts
-translation updates
|
|
NetBSD. All supported NetBSD versions (and some unsupported) have it.
XXX This should not cause any change in functionality, so no revbump.
|
|
(It's unlikely someone will play audio with thunderbird, but it's
a dependency of the common mozilla runtime.)
|
|
unconditionally. All supported systems should have poll(2). If
one is found that doesn't then this can be revisited and some way
of making it conditional can be implemented.
This resolves an issue with applications that have a large
number of open files and want to bump FD_SETSIZE. Since libmilter
no longer uses select(2), the application is free to monkey with
FD_SETSIZE as it pleases.
|
|
|
|
the new wrappers, so just use the former.
|
|
Evolution-Data-Server 2.28.2 2009-12-14
---------------------------------------
Bug Fixes:
#394567 - Use correct FBTYPE values in GroupWise calendar backend
(Jari Urpalainen)
#574940 - Crash in message_info_to_db() (Milan Crha)
#593023 - Deleting an imported recurrent event will remain (Milan Crha)
#594502 - Some google calendar meetings don't show up (Milan Crha)
#598971 - Preserve selection in ENameSelectorEntry if possible
(Milan Crha)
#599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
(Matthew Barnes)
#600449 - segfault in camel_msgport_destroy (Milan Crha)
#600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
#602719 - Crash in ep_set_proxy with no proxy user or password
(Milan Crha)
#603437 - Fix few memory leaks (Milan Crha)
#603689 - Improper escaping of folder name (Lucian Langa)
Other Changes:
Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
Don't use commas on the Requires line (Tor Lillqvist)
Fix a memory leak. (Wang Xin)
Fix a crash due to un initialized variable. (Srinivasa Ragavan)
Use SQLite's default cache size of 2000 pages in folders.db
(C de-Avillez)
Translations:
Ivar Smolin (et)
Lucian Grijincu (ro)
Leonid Kanter (ru)
|
|
* Add patches to fix build problem with OpenSSL 1.0.0 beta and later.
* Generase "-DUSE_SSL" instead of "-DSSL". Similar changes are CANNA
and ZLIB. (In the case of ZLIB, it could be change to use HAVE_ZLIB_H.)
* Split Makefile to use hacks.mk and options.mk.
* And miscellaneous pkglint clean up.
There should be no functional change and fix PR pkg/42452.
|
|
|
|
|
|
|
|
new Dovecot Sieve plugin packaged as an option to the main dovecot package.
|
|
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
|
|
Looks like the default changed but the trademark policy didn't.
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
- default port for MultidropIMAPSSLRetriever was incorrect. Thanks: David
Lehn.
|
|
changes from rc1 are only bugfixes.
|
|
vulnerability in ruby-actionpack.
Major changes:
- Improved compatibility with Ruby 1.9
- RailsXss plugin availability
- Fixes for the Nokogiri backend for XmlMini
|
|
Debian's patch via http://secunia.com/advisories/37458/
Bump PKGREVISION.
|
|
|
|
|
|
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/
|
|
|
|
become the natural upgrade path to thunderbird 3.0.
|
|
Remove thunderbird-gtk1 in preparation.
|
|
- 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.
|