Commit graph

5749 commits

Author SHA1 Message Date
wiz
ed713d6ceb Remove ftp.ibp.fr from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37317.
2007-11-11 23:54:25 +00:00
adrianp
41198c2776 Version 5.3033: Thu Mar 1 2007
- Improved the documentation for -Y. (Thanks to Justin Gombos
  for the suggestion.)
- Dropped tzip support in Mail::Mbox::MessageParser
- Added -L flag to follow symbolic links. (Thanks to Peter Teuben
  for prompting the idea.)
- Fixed grepmail so that it works with Mail::Mbox::MessageParser 1.5000
  (Thanks to Paul for the bug report, and Alexey Tourbin for the fix.)
- Fixed testspeed.pl to properly call report() instead of get_report() on new
  versions of Benchmark::Timer
2007-11-11 01:02:45 +00:00
adrianp
e227ad2f86 Update to RC2
New message parser (less memory consuming)
Works with PHP safe_mode
Create valid HTML
New LDAP integration
Search for contacts
Improve message compose screen
IPv6 Compatability
Improved XHTML validation
Identify mailboxes case-sensitive
Lowered status message time from 5 to 3 seconds to improve responsiveness

See http://trac.roundcube.net/wiki/Changelog for all the details
2007-11-08 23:35:33 +00:00
bjs
5267a21360 Add support for building with gpgme. Bump rev. 2007-11-08 21:56:00 +00:00
jnemeth
facef38b93 add and enable netbiff 2007-11-08 20:07:27 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
tonio
a7ee428adb Update mail/mutt-devel to 1.5.17
Changelog includes:
  ! --enable-exact-address works again
  + $message_cache_clean (clean cache on sync)
  + %P expando for $pager_format

  Improved autoconf code for bdb
  Large file support for mutt_pretty_size()
  bugfixes
2007-11-07 21:19:36 +00:00
tron
4cfb5cb017 Remove "inet6" option. The "configure" script doesn't recognize
"--enable-inet6" or "--disble-inet6 anymore and decides automatically
whether to enable IPv6 support.

Pointed out by Matthias Andree in private e-mail.
2007-11-07 08:57:10 +00:00
drochner
1930482106 update to 2.12.1
This switches to the new gnome-2.20 branch.
2007-11-03 21:55:00 +00:00
drochner
aaabd250c2 update to 1.12.1
This switches to the new gnome-2.20 branch.

pkgsrc change: require the "time/zonetab" pkg on NetBSD. The zone.tab
file is needed for the "ical" stuff to work correctly.
2007-11-03 21:51:28 +00:00
rillig
385fda0e1d Imported netbiff from PR 34069.
netbiff is a mail notification utility, like the traditional
xbiff, but designed to handle multiple mailboxes. It can provide
a graphical interface and/or execute shell commands when new
mail is received.

netbiff is the main interface program. It reads a configuration
and communicates with several backend mail checkers. It uses
either GTK or a terminal to display messages to the user.

netbiffd-imap checks for mail on an IMAP connection. It supports
checking multiple folders, and can connect using TCP, SSL,
or an SSH tunnel.

netbiffd-file checks for updates to a specific file using its
mtime field. The behavior is identical to the original xbiff.
2007-11-03 16:47:50 +00:00
obache
6a00ced837 Merge with wip/dbmail.
* Honor PKG_SYSCONFDIR and VARBASE.
* Added sqlite and ldap option.
* Fixes PLIST when db driver != mysql.
* Install more documentation.
* Install initial create tables sql script files.
* Rename timsieved's rc script to similar name with other scripts.

