aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--fetchmail-SA-2012-02.txt8
-rw-r--r--fetchmail.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 56a60b0e..f19bdc51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl
dnl XXX - if bumping version here, check fetchmail.man, too!
-AC_INIT([fetchmail],[6.3.22],[fetchmail-users@lists.berlios.de])
+AC_INIT([fetchmail],[6.3.22.1],[fetchmail-users@lists.berlios.de])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
diff --git a/fetchmail-SA-2012-02.txt b/fetchmail-SA-2012-02.txt
index d59c450e..e0761f49 100644
--- a/fetchmail-SA-2012-02.txt
+++ b/fetchmail-SA-2012-02.txt
@@ -6,7 +6,7 @@ fetchmail-SA-2012-02: DoS/data theft possible in NTLM authentication
Topics: fetchmail denial of service/data theft in NTLM protocol phase
Author: Matthias Andree
-Version: draft
+Version: 1.0
Announced: 2012-08-13
Type: reading from bad memory locations
Impact: fetchmail segfaults and aborts, stalling inbound mail,
@@ -111,7 +111,7 @@ END of fetchmail-SA-2012-02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
-iEYEARECAAYFAlA+h8oACgkQvmGDOQUufZW+ZgCeIQ8r3kU3kFgVGNj9WzZfX1Lk
-xggAoI3C0sbh8Si/HQrT1yHSV/+af0Ad
-=lQpP
+iEYEARECAAYFAlA+n3kACgkQvmGDOQUufZWzKwCfcOJF35eJ/bOio0VRfFFOiBsq
+dNwAnicBBiqQOq9i7atwBr4gdZ5x+SUM
+=+hqO
-----END PGP SIGNATURE-----
diff --git a/fetchmail.c b/fetchmail.c
index 6456ed28..4327c6e4 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -137,8 +137,8 @@ static void printcopyright(FILE *fp) {
fprintf(fp, GT_("Copyright (C) 2002, 2003 Eric S. Raymond\n"
"Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n"
" Robert M. Funk, Graham Wilson\n"
- "Copyright (C) 2005 - 2006, 2010 - 2011 Sunil Shetye\n"
- "Copyright (C) 2005 - 2011 Matthias Andree\n"
+ "Copyright (C) 2005 - 2006, 2010 - 2012 Sunil Shetye\n"
+ "Copyright (C) 2005 - 2012 Matthias Andree\n"
));
fprintf(fp, GT_("Fetchmail comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n"
"are welcome to redistribute it under certain conditions. For details,\n"