aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secure/usr.sbin/sendmail/Makefile4
-rw-r--r--usr.sbin/sendmail/Makefile4
-rw-r--r--usr.sbin/sendmail/RELEASE_NOTES13
-rw-r--r--usr.sbin/sendmail/cf/m4/version.m44
-rw-r--r--usr.sbin/sendmail/cf/ostype/sco3.2.m42
-rw-r--r--usr.sbin/sendmail/src/version.c4
6 files changed, 21 insertions, 10 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile
index 3b21e37d6324..767d48e9b585 100644
--- a/secure/usr.sbin/sendmail/Makefile
+++ b/secure/usr.sbin/sendmail/Makefile
@@ -1,6 +1,6 @@
-# @(#)Makefile 8.4 (Berkeley) 4/22/94
+# @(#)Makefile 8.3 (Berkeley) 2/27/94
-SUBDIR= src mailstats makemap praliases cf/cf
+SUBDIR= src mailstats makemap praliases
FTPDIR= barad-dur:/disks/barad-dur/ftp/sendmail/.
VER= XX
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 3b21e37d6324..767d48e9b585 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -1,6 +1,6 @@
-# @(#)Makefile 8.4 (Berkeley) 4/22/94
+# @(#)Makefile 8.3 (Berkeley) 2/27/94
-SUBDIR= src mailstats makemap praliases cf/cf
+SUBDIR= src mailstats makemap praliases
FTPDIR= barad-dur:/disks/barad-dur/ftp/sendmail/.
VER= XX
diff --git a/usr.sbin/sendmail/RELEASE_NOTES b/usr.sbin/sendmail/RELEASE_NOTES
index 1205776d89d0..98f746193a33 100644
--- a/usr.sbin/sendmail/RELEASE_NOTES
+++ b/usr.sbin/sendmail/RELEASE_NOTES
@@ -1,10 +1,21 @@
SENDMAIL RELEASE NOTES
- @(#)RELEASE_NOTES 8.6.11.1 (Berkeley) 3/8/95
+ @(#)RELEASE_NOTES 8.6.12.1 (Berkeley) 3/28/95
This listing shows the version of the sendmail binary, the version
of the sendmail configuration files, the date of release, and a
summary of the changes in that release.
+8.6.12/8.6.12 95/03/28
+ Fix to IDENT code (it was getting the size of the reply buffer
+ too small, so nothing was ever accepted). Fix from several
+ people, including Allan Johannesen, Shane Castle of the
+ Boulder County Information Services, and Jeff Smith of
+ Warwick University (all arrived within a few hours of
+ each other!).
+ Fix a problem that could cause large jobs to run out of
+ file descriptors on systems that use vfork() rather
+ than fork().
+
8.6.11/8.6.11 95/03/08
The ``possible attack'' message would be logged more often
than necessary if you are using Pine as a user agent.
diff --git a/usr.sbin/sendmail/cf/m4/version.m4 b/usr.sbin/sendmail/cf/m4/version.m4
index 19806ff68155..d7abdd6ac44c 100644
--- a/usr.sbin/sendmail/cf/m4/version.m4
+++ b/usr.sbin/sendmail/cf/m4/version.m4
@@ -32,8 +32,8 @@ divert(-1)
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-VERSIONID(`@(#)version.m4 8.6.9.1 (Berkeley) 4/18/94')
+VERSIONID(`@(#)version.m4 8.6.12.1 (Berkeley) 3/28/95')
#
divert(0)
# Configuration version number
-DZ8.6.9
+DZ8.6.12
diff --git a/usr.sbin/sendmail/cf/ostype/sco3.2.m4 b/usr.sbin/sendmail/cf/ostype/sco3.2.m4
index 08ed0fd404af..f336b34d13a9 100644
--- a/usr.sbin/sendmail/cf/ostype/sco3.2.m4
+++ b/usr.sbin/sendmail/cf/ostype/sco3.2.m4
@@ -34,7 +34,7 @@ divert(-1)
#
divert(0)
-VERSIONID(`@(#)sco32.m4 8.1 (Berkeley) 11/27/93')
+VERSIONID(`@(#)sco3.2.m4 8.1 (Berkeley) 11/27/93')
define(`ALIAS_FILE', /usr/lib/mail/aliases)dnl
define(`QUEUE_DIR', /usr/spool/mqueue)dnl
define(`STATUS_FILE', /usr/lib/sendmail.st)dnl
diff --git a/usr.sbin/sendmail/src/version.c b/usr.sbin/sendmail/src/version.c
index 14ba2462f8c9..ad4dd520c80a 100644
--- a/usr.sbin/sendmail/src/version.c
+++ b/usr.sbin/sendmail/src/version.c
@@ -33,7 +33,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)version.c 8.6.11.1 (Berkeley) 2/28/95";
+static char sccsid[] = "@(#)version.c 8.6.12.1 (Berkeley) 3/28/95";
#endif /* not lint */
-char Version[] = "8.6.11";
+char Version[] = "8.6.12";