Commit Graph

1527 Commits

Author SHA1 Message Date
jakob
18ce1086f5 pine v4.55. among other things, improved pop3 performance and
experimental "mail drop" setup for pop3. a list of all changes can be found
at http://www.washington.edu/pine/changes/4.53-to-4.55.html
2003-04-17 08:17:03 +00:00
jakob
39f5133305 update to imap-uw release 2002c. 2003-04-17 08:06:29 +00:00
wilfried
31e55aa60f Update to exmh 2.6.1; from maintainer Michael Paddon <michael@paddon.org>
Lots of bug fixes and a new sequence menu.

The configuration is changed to allow the creation of a distibutable
package (before, the port relied on the local domain name as
discovered at configuration time). Now there is no default domain ...
i.e. the MTA should fully qualify addresses (as god intended).
2003-04-16 08:40:59 +00:00
jakob
316fa28beb new snapshot, 2.0.8-20030415 2003-04-16 06:45:01 +00:00
jakob
b778e4737d update to Postfix 2.0 Patch 08 2003-04-16 06:41:10 +00:00
avsm
dc06a52071 incorrect sizeof buffer to snprintf; submitted upstream 2003-04-15 22:13:07 +00:00
wilfried
745620cce4 POSIX chown, ok espie@ 2003-04-14 15:02:08 +00:00
avsm
ff3f5e6565 Update to courier-imap-1.7.1; this fixes an important assumption that
pids on openbsd can be recycled in intervals smaller than one second
(previous it assumed that they couldnt).  This prevents maildir
corruption on heavily loaded servers.

Also temporarily disable ipv6; it seems pretty broken right now.
2003-04-14 09:21:31 +00:00
kevlo
5fa2ac2da7 upgrade to version 2.00 2003-04-14 08:26:11 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
marcm
1e8a14910a In addition to updating Evolution to 1.2.4, this modifies the pthread
detection scheme in configure to properly handle our -pthread and includes
db-3.1.17 directly into the port, removing the version constraint on the
db port.

This also addresses the CORE security advisory ID CORE-20030304-01.
2003-04-10 15:59:49 +00:00
brad
39169f3f75 this should have been removed quite awhile ago. 2003-04-10 15:20:37 +00:00
lebel
718826a933 upgrade p5-Mail-SpamAssassin to 2.53; from MAINTAINER 2003-04-06 15:42:07 +00:00
fgsch
64e49b97ce update to fetchmail 6.2.2. 2003-04-04 04:34:18 +00:00
sturm
4c2594a5fd update to 3.1.2
minor bugfix
2003-04-03 17:01:40 +00:00
avsm
a3d12a1340 + pear-Mail-Mime 2003-04-03 10:43:22 +00:00
avsm
d13131bacf update to imp-3.2.1 2003-04-03 10:38:35 +00:00
avsm
76e6fb17ee initial import of pear-Mail-Mime-1.2.1
--

Provides classes to deal with creation and manipulation of MIME
messages:

- Create MIME email, with HTML, attachments, embedded images, etc.
- Advanced method of creating MIME messages.
- Decodes MIME messages to a usable structure.
- An XML DTD to acompany the getXML() method of the decoding class.
- An XSLT stylesheet to transform the output of the getXML() method
  back to an email.
2003-04-03 10:36:22 +00:00
sturm
283e9fc04c - fix handling of last lines not ending in '\n'
- fix handling of lines beginning with a '.'
- bump PKGNAME

from MAINTAINER
2003-04-01 18:52:05 +00:00
dhartmei
4dc2ed6221 update to 1.2, adds switches -4/-6 to process only IPv4/IPv6 addresses,
and some small fixes.
2003-03-31 21:59:38 +00:00
sturm
8aed73480b update to version 3.1.1
- improved logging
2003-03-31 16:38:18 +00:00
sturm
f1181d6c89 USE_X11=Yes 2003-03-31 14:20:03 +00:00
avsm
50012fd821 Split maildrop into a new courier-utils subpackage which contains common
support files for userdb, softquota and maildir support.

