Age | Commit message (Collapse) | Author | Files | Lines |
|
original 1.5.22 package.
|
|
set (thinko by person implementing the change between 1.5.18 and 1.5.22).
Bump PKGREVISION.
|
|
|
|
> 2005-11-23 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: bumped version number to 0.3.17
>
> * src/io.c (do_write): added workaround for broken destination
> sockets
>
> * src/pkt_buffer.c (do_flush_stream): make sure data is not lost
> if A_WRITE returns failure by pushing it back to the buffer
>
> 2005-05-03 Balazs Scheidler <bazsi@bzorp.balabit>
>
> * configure.in: bumped version number to 0.3.16
>
> * src/io.c (io_iter): fixed possible nonblocking_fd leaks as
> unlinking an fd might have dropped some valid structures
>
> * src/werror.c: fixed werror_hexdump and related functions,
> still #if 0ed but useful for tracking down gc related problems
|
|
|
|
* 2.2.0beta8 (development)
* The help of command line options was added.
* The Japanese manual was updated.
* When checking IMAP4 mailboxes, the number of new messages is properly
counted now.
* The key event handling of the quick search entry was fixed.
* The wrong status display of the receive dialog on BSD systems was fixed.
* The unread flag is not reset anymore when moving or copying messages
into a trash folder.
* Some UI fixes were made.
* Win32: Some UIs for unsupported functions were disabled.
* Win32: The bug that the contents of folders with specific Japanese
characters such as 'Hyou' (which contains 0x5c ('\') at the second byte)
at the end of its name couldn't be seen was fixed.
* 2.2.0beta7 (development)
* When moving, copying, or deleting a collapsed thread, all the messages
in the thread are processed now.
* 'Mark thread as read' feature was implemented.
* The keys on keypad are also recognized in the summary and message view.
* The window size of the address book is now remembered.
* PGP passphrase is converted into locale encoding before passing to gpg.
* Arabic encoding support was added.
* The premature trimming of strings on the statusbar was disabled.
* The 'Wrap before sending' option was removed.
* The issue that it falsely entered drag begin state after passphrase
dialog was shown was fixed.
* The bug that the automatic account selection on reply was disabled on
IMAP4 folders was fixed.
* Win32: IPv6 was supported.
* Win32: Window is properly popup on multiple launching now.
|
|
|
|
|
|
|
|
correct a mistake in my previous commit:
- add dependency on zlib
- add option for GNU TLS as an alternative to OpenSSL
- drop SASL option, it's no longer supported
- explicitly disable some options with --disable-*
- "s,/usr/pkg,@PREFIX@," in patch-ab -- I accidentally diffed it after the SUBST stage
- change SUBST_STAGE from post-patch to pre-configure to avoid this in the future
- bump PKGREVISION for all this
Thanks to tv@.
|
|
Apply the suggested solution: rename wait() to mmix_wait() in mmix-pipe.w
to avoid name clash
|
|
from $mynetworks. Supply an example which works.
|
|
|
|
recommended by the Dovecot author (the 0.99.x series are deprecated).
Major changes:
v1.0.beta2 2006-01-22 Timo Sirainen <tss@iki.fi>
+ Added SQLite support. Patch by Jakob Hirsch.
+ Added auth_debug_passwords setting. If it's not enabled, hide all
password strings from logs.
+ Added mail_cache_min_mail_count and mbox_min_index_size settings
which can be used to make Dovecot do less disk writes in small
mailboxes where they don't benefit that much.
+ Added --build-ssl-parameters parameter to dovecot binary
- SSL parameters were being regenerated every 10 minutes, although not
with all systems.
- Fixed dovecot-auth crashing at startup. Happened only with some
specific compilers.
- base_dir was supposed to be set world-readable, not world-writable
v1.0.beta1 2006-01-16 Timo Sirainen <tss@iki.fi>
* Almost a complete rewrite since 0.99.x, but some of the major
changes are:
+ Index file code rewritten to do less disk I/O, wait locks less and in
generate be smarter. They also support being in clustered filesystems
and NFS support is mostly working also.
+ Mail caching is smarter. Only the data that client requests is
cached. Before Dovecot opened and cached all mails when mailbox was
opened the first time, which was slow.
+ Mbox handling code rewritten to be much faster, safer and correct
+ New authentication mechanisms: APOP, GSSAPI, LOGIN, NTLM and RPA.
+ LDAP supports authentication binds
+ Authentication server can cache password database lookups
+ Support for multiple authentication databases
+ Namespace configuration
+ Dovecot works with shared
- Add an option for sqlite support.
- Take over maintainership.
All suggested (and ok'ed) by xtraeme.
|
|
This release adds many incremental improvements throughout the whole
program. This includes command line, document generators, reports, tools,
filters, graphical user interface responsiveness, web site generator,
import and export, and many other areas with new features and bug fixes.
mostly from Jeremy C. Reed
|
|
broken build under Mac OS X.
|
|
provides an implementation. This fixes build problems caused by the recent
DragonFly patch under all operating systems which do not define the
argument of putenv(3) as "const" (e.g. Solaris or Mac OS X).
|
|
|
|
Append rather than prepend /usr/sbin:/usr/bin to path, to avoid issues
on Solaris which has feature-poor ftp in /usr/bin
|
|
|
|
- much better i18n, slightly inefficient and probably
not perfect, but cna be used to convert between a lot of apps
who have their own problems (mozilla, netscape, lyx...)
- properties are now being initialized properly.
|
|
|
|
Changes since 4.55:
- Avoided false positive warnings about bsd.prefs.mk being required before
using buildlink3.mk files.
- Restricted the files that are checked for absolute pathnames in patch
files.
- Some tools that are often used as ${TOOLNAME} need to be explicitly
added to the USE_TOOLS variable. When complaning about their direct
use, add a proper advice.
- Readded all the deprecated variables. The warnings will have to stay
longer than just three months.
|
|
|
|
|
|
|
|
|
|
append it to the previous line.
|
|
names starting with an underscore are reserved for internal pkgsrc use).
Ok with wiz.
|
|
|
|
* HTTP Response Splitting has been addressed in ext/session and in
the header() function.
* Fixed format string vulnerability in ext/mysqli.
* Fixed possible cross-site scripting problems in certain error conditions.
* Hash & XMLWriter extensions added and enabled by default.
* Upgraded OCI8 extension.
* Over 85 various bug fixes.
(I haven't heard anything from the MAINTAINER but since this works fine
on my servers and as this fixes security issues I checked in this)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
including support for relocable programs, Qt support,
separation of the PO processing functions into a separate
library and more. devel/gettext was split into devel/gettext
and devel/gettext-tools.
|
|
including support for relocable programs, Qt support,
separation of the PO processing functions into a separate
library and more.
Reorganise the gettext infrastructure by splitting of the
tools into devel/gettext-tools, which will be used by the tools
framework. The remaining devel/gettext package contains
gettextize and autopoint aka the infrastructure to embbed gettext
into a package.
Due to the ABI and API changes, a recursive revision bump will
follow.
Take blaim by receiving the maintainer hat.
With input from jlam@, reed@ and wiz@.
|
|
as part of the update to gettext 0.14.5.
The gettext-tools package contains all the development tools, but
autopoint and gettextize.
|
|
|
|
Gary Duzan in PR 32439:
This is the LibOFX library. It is a parser and an API designed to
allow applications to very easily support OFX command responses,
usually provided by financial institutions for statement downloads.
To my knowledge, it is the first working OpenSource implementation
of the OFX (Open Financial eXchange) specification on the client
side.
|
|
|
|
|
|
|
|
The Sunbird Project is a redesign of the Calendar component. The goal is to
produce a cross platform standalone calendar application based on Mozilla's
XUL user interface language. At the moment the Sunbird name is a project
name. It is not official and may change in the future.
The intended user is someone who uses Mozilla Firefox and Mozilla
Thunderbird and wants a calendar application based on Mozilla.
Ok with wiz. I'll add a -gtk1 version later this week.
|