Bump PKGREVISION.
2007-11-03 11:39:49 +00:00
tron
2a21921813 Reset package revision after update. 2007-11-02 10:26:09 +00:00
jnemeth
9bf6edb5e3 Update to 8.14.2, a bug fix release:
8.14.2/8.14.2	2007/11/01
	If a message was queued and it contained 8 bit characters in
		a From: or To: header, then those characters could be
		"mistaken" for internal control characters during a queue
		run and trigger various consistency checks.  Problem
		noted by Neil Rickert of Northern Illinois University.
	If MaxMimeHeaderLength is set to a value greater than 0 (which
		it is by default) then even if the Linelimit parameter
		is 0, sendmail corrupted in the non-transfer-encoding
		case every MAXLINE-1 characters.  Patch from John Gardiner
		Myers of Proofpoint.
	Setting the suboption DeliveryMode for DaemonPortOptions did not
		work in earlier 8.14 versions.
	Note: DeliveryMode=interactive is silently converted to
		background if a milter can reject or delete a recipient.
		Prior to 8.14 this happened only if milter could delete
		recipients.
	ClientRate should trigger when the limit was exceeded (as
		documented), not when it was reached.  Patch from
		John Beck of Sun Microsystems.
	Force a queue run for -qGqueuegroup even if no runners are
		specified (R=0) and forking (F=f) is requested.
	When multiple results are requested for a DNS map lookup
		(-z and -Z), return only those that are relevant for
		the query (not also those in the "additional section".)
	If the message transfer time to sendmail (when acting as server)
		exceeds Timeout.queuewarn or Timeout.queuereturn and
		the message is refused (by a milter), sendmail previously
		created a delivery status notification (DSN).  Patch
		from Doug Heath of The Hertz Corporation.
	A code change in Cyrus-SASL 2.1.22 for sasl_decode64() requires
		the MTA to deal with some input (i.e., "=") itself.
		Problem noted by Eliot Lear.
	sendmail counted a delivery as successful if PIPELINING is
		compiled in but not offered by the server and the
		delivery failed temporarily.  Patch from Werner Wiethege.
	If getting the result of an LDAP query times out then close the
		map so it will be reopened on the next lookup.  This
		should help "failover" configurations that specify more
		than one LDAP server.
	If check_compat returns $#discard then a "savemail panic" could
		be triggered under some circumstances (e.g., requiring
		a system which does not have the compile time flag
		HASFLOCK set). Based on patch by Motonori Nakamura
		of National Institute of Informatics, Japan.
	If a milter rejected a recipient, the count for nrcpts= in the
		logfile entry might have been wrong.  Problem found by
		Petra Humann of TU Dresden.
	If a milter invoked smfi_chgfrom() where ESMTP arguments are not
		NULL, the message body was lost.  Patch from Motonori
		Nakamura of National Institute of Informatics, Japan.
	sendmail(8) had a bogus space in -qGname.  Patch from Peng Haitao.
	CONTRIB: buildvirtuser: Preserve ownership and permissions when
		replacing files.
	CONTRIB: buildvirtuser: Skip dot-files (e.g., .cvsignore) when
		reading the /etc/mail/virtusers/ directory.
	CONTRIB: buildvirtuser: Emit warnings instead of exiting where
		appropriate.
	LIBMILTER: Fix ABI backwards compatibility so milters compiled
		against an older libmilter.so shared library can use an
		8.14 libmilter.so shared library.
	LIBMILTER: smfi_version() did not properly extract the patchlevel
		from the version number, however, the returned value was
		correct for the current libmilter version.
2007-11-02 08:27:36 +00:00
gdt
1fabbcba2f Add (missing) LICENSE, NO_*_ON_CDROM due to RESTRICTED comment. 2007-10-31 21:47:51 +00:00
jlam
de737429da Comment out LICENSE=gnu-gpl-v3 for now as part of transition to switching
pkgsrc to using license.mk.  This will eventually be turned back on.
2007-10-31 14:22:55 +00:00
shannonjr
deb818627a Update to 2.2.7 release. The 2.2 series of dbmail adds LDAP integration,
fast searches and sieve filtering. Users upgrading from an earlier
release will need to follow these upgrading instructions:
http://www.dbmail.org/dokuwiki/doku.php?id=upgrading_to_2.1
2007-10-30 22:52:42 +00:00
martti
9fc7653761 Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +00:00
martti
ddfeca2008 Added LICENSE=modified-bsd 2007-10-30 15:25:30 +00:00
martti
2e8958a121 Added LICENSE=gnu-gpl-v2 2007-10-30 13:44:22 +00:00
martti
64d63fec50 Added LICENSE=postfix-license 2007-10-30 13:27:32 +00:00
ghen
658493d2e0 Update to Dovecot 1.0.7.
Almost missed this one. I had already fixed it in v1.1 tree, but forgot
to fix in v1.0 tree.

	- deliver: v1.0.6's "From " line ignoring could have written to a
	  bad location in stack, possibly causing problems.
2007-10-30 12:04:03 +00:00
uebayasi
331ae4f4cc Buildlink3'ify. Make emacs-w3m support an option. Refactor *a lot*. 2007-10-29 13:06:05 +00:00
uebayasi
98aeb223e6 Initial addition of buildlink3.mk fragments for EmacsLisp packages. 2007-10-29 12:41:16 +00:00
uebayasi
f3764d72fa Sort variables depending on ${EMACS_FLAVOR} (emacs or xemacs). Prefer
assignment to conditional.  Include mk/emacs.mk lazily.

No functional changes intended.
2007-10-29 04:43:17 +00:00
uebayasi
d6b79a8fb3 Missing @dirrm ${EMACS_LISPPREFIX}/etach; bump revision. 2007-10-29 04:35:09 +00:00
seb
bd9c7df56a Update to version 2.0.6
Changes since last packaged version (2.0.3):
Version 2.0.6 - 7 October 2007
------------------------------
- Bug fix; the search query that was sent with the select_all() method had an
  incorrect format and this caused an error in some mail servers.


