From fa6d320b863c487d67b4160bad23b6d94653982a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 29 Mar 2003 19:44:02 +0000 Subject: Update to sendmail 8.12.9; fixes a buffer overflow in address parsing due to a char to int conversion problem which is potentially remotely exploitable. --- gnu/usr.sbin/sendmail/libmilter/docs/installation.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'gnu/usr.sbin/sendmail/libmilter/docs/installation.html') diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/installation.html b/gnu/usr.sbin/sendmail/libmilter/docs/installation.html index 8ce8611e6d0..370f1d3baf0 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/installation.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/installation.html @@ -16,7 +16,7 @@ To compile a filter, modify the Makefile provided with the sample program, or:
  • Put the include and Sendmail directories in your include path (e.g. -I/path/to/include -I/path/to/sendmail). -
  • Make sure libmilter.so is in your library path, and link your +
  • Make sure libmilter.a is in your library path, and link your application with it (e.g. "-lmilter").
  • Compile with pthreads, either by using -pthread for gcc, or @@ -31,10 +31,6 @@ and your linking command line will look something like cc -o myfilter [object-files] -L[library-location] -lmilter -pthread -

    -To run the filter, the Milter shared library must be available to the -run-time linker. -

    Configuring Sendmail

    First, you must compile sendmail with MILTER defined. @@ -161,10 +157,10 @@ For information about available macros and their meanings, please consult the sendmail documentation.
    -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved.
    By using this file, you agree to the terms and conditions set -forth in the LICENSE. +forth in the LICENSE.
    -- cgit v1.2.3