Commit graph

403 commits

Author SHA1 Message Date
simonb
50169ec28b Oops, forgot them RCS ids... 1999-10-01 07:49:19 +00:00
simonb
9599fc7b0e Spilt patches into one-file-per-patch-file, and make this work on
the pmax (and other mips ports) - all the world is not IRIX...
1999-10-01 05:09:14 +00:00
tron
6e4d2fd69e Update "mutt" package to version 1.0pre3:
This is another version from the release candidate series.  The reason
for immediately releasing this version is a buffer overflow in the
text/enriched handler which can be triggered by means of
suitably-formatted e-mail messages.  Thus, we recommend you upgrade
your mutt installations immediately.
1999-09-25 15:50:03 +00:00
frueauf
e5e19d5f1a Update fetchmail to 5.1.0.
fetchmail-5.1.0 (Wed Sep 22 01:27:42 EDT 1999):
* CRAM-MD5 code now doublequotes usernames with embedded spaces.  This will
  probably fail (the RFCs don't support quoting) but it's better than nothing
  and works with at least one server.
* Federico G. Schwindt's fix for NetBSD/OpenBSD --with-kerberos.
* auth keyword and option changed to preauth.
* Correct the exit value when .fetchmailrc permissions are wrong.
* getmail/gotmail scripts by Thomas Nesges added to contrib.
* Guenther H. Leber's fix for a potential uid.c buffer overflow.
* Todd Sabin's option to force IMAP authentication type; enables working
  around some broken servers.
1999-09-25 11:18:33 +00:00
ad
156b8687b7 Pull down and install the HTML documentation in share/doc/exim. 1999-09-22 08:52:05 +00:00
ad
915e8c49de chmod exim_newaliases +x when installed. 1999-09-22 08:29:39 +00:00
tron
c3bab7dba1 Use wildcards in dependence for "windowmaker" package. 1999-09-21 18:18:50 +00:00
ad
f69bfc6c4e Add a basic manpage for Exim (from Debian GNU/Linux via exim 'contrib'). 1999-09-18 21:08:46 +00:00
ad
4d519883cb - Update for exim_newaliases and mailer.conf.exim
- Some small cleanup
1999-09-18 20:28:25 +00:00
ad
b0a8186f1d mailer.conf for exim. 1999-09-18 20:27:08 +00:00
ad
18fc0c4c10 Script to do equivalent of sendmail's newaliases(1). (Exim normally
likes to do a linear search of /etc/aliases, but that sucks).
1999-09-18 20:26:00 +00:00
ad
775546ca78 Regen. 1999-09-18 20:23:36 +00:00
ad
f70c492583 In the default configuration, use /etc/aliases.db, not a linear search of
/etc/aliases.
1999-09-18 20:23:10 +00:00
frueauf
2dd4cce795 sync. 1999-09-16 16:52:26 +00:00
frueauf
c35a56d9a1 Update fetchmail to 5.0.8.
fetchmail-5.0.8 (Tue Sep 14 06:56:50 EDT 1999):
* Todd Sabin's patch to accept spaces in CRAM-MD5 names.
* Fix to CRAM endianness patch, by Dan Root via Lawrence Rogers.
* Suppress duplicates by message ID in multidrop mode.
* NTLM support for querying Microsoft Exchange servers, from Grant Edwards.
* Lexer fix by Brian Boutel.
1999-09-16 16:51:49 +00:00
tron
a81f798f1f Avoid access to free'd memory in APOP authentication. Patch supplied by
Kawamoto Yosihisa in PR pkg/8371.
1999-09-15 21:38:45 +00:00
tron
72a8dbd07a Remove non NetBSD RCS Id from patch file which got modified by "cvs". 1999-09-15 21:36:35 +00:00
tron
05eeeaecae Convert patches to unified format. 1999-09-15 21:30:58 +00:00
kim
d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
simonb
d029e7c62a Regen. 1999-09-14 02:08:44 +00:00
simonb
2fc2b130d1 Oops, forgot about error's manpage. 1999-09-14 02:06:59 +00:00
simonb
79599f7cee Regen. 1999-09-14 01:55:03 +00:00
simonb
9824e6b1b5 Add "error" transport program - fixes PR pkg/8403 from Andreas Wrede.
Also sort PLIST and add the man manpages (only the cat pages were there).
1999-09-14 01:54:22 +00:00
simonb
c3750a7661 Eek, where did the "PKGNAME= mhonarc-2.2.0" come from in the previous
commit??
1999-09-13 02:02:27 +00:00
simonb
57c0de7191 Remove "-" from package version - noted by Hubert Feyrer. 1999-09-12 01:37:05 +00:00
simonb
5f5475f614 Regen. 1999-09-12 00:15:27 +00:00
simonb
1e9ef439ee Update to postfix 19990906-pl02. From the release notes:
Incompatible changes with postfix-19990906
==========================================

- On systems that use user.lock files to protect system mailboxes
against simultaneous updates, Postfix now uses /file/name.lock
files while delivering to files specified in aliases/forward/include
files. This is a no-op when the recipient lacks directory write
permission.

- The LDAP client code no longer looks up a name containing "*"
because it could be abused.  See the LDAP_README file for how to
restore previous behavior.

- The Postfix to PCRE interface now expects PCRE version 2.08.
Postfix is no longer compatible with PCRE versions prior to 2.06.

Major changes with postfix-19990906
===================================

Several bugfixes, none related to security.  See the HISTORY file
for a complete list of changes.

