diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/MESSAGE | 19 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 8 |
3 files changed, 25 insertions, 6 deletions
diff --git a/mail/fetchmail/MESSAGE b/mail/fetchmail/MESSAGE new file mode 100644 index 00000000000..f5f7908e42d --- /dev/null +++ b/mail/fetchmail/MESSAGE @@ -0,0 +1,19 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2010/05/08 15:34:59 tez Exp $ + +If the upgrade you did encompassed an upgrade to OpenSSL 1.0.0 or newer, +you may need to run c_rehash on your certificate directories, particularly +if you are using local certs directories (f. i. through fetchmail's +--sslcertpath option). + +Reason: OpenSSL 1.0.0, relative to earlier versions, uses a different hash +for the symbolic links (symlinks) in its certs/ directory, so you need to +recreate the symlinks by running c_rehash /etc/ssl/certs (adjust this to +where your installation keeps its certificates), and you cannot easily +share this certs directory with applications linked against older OpenSSL +versions. + +See the fetchmail FAQ for more information: + http://fetchmail.berlios.de/fetchmail-FAQ.html#R14 + +=========================================================================== diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index e539cb44e26..592e2c75a91 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.171 2010/02/14 13:05:31 tnn Exp $ +# $NetBSD: Makefile,v 1.172 2010/05/08 15:34:59 tez Exp $ # Note to updaters: mail/fetchmailconf reaches over here, make sure it builds. -DISTNAME= fetchmail-6.3.14 +DISTNAME= fetchmail-6.3.17 CATEGORIES= mail MASTER_SITES= http://download.berlios.de/fetchmail/ EXTRACT_SUFX= .tar.bz2 diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 1049b65d8c4..1ab7d05684f 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2010/02/14 09:46:00 wiz Exp $ +$NetBSD: distinfo,v 1.42 2010/05/08 15:34:59 tez Exp $ -SHA1 (fetchmail-6.3.14.tar.bz2) = 2bc18f121d5b99e22584970c6f8b62bb65430c4c -RMD160 (fetchmail-6.3.14.tar.bz2) = 62001764dead52a66cdec239209493f1503fe397 -Size (fetchmail-6.3.14.tar.bz2) = 1621188 bytes +SHA1 (fetchmail-6.3.17.tar.bz2) = d9ffc9a43f08f9ee9394a959834606eb41141d47 +RMD160 (fetchmail-6.3.17.tar.bz2) = a908da76b9d729dee7c6457b89a342be677bd690 +Size (fetchmail-6.3.17.tar.bz2) = 1642598 bytes |