diff options
author | drochner <drochner@pkgsrc.org> | 2010-10-22 18:53:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-10-22 18:53:41 +0000 |
commit | 09449324699994b408b49b7c10ffa7eb8f3eb9fb (patch) | |
tree | 5badf55b3db08bdd7adef8dadc912072505b0b93 /mail/libesmtp/patches | |
parent | 5bc228a85566479ae2cbd387d9044158e499cdff (diff) | |
download | pkgsrc-09449324699994b408b49b7c10ffa7eb8f3eb9fb.tar.gz |
update to 1.0.6
This seems to fix the security problem with '\0' in domain names which
was also present in openssl and nss. (CVE-2010-1192)
(The bundled changelog does only beat around the bush.)
Diffstat (limited to 'mail/libesmtp/patches')
-rw-r--r-- | mail/libesmtp/patches/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/libesmtp/patches/patch-aa b/mail/libesmtp/patches/patch-aa deleted file mode 100644 index 7f851a2af52..00000000000 --- a/mail/libesmtp/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2006/02/16 18:23:31 joerg Exp $ - ---- headers.c.orig 2006-02-16 18:13:04.000000000 +0000 -+++ headers.c -@@ -33,6 +33,7 @@ - #include <unistd.h> - #include <time.h> - #include <errno.h> -+#include <sys/time.h> - - #include <missing.h> - |