tested by grange@ before ports lock
2003-03-31 13:43:17 +00:00
avsm
8c16379eb4 Remove a bunch of files that are duplicated across the courier suite
They will be part of the courier-utils subpackage that is built from
maildrop
2003-03-31 13:42:04 +00:00
margarida
7830f3aea9 Update to version 0.9
- New HOMEPAGE.
- Remove pointless WRKDIST assignment.
- Can now play a sound upon new mail arrival.

From MAINTAINER.
2003-03-31 02:23:45 +00:00
rohee
13caf71af0 Make this port honor $CC.
Noticed by Jose Nazariwq
2003-03-30 21:18:38 +00:00
couderc
59b84d5aec add galician translation 2003-03-29 14:40:30 +00:00
couderc
bfcb04708e update to 0.8.11 2003-03-29 14:06:17 +00:00
jakob
086b50441f update to latest snapshot 2003-03-27 18:31:03 +00:00
jakob
05834adfa9 upgrade to version 2.0.7 2003-03-27 18:30:28 +00:00
lebel
21cb6d946a update p5-Mail-SpamAssassin to 2.52; from MAINTAINER 2003-03-27 14:51:29 +00:00
lebel
05da605bc1 checksum changed for compressed patch upstream due to minor diff. 2003-03-21 04:48:04 +00:00
lebel
4acbc63755 Mutt 1.4.1 and 1.5.4 were released on March 19, 2003. These releases both fix a
buffer overflow identified by Core Security Technologies. The only differences
between 1.4 and 1.4.1 are bug fixes. If you are currently using 1.4, it's
probably a very good idea to update.
2003-03-20 19:11:19 +00:00
pvalchev
4e13e930ae no, this cannot go to the CD, see section 4 of the license.
pointed out by margarida@
2003-03-16 05:55:51 +00:00
lebel
df87906810 simple typo 2003-03-09 14:54:04 +00:00
sturm
93e4ed82fb disable razor tests (done in "make regress") by default
otherwise "make configure" would ask, if it found razor-agent installed

OK pvalchev@
2003-03-06 21:23:47 +00:00
brad
cd25ea6806 fix up Makefiles and configure line offset.
--
From: sturm@
2003-03-06 20:51:39 +00:00
brad
92fb48523b use pcre port. 2003-03-06 05:21:12 +00:00
brad
9cd1272e63 sync with update-patches 2003-03-06 05:11:04 +00:00
naddy
98c62d796b mail/cmail and games/xboard's cmail conflict; ok pvalchev@ 2003-03-05 23:07:31 +00:00
jakob
7cc301af31 update to postfix 2.0.5
- fix hard and soft error limts in the smtp server
- fix proxymap deadlock
- small documentation fixes

ok pvalchev@
2003-03-04 18:28:35 +00:00
margarida
8d3dda154b Update to version 2.1.7
This version fixes several security issues that could lead
to remote system compromise.
See: http://www.securityfocus.com/advisories/5031 and
     http://freshmeat.net/releases/114601/