Version 2.0.5 - 4 October 2007
------------------------------
- Bug fix; an error in the sample extensions file.
- Bug fix; typo errors in the manual page.
- The documentation was updated with details and examples on how to access
  mailboxes inside folders.
- Examples were added on how to define composite filters that include multiple
  searching rules.


Version 2.0.4 - 27 September 2007
---------------------------------
- Bug fix; the send_query() method didn't return the special form of table that
  the rest of the searching methods did.
- An additional searching method has been added to search for keyword flags
  set.
- A new variable that was added to the Makefile makes it possible to set an
  alternative environment for the installation path.
2007-10-28 16:42:48 +00:00
ghen
a001d82713 Update to Dovecot 1.0.6.
* IDLE: Interval between mailbox change notifies is now 1 second,
	  because some clients keep a long-running IDLE connection and use
	  other connections to actually read the mails.
	* SORT: If Date: header is missing or broken, fallback to using
	  INTERNALDATE (as the SORT draft nowadays specifies).

	+ deliver: If message begins with a "From " line, ignore it.
	+ zlib plugin: If maildir file has a "Z" flag, open it with zlib.
	- CREATE: Don't assert-crash if trying to create namespace prefix.
	- SEARCH: Fixes to handling NOT operator with sequence ranges.
	- LDAP reconnection fixes
	- Maildir: Don't break when renaming mailboxes with '*' or '%'
	  characters and children.
	- mbox: Fixed "file size unexpectedly shrinked" error in some
	  conditions.
	- quota+mbox: Don't fail if trying to delete a directory.
	- Fixes to running from inetd
2007-10-28 12:49:37 +00:00
wiz
b8fc2dba51 Bump PKGREVISION for libetpan dependency changes. 2007-10-27 13:57:29 +00:00
wiz
4b1565e176 Update to 0.52:
2007-08-06 - libetpan-0.52 - hoa

	* release 0.52 - Plaintive Rumba
	    fixes:
		build when IPv6 is not supported.
		advertised version.

2007-08-06 - libetpan-0.51cvs1 - hoa

	* src/data-types/connect.c
	    build problem when IPv6 is not supported.

2007-08-03 - libetpan-0.51 - alfie

	* release 0.51 - Sex & Religion
	    fixes:
		SASL enabled build fixed
		GnuTLS build fixed
		BIOs handling fix for openSSL

2007-07-30 - libetpan-0.50cvs6 - colin

	* src/data-types/connect.c
	    put back the (ai == NULL) test - it was alright
	    but a break was missing in the for loop
	* src/data-types/mailstream_ssl.c
	    rename wait_connect to wait_SSL_connect for
	    clarity

2007-07-30 - libetpan-0.50cvs5 - colin

	* src/data-types/connect.c
	    fix non-blocking connection (select()ing for
	    connect is on writability)
	* src/data-types/mailstream_ssl.c
	    fix handling of non-blocking underlying BIOs for
	    openSSL; fix build with GnuTLS.

2007-07-28 - libetpan-0.50cvs4 - hoa

	* src/data-types/connect.c
	    connection to server has timeout using
	    mailstream_network_delay.

2007-07-27 - libetpan-0.50cvs3 - hoa

	* src/low-level/imap/mailimap_parser.c
	    workaround broken behavior of www.safe-mail.net server.

2007-07-27 - libetpan-0.50cvs2 - hoa

	* src/low-level/smtp/mailsmtp.[ch]
	    cleanup: mapped MAILSMTP_AUTH_LOGIN authentication type
	    on SASL LOGIN mechanism.

2007-07-25 - libetpan-0.50cvs1 - hoa

	* src/low-level/smtp/mailsmtp.c
	    fixed build when SASL is enabled.

2007-07-25 - libetpan-0.50 - alfie

	* release 0.50 - Used to be alright
	    feature enhancements:
		RSS/ATOM feed implemented
		switched to automake build system
		IMAP IDLE implemented
		fetching by Message-Id implemented
	    fixes:
		several build fixes for Windows
		documentation build fixed

2007-07-21 - libetpan-0.49cvs32 - hoa

	* src/data-types/mailstream_ssl.c
	    revert previous change. this was not correct.

2007-07-21 - libetpan-0.49cvs31 - hoa

	* src/data-types/mailstream_ssl.c
	    set timeout also on SSL sessions.

2007-07-21 - libetpan-0.49cvs30 - hoa

	* src/low-level/pop3/mailpop3.c
	* src/low-level/smtp/mailsmtp.c
	    As per request of libsasl debian maintainer,
	    call to sasl_decode64() has been cleaned up.

2007-07-16 - libetpan-0.49cvs29 - hoa

	* doc/Makefile.am
	    fixed build of documentation.

2007-07-16 - libetpan-0.49cvs28 - hoa

	* autogen.sh
	    avoid automatic copy of GPL licence.

