Bug 18512

Summary: Upgrade to sendmail-8.10.1
Product: Base System Reporter: Udo Schweigert <ust>
Component: miscAssignee: Gregory Neil Shapiro <gshapiro>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Udo Schweigert 2000-05-12 06:20:00 UTC
-CURRENT at the moment stays with sendmail-8.9.3. Since sendmail-8.10.1 has many
new, interesting features (multiple queues, etc.) I would vote for an upgrade.

Fix: 1. Download sendmail.8.10.1.tar.gz 

	$ fetch ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.10.1.tar.gz

2. Unpack at /tmp

	$ cd /tmp
	$ tar xzvf sendmail.8.10.1.tar.gz

3. Copy to /usr/src/contrib

	$ cd /tmp/sendmail-8.10.1
	$ pax -rw -v . /usr/src/contrib/sendmail

4. Apply the included patch

	$ cd /usr/src
	$ patch -p3 < /home/ust/sendmail-8.10.1.diff

5. make world

================== sendmail-8.10.1.diff ========================
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-07 14:49:03 UTC
Responsible Changed
From-To: freebsd-bugs->gshapiro

Over to the sendmail maintainer.
Comment 2 Gregory Neil Shapiro freebsd_committer freebsd_triage 2000-08-13 00:26:53 UTC
State Changed
From-To: open->closed

sendmail 8.11.0 has been imported into -current.