2003-03-02 23:47:29 +00:00
david
e74e4a4773 fix more spelling errors/typos
ok pvalchev@
2003-03-02 05:35:10 +00:00
avsm
5a686eb5a0 rename the subpackages to not look like flavors (we now have
courier-{ldap,mysql,pgsql}-1.7.0 , which unbreaks binary package
adding
2003-02-27 00:08:16 +00:00
jakob
4213651b7f update to v4.53, no code changes. ok pvalchev@ 2003-02-26 16:17:01 +00:00
david
31718ea64f spelling typos
ok pvalchev@ brad@
2003-02-26 03:10:46 +00:00
david
3e6f238637 remove double word stuttering
ok pvalchev@ brad@
2003-02-26 02:57:55 +00:00
pvalchev
d689c3eb37 correct permissions for authlib(7) (readable by everyone); pt out by PR 3068
ok maintainer avsm@
2003-02-25 23:48:38 +00:00
marcm
e5588c2182 Fix for the settings segfault that was introduced in -current. Also remove
the NEWDYNLIBDIR entry as it is no longer needed.

ok pvalchev@ naddy@
2003-02-23 23:10:08 +00:00
lebel
0f791556f2 update p5-Mail-SpamAssassin to 2.50; from MAINTAINER 2003-02-22 14:55:51 +00:00
sturm
b409a2676e update to getmail 3.1.0
- add "old-versions" MASTER_SITE, thanks naddy@!
- adds example scripts for mbox and maildir delivery
- adds support for message filtering
2003-02-22 08:41:47 +00:00
rohee
c1ebcb1b09 Original MASTER_SITE disappeared, replace by a mirror and fetch
a .tar.gz instead of a .tar.Z while we're at it.
2003-02-22 00:44:26 +00:00
sturm
27419343ee update to getmail 3.0.4
- update ConfParser to enhance error handling in case of configuration
  errors
- bugfixes in configuration-handling code
2003-02-21 13:22:08 +00:00
jakob
9e0f0e0cad postfix 2.0 patchlevel 4. fixes some bugs with maildir, time limit on
external commands, duplicate elimination after virtual alias expansion.
also fixes a problem with the local pickup daemon.
2003-02-21 08:54:37 +00:00
fgsch
db76bc5a66 new MASTER_SITES and HOMEPAGE.
from by Joseph C. Bender <jcbender at benderhome dot net>.
2003-02-18 10:30:17 +00:00
avsm
22b099d797 update to courier-imap-1.7.0 and removed some PFRAGs which should have
disappeared a few updates ago
2003-02-17 16:14:34 +00:00
lebel
a465238156 fix build; thx naddy@ for the heads up 2003-02-16 20:11:50 +00:00
espie
162e4e3d1e hardcode autoconf version 2003-02-15 14:28:25 +00:00
sturm
756bcd2b50 update to getmail 3.0.3
- there's a manpage again
- minor bugfixes
2003-02-15 11:45:53 +00:00
couderc
c39f15de81 Remove imlib flavor from DESCR 2003-02-14 17:32:49 +00:00
couderc
30a7ad335c Clean BUILD_DEPENDS and remove imlib flavor; suggestions from brad@ 2003-02-14 17:01:43 +00:00
couderc
8b42bbbc75 Cosmetic changes. 2003-02-13 21:35:09 +00:00
sturm
b7e87bed51 update to getmail 3.0.1
minor bugfix
2003-02-13 20:25:50 +00:00
couderc
35fff947dc Update to 0.8.10 2003-02-11 12:25:06 +00:00
sturm
80b3c1e76a update to mailman 2.1.1
- includes bugfixes and security patches
- more localization
2003-02-10 22:18:25 +00:00
sturm
18b7be60ed update to getmail 3.0.0
main changes:
- no more support for mbox
- bugfixes and code cleanups
- update some modules

see http://www.qcc.ca/~charlesc/software/getmail-3.0/CHANGELOG for details
2003-02-10 20:44:24 +00:00
naddy
ba9c1eae57 Update to 10.4: bug fixes, add IPv6 support.
From: Jeffrey Neitzel <jneitzel@bluemarble.net>.
2003-02-08 15:45:50 +00:00
brad
57d308fed6 bump PKGNAME 2003-02-06 20:47:48 +00:00
dhartmei
e97d74c80a Change default configuration options
which_access open -> closed
  who_access open -> closed
  max_which_hits 0 -> 1

Those would allow a spammer to harvest all subscriber addresses
if not changed by the list admin. Reported on

http://online.securityfocus.com/archive/1/310113/2003-02-03/2003-02-09/0

Don't restrict the which arguments as the article suggests, though,
because with which_access list and max_which_hits 1, there's no
reason to destroy a useful command.
2003-02-06 19:30:18 +00:00
naddy
15876ca3c7 add/fix RCS Ids; suggested by Jolan Luff <jolan@cryptonomicon.org> 2003-02-04 22:59:48 +00:00
lebel
d0c03cdcb0 update mail/tmda to 0.69; from MAINTAINER 2003-02-04 14:42:59 +00:00
pvalchev
573bf62483 Change maintainer email address per his request 2003-02-04 03:12:19 +00:00
lebel
b8665d4e54 update p5-Mail-SpamAssassin to 2.44; from MAINTAINER 2003-02-03 20:28:24 +00:00
kevlo
eea476a8e0 update to version 1.005 2003-02-01 07:18:53 +00:00
kevlo
51ae789319 upgrade to version 1.81 and fix security bugs :
http://openwebmail.org/openwebmail/download/cert/advisories/SA-02:01.txt
2003-01-30 07:57:22 +00:00
margarida
f5c0473a80 Update to version 2.1.6
--
Security Fix
This version fixes a buffer overflow with the rarely used
option 'progress=2' (triggered by long attachment names),
and some other buffer overflows, disables the "mail" program
by default.
Fixes a segfault with headers encoded as quoted printable,
fixes an expires option to work in incremental mode, and adds
delete_older and delete_newer options to limit archive by date.

brad@ ok
2003-01-28 17:31:55 +00:00
jakob
b257f78246 more 2003-01-28 17:30:22 +00:00
jakob
8c27ed966a no more tls patches for snapshot releases 2003-01-28 17:29:09 +00:00
jakob
62b9920ebc 2.0.3-20030126 2003-01-28 16:50:33 +00:00
jakob
04b7c9943a update to version 2.0.3
- fixes broken relocated table
- fixes bad maildir filename generation algorithm
- FILTER_README updated
2003-01-28 16:41:31 +00:00
sturm
2865484476 update to 2.3.11
minor bugfix and cleanup of Makefile
2003-01-28 12:57:35 +00:00
sturm
795d6c38b2 bump package version
thanks brad@
2003-01-27 22:15:40 +00:00
sturm
33a07d931f Add a distribution patch, to fix an XSS bug. This patch is a quick fix and
will be part of the upcomming 2.1.1 version of mailman.

thanks to jakob@ for the reminder
2003-01-27 10:47:04 +00:00
lebel
f6137b44bd Added patch from Timo Sirainen <tss@iki.fi> to fix exploit.
---cut---
Well, I was going to wait until 2.50 release, but it seems to be taking and
this likely affects only few installations. Besides, it's been in their
public bugzilla for over a month. So:

Attacker may be able to execute arbitrary code by sending a specially
crafted e-mail to a system using SpamAssassin's spamc program in BSMTP mode
(-B option). Versions from 2.40 to 2.43 are affected.

Exim users especially should check if they're affected, the -B option is
used in several Exim+SpamAssassin HOWTOs.

The problem is with escaping '.' characters at the beginning of lines.
Off-by-one bounds checking error allows writing '.' character past a
buffer, overwriting the stack frame address. Depending on system this may
be exploitable. Pre-built Debian unstable/x86 package wasn't vulnerable, my
self compiled was.
---cut---
2003-01-26 16:43:45 +00:00
lebel
26f1611d53 +relaydb 2003-01-24 21:07:33 +00:00
lebel
f46c383e29 initial import for mail/relaydb-1.0:
--
relaydb is a mail header analyzer that builds a database of IP addresses
either known as legitimate senders or spammers.

relaydb doesn't itself classify mails as legitimate or spam, that deci­
sion needs to be reached through other means.  Neither does relaydb block
spam itself.  It merely provides a list of IP addresses to block through
other means, like spamd(8) and pf(4).

relaydb reads a single mail from stdin, analyzes the Received: header
lines and updates blacklist and whitelist counters for each IP address.

WWW: http://www.benzedrine.cx/relaydb.html

Initial version submitted to dhartmei@ who came back to me with this.
2003-01-24 21:07:05 +00:00
sturm
9ba5b681f9 update to 2.3.10
minor bugfixes

naddy@ OK
2003-01-19 01:02:53 +00:00
brad
e41353896b this does not need the pseudo FLAVORed no_gnome version of gdk-pixbuf. 2003-01-18 22:41:44 +00:00
sturm
56c6fad952 use the actual homepage in HOMEPAGE
from jakob@
2003-01-18 18:25:10 +00:00
sturm
7134660351 nearly forgotten 2003-01-18 16:52:53 +00:00
sturm
a1efcae363 update to mailman 2.1
- multi-lingual support
- list creation/removal through web interface
- MIME base content filtering (demime et.al.)
- new architecture of mail delivery subsystem
- better, faster, cheaper, ... ;-)