2007-07-16 - libetpan-0.49cvs27 - hoa

	* COPYRIGHT  *** ADDED FILE ***
	    reimported COPYRIGHT file since automake will always
	    overwrite COPYING file.

2007-07-16 - libetpan-0.49cvs26 - hoa

	* COPYRIGHT  *** REMOVED FILE ***
	    changed the name of the copyright file since automake will
	    force creation of 'COPYING' file.

2007-07-16 - libetpan-0.49cvs25 - hoa

	* build-windows/libetpan_version.h
	* src/main/libetpan_version.h.in
	* AUTHORS                                         *** NEW FILES ***
	* Makefile.am                                     *** NEW FILES ***
	* README                                          *** NEW FILES ***
	* autogen.sh
	* configure.ac                                    *** NEW FILES ***
	* rules.mk                                        *** NEW FILES ***
	* build-windows/Makefile.am                       *** NEW FILES ***
	* doc/Makefile.am                                 *** NEW FILES ***
	* doc/README.rules                                *** NEW FILES ***
	* include/Makefile.am                             *** NEW FILES ***
	* src/Makefile.am                                 *** NEW FILES ***
	* src/bsd/Makefile.am                             *** NEW FILES ***
	* src/data-types/Makefile.am                      *** NEW FILES ***
	* src/driver/Makefile.am                          *** NEW FILES ***
	* src/driver/implementation/Makefile.am           *** NEW FILES ***
	* src/driver/implementation/data-message/Makefile.am *** NEW FILES ***
	* src/driver/implementation/db/Makefile.am        *** NEW FILES ***
	* src/driver/implementation/feed/Makefile.am      *** NEW FILES ***
	* src/driver/implementation/hotmail/Makefile.am   *** NEW FILES ***
	* src/driver/implementation/imap/Makefile.am      *** NEW FILES ***
	* src/driver/implementation/maildir/Makefile.am   *** NEW FILES ***
	* src/driver/implementation/mbox/Makefile.am      *** NEW FILES ***
	* src/driver/implementation/mh/Makefile.am        *** NEW FILES ***
	* src/driver/implementation/mime-message/Makefile.am *** NEW FILES ***
	* src/driver/implementation/nntp/Makefile.am      *** NEW FILES ***
	* src/driver/implementation/pop3/Makefile.am      *** NEW FILES ***
	* src/driver/interface/Makefile.am                *** NEW FILES ***
	* src/driver/tools/Makefile.am                    *** NEW FILES ***
	* src/engine/Makefile.am                          *** NEW FILES ***
	* src/low-level/Makefile.am                       *** NEW FILES ***
	* src/low-level/feed/Makefile.am                  *** NEW FILES ***
	* src/low-level/imap/Makefile.am                  *** NEW FILES ***
	* src/low-level/imf/Makefile.am                   *** NEW FILES ***
	* src/low-level/maildir/Makefile.am               *** NEW FILES ***
	* src/low-level/mbox/Makefile.am                  *** NEW FILES ***
	* src/low-level/mh/Makefile.am                    *** NEW FILES ***
	* src/low-level/mime/Makefile.am                  *** NEW FILES ***
	* src/low-level/nntp/Makefile.am                  *** NEW FILES ***
	* src/low-level/pop3/Makefile.am                  *** NEW FILES ***
	* src/low-level/smtp/Makefile.am                  *** NEW FILES ***
	* src/main/Makefile.am                            *** NEW FILES ***
	* src/windows/Makefile.am                         *** NEW FILES ***
	* tests/Makefile.am                               *** NEW FILES ***
	* INSTALL                                         *** REMOVED FILE ***
	* Makefile.in                                     *** REMOVED FILE ***
	* Rules.in                                        *** REMOVED FILE ***
	* TODO                                            *** REMOVED FILE ***
	* configure.in                                    *** REMOVED FILE ***
	* install-sh                                      *** REMOVED FILE ***
	* doc/Makefile                                    *** REMOVED FILE ***
	* src/Makefile.in                                 *** REMOVED FILE ***
	* src/data-types/Makefile                         *** REMOVED FILE ***
	* src/driver/Makefile                             *** REMOVED FILE ***
	* src/driver/implementation/Makefile              *** REMOVED FILE ***
	* src/driver/implementation/data-message/Makefile *** REMOVED FILE ***
	* src/driver/implementation/db/Makefile           *** REMOVED FILE ***
	* src/driver/implementation/feed/Makefile         *** REMOVED FILE ***
	* src/driver/implementation/hotmail/Makefile      *** REMOVED FILE ***
	* src/driver/implementation/imap/Makefile         *** REMOVED FILE ***
	* src/driver/implementation/maildir/Makefile      *** REMOVED FILE ***
	* src/driver/implementation/mbox/Makefile         *** REMOVED FILE ***
	* src/driver/implementation/mh/Makefile           *** REMOVED FILE ***
	* src/driver/implementation/mime-message/Makefile *** REMOVED FILE ***
	* src/driver/implementation/nntp/Makefile         *** REMOVED FILE ***
	* src/driver/implementation/pop3/Makefile         *** REMOVED FILE ***
	* src/driver/interface/Makefile                   *** REMOVED FILE ***
	* src/driver/tools/Makefile                       *** REMOVED FILE ***
	* src/engine/Makefile                             *** REMOVED FILE ***
	* src/low-level/Makefile                          *** REMOVED FILE ***
	* src/low-level/feed/Makefile                     *** REMOVED FILE ***
	* src/low-level/imap/Makefile                     *** REMOVED FILE ***
	* src/low-level/imf/Makefile                      *** REMOVED FILE ***
	* src/low-level/maildir/Makefile                  *** REMOVED FILE ***
	* src/low-level/mbox/Makefile                     *** REMOVED FILE ***
	* src/low-level/mh/Makefile                       *** REMOVED FILE ***
	* src/low-level/mime/Makefile                     *** REMOVED FILE ***
	* src/low-level/nntp/Makefile                     *** REMOVED FILE ***
	* src/low-level/pop3/Makefile                     *** REMOVED FILE ***
	* src/low-level/smtp/Makefile                     *** REMOVED FILE ***
	* src/main/Makefile                               *** REMOVED FILE ***
	* tests/Makefile                                  *** REMOVED FILE ***
	    new build system using automake so that build
	    outside of the source folder is possible.
	    Thanks to Marcus Brinkmann.

