Commit graph

56 commits

Author SHA1 Message Date
nia
f413f7fded mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-26 10:53:53 +00:00
tm
f911bad299 mail/imapfilter: Update to 2.7.5
IMAPFilter 2.7.5 - 5 Dec 2020
 - New "hostnames" option can be used to disable hostname validation.
 - Bug fix; "certificates" option incorrectly controlled hostname validation.
2021-10-20 13:49:18 +00:00
nia
be020196fe mail: Remove SHA1 hashes for distfiles 2021-10-07 14:25:11 +00:00
nia
6e08a489e6 imapfilter: Update to 2.7.4 - via snow flurry in wip, thx!
IMAPFilter 2.7.4 - 18 Nov 2020
      - Bug fix; incorrect argument to regular expression compile function.

    IMAPFilter 2.7.3 - 14 Nov 2020
      - Bug fix; incorrect free of compiled pattern.
      - Unexpected network errors and IMAP BYE are now logged.

    IMAPFilter 2.7.2 - 10 Nov 2020
      - Makefile is back to being Lua version agnostic.

    IMAPFilter 2.7.1 - 9 Nov 2020
      - Makefile now builds with Lua 5.4 and PCRE2.

    IMAPFilter 2.7 - 8 Nov 2020
      - Lua 5.4 compatibility (the codebase can still be compiled with versions
        5.3, 5.2 and 5.1).
      - PCRE2 compatibility (version 10.00 and later)
      - New error code is returned if certificate verify fails.
      - Bug fix; add missing truststore option from brief usage message.

    IMAPFilter 2.6.16 - 23 Nov 2019
      - Bug fix; escape the double-quote character in passwords.

    IMAPFilter 2.6.15 - 14 Nov 2019
      - Bug fix; try to setup both a CA file and path for SSL validations.

    IMAPFilter 2.6.14 - 1 Nov 2019
      - Bug fix; OpenSSL version mess up for SSL hostname validation.

    IMAPFilter 2.6.13 - 17 Sep 2019
      - Support for SSL hostname validation.

    IMAPFilter 2.6.12 - 3 Oct 2018
      - Support for Server Name Indication (SNI).
      - The searching methods return values are described in the config man page.
      - Example of using the enter_idle() function in the sample extend file.

    IMAPFilter 2.6.11 - 19 Nov 2017
      - Support for interrupting IDLE mode with SIGUSR1/SIGUSR2.
      - New "persist" option to try to recover a connection indefinitely.
      - New "range" option to limit messages included in a range.
      - Bug fix; always close selected mailbox before check_status().
      - Bug fix; closing of selected mailbox twice with fetch_message().
2020-11-26 20:17:56 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
mef
371eca5da2 Updated mail/imapfilter 2.6.2 to 2.6.10
---------------------------------------
IMAPFilter 2.6.10 - 16 Dec 2016
  - Bug fix; segmentation fault on some OpenSSL builds.

IMAPFilter 2.6.9 - 6 Dec 2016
  - Bug fix; possible problem during STARTTLS negotiation.

IMAPFilter 2.6.8 - 26 Nov 2016
  - Support building with OpenSSL 1.1.0.

IMAPFilter 2.6.7 - 7 Jun 2016
  - A dry-run mode that disables all actions that modify data.
  - Bug fix; handle IDLE untagged responses that are received in pieces.

IMAPFilter 2.6.6 - 23 Jan 2016
  - Bug fix; print an error message if "ssl" has been set to "ssl3".

IMAPFilter 2.6.5 - 18 Jan 2016
  - Possible to build again with OpenSSL when support for SSL 3.0 is disabled.

IMAPFilter 2.6.4 - 8 Dec 2015
  - Support for OAuth 2.0 and the XOAUTH2 authentication mechanism.

IMAPFilter 2.6.3 - 30 Sep 2015
  - Support for loading a default CA certificates file.
  - A new has_unkeyword() method to search messages without a keyword flag set.
  - Bug fix; double quotation around keyword sent by the has_flag() method.
2017-02-25 00:24:11 +00:00
jperkin
dd4e5552ff Use PKGMANDIR. Add patch comment. 2016-04-01 16:22:35 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
ddbf6ddecd Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:27:00 +00:00
wiz
1d991016d8 Update to 2.6.2 based on patch from Mansour Moufid on pkgsrc-users.
IMAPFilter 2.6.2 - 30 Jun 2015
  - Bug fix; drop connection on local certificate mismatch.

