summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-10-22 18:53:41 +0000
committerdrochner <drochner@pkgsrc.org>2010-10-22 18:53:41 +0000
commit37d56f8cfa7316442bee88baab93a0ae03aa7ce3 (patch)
tree5badf55b3db08bdd7adef8dadc912072505b0b93 /mail
parente341a32af4fd76f59a0b1350d1308627944d83ad (diff)
downloadpkgsrc-37d56f8cfa7316442bee88baab93a0ae03aa7ce3.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')
-rw-r--r--mail/libesmtp/Makefile5
-rw-r--r--mail/libesmtp/distinfo9
-rw-r--r--mail/libesmtp/patches/patch-aa12
3 files changed, 6 insertions, 20 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index 7167a1a9b9b..b1a7607bd9d 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2010/01/17 12:02:24 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2010/10/22 18:53:41 drochner Exp $
-DISTNAME= libesmtp-1.0.4
-PKGREVISION= 2
+DISTNAME= libesmtp-1.0.6
CATEGORIES= mail devel
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/libesmtp/distinfo b/mail/libesmtp/distinfo
index 78f5cd12672..c12f829103b 100644
--- a/mail/libesmtp/distinfo
+++ b/mail/libesmtp/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.11 2006/02/16 18:23:31 joerg Exp $
+$NetBSD: distinfo,v 1.12 2010/10/22 18:53:41 drochner Exp $
-SHA1 (libesmtp-1.0.4.tar.bz2) = cda45c437164ecfa4fd8cf24d0a056224fc29c6a
-RMD160 (libesmtp-1.0.4.tar.bz2) = 642d6dd18293672ae78abe0050f8d5ea37a4f44c
-Size (libesmtp-1.0.4.tar.bz2) = 351917 bytes
-SHA1 (patch-aa) = 2297acfb65d72024090e471b9a518de07bc5e001
+SHA1 (libesmtp-1.0.6.tar.bz2) = cf538cfc6cb15d9d99bdeb20a3b3b6b320d97df3
+RMD160 (libesmtp-1.0.6.tar.bz2) = 7489ef298b56085f8788a3af4d17aed4ef0f1077
+Size (libesmtp-1.0.6.tar.bz2) = 365506 bytes
SHA1 (patch-ab) = cc027b93ae55b84c1b569ddcdd2644d4f63a33a5
SHA1 (patch-ae) = b4ef8a1c015483824d1897c5ef72b8ed2a158860
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>
-