naddy@ OK
2003-01-18 16:52:17 +00:00
couderc
f1c9845b3e Update to 0.8.9 2003-01-17 12:04:28 +00:00
jakob
cc8787330b Update to Pine 4.53, fixes filtering bug 2003-01-16 07:22:40 +00:00
jakob
9f9d9242ba update to postfix v2.0.2, fixes broken 'sendmail -bs' 2003-01-15 16:46:40 +00:00
lebel
6456dbcae5 update mutt/snapshot to 1.5.3i 2003-01-14 16:37:58 +00:00
jakob
91386db9c4 force NO_PCRE 2003-01-13 15:44:36 +00:00
jakob
0122c92303 update to Postfix 2.0.1 + TLS
- new proxymap service to enable lookup table access via non-chroot process.
2003-01-13 15:44:08 +00:00
jakob
5bd27c130b also build imap-uw plaintext flavour 2003-01-10 08:37:33 +00:00
jakob
52c85f7fba update to version 2002.336, bugfix release 2003-01-10 08:36:10 +00:00
jakob
bfe4ec6df4 update to c-client from pine 4.52 2003-01-10 08:24:52 +00:00
jakob
90667dd2e5 update to pine v4.52 2003-01-10 08:20:54 +00:00
lebel
4a3b6fcf2d update mail/kbiff to 3.6.3; use qt3-mt since kde now uses it 2003-01-08 16:59:16 +00:00
jakob
ac0194040e snapshot 2.0.0-20030105, no tls patches yet 2003-01-06 11:37:24 +00:00
jakob
2cea4c57ef mark broken for flavour tls if no patches defined 2003-01-06 11:30:16 +00:00
marcm
a967e7992b Update to 1.2.1.
The 1.2 series includes a host of new features including IPv6 support and
SSL support via OpenSSL instead of mucking about with Mozilla libraries.