IMAPFilter 2.6.1 - 29 Jun 2015
  - Support for loading the system's CA certificates from a file.
  - Bug fix; flusing of standard output/error in a some cases.

IMAPFilter 2.6 - 16 Jun 2015
  - Optimizations that vastly improve performance of the meta-searching
    functionality, by making subsequent search requests limit their scope based
    on the results already returned by previous requests (previously this was
    the case only for the match_*() methods).
  - Lua 5.3 compatibility (the codebase can still be compiled with versions 5.2
    and 5.1).
  - A new "limit" option can be used as a work-around for problems that some
    servers have with long requests.
  - The documentation now clarifies how to make the client block indefinitely.
  - Bug fix; the check_status() method now returns 4 numbers on error as
    described in the documentation (just negative values in this case).
  - Bug fix; flushing of default output on password prompt.
  - Bug fix; program fault when very long requests were to be sent.

IMAPFilter 2.5.7 - 16 Nov 2014
  - Support for automatic validation of SSL connections, using the operating
    system's installed trusted CA certificates (usually from authorities that
    are shipped with web browsers).
  - A new "wakeonany" option makes it possible to end IDLE mode on any event,
    not just on new messages.
  - A new "reenter" option controls whether IDLE mode should be re-entered,
    after the recovery of the session, which makes it possible to continue with
    the execution of the next line in the configuration file.
  - The documentation now mentions that the contain_*() methods do
    case-insensitive searching (an IMAP limitation).
  - The documentation now has a better explanation of the arrived_*() and
    sent_*() methods.
  - Bug fix; the value returned by the copy method was incorrect in some cases.
2015-07-27 16:40:06 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
adam
c35dfdb558 Changes 2.5.6:
- Possible to build again with OpenSSL older than version 1.0.1 (was a
  requirement for the previous release due to new protocols TLS 1.1/1.2).
- Support for reading the configuration from the standard input stream.
- New makefile dist target, which can be used to create distribution archives.
2013-11-05 18:57:32 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
degroote
1b97a756b5 Handle more properly the imapfilter github master repository 2013-07-25 13:25:08 +00:00
degroote
c4a6096754 Update imapfilter to 2.5.5
Changes since 2.0.6:

IMAPFilter 2.5.5 - 8 Jun 2013
  - Work-around for some servers that send an unexpected APPEND response.
  - The serial number of the certificates is taken into account, because some
    servers send different certificates with the same subject and issuer.
  - Details of the stored certificates are written to the certificates file, in
    order to make it easier to distinguish each of them.
  - Support for TLS versions 1.1 and 1.2 for secure connections.

IMAPFilter 2.5.4 - 9 Apr 2013
  - Some server responses are now parsed less stricly.
  - More detailed information is now printed when there's an error.
  - Bug fix; various corrections in the recovery mechanism.

IMAPFilter 2.5.3 - 22 Jul 2012
  - New implementation for international mailbox names.
  - Bug fix; wrong variable name in one of the examples on extending.
  - Bug fix; an OpenSSL compilation warning.

IMAPFilter 2.5.2 - 29 Feb 2012
  - Persistent errors or connection failures are now ignored when running in
    daemon mode, and a reconnection is attempted during the next loop iteration.
  - Bug fix; problems with failure handling during login/logout.

IMAPFilter 2.5.1 - 27 Feb 2012
  - Support for recovery of a session after a BYE response is received.
  - Option to control in which cases a terminated session will be restored.
  - Bug fix; a BYE response could sometimes get incorrectly ignored.

IMAPFilter 2.5 - 23 Feb 2012
  - Support for recovery of a session when a network failure is encountered,
    and other robustness improvements.
  - Informational messages are printed also for the fetch and append methods.
  - Lua 5.2 compatibility, while the codebase can still be compiled with
    version 5.1.
  - The OpenSSL library is now a mandatory build requirement.
  - Bug fix; unrecoverable login failures did not result in aborting of the
    execution of the configuration.
  - Bug fix; when messages were appended to a mailbox that did not exist, it
    failed to create the mailbox and then retry the appending.
  - Bug fix; misleading errors were printed on some SSL failures.
  - Bug fix; protected call of the commands to execute in the daemon function
    could hide important failures.
  - Bug fix; the man page had an incorrect description of the -d option.
  * Support for the old deprecated 1.x configuration format has been removed,
    and the current 2.x format can only be executed from now on.

