1104 Commits

Author SHA1 Message Date
lebel
7551c867b5 no need to define SUPDISTFILES when the FLAVOR compressed isn't specified. 2002-01-11 04:12:26 +00:00
lebel
d7b17dfde8 * Add compressed folder patch to SUPDISTFILES; spotted by fgsch@
* Use new version of said patch.
* Merge some cosmetic fixes from mutt/stable.
from naddy@ and fgsch@
2002-01-11 04:06:38 +00:00
naddy
914bd298a5 * add compressed folder patch to SUPDISTFILES
* whitespace fixes
ok fgsch@
2002-01-11 01:44:15 +00:00
naddy
a0160bc5f8 update to 0.7.0; from maintainer Damien Couderc <couderc.damien@wanadoo.fr> 2002-01-11 01:30:55 +00:00
jakob
b19fb8302f update to pine v4.44 - security update
--
This note is to announce the availability of the Pine Message System version
4.44. The purpose of this release is to fix a security bug with the treatment
of quotes in the URL-handling code. The bug allows a malicious sender to
embed commands in a URL. This bug is present in all versions of UNIX Pine.
There is no vulnerability from this bug in PC-Pine.
2002-01-10 10:48:44 +00:00
jakob
dc1cd11bea update distfile, no changes to c-client itself 2002-01-10 10:46:14 +00:00
jakob
934abedb6a update distfile, no changes to imapd itself 2002-01-10 09:00:42 +00:00
jakob
63082386e8 automatically rename any existing maildrop group to postdrop instead
of creating a new group.
2002-01-08 20:22:12 +00:00
jakob
abc7a3edb9 update to postfix snapshot 20020107 with pfixtls 0.7.14. this is the
next official release candicate.

important change: maildrop group renamed to postdrop.
2002-01-08 20:12:02 +00:00
lebel
4c52906a92 we don't really need the last rmdir in the post-install target; fgsch@ 2002-01-08 15:46:21 +00:00
jakob
8326815ed1 update tls patch to v0.7.14 2002-01-08 14:56:01 +00:00
fgsch
eb9f902af3 Minor cosmetical things to be closer to snapshot. 2002-01-08 05:25:12 +00:00
fgsch
a368cfa491 Put compressed flavor back now that a patch is available; reported
by lebel@lebel.org, thanks again.
2002-01-08 04:24:55 +00:00
lebel
fcf99af8ab re-enable compressed FLAVOR since they are now available for 1.3.25 2002-01-08 03:54:46 +00:00
fgsch
3471ed26f0 Disable compressed flavor by now; reported by lebel@lebel.org and
dorqus@bsdfreek.com.

This should make my 1000th commit.
2002-01-08 03:20:40 +00:00
espie
6204f82467 happy with new autoconf 2002-01-06 18:33:17 +00:00
fgsch
8f0c0452d2 Fix checksums for the compressed flavor; reported by mark@ 2002-01-04 20:20:47 +00:00
jakob
916d503dbc install missing install.cf file, noted by <wngdn@src.uchicago.edu> 2002-01-04 12:59:15 +00:00
brad
2f506b01c3 upgrade to procmail 3.22 2002-01-04 00:54:36 +00:00
lebel
5b64800c77 update mail/mutt/snapshot to 1.3.25i.
- Fix a remotely exploitable bug in mutt.
- For the time being, I disabled the compressed FLAVOR since the updated patch
  is not yet available for the current version.
2002-01-03 02:45:01 +00:00
fgsch
a0c0373d9c SECURITY FIX: Update to mutt 1.2.5.1. This fixes a remote exploit.
Reported by several ppl; thanks to them.
2002-01-02 22:05:42 +00:00
jakob
f77780dfd3 update to snapshot 20011217 2002-01-02 08:01:03 +00:00
lebel
8df801b4ef depends on security/p5-Digest-SHA1 instead of security/p5-Digest-MD5;
from maintainer, Marc Matteo <marcm@lectroid.net>.
2002-01-01 19:57:45 +00:00
lebel
58ddd5feaa remove .packlist from PLIST; thanks pvalchev@ 2001-12-31 19:13:49 +00:00
peter
fd8ab7bae8 From the ChangeLog:
Version 3.34
------------
1. Exim was failing to diagnose a lone \ at the end of an expansion string as
an error (basically a typo in the code).

2. If logging was only to syslog, and Exim was trying to panic-die, it crashed
instead of dying cleanly.

3. If an address was routed using a DNS lookup that found no MX records, but
one or more A records, and fallback hosts were specified on the transport, the
fallback hosts were ignored.

4. $message_body_size was set incorrectly (to zero) during filter testing.

5. Ensure the configuration file is closed before running the -bi command.

6. Reap all complete processes within the loop for accepting -bs or -bS
messages, because it seems that not all OS do this automatically when SIGCHLD
is set to SIG_IGN.

