diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-29 19:44:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-29 19:44:02 +0000 |
commit | fa6d320b863c487d67b4160bad23b6d94653982a (patch) | |
tree | cd1e78b817b3948ba0b08dd84cad38b46ca50d3b /gnu/usr.sbin/sendmail/libmilter/docs/installation.html | |
parent | 471a7e35aa8eb1431337626194e0eed0384c338c (diff) |
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.
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter/docs/installation.html')
-rw-r--r-- | gnu/usr.sbin/sendmail/libmilter/docs/installation.html | 10 |
1 files changed, 3 insertions, 7 deletions
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: <li>Put the include and Sendmail directories in your include path (e.g. -I/path/to/include -I/path/to/sendmail). - <li>Make sure libmilter.so is in your library path, and link your + <li>Make sure libmilter.a is in your library path, and link your application with it (e.g. "-lmilter"). <li>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 </pre> -<p> -To run the filter, the Milter shared library must be available to the -run-time linker. - <H2><a name="config">Configuring Sendmail</A></H2> 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. <hr size="1"> <font size="-1"> -Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. All rights reserved. <br> By using this file, you agree to the terms and conditions set -forth in the <a href="LICENSE.txt">LICENSE</a>. +forth in the LICENSE. </font> </body> </html> |