IMAPFilter 2.4.2 - 19 Jan 2012
  - Bug fix; some ASCII characters in mailbox names were incorrectly converted
    to UTF-7.

IMAPFilter 2.4.1 - 8 Dec 2011
  - Bug fix; become_daemon() failure.

IMAPFilter 2.4 - 6 Dec 2011
  - Support for non-ASCII mailbox names.
  - New environment variable to set the configuration directory.
  - Bug fix; parsing of some server responses was broken since the previous
    release.
  - Bug fix; the match_field() method matched on the whole header field,
    instead of only the header field body.
  - Bug fix; debug file check caused printing of a misleading error message.
  - Bug fix; typo error in a configuration man page example.

IMAPFilter 2.3 - 6 Aug 2011
  - Support for appending/uploading messages to mailboxes.
  - Debug file option now takes filename argument.
  - New simplified configuration and building procedure.
  - Bug fix; in some cases a mailbox was incorrectly assumed selected.
  - Bug fix; in some cases server capabilities needed update after login.
  - Bug fix; timeout problem with CRAM-MD5 authentication.
  - Bug fix; some servers send non-ASCII characters in their responses.

IMAPFilter 2.2.3 - 6 Mar 2011
  - Project moved to GitHub.
  - Changed file and directory structure.
  - The next UID is returned as an additional return value of check_status().
  - All processing methods now return a boolean based on their success.
  - Bug fix; a lost connection is now handled better by trying to reconnect.
  - Bug fix; in some cases in IDLE a message had arrived but was ignored.
  - Bug fix; in some servers the initial IDLE reply wasn't handled correctly.
  - Bug fix; typo errors in the documentation.

IMAPFilter 2.2.2 - 23 Jan 2010
  - Bug fix; a couple of errors in the extending examples file.

IMAPFilter 2.2.1 - 20 Jan 2010
  - A global option for the IDLE refreshing interval was added.
  - Bug fix; more detailed reporting when SSL socket errors occur.

IMAPFilter 2.2 - 30 Dec 2009
  - Support for combining searching methods in multiple mailboxes at the same
    or different accounts and processing of the results in bulk.
  - Support for meta-searching that allows searching on the previous searching
    results.
  - The processing and fetching methods were enhanced to reflect the new
    changes and the documentation was updated.
  - Global options for the message cache and the certificates were added.
  - Bug fix; questions for certificates are not asked while in daemon mode, but
    instead an error is printed.
  * A different format is used for the returned structures of the searching
    methods, due to the introduction of multiple mailbox searching and
    meta-searching, and thus any configuration files that rely on them should
    be updated. Consequently, the processing and fetching methods have been
    also enhanced and the relevant documentation updated, and while these
    changes are backwards compatible, an update of the configuration file is
    still recommended.

IMAPFilter 2.1.2 - 3 Dec 2009
  - Bug fix; cache for message parts didn't work correctly.
  - Bug fix; documentation error.

IMAPFilter 2.1.1 - 24 Nov 2009
  - Bug fix; global option timeout and enter_idle() didn't play well together.

IMAPFilter 2.1 - 23 Nov 2009
  - Support for the IMAP IDLE extension (RFC 2177) through the enter_idle()
    method.
  - Support for fetching of a message's body structure through the
    fetch_structure() method, and of a message's specific body part through the
    fetch_parts() method.
  - Addition of a global option that controls the character set used for all
    the searching methods.
  - Bug fix; fetching of non-existent messages.
  - Bug fix; no trailing end-of-line characters in the results of
    fetch_fields().

IMAPFilter 2.0.11 - 20 Sep 2009
  - Bug fix; fetching of messages with empty body.
  - Workaround for problematic IMAP server sending non-compliant mailbox status
    information.

IMAPFilter 2.0.10 - 16 Feb 2008
  - Bug fix; failed a great number (tens of thousands) of commands were
    exchanged with an IMAP server.
  - Bug fix; failed to fetch the body of some messages in some extremely rare
    occasions.
  - Bug fix; the description for the contain_header() method was clarified.