For a complete list of the new features, the 1.2 series release notes are
here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.html

while the 1.2.1 release notes are here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html

ok todd@
2003-01-03 21:53:07 +00:00
jakob
7d310eb50f missing hash mark 2003-01-01 21:36:49 +00:00
margarida
bb10798998 Happy New Year, jakob 2003-01-01 16:30:51 +00:00
jakob
96a54e4274 fix mysql dep 2003-01-01 13:11:23 +00:00
jakob
36eb38cf95 update to pflogsumm version 1.0.7 2002-12-31 18:46:42 +00:00
jakob
9967e6dd5e pflogsumm is a log analyzer/summarizer for the Postfix MTA. It is
designed to provide an over-view of Postfix activity, with just enough
detail to give the administrator a "heads up" for potential trouble spots.

pflogsumm generates summaries and, in some cases, detailed reports of mail
server traffic volumes, rejected and bounced email, and server warnings,
errors and panics.
2002-12-30 19:36:39 +00:00
margarida
23601bee00 No Red Bull hm ? 2002-12-29 15:18:40 +00:00
fgsch
4c3c4c58e5 and more. 2002-12-29 15:12:31 +00:00
pvalchev
52eefff59c cast NULL sentinel to void * so it is 64bit on alpha & sparc64 2002-12-29 09:34:48 +00:00
fgsch
9adb9e87ee o fix MASTER_SITES
o remove NEED_VERSION
2002-12-28 22:00:33 +00:00
couderc
c3b992d772 Update to 0.8.8 2002-12-26 15:07:26 +00:00
sturm
ae7a86c644 update to 2.9.0
minor bugfixes