7. Reset SIGHUP to SIG_IGN before restarting a daemon, in case another SIGHUP
arrives very quickly and kills the newly started Exim before it has a chance to
get going.

8. After "452 space shortage", was not unsetting the sender address. Could lead
to strange effects when the client was pipelining.

9. There was no check that getpeername() was giving a socket address when
called on stdin passed from a previous delivery.

10. If a local part beginning with a pipe symbol was directed to a pipe
transport, the transport got confused as to which command it should run.
This could be a security exposure if unchecked local parts are directed
or routed to pipe transports.
2001-12-29 12:55:08 +00:00
lebel
a220fe1914 +razor-agents 2001-12-27 21:54:36 +00:00
lebel
d3fcf0f39c Vipul's Razor is a distributed, collaborative, spam detection and
filtering network. Razor establishes a distributed and constantly
updating catalogue of spam in propagation. This catalogue is used by
clients to filter out known spam. On receiving a spam, a Razor Reporting
Agent (run by an end-user or a troll box) calculates and submits a
20-character unique identification of the spam (a SHA Digest) to its
closest Razor Catalogue Server. The Catalogue Server echos this
signature to other trusted servers after storing it in its database.
Prior to manual processing or transport-level reception, Razor Filtering
Agents (end-users and MTAs) check their incoming mail against a
Catalogue Server and filter out or deny transport in case of a signature
match. Catalogued spam, once identified and reported by a Reporting
Agent, can be blocked out by the rest of the Filtering Agents on the
network.

WWW: http://razor.sourceforge.net/

Submitted by Marc Matteo <marcm@lectroid.net>
2001-12-27 21:54:19 +00:00
shell
a8748dc462 Upgrade to 5.411a 2001-12-26 10:18:33 +00:00
fgsch
27e8a3e34a o update to fetchmail 5.9.6
o regenerate checksum files.
2001-12-17 21:45:49 +00:00
pvalchev
79841a975c add missing kerberos libraries for linking on ELF-based archs; ok jakob 2001-12-16 23:27:01 +00:00
brad
c25c43c3a7 add BUILD_DEPENDS to ensure the right version of c-client is installed. 2001-12-16 21:57:47 +00:00
lebel
69a291b0ec update mail/mutt/snapshot to 1.3.24i 2001-12-13 03:25:32 +00:00
kevlo
ab48f555f0 +mboxgrep 2001-12-05 08:05:22 +00:00
kevlo
a4806d01bb Initial import of mboxgrep 0.7.4.
Mboxgrep is a small utility that scans a mailbox for messages matching
a regular expression. Found messages can be either displayed on standard
output, counted, deleted, piped to a shell command or written to another 
mailbox.
2001-12-05 08:04:27 +00:00
naddy
4c9e6b9f16 - update MASTER_SITES to new location
- better COMMENT

From Sebastian Stark <seb@todesplanet.de>.
2001-12-03 15:06:30 +00:00
pvalchev
af91c7e620 mailman-2.0.8: a security update
from maintainer Nikolay.Sturm@desy.de
2001-12-02 08:21:53 +00:00
brad
293ea6d6ea upgrade to Pine 4.43 2001-12-01 23:22:58 +00:00
brad
7f811c08f8 upgrade to c-client 4.43
--
nothing has changed.
2001-12-01 19:37:51 +00:00
jakob
838d6ee698 update distfile to pine-4.43, no changes to imapd itself 2001-12-01 11:03:05 +00:00
naddy
bea6223416 update to 0.6.5; from maintainer Damien Couderc <couderc.damien@wanadoo.fr> 2001-11-28 22:45:16 +00:00
lebel
9783240a22 update mail/kbiff to 3.5.4 2001-11-28 18:36:56 +00:00
jakob
1cde132e07 add ref to Postfix/TLS webpage 2001-11-28 09:35:14 +00:00
brad
9bdc74d358 add a missing library so fetchmail links on ELF-based archs when using Kerberos. 2001-11-27 15:29:28 +00:00
brad
8f008a8219 -fPIC vs. -fpic, now the c-client shared library links on sparc64 and pine atleast links and loads, no extensive testing done. 2001-11-27 15:10:00 +00:00
jakob
c7e57eb2fa update distfile to pine-4.42, no changes to imapd itself 2001-11-23 12:47:01 +00:00
jakob
59319298dd split out TLSVERSION 2001-11-22 22:49:22 +00:00
jakob
50d68a3139 update to latest stable tls patch 2001-11-22 22:39:09 +00:00
jakob
c30d93b893 update to snapshot-20011121 2001-11-22 22:31:49 +00:00
brad
4e05186098 upgrade to Pine 4.42
--
Minor bux-fix release:
* Replying to a message may close the folder containing the message.
2001-11-22 20:29:20 +00:00
brad
93ffb18c6b upgrade to c-client 4.42
--
NOTHING has changed in c-client, this is due to the fact that c-client comes from the pine distfile and it has been removed and replaced with a minor bug-fix release.
2001-11-22 17:19:02 +00:00