the freeze for the bug fixes, which are:
-Fixed string realocation bug in ezmlm-manage. Thanks Tom Moertel.
-Tweaked the subscriber log search subject to differentiate it from the
complete subscriber log.
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any
other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as
well as being more generally correct for arbitrary user-defined
CFLAGS. Suggested by jlam.
For consistency across djbware in pkgsrc:
* In math/djbfft's and sysutils/daemontools's do-configure targets,
remove leading @ from ${ECHO} lines; from the former, also remove
unneeded single quotes from one such line.
* Rename net/publicfile's pre-build and sysutils/service-config's
post-patch targets to do-configure.
* In sysutils/checkpassword's do-configure target, reorder creation
of conf-cc, conf-ld, and conf-home.
All of the affected packages have been verified to compile.
XXX These packages probably have enough build goo in common to
XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
Includes the following changes from sylpheed:
v1.0.3:
* A buffer overflow which occurred when replying to a message with
certain headers which contain non-ascii characters was fixed.
* A memory leak of the composition window was fixed.
v1.0.2:
* The incompatibility of PGP signature between gnupg-1.2 and 1.4
which occurred when trailing spaces appeared was fixed.
* The generation of References header was modified so that it is
generated even if a replied message doesn't have Message-Id.
* The documents were update
Also includes sylpheed-claws changes:
Updated translations: Brazilian Portuguese,
French, German, Italian, Serbian, Simplified
Chinese, Slovak and Spanish.
Bug fixes, including the following:
o bug 698 'Clicking OK without username
'crashes' account edit window'
o fix occasional late segfaults when quitting
o use quoted-printable instead of 7bit or 8bit to
encode "^From " and avoid mail corruption
on the MTA, as specified by RFC 3156
o fix signing/encrypting still on after privacy
system has been disabled
o fix mimeinfo memory leaks
o don't automatically send out return receipts
if offline
o don't use SIZE parameter in MAIL FROM: if
server doesn't support it
For further details of the numbered bugs listed above consult
www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi
Patch submitted by FUKAUMI Naoki (PR pkg/29043).
* Changes in 2.12.2 from 2.10.1
- Now Maildir is usable on Windows systems.
- Fixed the problem of the cache flag inconsistency on the filter folder etc.
- Fixed the bug that the new flag cannot be changed in some cases.
- Fixed the bug that flag are not taken over correctly from Maildir.
- Fixed the problem in display module for IMAP messages.
- Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX.
- Now user defined flags are appeared in the completions for search conditions.
- Fixed the problem that a wrong flag folders are created by some flag names.
- Now expansion of the access group "@/" works correctly.
- Fixed the problem to cause an error on automatic draft saving.
- Fixed the problem to cause an error on invoking address manager.
- Fixed the problem in the flag inheritance function of the filter folder.
- Improved redisplay functions for "H" and "M" key.
- Now attributes for netnews are displayed in the draft preview.
- The structure of the message database is improved.
- The temporary mark and corresponding action is now customizable.
- SPAM filter module is added.
- 'mark folder is renamed to 'flag folder.
- Now you can put arbitrary user defined flag on message.
- New marks, 'A' and 'a' are added for answered messages.
- New mark,s 'F' and 'f' are added for forwarded messages.
- New search condition 'Flag' (Status of the message) is added.
- Draft save function is improved.
- Automatically save draft buffers by using idle-timer.
- 'H' key(display all header) and 'M' key(display without MIME analysis)
are now toggle key.
- Now you can sort summary lines into descending order.
- Abbreviate too long header extended to lines in message buffer.
- Persistent mark string in summary buffer is changed.
- It displays draft preview on sending confirmation.
- Sending parameters are displayed on draft preview.
- You can run biff with idle-timer by setting wl-biff-use-idle-timer.
- Now wl-draft-kill confirms with yes-or-no-p.
- Summary thread will be divided if its depth is larger than certain amount.
The limit is controlled by the variable wl-summary-max-thread-depth.
- Emacs multi-tty support is supported.
- New sort spec 'size' is added in the summary mode.
- The variable wl-refile-policy-alist is abolished.
- Batch processing module is added.
- In the multi-folder, status of messages are synchronized with original
folder.
- The function wl-summary-resend-message is abolished.
- Variables renamed
wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
- POP3 folder existence check is simplified (by default).
- POP3 response code extension defined in the RFC2449 is supported.
- IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
- Default value of wl-folder-hierarchy-access-folders has been changed.
- Access group "@/" of shimbun folders can be used now.
- Show contents of NEWS(.ja) when you start Wanderlust newer than the
one you used previously.
- Default values of wl-draft-reply-*-list are changed.
- wl-draft-reply-myself-*-list are abolished and integrated into
wl-draft-reply-*-list.
- You can control initial cursor position for replying draft.
- Changed the way to specify configuration of draft buffer window.
- Commands to verify/decrypt non-MIME PGP message are added.
- New options
wl-summary-resend-use-cache
elmo-network-session-idle-timeout
- New hooks
wl-draft-reply-hook
wl-summary-reply-hook
wl-draft-forward-hook
wl-summary-forward-hook
wl-draft-kill-pre-hook
wl-summary-resend-hook
- Abolished hook
wl-reply-hook
- New face
wl-highlight-summary-disposed-face
wl-highlight-summary-prefetch-face
wl-highlight-summary-resend-face
wl-highlight-summary-answered-face
wl-highlight-action-argument-face
- Abolished face
wl-highlight-refile-destination-face
(renamed to wl-highlight-action-argument-face)
Update sylpheed-claws to 1.0.1. Taking the patch to use autoconf to regen
the configure script, rather than having to keep patch-ab uptodate.
Also remove PKGREVSION from plugins, they should be able to just ride the
main sylpheed-claws updates.
I also suspect that pgpmime should be converted to a plugin, rather than
being part of the main sylpheed package. (it would remove a dependancy on
gpgme) However it seems to install header files, which would complicate
making it a plugin package.
Also fix pkglint warning about MESSAGE.plugins, the = line was only 74,
not 75 chars in length.
Also refresh mime.types file from current apache 2 version.
Changes to sylpheed:
v1.0.3:
* A buffer overflow which occurred when replying to a message with
certain headers which contain non-ascii characters was fixed.
* A memory leak of the composition window was fixed.
v1.0.2:
* The incompatibility of PGP signature between gnupg-1.2 and 1.4
which occurred when trailing spaces appeared was fixed.
* The generation of References header was modified so that it is
generated even if a replied message doesn't have Message-Id.
* The documents were update
- Issue spotted by diro (at) nixsys.bz in PR #28966
This distribution now contains two unsupported programs, icat and ifrom,
which may be of use to some sites.
The old chkmail, imapcopy, imapxfer, mbxcopy, mbxcreat, and mbxcvt
programs have been replaced with the mailutil program, which is
included in the mail/imap-uw package.
The dmail, mlock, and tmail programs are also bundled in the mail/imap-uw
package.
Changes (cited from 00diff) are:
> <Differences between Mew 4.2 and Mew 4.1>
>
> * mew-nmz.el has been integrated. You can search messages with
> keyword DB. For more information, see info.
> * "C-uw" prepares a draft whose To: is the address on From: of the
> current message.
> * "e" in Summary can convert any mark to new one.
> * S/MIME has been supported. (alpha stage)
> * IMAP UTF-7 support. You can use non-ASCII characters for folder
> names.
> * TLS has been supported.
> * Fixing a bug of SSL.
> * Drag and Drop composing has been supported.
> * Many small bug fixes.
or POPS daemons -- we just rely on the Courier control scripts to fail
if the SSL certificate specified in the config file isn't readable.
Bump the PKGREVISION to 1.
> version 1.66: Thu Jan 20 10:16:10 CET 2005
>
> - Extended explanation that Mail::Address is limited.
>
> - Added examples/mail-mailer.pl, contributed by [Bruno Negrão]
>
> - use Mail::Mailer qw(mail) sets default mailer. Doc update by
> [Slavan Rezic]
>
> - Mail::Mailer::smtp now can authenticate SSL [Aaron J. Mackey]
>
> version 1.65: Wed Nov 24 15:43:17 CET 2004
>
> - Remove "minimal" comments from Mail::Address
>
> - [Dan Grillo] suggested some improvements to Mail::Address::name(),
> and some more were added.
>
> - [Slavan Rezic] small typo.
>
> version 1.64: Tue Aug 17 22:24:22 CEST 2004
>
> - CPAN failed to index 1.63 correctly, so hopefully it will
> work now.
>
> version 1.63: Mon Aug 16 17:28:15 CEST 2004
>
> - [Craig Davison] Fixed date format in Mail::Field::Date to
> comply to the RFC
>
> - [Alex Vandiver] patched the email address parser to be able
> to understand a list of addresses separated by ';', as Outlook
> does. The ';' is the group separator, which was not understood
> by MailTools before, but valid according to the RFCs.
>
> - [Torsten Luettgert] found that field labels like '-' where not
> beautified correctly.
>
> - [Slavan Rezic] Updated doc in Mail::Mailer: referred to $command
> which doesn't mean anything, and "testfile" is working differently.
>
> - [chris] Mail::Message::Field::wellformedName() will upper-case
> *-ID as part in the fieldname.
perl5 application to talk to LMTP servers. This documentation assumes that
you are familiar with the concepts of the LMTP protocol described in RFC2033.
This module is based on Net::SMTP and shares more than %95 of its code with
Net::SMTP.
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#36137 - Leading %s in addressbook message totally non-obvious (Siva)
#70339 - vcard preview doesn't appear to work (Siva)
#70622 - Crash changing gtkhtml settings (JP)
#70922 - Email address types should show "Other" when importing vcards (Siva)
#70540 - Adding contact from email doesn't let you change "file as" (Hans)
* Calendar
#41624 - only the last exception is deleted on palm device (JP)
#46901 - Only one line gets printed when printing Tasks and Appointments
(Yong Sun)
* Mail
#33933 - Sorting by subject does not result in expected order (Jeff)
#70795 - Next/Previous Message Should Only Display Listed Emails (Michael)
#65329 - regression in default folder name localisation (Michael)
#71312 - Double-clicking vFolder of Draft folder doesn't allow editing
(Michael)
#71310 - Always loses my signature script settings (Michael)
#71310 - Always loses my signature script settings (Michael)
#69850 - Crash: attempting to create a Vfolder based on a message without a
Sender (Michael)
#65178 - newly created folder on local maildir doesn't show until evolution
restart (Michael)
#70858 - selecting newly created folder flakey (Michael)
#60664 - message view does not follow theme change (Michael)
#70768 - 'Mark All as Read' marks all the mails which are not in current
query as read (Michael)
#70563 - crash when 'load images' on MyEclipse newsletter email (Michael)
#66943 - Crash when saving draft (Michael)
#71105 - When trying to rename a folder containing a slash "/" and spaces,
evil stuff happens (Michael)
#72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
#38791 - gpg can make evo hang if keyserver unreachable (Michael)
#36142 - Don't use acronyms as verbs in messages (Michael)
#70303 - pgp signature invalid with very short emails (Michael)
#69757 - Memory leak in imap_parse_list_response (Michael)
#22496 - Evolution does not appear to support ALERT messages (Michael)
#71427 - Evolution does not prompt for new password (Michael)
#71625 - Don't display content of e-mail when first selected (Michael)
#56110 - Messages in digest displayed as source (Michael)
#69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
#47824 - nested, identical multipart boundaries dont parse properly (Michael)
#70919 - Crash during fetching mail (mail has gpg signature) (Michael)
#70556 - Unable load messages info from MS Exchange by IMAP (Michael)
Other bugs
* Mail
-64 bit fixes (Michael)
* Addressbook
- work around 67411 (Hans)
- 64 bit fixes (Michael)
- Turkish locale fixes (S.Çaglar Onur)
* Calendar
- fix potential resize crash (Michael)
* S/MIME
- don't remove the cert from the tree if it wasn't actually deleted
(Michael)
Updated translations:
- nl (Vincent van Adrighem)
- pt (Duarte Loreto)
- hu (Laszlo Dvornik)
- ca (Jordi Mallach)
- fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
- sv (Christian Rose)
- de (Hendrik Brandt)
- id (Mohammad DAMT)
- es (Francisco Javier F. Serrador)
- da (Martin Willemoes Hansen)
- ko (Changwoo Ryu)
- zh_CN (Funda Wang)
- ms (Hasbullah Bin Pit)
- hu (Laszlo Dvornik)
- cs (Miloslav Trmac)
- ru (Leonid Kanter)
- bg (Vladimir Petkov)
- sq (Laurent Dhima)
- en_GB (David Lodge)
- pl (Artur Flinta)
- sr (Danilo Segan)
- sr@Latn (Danilo Segan)
- en_CA (Adam Weinberger)
- pt_BR (Raphael Higino)
- nn (Åsmund Skjæveland)
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Address Book
#64298 - G/W failure to authenticate (Siva)
#67541 - LDAP password not to be remembered (Siva)
#66854 - Some strings are missed to translation (Rodney)
#71116 - wrong gettext initialization breaks translation (Rodney)
#70918 - Importing kontact vcard causes inifinite loop (Siva)
* Calendar
#64682 - Moving an appointment from one calendar to another sends update
(Chen)
#67031 - GroupWise tasks are not getting updated in any way (Chen)
* All
#69186 - cannot remove GAL from Autocomplete in settings (Siva)
#64298 - G/W failure to authenticate (Siva)
Other bugs
* Calendar
- warning fixes (Michael)
- fix groupwise ssl usage (Harish)
* Address Book
- fix vcard note migration issues if containing non-ascii chars (Siva)
- fix groupwise ssl usage (Harish)
* All
- 64 bit fixes (Michael)
Updated Translations:
-et (Priit Laes)
-ru (Leonid Kanter)
Please see the Changelogs in the src distributions for more details.
* When mail is sent using SMTP, 'Bcc:' fields are not passed to the
server anymore (Bugreport by Matthew Fischer.)
* When replying to a message part for which a 'pipe-type/subtype'
variable was set, quotes were inserted in the text sent to the pipe
instead of in the output received from it (since v. 11.14 or so).
* A message that is already marked as answered is not marked again if
it is replied to and the 'markanswered' variable is set.
* Nail no longer generates an error if renaming a message in a maildir
folder fails because both the old and the new link have the same name
(i.e. if the rename operation was superfluous).
* The new 'sendcharsets' variable was incorrectly named 'charsets' in
nail.rc in the last version. If nail 11.20 was the first version of
nail you ever installed, you should correct this by hand since the
file is not overwritten by 'make install'. (Bugreport by Matthew
Fischer.)
* Mozilla NSS error reports are more detailed now.
* For the 'touch', 'mbox', 'unread', and 'new' commands, a following 'next'
command will advance to the next message as if the current one had been
printed, as it has been the case with traditional mailx (Bugreport by
Michael Sipser).
* Files in maildir folders are now read in the order obtained from
readdir().
* When the variables 'sign' or 'Sign' are set to the empty string, they
are treated as if they had been unset for the '~a' or '~A' commands.