Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
email.
- Use PKG_OPTIONS_LEGACY_OPTS to deal with the change.
|
|
|
|
* sync with squirrelmail 1.4.5
|
|
* lots of bug fixes
* translation updates
|
|
* lots of bug fixes
* translation updates
|
|
Bump PKGREVISION to 3.
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
private mail.
New in 1.3.2
- support for matching arbitrary headers in rules
- bugfixes
pkgsrc includes additional changes:
- fix for http://secunia.com/advisories/15977/
- work around an annoying header parsing issue which
resulted in totally garbled date sorting
- work around random SIGSEVs
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
works on Tiger as well. No change to the patch itself.
|
|
* A new application icon was added, and it is now used as a default
window icon.
* A margin was added for the summary view when scrolling.
* The folder selection dialog now displays new/unread information
for each folders.
* The displayed file size of attachments became more accurate.
* The filter rules are now modified after folders are moved.
* Several alert dialogs were modified.
* The line-wrap of composition was modified so that it doesn't
break line after '-' (hyphen) to protect e-mail address etc.
* UTF-8 text file is now properly inserted in composition window.
* The Content-Type's charset is used as a fallback encoding of
broken header strings on reply.
* The problem was fixed that signature was not switched properly by
the account selection in re-edit mode or after editing with
external editor.
* Attached files without text/* as the Content-Type is not
uncanonicalized anymore.
* The URI parser of the text view was modified.
* The cache discrepancy problem of the queue folder was fixed.
|
|
and updated HOMEPAGE. The installed command is still "queue_repair".
|
|
|
|
(as with NetBSD 2, for instance), but pkgsrc sendmail 8.13 is installed,
then clamav will attempt to use the 8.13 milter API, and fail linking.
(It probably should use an autoconf symbol test instead.)
This change forces an API at least new enough to match the latest version
offered via pkgsrc; and since libmilter is a static library, it still
ends up with no runtime DEPENDS.
No PKGREVISION bump required, as milter is a non-default option.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
This will help with the patch creation. Suggested by Takahiro Kambe
in a private mail.
|
|
-Added a "sql" file in the "LIST/mod" directory on creation of lists.
This fixes a long-standing bug where moderator addresses are not stored
in SQL.
NOTE: Running ezmlm-make -e or -+ on a moderated list that has SQL
enabled will cause moderation to fail due to the moderator subscriber
list now being accessed in SQL. You will need to run the following
command:
ezmlm-list -M $DIR/mod | ezmlm-sub $DIR/mod
-Fixed bug in pgsql searchlog query.
-Fixed bug in ezmlm-request handling of multi-line subjects.
|
|
and others.
|
|
* 2.0.0beta5
* The order of the buttons of dialogs now complies with GNOME Human
Interface Guidelines (configurable with 'Common preferences/Interface/
Make the order of buttons comply with GNOME HIG').
* Existing window is put in front when trying to re-edit draft/queue
messages which are already open.
* The toolbar and special folder icons are replaced with new png images
which are based on GNOME icon theme.
* The Sylpheed logo of the about dialog was replaced with new one.
* The crash when cancelling the file selection dialog of vCard/JPilot
by Escape key was fixed.
* 2.0.0beta4
* The feature to move folders within the same mailbox was implemented.
* The flag changes by manual filtering on IMAP4 folders are now reflected
to IMAP4 server.
* A warning is displayed on the first run if the locale encoding is not
UTF-8 but the environmental variable G_FILENAME_ENCODING is not set.
* A warning is displayed when sending message if it exceeds the hard line
length limit (998 bytes).
* Other minor bugs were fixed.
* 2.0.0beta3
* The strict checking of the integrity of summary caches was disabled by
default, and the performance of displaying summary was improved.
* The columns of the summary view became reorderable by drag and drop.
* An option to execute command when new messages arrive was added.
* 'Compose new message', 'Add to address book' and 'Open with Web browser'
was added to the context menu of the text view.
* Encryption is enabled by default when replying to encrypted messages.
* GPGME and OpenSSL support are now enabled by default.
* The bug that caused failure of parsing IMAP4 response if embedded null
characters appeared in message headers.
* Selected text is used on reply even if the Attachment tab is selected.
* The quote color setting dialog works properly now.
* 2.0.0beta2
* The junk mail filter setting was integrated into the common preferences,
and 'Tools/Filter junk mails' menus were added.
* The behavior of the flag search was modified.
* The bug that the change of color labels was not saved was fixed.
* The 'Insert signature' on the composition window now replaces the
current signature, or add a new one to the buttom.
* The bug that MIME headers were not properly parsed on some locales
(such as Turkish) was fixed.
* A possible crash when moving/deleting messages while the summary is
sorted was fixed.
* Wrong display of unread message number on some condition was fixed.
* The scroll position of the summary when opening folders was fixed.
* Sending messages by external command now checks for its exit status.
* 2.0.0beta1
* A feature to assist junk mail control was added.
* An option to apply filter rules to sent messages was added.
* The progress dialog was reimplemented using GtkTreeView.
* The selection handling of the summary view was optimized a bit.
* The drag and drop from the summary view was improved.
* The Japanese auto-detection is always enabled if the locale string
begins with "ja".
* Hebrew encodings support was added.
* Lithuanian translation was added.
* The scanning of folders right after an IMAP4 account is created was
disabled for performance issue.
* Currently selected messages are skipped now when searching unread
messages.
* The typeahead search of the summary view was disabled.
* The sylpheed.spec file was updated.
* Several bugs were fixed.
|
|
- The 'connect_timeout' setting was replaced by a 'timeout' setting that applies
to all network operations. The old option and command are still accepted, but
they are not restricted to connection attempts anymore.
- Native language support (NLS) was added. Currently the only supported language
besides english is german, but it is easy to add more translations (hint,
hint)!
Changes 1.4.1:
- Only bug fixes, no new features.
|
|
* sync with mail/squirrelmail
* use the squirrelmail-1.4.4-ja-20050616 patch
|
|
|
|
|
|
|
|
-Fixed critical one-off bug in both *SQL configuration parsers.
Thanks Jim Winstead.
-Fixed lack of quoting in PgSQL subscribe code. Thanks Dan O'Neill.
-Updated ezmlm-cgi to generate valid XHTML/CSS output.
Thanks Brian Ghidinelli
-Fixed readwrite.h to work on LP64 systems. Thanks Amitai Schlair
-Don't clobber msgsize file on re-make. Thanks Stephen Quinney.
-ezmlm-test can now be run by any user, in any writeable directory.
-Put a valid recipient into the To: header in moderation messages.
pkgsrc changes: declare "mysql" and "pgsql" options as part of a
"database" option group.
|
|
changes:
-bugfixes
-updated translations
|
|
|
|
|
|
from Joerg Sonnenberger.
|
|
|
|
|
|
|
|
|
|
SpamProbe changes:
- New email parsing implementation
- New hash database, in addition to Berkeley DB (bdb/db4)
(=> Hopefully no more "caught runtime exception: get: DB_PAGE_NOTFOUND:
Requested page not found" on Linux every other day!)
- And much more, check the ChangeLog for accurate information
pkgsrc changes:
- Added db4 database backend to be optional (not requirement anymore)
Patches sent by the maintainer Ossi Herrala <oherrala@ee.oulu.fi>
in private mail.
|
|
Suggested by Thomas Klausner.
|
|
|
|
spamd is a fake sendmail(8)-like daemon which rejects false mail. If the
pf packet filter (security/pflkm) is configured to redirect port 25 (SMTP)
to this daemon, it will attempt to waste the time and resources of
the spam sender.
Approved by Thomas Klausner.
|
|
-getmail could previously record an envelope return path header of "<<>>".
Fixed. Thanks: Fredrik Steen.
|
|
- continuation header line support (as in 1.3.2nb5)
- fixed <> parsing.
Still missing is label: adress, address; handling.
|
|
Idea from wiz@ to let us remove gtkhtml3.
|
|
provides besides many bug fixes enhanced configuration including
extended regular expression matching and access control lists.
|
|
|
|
|
|
changes since 0.13:
0.16 Fri Mar 4 15:43:20 PST 2005
- I forgot to run make test before I uploaded :(
0.15 Fri Mar 4 15:43:20 PST 2005
- A quicky release. Somehow my version of libclamav
(the latest) can scan the test virus without the
ZIP option turned on. We now use CL_SCAN_STDOPT
for all test scans.
0.14 Fri Feb 25 10:27:06 PST 2005
- The test for scanbuff was broken. Thanks to
Werner Lemberg <wl [] gnu dot org> for reporting this
- Fixing this test uncovered a taint bug, fixed.
- Made the warning in Makefile.PL stand out more.
- Some doc updates.
- Bundled Inline::MakeMaker so we no longer fatal on
missing deps Inline::C.
|
|
require this version.
|
|
changes since 0.85.1:
Thu Jun 23 23:13:41 CEST 2005
-----------------------------
V 0.86.1
- libclamav/mspack/qtmd.c: fix possible crash (tk)
Reported by Andrew Toller <atoller*connectfree.co.uk>
and Stefan Kanthak <stefan.kanthak*fujitsu-siemens.com>
Sun Jun 19 21:37:07 CEST 2005
-----------------------------
V 0.86
- libclamav/mspack/cabd.c: fix possible infinite loop (tk)
- libclamav/cvd.c: fix potential directory traversal in cvd unpacker (a low
risk problem since all databases are digitally signed). Pointed out by
Florian Weimer <fw*deneb.enyo.de> (tk)
- libclamav/zziplib/zzip-file.c: add method id for AES encrypted archives
(thanks to David Majorel <dm*lagoon.nc>) (tk)
- clamscan/manager.c: better message on zip/rar unpacking error (tk)
- libclamav/mbox.c: Fix mishandling of fast track uuencoded files (njh)
- clamav-milter: Better error message if the white-list file can't be
opened (njh)
- clamav-milter: When loading a new database when not in external mode,
keep scanning with the old one rather than hold up incoming mails while
waiting for clamav-milter to become idle then reloading the database (njh)
- libclamav/others.c: print warnings and errors in single call to write
(thanks to Denis Vlasenko <vda*ilport.com.ua>) (tk)
- clamscan/others.c: enable REG_EXTENDED in match_regex (tk)
- libclamav/scanners.c: fix file descriptor leaks if cli_msexpand() returns
an error in cli_scanszdd, patch by Mark Pizzolato (tk)
- libclamav/scanners.c: fix file descriptor leak in error path (out of mem)
in cli_scangzip(), patch by Mark Pizzolato (tk)
- clamd/scanner.c: fix error path for a read timeout which logged messages
indicating that both a timeout and a poll error occurred (patch by Mark
Pizzolato <clamav-devel*subscriptions.pizzolato.net>) (tk)
- libclamav: Extract TNEF files even when the filename isn't known,
problem reported by John Miller (contact*glideslopesoftware.co.uk) (njh)
|
|
20050517
Bugfix: in a DSN report, the original recipient should not
be xtext encoded. File: bounce/bounce_notify_util.c.
20050523
Bugfix: mymalloc() panic with mistyped server host list.
File: global/dict_pgsql.c.
20040530
Bugfix: TLS MUST_NOPEERMATCH didn't work (inherited from
TLS patch), and a dangling pointer in the corresponding
error handling. File: smtp/smtp_proto.c.
20050615
Cleanup: the SMTP client now sends QUIT when the initial
HELO handshake fails. it still doesn't send QUIT when the
server greets with a [45]XX code, as that is handled in the
connection management code before a session context exists.
File: smtp/smtp_connect.c.
20050616
Bugfix: missing or mis-placed va_end() macros, found in
Postfix 2.3 code review. Files: util/netstring.c,
util/myaddrinfo.c, util/attr_clnt.c, util/vstream.c.
20050621
Portability: file descriptor passing is available for Tru64
UNIX, but AIX4 and IRIX6 will have to do without. This means
no SMTP connection caching for those platforms. Albert
Chin. File: util/sys_defs.h.
|
|
|