naddy@ OK
2002-12-25 16:48:12 +00:00
jakob
555c70e15e improve 2002-12-25 12:01:13 +00:00
jakob
0bf9ed0603 also build tls+sasl2 package by default. sync snapshot flavours 2002-12-25 11:53:25 +00:00
jakob
7c8b7d32b9 update to postfix offical release 2.0. read the RELEASE_NOTES file for
information about important changes.
2002-12-25 11:51:23 +00:00
jakob
3112e1465f add global sasl2 option (for postfix v2) 2002-12-25 11:48:46 +00:00
fgsch
6b3ea10687 update MASTER_SITES.
from Nikolay Sturm <sturm at sec dot informatik dot tu-darmstadt dot de>
2002-12-24 13:09:34 +00:00
pvalchev
4a4f8a3d56 minor formatting 2002-12-23 08:27:36 +00:00
pvalchev
28f32596a1 fix a spelling error and remove an interesting sentence saying this:
"This port works only for FreeBSD." Heh!
2002-12-23 08:27:05 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
jakob
f3265fa694 another file that needs to be synced as well; lebel@ 2002-12-22 15:43:21 +00:00
jakob
63dc75856e correct mode for files in /var/spool/postfix/etc 2002-12-21 16:24:48 +00:00
jakob
f8e40617d6 add note about smtp server and local users 2002-12-21 16:22:44 +00:00
jakob
22bf6c1654 update to snapshot 1.1.12-20021219 2002-12-20 16:26:22 +00:00
jakob
2fca1dd849 distfile renamed 2002-12-16 04:32:14 +00:00
jakob
bb658c53ad update to snapshot 1.1.12-20021214 2002-12-15 22:10:41 +00:00
jakob
201c3df3d6 update to snapshot 1.1.12-20021203 with tls version 0.8.12 2002-12-15 21:23:28 +00:00
jakob
2338cf9eba update to pine v4.51. this release does not introduce major new functionality.
instead, it addresses bugs found in earlier versions.
2002-12-13 22:19:00 +00:00
lebel
33d3ea2bdd update to the bmf mini-howto; from MAINTAINER 2002-12-13 21:40:25 +00:00
fgsch
6e98edec2f SECURITY FIX: update to fetchmail 6.2.0. 2002-12-13 08:53:56 +00:00
naddy
eb59bb2c6c Tweaks from new maintainer Jim Geovedi <jim@corebsd.or.id>. 2002-12-12 01:25:36 +00:00
couderc
cf65a17c62 Fixed remaining gcc 2002-12-11 19:19:20 +00:00
pvalchev
a6e34f29e4 do not hardcore /usr/local... someone is not paying attention 2002-12-11 18:25:37 +00:00
grange
ad5d9c77ff +sma 2002-12-11 15:37:02 +00:00
grange
5ca92a71dc Initial import of sma from Jim Geovedi <jim@corebsd.or.id>.
SMA is a program that analyses mail log files and produces a nice
summary of mail activity. It works by taking its input from files
or standard input and outputting the results to standard output or
file. All error messages and debugging information are printed to
standard error.

WWW: http://www.klake.org/sma/

ok couderc@
2002-12-11 15:34:55 +00:00
jakob
5df9d550d4 flavourize gssapi/kerberos5 support until automatic detection has been
resolved.
2002-12-09 20:54:12 +00:00
jakob
63e41b1a5d update to imap release 2002a.DEV.SNAP-0212051126 aka 2002.334, fixes
post-login buffer overflow.
2002-12-08 13:24:05 +00:00
brad
0af266880e Fix a format string bug. The vulnerability can only be exploited by the
"admin user" of exim. Thus the risk of this vulnerability is low.

http://online.securityfocus.com/archive/1/302101/2002-2/2002-12-08/0
http://www.exim.org/pipermail/exim-users/Week-of-Mon-20021202/046978.html
--
From: MAINTAINER with heads up from me
2002-12-07 16:34:57 +00:00
naddy
555652c664 update to 0.65; from Jim Geovedi <jim@corebsd.or.id> 2002-12-06 17:48:14 +00:00
sturm
d0b3670aed update to 10.3
from MAINTAINER