- Postfix is now distributed under IBM Public License Version 1.0
which does not carry the controversial termination clause. The new
license does have a requirement that contributors make source code
available.

- INSTALL.sh install/upgrade procedure that replaces existing
programs and shell scripts instead of overwriting them, and that
leaves existing queue files and configuration files alone.

- The ugly Delivered-To: header can now be turned off selectively.
The default setting is:  "prepend_delivered_header = command, file,
forward".  Turning off the Delivered-To:  header when forwarding
mail is not recommended.

- mysql client support by Scott Cotton and Joshua Marcus, Internet
Consultants Group, Inc. See the file MYSQL_README for instructions.

- reject_unauth_destination SMTP recipient restriction that rejects
destinations not in $relay_domains. Unlike the check_relay_domains
restriction, reject_unauth_destination ignores the client hostname.
By Lamont Jones of Hewlett-Packard.

- reject_unauth_pipelining SMTP *anything* restriction to stop mail
from spammers that improperly use SMTP command pipelining to speed
up their deliveries.

- Postfix "sendmail" now issues a warning and drops privileges if
installed set-uid root.

- No more duplicate delivery when "postfix reload" is immediately
followed by "sendmail -q".

- No more "invalid argument" errors when a Postfix daemon opens a
DB/DBM file while some other process is changing the file.

- Portability to the Mac OS X Server, Reliant Unix, AIX 3.2.5 and
Ultrix 4.3.
1999-09-12 00:14:52 +00:00
bad
483b25791a regen. 1999-09-07 17:58:43 +00:00
bad
e714fb628b Make this DTRT wrt. Kerberos4 support. 1999-09-07 17:58:00 +00:00
bad
00b15d99ca Some cleanup:
i386-netbsd -> ${MACHINE_ARCH}-${LOWER_OPSYS}
MACHINE_GNU_ARCH -> MACHINE_ARCH
/./ -> /
1999-09-07 14:49:42 +00:00
ad
1d70b81f9f Regen. 1999-09-07 13:36:25 +00:00
ad
68bdb99c19 Makefile for exim. 1999-09-07 13:22:50 +00:00
ad
ab2a4beb23 Enable exim. 1999-09-07 13:21:37 +00:00
ad
18e2b59b6b Exim, yet another Sendmail replacement. 1999-09-07 13:21:02 +00:00
sakamoto
99d5c56cc2 Use PLIST_SUBST= HOME=${MAJORDOMO_HOMEDIR} MAJORDOMO_USER=${MAJORDOMO_USER} 1999-09-06 08:08:17 +00:00
tron
a9af877984 Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
1999-09-03 22:00:52 +00:00
agc
f9177df484 Make this package compile on Solaris. 1999-09-03 08:19:11 +00:00
tron
2bb7011897 Update "mutt" package to version 1.0pre2. Changes since 1.0pre1:
Against 1.0pre1, there are several build changes (building this
version of mutt with SGI's cc should work), and back-ports of
IMAP-related bug fixes from the unstable branch.
1999-09-01 18:02:48 +00:00
mrg
d53d68c8f1 add missing patch-sum 1999-08-27 00:22:34 +00:00
mrg
2386d5de4c actually make POSTFIX_NOSETGID work. 1999-08-26 13:05:08 +00:00
tron
af6ab50b7b Update "mutt" package to version 1.0pre.1. Changes since 0.95.7:
Almost all changes from 0.95.7 concern the build process, which
should work now on those platforms for which problems where reported
with 0.95.7.  postfix and qmail users may be interested in the new
$bounce_delivered configuration variable.
1999-08-24 18:12:12 +00:00
frueauf
de99380eab Update fetchmail to 5.0.7.
fetchmail-5.0.7 (Sat Aug 21 04:26:13 EDT 1999):
* RPA support works again.
* Added debian_rc startup/shutdown script to contrib/.
* Yet another monitor option fix.
* Variouas small option-processing fixes.
* Teach fetchmailconf about HP OpenMail.
* SunOS compilation fixes.
* Steve Dodd's fix to not send bouncemail on transient errors.
* Don Willis's improved UID parsing.
* Fetchmail now logs and recovers from SIGPIPE errors produced by broken
  socket streams or MDAs.  The current poll cycle is terminated.
1999-08-22 20:20:57 +00:00
enami
7c48325cfa Add NMH_HASH_BACKUP to BUILD_DEFS. 1999-08-20 14:05:15 +00:00
thorpej
78f75f4c1c Make this build (and work!) on LP64 systems.
I know I sent these to Weitse the first time I built on an Alpha, but
they apparently never made it into the distribution.  Oh well.
1999-08-18 23:30:26 +00:00
agc
69696f9b82 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18 09:28:01 +00:00
agc
0b7af58b91 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add USE_INET6 to BUILD_DEFS
1999-08-18 09:24:08 +00:00
agc
bb857d2aff Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 09:00:23 +00:00
agc
f32d265e28 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:46:53 +00:00
tron
0fbdac0575 Update "mutt" package to version 0.95.7. Changes since 0.95.6:
- The $in_reply_to configuration variable is gone.  The In-Reply-To
  header currently only contains the message-id of the message to
  which the reply refers.  This is to make sure that this header is
  correctly formatted.
- Lots of bugs present in 0.95.6 were fixed.
1999-08-18 00:22:33 +00:00
tron
ed84206fa8 Make sure the "autoconf" binary from package sources is used. 1999-08-17 23:54:18 +00:00