Import Sendmail v8.6.12, onto the CSRG(!) branch.
A seperate commit to fix the conflicts wil follow.
This commit is contained in:
parent
84f8341ef7
commit
7791ac4067
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user