lots of bugfixes
new pop3 and pop3s support

naddy@ OK
2002-12-04 08:35:12 +00:00
wcobb
96daa31089 Install the man pages for spamd/spamc, move spamd to section 8.
ok maintainer
2002-12-03 07:10:06 +00:00
espie
9a8a2ad80c use qt3 module 2002-12-02 12:24:04 +00:00
jakob
66f66caf7f update to c-client v4.50. mostly work by thorsten glaser. 2002-12-01 21:15:38 +00:00
jakob
dfadd29b24 - update to pine v4.50
- split out pilot into separate package
- remove combined pine+pico package
- clean up patches
- remote c-client dependency, link statically
2002-12-01 20:57:10 +00:00
marcm
6e3c667341 Fix Perl 5.8.0 fallout.
ok naddy@
2002-12-01 19:14:21 +00:00
margarida
826bd7866c Update to version 2.2.5.
Add license, remove p5-Time-Harness from REGRESS_DEPENDS (perl v.5.8.0),
minor cosmetic changes, sync PLIST with reality.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:54:11 +00:00
jakob
aeac7bd0e0 change default flavour to prohibit unencrypted plaintext passwords and
replace noplain flavour with plaintext flavour.
2002-11-29 19:07:47 +00:00
lebel
d81f7bc28e fix some errors in the docs; from MAINTAINER 2002-11-29 15:46:25 +00:00
lebel
7ec3c02182 add a mysql FLAVOR to mail/bmf; update a little bit the manual a bit;
from MAINTAINER
2002-11-29 12:56:57 +00:00
pvalchev
dea76aa674 Delete p5-CGI dependency from here, too ... 2002-11-29 05:43:17 +00:00
fgsch
4d772574be Update to fetchmail 6.1.3. 2002-11-28 16:34:15 +00:00
pvalchev
bda660862f Remove p5-MIME-Base64 dependencies as it's stock with perl now 2002-11-27 06:49:42 +00:00
jakob
3c8e5652c6 take MAINTAINER 2002-11-25 20:08:48 +00:00
brad
a617fdc057 remove myself as MAINTAINER. 2002-11-25 17:15:34 +00:00
brad
ec490ee1b5 Fix denial of service issue with Pine 4.44.
An attacker can send a fully legal email message with a crafted
From-header and thus forcing pine to core dump on startup.
The only way to launch pine is manually removing the bad message
either directly from the spool, or from another MUA. Until the
message has been removed or edited there is no way of accessing
the INBOX using pine.

http://marc.theaimsgroup.com/?l=bugtraq&m=103668430620531&w=2
2002-11-25 17:08:37 +00:00
jakob
181f6d523a patchlevel 1.1.12 2002-11-25 08:14:02 +00:00
sturm
c539ea8fde set MAINTAINER to sturm@openbsd.org
naddy@ OK
2002-11-22 16:43:44 +00:00
margarida
30b07f8162 Change MAINTAINER address to margarida@openbsd.org ;
cosmetic changes.

brad@ ok
2002-11-22 02:37:36 +00:00
naddy
78e6e6c509 Update to 3.36; from Peter Galbavy <peter.galbavy@knowtion.net>. 2002-11-21 00:15:10 +00:00
jakob
2090e4cd0c update to release version 2002-11-20 03:42:21 +00:00
couderc
c829c6844f Update to 0.8.6 2002-11-18 13:36:13 +00:00
jakob
d343770c69 snapshot 1.1.11-20021109 2002-11-12 12:43:19 +00:00
jakob
32cac1e50f update to 2002rc10 2002-11-12 11:51:19 +00:00
henning
edfccaa30e add MIME::Lite
from my dear Margarida Sequeira <niness@devilness.org>