2007-07-15 - libetpan-0.49cvs24 - hoa

	* src/data-types/connect.c
	    fixed integer sign. (bis)

2007-07-14 - libetpan-0.49cvs24 - hoa

	* src/data-types/connect.c
	    fixed integer sign.

2007-07-12 - libetpan-0.49cvs23 - smarinier

	* build-windows/README.txt
	* build-windows/build_headers.list
	* build-windows/libetpan-config.h
	* build-windows/libetpan_version.h
	* build-windows/libetpan/libetpan.vcproj
		2 new projects : debug_ssl and release_ssl

	* src/data-types/mailstream_cancel.c
	* src/data-types/mailstream_socket.c
	* src/data-types/mailstream_ssl.c
		mutex, ssl for windows

	* src/data-types/maillock.c
	* src/low-level/mime/mailmime_write_mem.c
	* src/data-types/connect.c
			warning

	* src/windows/inet_aton.c
	* src/windows/win_etpan.h
		inet_aton for Windows

2007-07-01 - libetpan-0.49cvs22 - hoa

	* src/driver/implementation/nntp/nntpstorage.c
	* src/driver/implementation/pop3/pop3storage.c
	    local bind feature fixed.

2007-06-30 - libetpan-0.49cvs21 - hoa

	* src/data-types/connect.[ch]
	* src/driver/implementation/imap/imapdriver_types.h
	* src/driver/implementation/imap/imapstorage.[ch]
	* src/driver/implementation/nntp/nntpdriver_types.h
	* src/driver/implementation/nntp/nntpstorage.[ch]
	* src/driver/implementation/pop3/pop3driver.c
	* src/driver/implementation/pop3/pop3driver_types.h
	* src/driver/implementation/pop3/pop3storage.[ch]
	* src/driver/interface/mailstorage_tools.[ch]
	    local bind feature has been implemented.
	    Thanks to Johannes Schlumberger.

2007-06-30 - libetpan-0.49cvs20 - hoa

	* src/low-level/nntp/newsnntp.c
	    improved API to fetch article by Message ID.

2007-06-29 - libetpan-0.49cvs19 - hoa

	* src/low-level/nntp/newsnntp.c
	* src/low-level/nntp/newsnntp.h
	    allows fetch article by Message-ID.
	    Thanks to Thomas Glanzmann.

2007-05-26 - libetpan-0.49cvs18 - hoa

	* src/low-level/imap/idle.c
	* src/low-level/imap/mailimap.h
	    fixed IMAP IDLE.

2007-05-25 - libetpan-0.49cvs17 - hoa

	* src/low-level/imap/Makefile
	* src/low-level/imap/idle.[ch]     *** NEW FILES ***
	    implemented IMAP IDLE.

2007-05-25 - libetpan-0.49cvs16 - hoa

	* src/data-types/mailstream_cancel.c
	* src/data-types/mailstream_socket.c
	* src/data-types/mailstream_ssl.c
	    fixed cancel on win32. Thanks to Andrei N. Balabohin.

	* src/low-level/feed/date.c
	    fixed include for win32.

	* src/low-level/imap/mailimap.c
	* src/low-level/imap/mailimap_types.h
	    prepare for IMAP IDLE.

