summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-08-17 04:39:13 +0000
committerpeter <peter@FreeBSD.org>1995-08-17 04:39:13 +0000
commita9bf7387cf18bf6618c70967ca793ccfc13103f2 (patch)
treecd3c6f73709fe346dde53ab3a26af4fed1417441 /usr.sbin/sendmail
parent47235a8c6f0e603a848f1e81c4f81ccbf62a6a37 (diff)
parent78d9d5927fb62a9d93abb0c1a0027bdd84b89117 (diff)
downloadFreeBSD-src-a9bf7387cf18bf6618c70967ca793ccfc13103f2.zip
FreeBSD-src-a9bf7387cf18bf6618c70967ca793ccfc13103f2.tar.gz
This commit was generated by cvs2svn to compensate for changes in r10088,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.sbin/sendmail')
-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
5 files changed, 19 insertions, 8 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 3b21e37..767d48e 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 1205776..98f7461 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 19806ff..d7abdd6 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 08ed0fd..f336b34 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 14ba246..ad4dd52 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";
OpenPOWER on IntegriCloud