IMAPFilter 2.0.9 - 26 Dec 2007
  - Bug fix; the match_*() methods failed to match messages.
  - Bug fix; the match_*() methods failed with an error when no messages
    matched.
  - Bug fix; note added in the documentation about the need to use double
    backslashes inside of regular expression patterns.

IMAPFilter 2.0.8 - 23 Dec 2007
  - Bug fix; on some platforms it is necessary to link against the math library.

IMAPFilter 2.0.7 - 22 Dec 2007
  - Bug fix; the match_*() methods failed with an error message.
2013-07-19 13:58:56 +00:00
adam
f9cd38361f Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
d70c8e374b Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 12:19:01 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
joerg
e8c3c91783 DESTDIR support 2010-02-04 02:20:24 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +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
seb
64e9bdbb31 Update to version 2.0.3
Changes since last packaged version (1.3):
Version 2.0.3 - 27 July 2007
----------------------------
- Bug fix; part of the program's functionality didn't seem to work at all (did
  nothing), due to problem when providing the results from searching methods to
  processing methods

Version 2.0.2 - 30 June 2007
----------------------------
- Bug fix; message cache problem due to non-use of message UIDs


Version 2.0.1 - 29 June 2007
----------------------------
- Bug fix; character set problem with 1.x configuration files
- Bug fix; typo errors in the documentation


Version 2.0 - 27 June 2007
--------------------------
- New, more powerful, feature rich and yet simpler configuration file.
- Easier object oriented view of accounts and mailboxes.
- Simpler approach to filters, with infix logical or/and/not operators.
- No more need to mess with server search queries.
- More and simpler functions instead of few and complicated ones.
- More feature complete interface that can now even manipulate mailboxes.
- Regular expressions integrated into the searching interface.
- Effective caching subsystem when fetching message parts.
- Can still read old version 1.x configuration files for compatibility.
- Lua 5.1 and the PCRE library are now requirements.
2007-08-15 21:22:54 +00:00
tonio
8c9a4cf6f0 Update mail/imapfilter to 1.3
Version 1.3 - 13 February 2007
------------------------------
- Perl Compatible Regular Expression (PCRE) support.
- Compile against Lua 5.1 by default.
- Bug fix; program fault in some cases and when namespace prefix was empty
- Bug fix; program fault on some platforms when running in verbose mode
2007-06-10 21:55:39 +00:00
wiz
9fedf787cd Adapt for lua-5.1.1. Bump PKGREVISION. 2006-08-14 22:36:12 +00:00
rillig
0cf3def8c6 Updated imapfilter to 1.2.2.
Patch from PR 34130, which includes resetting the MAINTAINER to the
default value.

Version 1.2.2 - 1 August 2006
-----------------------------
- Bug fix; a mix up of connections could happen in certain circumstances, when
  a hostname and/or username was a prefix of another hostname and/or username
  respectively, or when the same hostname and username was used to connect to
  a different port.
- Bug fix; the list()/lsub() functions parsed mailboxes/folders whose names
  contained spaces incorrectly.
- The list() function now does not return the folder itself, when listing
  mailboxes inside a specific folder.
- It is now possible to define new user keywords for messages inside a mailbox,
  apart from the standard system flags.
2006-08-02 20:03:13 +00:00
wiz
20db57ad2f Update to 1.2.1, provided by Lefteris Chatzimparmpas in PR 33570:
Version 1.2.1 - 9 March 2006
----------------------------
- Buf fix; program fault when using the fetch*() family of functions.


Version 1.2 - 2 March 2006
--------------------------
- IPv6 support.
- Lua 5.1 compatibility.
- Bug fix; handle messages containing binary data.
- Bug fix; problems with CPU utilisation when the inactivity timeout timer was
  set.
2006-05-31 00:18:28 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
seb
a3b9424f92 Update to version 1.1.1.
While here add PKGMANDIR support.

Changes since last packaged version (1.0.1):
Version 1.1.1 - 11 November 2005
--------------------------------
- Bug fix; minor memory leak.
- Bug fix; on some systems, failure resulted while disconnecting from all the
  servers, during the shutdown phase just before exiting.


