pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update mail/libesmtp to 1.0.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f5aab97279
branches:  trunk
changeset: 475872:27f5aab97279
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri May 28 23:00:13 2004 +0000

description:
Update mail/libesmtp to 1.0.3.

Changes:

2004-04-20 Stable Version 1.0.3 released
----------------------------------------
2004-04-20      Brian Stafford  <brian%stafford.uklinux.net@localhost>
      * memrchr.c configure.in
        Added memrchr() implementation for systems that don't have one.

      * smtp-tls.c
        Applied patches from Pawel Salek to check subjectAltName for
        wildcarded domain name when validating server certificate.

diffstat:

 doc/CHANGES            |  3 ++-
 doc/TODO               |  3 +--
 mail/libesmtp/Makefile |  6 +++---
 mail/libesmtp/PLIST    |  4 ++--
 mail/libesmtp/distinfo |  6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

diffs (74 lines):

diff -r fe25badbfe91 -r 27f5aab97279 doc/CHANGES
--- a/doc/CHANGES       Fri May 28 22:31:50 2004 +0000
+++ b/doc/CHANGES       Fri May 28 23:00:13 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6050 2004/05/28 22:31:50 xtraeme Exp $
+$NetBSD: CHANGES,v 1.6051 2004/05/28 23:00:13 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2673,3 +2673,4 @@
        Updated py-pyrex to 0.9.2.1 [recht 2004-05-28]
        Updated dovecot to 0.99.10.5 [xtraeme 2004-05-28]
        Updated jikes to 1.21 [xtraeme 2004-05-28]
+       Updated libesmtp to 1.0.3 [xtraeme 2004-05-28]
diff -r fe25badbfe91 -r 27f5aab97279 doc/TODO
--- a/doc/TODO  Fri May 28 22:31:50 2004 +0000
+++ b/doc/TODO  Fri May 28 23:00:13 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1792 2004/05/28 22:31:50 xtraeme Exp $
+$NetBSD: TODO,v 1.1793 2004/05/28 23:00:13 xtraeme Exp $
 
 Suggested new packages
 ======================
@@ -273,7 +273,6 @@
        o lavaps-2.4
        o leafnode-1.9.54
        o libcaca-0.9
-       o libesmtp-1.0.3
        o libmpeg3-1.5.4
        o libnet-1.1.1
        o libole2-2.2.8
diff -r fe25badbfe91 -r 27f5aab97279 mail/libesmtp/Makefile
--- a/mail/libesmtp/Makefile    Fri May 28 22:31:50 2004 +0000
+++ b/mail/libesmtp/Makefile    Fri May 28 23:00:13 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:44 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/05/28 23:00:13 xtraeme Exp $
 
-DISTNAME=      libesmtp-1.0.1
-PKGREVISION=   2
+DISTNAME=      libesmtp-1.0.3r1
+PKGNAME=       ${DISTNAME:S/r1//}
 CATEGORIES=    mail devel
 MASTER_SITES=  http://www.stafford.uklinux.net/libesmtp/ \
                http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
diff -r fe25badbfe91 -r 27f5aab97279 mail/libesmtp/PLIST
--- a/mail/libesmtp/PLIST       Fri May 28 22:31:50 2004 +0000
+++ b/mail/libesmtp/PLIST       Fri May 28 23:00:13 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/09/24 09:12:19 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/05/28 23:00:13 xtraeme Exp $
 bin/libesmtp-config
 include/auth-client.h
 include/auth-plugin.h
@@ -19,5 +19,5 @@
 lib/libesmtp.la
 lib/libesmtp.so
 lib/libesmtp.so.6
-lib/libesmtp.so.6.2
+lib/libesmtp.so.6.4
 @dirrm lib/esmtp-plugins
diff -r fe25badbfe91 -r 27f5aab97279 mail/libesmtp/distinfo
--- a/mail/libesmtp/distinfo    Fri May 28 22:31:50 2004 +0000
+++ b/mail/libesmtp/distinfo    Fri May 28 23:00:13 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2003/09/24 09:12:20 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2004/05/28 23:00:13 xtraeme Exp $
 
-SHA1 (libesmtp-1.0.1.tar.bz2) = fcfae8ebca1030da55de3bb25de3c922f0d3adbd
-Size (libesmtp-1.0.1.tar.bz2) = 261664 bytes
+SHA1 (libesmtp-1.0.3r1.tar.bz2) = 05a11a95f6083c25d99a850dbc0d93c8301b77fd
+Size (libesmtp-1.0.3r1.tar.bz2) = 269527 bytes
 SHA1 (patch-ab) = cc027b93ae55b84c1b569ddcdd2644d4f63a33a5
 SHA1 (patch-ad) = 80446e62fef1bd6a99dec98020924fada41acffa



Home | Main Index | Thread Index | Old Index