2007-05-24 - libetpan-0.49cvs15 - hoa

	* src/low-level/imap/acl.c
	* src/low-level/imap/annotatemore.c
	* src/low-level/imap/mailimap.[ch]
	* src/low-level/imap/uidplus.c
	    prefixed properly global symbols.

2007-05-19 - libetpan-0.49cvs14 - hoa

	* src/driver/implementation/imap/imapdriver_tools.c
	    fixed comparison.

2007-05-02 - libetpan-0.49cvs13 - hoa

	* src/driver/implementation/pop3/pop3driver.c
	    get message by UID is implemented.

2007-04-26 - libetpan-0.49cvs12 - hoa

	* src/low-level/feed/newsfeed_item.c
	    fixed build problem.

2007-04-24 - libetpan-0.49cvs11 - hoa

	* src/low-level/feed/parser.c
	    fixed build problem.

2007-04-07 - libetpan-0.49cvs10 - hoa

	* src/driver/implementation/feed/feeddriver_message.c
	    fallback on summary if no content for the given article.

2007-04-07 - libetpan-0.49cvs9 - hoa

	* src/low-level/feed/Makefile
	* src/low-level/feed/newsfeed.c
	* src/low-level/feed/parser.c
	* src/low-level/feed/parser_atom10.h
	* src/low-level/feed/parser_atom03.[ch]      *** NEW FILES ***
	    fixed build. Added parser for atom 0.3

2007-04-07 - libetpan-0.49cvs8 - hoa

	* src/low-level/feed/Makefile
	* src/low-level/feed/newsfeed.c
	* src/low-level/feed/newsfeed.h
	* src/low-level/feed/newsfeed_item.c
	* src/low-level/feed/newsfeed_item.h
	* src/low-level/feed/newsfeed_item_enclosure.[ch]   *** NEW FILES ***
	* src/low-level/feed/newsfeed_types.h
	* src/low-level/feed/parser.c
	* src/low-level/feed/parser_rdf.c
	* src/low-level/feed/parser_rss20.c
	    Added a feed item enclosure, sync with rssyl-ng.
	    Implementation of unknown charset handler for expat.

2007-04-03 - libetpan-0.49cvs7 - hoa

	* src/low-level/imap/mailimap.c
	    Fixed a crash in IMAP when greeting message is empty.
	    Thanks to ruskie for the report.

2007-04-03 - libetpan-0.49cvs6 - hoa

	* configure.in
	    use of liblockfile can be disabled.
	    Thanks to Thomas de Grenier de Latour.

2007-04-03 - libetpan-0.49cvs5 - hoa

	* src/low-level/mime/mailmime_decode.c
	    fixed behavior of mailmime_encoded_phrase_parse().
	    Thanks to Laurent Birtz.

2007-01-28 - libetpan-0.49cvs4 - hoa

	* build-windows/build_headers.list
	* build-windows/libetpan/libetpan.vcproj
	    fixed build for Windows. Thanks to Andrei N. Balabohin.

	* src/data-types/mailstream.h
	* src/data-types/mailstream_cancel.c
	* src/data-types/mailstream_socket.c
	* src/data-types/mailstream_ssl.[ch]
	    Implemented stream cancel on Windows.
	    Fixed build when SSL is not compiled in.
	    Thanks to Andrei N. Balabohin.

2007-01-28 - libetpan-0.49cvs3 - hoa

	* src/driver/implementation/data-message/data_message_driver.c
	    fill msg_fields field in mailmessage structure
	    for data message driver.

2007-01-28 - libetpan-0.49cvs2 - hoa

	* configure.in
	* build-windows/libetpan_version.h
	* src/low-level/feed/newsfeed.c
	* src/low-level/feed/newsfeed_private.[ch]
	* src/low-level/feed/newsfeed_types.h
	* src/low-level/feed/parser.c
	* src/low-level/feed/parser_atom10.c
	* src/low-level/feed/parser_rdf.c
	* src/low-level/feed/parser_rss20.c
	* src/low-level/imap/uidplus_parser.c
	    detection for curl and expat.