Version 1.1 - 24 August 2005
----------------------------
- Addition of the list() and lsub() commands, that make it possible to get a
  list of the available mailboxes or only of those that are subscribed.
  Implementation of the IMAP LIST/LSUB commands, with additional support for
  the IMAP CHILDREN (RFC 3348) and IMAP NAMESPACE (RFC 2342) extensions.
- New program option to execute a string from the command line, without loading
  a configuration file.
- New program option to enter interactive mode after executing the
  configuration file or the command line.
- Servers that reply with multiple SEARCH responses are taken into
  consideration.
- Bug fix; failure to parse the response to fetchfast() that some mail servers
  sent.
- Bug fix; in some systems and when in debug mode, an empty namespace caused
  program fault.
2006-01-15 14:28:07 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
jlam
daa2b1ac9b Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04 05:00:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
seb
a6a926cead Update to version 1.0.1.
Changes since last packaged version:

Version 1.0.1 - 22 August 2004
------------------------------
- Bug fix; in some cases processing of messages with an empty body caused
  failure.
- Bug fix; an invalid namespace prefix was inserted in mailbox names of some
  mail servers.
- Unique message identifiers are now used by default, instead of message
  sequence numbers, when accessing messages in a mailbox.
- Sequence set ranges are generated and sent to the mail server instead of
  enumerations, when this is possible.
- The client now limits the length of the command lines it generates to
  approxinately 1000 octets, by splitting the request into multiple commands.
- Systems that have no limit on the number of bytes in a pathname are now
  considered.
- Debug files are now written in $HOME/.imapfilter/ instead of /tmp/.
2004-08-25 17:13:42 +00:00
seb
796cafe4b3 Update to version 1.0.
Lots of changes! The main one being that imapfilter is now
configurable and extensible with the Lua language. The configuration
file itself is a Lua script so your old configuration files must
be rewritten.

While here claim stewardship.
2004-05-23 20:52:09 +00:00
snj
fb194c6e83 Convert to buildlink3. 2004-04-18 04:55:29 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
sketch
9497bd5710 Link against necessary network libraries on Solaris. 2003-12-23 18:12:34 +00:00
seb
4d7002d0fa Update to version 0.9.5.
Changes in version 0.9.5
- Fix of bug that appeared in daemon mode, where the date used in search
  queries (newer/older command) was not updated each time the program connected
  to the server.
- Added an explanation on the way the program does the filtering (filter
  execution order, etc.)
- Added new variable to control if a message is flagged as seen, when part of
  it (ie. some of its headers) is fetched.

Changes in version 0.9.4
- Bug fix; rcopy/rmove failure, while trying to FETCH the header of a message.

Changes in version 0.9.3
- Bug fix; default variable not substituted during rcopy/rmove.
2003-12-11 23:05:16 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
seb
02e04465e4 Update to version 0.9.2.
Changes since last packaged version below.

Version 0.9.2 - 9 August 2003
-----------------------------
- Header includes additions, in order to build without warning/errors on
  systems that do not conform to IEEE Std 1003.1-2001 (POSIX.1).

Version 0.9.1 - 8 August 2003
-----------------------------
- Bug fixes related to compilation warnings/errors caused by missing header
  includes.
- Minor bug fix concerning an uninitialized variable.

Version 0.9 - 6 August 2003
---------------------------
- User authentication with the Challenge-Response Authentication Mechanism
  (CRAM), specifically CRAM-MD5.
- Connection encryption using the IMAP STARTTLS extension.
- X509 certificate checking while establishing SSL/TLS connections.
- I18n support in the configuration file, along with the capability to specify
  the character set of the search criteria.
- Date conversion specifiers in the name of the destination mailbox, based on
  either the system's local time or the message's envelope "Date:" header.
- Default variable in the name of the destination mailbox, which expands to the
  mailbox currently processed.
- In daemon mode, the SIGUSR1 signal wakes up the program from its sleep phase
  and causes rereading of the configuration file.

Version 0.8.9 - 26 May 2003
---------------------------
- Fix of a bug which caused problems during the encryption/decryption of the
  passwords file.

Version 0.8.8 - 25 May 2003
---------------------------
- Multiple bug fixes concerning the encrypted passwords editor, where in some
  cases the passwords file was badly written and the program did not accept the
  master passphrase.
2003-08-23 20:52:57 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00