diff options
author | peter <peter@FreeBSD.org> | 1996-03-13 16:51:01 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-03-13 16:51:01 +0000 |
commit | d6f2ef963895c2fef868d97c76b4d1285f1c5f93 (patch) | |
tree | 71054c5363c0c942ea615fc301bb3661d60eb0ff /usr.sbin/sendmail | |
parent | f5a60d6db1a0a87b052b985eddb4b9cb2989fb33 (diff) | |
parent | 1b87c718ff1c62fe483f45b337deae55767dc964 (diff) | |
download | FreeBSD-src-d6f2ef963895c2fef868d97c76b4d1285f1c5f93.zip FreeBSD-src-d6f2ef963895c2fef868d97c76b4d1285f1c5f93.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r14615,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/RELEASE_NOTES | 7 | ||||
-rw-r--r-- | usr.sbin/sendmail/src/version.c | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/RELEASE_NOTES b/usr.sbin/sendmail/RELEASE_NOTES index c85c48f..7f212ec 100644 --- a/usr.sbin/sendmail/RELEASE_NOTES +++ b/usr.sbin/sendmail/RELEASE_NOTES @@ -1,11 +1,16 @@ SENDMAIL RELEASE NOTES - @(#)RELEASE_NOTES 8.7.4.1 (Berkeley) 2/18/96 + @(#)RELEASE_NOTES 8.7.5.1 (Berkeley) 3/4/96 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.7.5/8.7.3 96/03/04 + Fix glitch in 8.7.4 when putting certain internal lines; this can + in some case cause connections to hang. Patch from Eric + Wassenaar. + 8.7.4/8.7.3 96/02/18 SECURITY: In some cases it was still possible for an attacker to insert newlines into a queue file, thus allowing access to diff --git a/usr.sbin/sendmail/src/version.c b/usr.sbin/sendmail/src/version.c index 9817429..3c6f7d1 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.7.4.1 (Berkeley) 2/18/96"; +static char sccsid[] = "@(#)version.c 8.7.5.1 (Berkeley) 3/4/96"; #endif /* not lint */ -char Version[] = "8.7.4"; +char Version[] = "8.7.5"; |