2007-01-18 - libetpan-0.49cvs1 - hoa

	* src/driver/implementation/Makefile
	* src/driver/implementation/feed/Makefile                ** NEW FILES **
	* src/driver/implementation/feed/feeddriver.[ch]         ** NEW FILES **
	* src/driver/implementation/feed/feeddriver_message.[ch] ** NEW FILES **
	* src/driver/implementation/feed/feeddriver_types.h      ** NEW FILES **
	* src/driver/implementation/feed/feedstorage.[ch]        ** NEW FILES **
	* src/driver/tools/mailthread.c
	* src/low-level/Makefile
	* src/low-level/feed/Makefile               ** NEW FILES **
	* src/low-level/feed/date.[ch]              ** NEW FILES **
	* src/low-level/feed/newsfeed.[ch]          ** NEW FILES **
	* src/low-level/feed/newsfeed_item.[ch]     ** NEW FILES **
	* src/low-level/feed/newsfeed_private.[ch]  ** NEW FILES **
	* src/low-level/feed/newsfeed_types.h       ** NEW FILES **
	* src/low-level/feed/parser.[ch]            ** NEW FILES **
	* src/low-level/feed/parser_atom10.[ch]     ** NEW FILES **
	* src/low-level/feed/parser_rdf.[ch]        ** NEW FILES **
	* src/low-level/feed/parser_rss20.[ch]      ** NEW FILES **
	* src/main/libetpan.h
	* tests/option-parser.c
	* tests/option-parser.h
	    implementation of RSS/ATOM feed.
	    Still needs to write autodetection for needed libraries.
2007-10-27 13:55:26 +00:00
wiz
72b2ca9f2e Update to 2.5:
2007-09-19 11:32  Jochen Striepe

	* t-prot, t-prot.1: Updated time stamps, released as v2.5.

2007-09-19 11:31  Jochen Striepe

	* t-prot, t-prot.1: New feature, new command line switch: Hide TOFU
	produced by Novell Groupwise.  Many thanks to Philipp Thomas for
	testing and suggesting.

2007-05-24 08:22  Jochen Striepe

	* t-prot.1: Update copyright date.
2007-10-27 12:39:58 +00:00
martin
adea56d4bd Add a few more sendmail compatibility command line flags (all ignored) -
enough to allow NetBSD's cron to send mail.
2007-10-27 11:30:36 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
ghen
84cf6490a4 Fix typo, spotted by Chris Ross. 2007-10-25 21:45:42 +00:00
jlam
b5e6ca3a7e Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition.  Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25 21:04:21 +00:00
heinz
77aa057098 The package supports installation to DESTDIR. 2007-10-25 17:52:17 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
ghen
3f6e22dc4b Update to 1.4d (previous 1.4.2 was 1.4b). Take MAINTAINERship.
2006-11-16  Brian Burton  <brian@burton-computer.com>

* Released as 1.4d

* configure.ac: Added ability to selectively disable image
  processing using --without-gif, --without-jpeg, and/or
  --without-png.

* src/spamprobe/spamprobe.cc (set_headers): Added ability to
  selectively ignore individual headers using -H-headername.

* src/includes/Ptr,Ref,Array.h: Restored missing <cassert> include.

* src/parser/PngParser.cc (tokenizeImage): added basic tokens from
  PNG images.

2006-11-16  Brian Burton  <brian@localhost.localdomain>

* src/parser/PngParser.cc (PngParser): Stub for PNG parsing using
  libpng.

* src/parser/JpegParser.cc (tokenizeMarker): Preliminary
  implementation of jpeg parsing using jpeglib.

* configure.ac: Auto detect of either libungig or libgif depending
  on which one is available.

2007-01-04  Brian Burton  <brian@burton-computer.com>

* Released as 1.4c

* spamprobe.1: Modified man page to remove unnecessary informaton
  and make it more conformant with man page conventions.

* src/spamprobe/spamprobe.cc (process_extended_options): added
  ignore-body option.

* src/parser/HeaderPrefixList.cc (HeaderPrefixList::addHeaderPrefix):
  Forced header prefixes and names to lower case instead of
  relying on an assert to enforce the restriction.

* src/database/FrequencyDBImpl_hash.cc (hash::FrequencyDBImpl_hash):
  Disabled experimental hash database auto-cleaning.

* src/includes/Ref.h: Removed cassert include.

* src/spamprobe/spamprobe.cc (process_extended_options): Added
  whitelist option to allow use of SP as a bayesian white list in
  conjunction with other filters.
2007-10-25 16:00:05 +00:00
joerg
28cf6f0a01 Add some more directories needed for DESTDIR installations. 2007-10-24 07:46:37 +00:00
smb
4560341e89 Update claws-mail to 3.0.2:
* Bug fixes:
        o bug 1320, 'Memory leak caused by gtk_container_get_children'
        o bug 1321, 'access before allocation when scanning for uris'
        o bug 1324, 'Corrupted IMAP cache'
        o bug 1327, 'segfault when replying to a non-existent news
                     message'
        o bug 1329, 'error in quicksearch.c'
        o bug 1334, 'user defined mail incorporation script not run'
        o bug 1336, 'Segfault if empty space before search-string'
        o bug 1337, 'Crash on removing uncached emails'
        o Prevent unquoted mime boundaries, by always using a /
        o Remove unnecessary error when cancelling export to mbox.
        o MAEMO: make all Folder Properties pages visible
        o MAEMO: fix overlapping buttons in Edit Accounts page