ok naddy@
2002-11-09 23:14:48 +00:00
jakob
9b298ab80b update to snapshot 1.1.11-20021106 2002-11-06 21:48:38 +00:00
brad
454432d2f2 The MASTER_SITES and HOMEPAGE have changed.
--
From: MAINTAINER
2002-11-05 05:24:36 +00:00
fgsch
4d01b9259a update to fetchmail 6.1.2. 2002-11-02 20:23:34 +00:00
lebel
b4119766fa adds an HOWTO; from MAINTAINER; also fix a warning in bmf.c (from me) 2002-11-01 17:38:05 +00:00
jcs
71017fe1e5 grepmail-4.80 2002-11-01 02:57:55 +00:00
jakob
014e61993f snapshot 1.1.11-20021031 2002-10-31 22:57:58 +00:00
jakob
420b83bc17 update to snapshot 20021029 2002-10-30 22:22:45 +00:00
naddy
9178c3d00c Update to 2.9b40: mainly minor bugfixes.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
2002-10-30 15:07:54 +00:00
pvalchev
0a2fca3a54 p5-Locale-Maketext & p5-Scalar-Utils now come stock with perl; remove deps 2002-10-30 05:01:43 +00:00
pvalchev
10efc52b61 Remove p5-Test-Simple and p5-Time-HiRes depends; now in stock perl 2002-10-30 04:38:12 +00:00
pvalchev
4eb977c89d Remove p5-libnet port dependency; it now comes stock with perl 2002-10-30 04:13:36 +00:00
jakob
d0c3ab34a3 fix wrong path to html docs 2002-10-29 16:25:28 +00:00
jakob
391265c194 fix broken grep in INSTALL script; from pb@ 2002-10-29 08:25:13 +00:00
jakob
e61ff35cff TLS VERSION syntax 2002-10-28 19:01:08 +00:00
jakob
df5a618bd1 add snapshot,pcre 2002-10-28 14:35:20 +00:00
naddy
26e34fa97b No regression tests available. 2002-10-27 17:21:39 +00:00
lebel
f862f232c5 honor CC/CFLAGS; notified by naddy@ 2002-10-27 17:10:23 +00:00
naddy
825b1d5600 Enable regression test--which fails. 2002-10-27 16:59:48 +00:00
jakob
dd81e7d5dd patch crontab.in, from MAINTAINER 2002-10-25 20:05:20 +00:00
jakob
8cfee1bd72 update to release 2002rc8 2002-10-25 07:43:35 +00:00
jakob
fe921f6f53 imaps and pop3s is now i stock /etc/services 2002-10-25 07:40:34 +00:00
lebel
f615d85c31 +bmf 2002-10-22 02:08:06 +00:00
lebel
afdd4ada2a initial import of mail/bmf-0.9.4:
--
bmf is a self contained and extremely efficient Bayesian mail filter.
See Paul Graham's article "A Plan for Spam" for background information.
It aims to be faster, smaller, and more versatile than similar
applications.

WWW: http://sourceforge.net/projects/bmf

Submitted by Han Boetes <han@mijncomputer.nl>
2002-10-22 02:07:34 +00:00
naddy
662deeaedb Our tar now handles the GNU @LongLink extension. 2002-10-18 20:53:01 +00:00
fgsch
33def50a65 update to fetchmail 6.1.1. 2002-10-18 20:31:21 +00:00
lebel
6f7f1f84d9 update mail/p5-Mail-SpamAssassin to 2.43; from MAINTAINER 2002-10-17 17:46:31 +00:00
jakob
549178a65f update to snapshot 1.1.11-20020928 2002-10-11 23:00:04 +00:00
lebel
be97068ba1 seems like the fake path sneak into the installed rule files;
from MAINTAINER with heads up by Andrey Smagin (andrey@smagin.com)
2002-10-10 13:00:23 +00:00
couderc
1c0cd028f0 Update to 0.8.5 2002-10-09 12:16:09 +00:00
lebel
54ecef0709 update p5-Mail-SpamAssassin to version 2.42; from MAINTAINER 2002-10-07 14:32:33 +00:00
lebel
ea6f05a89e p5-Mail-SpamAssassin tries to install files outside the fake area. 2002-10-06 23:34:26 +00:00
fgsch
6347e76401 byebye NEED_VERSION. 2002-10-05 21:11:09 +00:00