diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-04 09:50:53 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-04 09:50:53 +0000 |
commit | f1c7607615ebd48807db6170937fe79bb89d47d4 (patch) | |
tree | dbd620e5702f6642a809e8b6c52830460aea8dde /Makefile.am | |
parent | 8950b4deb1d513b592af483218a21b3fbed004f1 (diff) | |
download | fetchmail-f1c7607615ebd48807db6170937fe79bb89d47d4.tar.gz fetchmail-f1c7607615ebd48807db6170937fe79bb89d47d4.tar.bz2 fetchmail-f1c7607615ebd48807db6170937fe79bb89d47d4.zip |
Security fix for sdump() (X.509 cert display in verbose mode).
svn path=/branches/BRANCH_6-3/; revision=5467
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cb899f00..7c277226 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,7 @@ DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ fetchmail-features.html README.SSL README.NTLM \ README.packaging README.SSL-SERVER \ fetchmail-FAQ.book fetchmail-FAQ.pdf fetchmail-FAQ.html \ + fetchmail-SA-2010-01.txt \ fetchmail-SA-2009-01.txt \ fetchmail-SA-2008-01.txt \ fetchmail-SA-2007-02.txt \ |