Also update the version dependencies of all plug-ins.  The reality
of the numbering for standard plug-ins was different than had been
assumed, and the actual published dependencies were more complex tha
was captured by the previous structure.
2007-10-23 20:16:50 +00:00
adam
5a04efa917 Documentation updated to match exim 4.68 2007-10-23 15:17:10 +00:00
wiz
fe11c05168 Update to 5.423:
5.433     2007-09-27  Dave O'Neill

	* VERSION 5.4.33 RELEASED

	* (bugfix) Fix API regression - MIME::Entity::body() should return an
	  arrayref.  Fixes RT 29643.

5.422     2007-09-25  Dave O'Neill

	* VERSION 5.422 RELEASED

	* (bugfix) Require File::Temp 0.17 or newer for IO::Seekable support.
	  This fixes test failures seen on Darwin.

	* (bugfix) Clear filer's purgeable() before calling init_parse().  Fixes RT 7858.

commit 005e387c42957f2a433464beaef1d2b416746963
Author: Dave O'Neill
Date:   Fri Sep 21 12:41:03 2007 -0400

    Add LICENSE item to Makefile.PL

5.421     2007-09-21  Dave O'Neill

	* VERSION 5.421 RELEASED

	* (enhancement) Use File::Temp for tempfile generation.  MIME::Parser
	  now has a tmp_dir() method for changing the temporary directory on a
	  per-parser basis.

5.420_02  2007-08-29  Dave O'Neill

	* VERSION 5.420_02 (developer release)

	* (bugfix) Correct 'use vars' and add a 'use strict' (fixes RT #22681)

	* (bugfix) Don't allow all-whitespace filenames in
	  recommended_filename() (fixes RT #6115)

	* (bugfix) Require IO-stringy 2.110.  Fixes RT tickets 11312, 11452,
	  12375, 12784, and 18791

	* (docs) Updated RFC references to refer to MIME RFCs 2045-2049 (RT #14119)

	* (cleanup) Warn if no decoder is found for a given encoding. (RT #22682)

	* (cleanup) IO::Wrap no longer used, IO::ScalarArray use minimized


5.420_01  2007-06-18  Dave O'Neill

	* VERSION 5.420_01 (developer release)

	* (bugfix) Fix warning generated by a header of "Content-Type: /".
	  Previous versions would warn about undefined variables.  We now
	  set a blank type and subtype.

	* (cleanup) Partial removal of dependencies on IO::Scalar and
	  IO::ScalarArray.  We now use Perl's built-in I/O on scalars as much
	  as possible.  NOTE THAT THIS REQUIRES PERL 5.8!

	* (cleanup) FileHandle usage removed in favour of IO::File

	* (cleanup) Remove broken utility methods -- shellquote() because it
	  didn't really make anything safe, and catfile(), because File::Spec
	  is better.

	* (cleanup) Multiple test cleanups, including removal of
	  ExtUtils/TBone.pm.  Tests now use Test::More.

	* (cleanup) Remove support for recycling tempfiles ( tmp_recycling() and
	  its usage in new_tmpfile() )

	* (cleanup) Remove nasty "eval join('',<::DATA>) unless caller()"
	  testing code from various modules

	* (cleanup) Merge all changelog information from README and
	  MIME/Tools.pm into ChangeLog
2007-10-23 11:28:55 +00:00
martti
f39b3a0c80 Updated mail/postfix-current to 2.5-20071006
Lost of fixes, see HISTORY for details...
2007-10-22 06:15:56 +00:00
martti
137a0dbe03 Updated mail/postfix to 2.4.6
- A remote SMTP client TLS certificate with an unparsable canonical
  name triggered a panic error in the Postfix SMTP server (attempt
  to allocate zero-length memory) while sending a request to an
  SMTPD policy server.

- On backup MX servers where the queue file system is mounted with
  "atime" (file read/execute access time) updates disabled, the
  flush daemon would trigger mail delivery attempts once every 1000
  seconds, thus rendering the maximal_backoff_time setting useless
  for backup MX service.
2007-10-22 06:15:19 +00:00
jnemeth
858ea5e600 - create /var/spool/mqueue with mode 0700
- pre-create all directories with INSTALLATION_DIRS+=...
- convert to DESTDIR
2007-10-19 09:11:45 +00:00
jlam
b6df15d726 Add patch taken from Courier CVS repository that fixes a memory-stomping
bug when reporting unknown local recipients.  Bump PKGREVISIONs of courier
and courier-mta.
2007-10-17 13:50:30 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +00:00
tnn
555acd9020 Fix malformed dependency line, caught by pbulk. (Hi jlam!) 2007-10-16 18:03:03 +00:00
jnemeth
bde483c816 add a note about updating mtree files to avoid insecurity complaint 2007-10-16 09:34:18 +00:00