Age | Commit message (Collapse) | Author | Files | Lines |
|
From release announcemenet:
After a lengthy QA process, PHP 4.3.4 is finally out!
This is a medium size maintenance release, with a fair number of bug fixes.
All users are encouraged to upgrade to 4.3.4.
Bugfix release
PHP 4.3.4 contains, among others, following important fixes, additions
and improvements:
* Fixed disk_total_space() and disk_free_space() under FreeBSD.
* Fixed FastCGI support on Win32.
* Fixed FastCGI being unable to bind to a specific IP.
* Fixed several bugs in mail() implementation on win32.
* Fixed crashes in a number of functions.
* Fixed compile failure on MacOSX 10.3 Panther.
* Over 60 various bug fixes!
For full list of changes in PHP 4.3.4, see ChangeLog:
http://www.php.net/ChangeLog-4.php#4.3.4
|
|
|
|
by mistake.
- Bump PKGREVISION.
|
|
IMAP and some other improvements.
|
|
Also don't check for /usr/X11R6 before running mkfontdir. This
package is already marked as USE_X11. Fixes install on
Solaris and other systems which use bmake instead of make.
|
|
|
|
|
|
Summary of changes since 2.5x
-----------------------------------
- spamd supports UNIX-domain sockets
- SSL support for spamc/spamd now usable
- improved Bayes text analysis
- improved expiration of Bayes-DB
- better detection of 'invisible text' and other obfuscation techniques
in HTML
- new RBL (eg SORBS, SpamCop, Osirusoft dropped)
- better handling of RBL timeouts
- support for Razor V1 dropped
- more flexible header and report rewriting
- Perl taint mode enabled by default
- bug fixes
- new rules
|
|
- Some partial BODY[part] fetches may have returned data incorrectly,
patch-ad fixes it.
|
|
- Some partial BODY[part] fetches may have returned data incorrectly,
patch-ad fixes it.
- Add missing BUILD_DEFS, sort.
|
|
|
|
Changes since 3.1.7:
* Add command_add_fromline directive to control prepending mbox-style From_
lines to command deliveries. Defaults to 1, the previous behaviour. Set
to 0 to disable.
* Add workaround for differences in Python poplib; an incompatible change
was introduced (apparently in 1.6) to Python's library, where session.retr()
previous returned raw lines, but now it returns the un-stuffed lines.
getmail now has to conditionally un-stuff lines depending on the version
of the Python interpreter in use.
* Change the "over max message size of %(max_message_size)i, skipping ..."
message from informational to warning so it can be seen when using
-q/--quiet/verbose=0. Thanks to Volker Kuhlmann for the report.
-Change error message resulting from failed APOP attempt
|
|
escape sequences, do not confuse decoded comment as structured field separator
|
|
|
|
real-time sender address validation milter for sendmail
|
|
|
|
address validation milter for sendmail
|
|
gdk-pixbuf anymore. Remove dependency and bump PKGREVISION.
|
|
Fixes a format string error leading to a crash from malicious SMTP servers.
http://www.guninski.com/sylph.html
|
|
Bump PKGREVISION.
|
|
|
|
|
|
filter mails using regular expressions matching SMTP envelope parameters
and mail headers and body.
|
|
|
|
configuration test take ~forever.
|
|
|
|
|
|
|
|
Changes are:
* The vulnerability in SMTP response handling, which is exploitable
by a malicious SMTP server, has been fixed.
* The structure of folder system has been sorted out.
* The checking of the existence of IMAP root directory has been
modified.
|
|
a time in post-install. fixes build on Solaris.
fix from Michael Santos in PR pkg/22387.
|
|
cvs: ----------------------------------------------------------------------
|
|
|
|
|
|
* bug fixes
* translation updates
* new minimal bw theme
|
|
|
|
|
|
which have shadow password (SunOS at least).
- Reduce warning with GCC 3.3.1.
- Bump package revision.
|
|
|
|
|
|
|
|
store in its own DIST_SUBDIR.
|
|
* bug fixes
* new IPv6 patch
|
|
|
|
multiple emails without body), use G1 designation/invocation for 96-char
ISO charsets, and other fixes.
|
|
|
|
|
|
Noted missing by kristerw.
|
|
|
|
While updating, make bogofilter use the bsd.pkg.install.mk
framework to install the configuration file into PKG_SYSCONFDIR.
Patch provided by Soren Jacobsen in PR pkg/22983.
Changes:
Changes:
0.14.5.4
* _Really_ fix defective printing in 'bogofilter -Q' output.
0.14.5.3
* Fix parser errors that can cause:
1. Incorrect processing of html comments.
2. "fatal flex scanner internal error--end of buffer missed",
which kills bogofilter.
* Fix defective printing in 'bogofilter -Q' output.
* Compiles with TDB again.
0.14.5.2
* bogominitrain.pl - removed email 'cruft' and revised format
of verbose output.
0.14.5.1
* Fixed parameter type error in dbh_print_names() that causes
segfault.
* Enhanced verbose output of bogominitrain.pl
* Documented '-T' option in man page.
* Fixed parsing error that treated "^From " in encoded text as
a message separator.
* Revised format for '-T'.
* Fixed defect in bogominitrain.pl's norepetition mode.
0.14.5
* Updated bogominitrain.pl to version 1.3.
* Corrected parsing error (in html code) that caused
bogofilter to miss message separators.
* Added '-T' as terse mode (with fixed formatting).
* Revised processing of From and empty lines so that parsing
works correctly with both flex-2.5.4 and flex-2.5.31.
0.14.4
* Revised database API so that there are 3 distinct layers
(program, datastore, and database) with a clean interface
between them.
* Correct exitcodes in bogoutil by using EX_ERROR.
* Fixed token registration bug in 0.14.x versions.
* Fixed seg fault caused by database lock contention.
0.14.3
* Fixed critical locking bug introduced into bogofilter 0.14.0
with the combined-wordlist code: when working with separate
wordlists, bogofilter would lock only the first one opened,
rather than all.
* Documentation updates.
* %g formatting is now supported by bogofilter's formatting functions.
* Merged trio 1.10 (http://ctrio.sourceforge.net/) to support
compilation on ancient systems (Solaris 2.5) that do not have
[v]snprintf functions.
Trio is Copyright (C) 1998-2000 Bjorn Reese and Daniel Stenberg.
* Various documentation updates, including the FAQ.
* The test suite was adjusted for older grep variants (Solaris
2.5) that don't cope with long lines.
* Print database version in print_version().
* Postfix integration instructions have been upgraded.
* Debug output for wordlists and databases was enhanced.
|
|
Changes:
- imap folder scanning speedup.
- fix bugs: 121181, 121637, 121867 and others.
- help updates.
|