pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Updated: 27 August 2003



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25b444349395
branches:  trunk
changeset: 461063:25b444349395
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 10 11:54:41 2003 +0000

description:
Updated: 27 August 2003

imap-2002e is a minor release, released concurrently with Pine 4.57, and
contains primarily bugfixes.  Programs written for imap-2002d should build
with this version without modification.

The NNTP client code now tries to perform better with legacy NNTP servers
which do not comply with the current NNTP protocol specification draft, most
notably Netscape Collabra.

Delivery notifications now work reliably with SMTP servers that support it.

The following changes are primarily of concern to developers and power users:

There is a "limited advertise" option in env_unix.c which, if set, will only
advertise the user's own namespace and the #shared/ namespace.

It is now possible to build the IMAP toolkit with a separate SSL KEY file
from the certificate file (SSLKEYS vs. SSLCERTS).

A new BODY structure element, sparep, is available for the main program to
use as a pointer for its own purposes; as well as a SET_FREEBODYSPAREP
function, similar to SET_FREEENVELOPESPAREP, SET_FREEELTSPAREP, etc.

diffstat:

 mail/imap-uw/Makefile         |   8 +++-----
 mail/imap-uw/PLIST            |   5 +++--
 mail/imap-uw/distinfo         |  10 +++++-----
 mail/imap-uw/patches/patch-aa |   8 ++++----
 mail/imap-uw/patches/patch-ab |  22 +++++++++++-----------
 5 files changed, 26 insertions(+), 27 deletions(-)

diffs (141 lines):

diff -r 4113ec6e4ec0 -r 25b444349395 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Wed Sep 10 11:03:35 2003 +0000
+++ b/mail/imap-uw/Makefile     Wed Sep 10 11:54:41 2003 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.66 2003/09/04 11:02:19 martti Exp $
-
+# $NetBSD: Makefile,v 1.67 2003/09/10 11:54:41 adam Exp $
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
 # upgrade this package you *must* test it on a system *without* Kerberos
 # enabled before committing the changes.
 
-DISTNAME=       imap-2002d
-PKGNAME=        imap-uw-2002.4
-PKGREVISION=   1
+DISTNAME=       imap-2002e
+PKGNAME=        imap-uw-2002.5
 CATEGORIES=     mail
 MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/
 EXTRACT_SUFX=  .tar.Z
diff -r 4113ec6e4ec0 -r 25b444349395 mail/imap-uw/PLIST
--- a/mail/imap-uw/PLIST        Wed Sep 10 11:03:35 2003 +0000
+++ b/mail/imap-uw/PLIST        Wed Sep 10 11:54:41 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/07/28 14:38:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/09/10 11:54:41 adam Exp $
 include/c-client/c-client.h
 include/c-client/env.h
 include/c-client/env_unix.h
@@ -51,10 +51,11 @@
 share/doc/imap-uw/bugs.txt
 share/doc/imap-uw/calendar.txt
 share/doc/imap-uw/commndmt.txt
+share/doc/imap-uw/draft/README
 share/doc/imap-uw/draft/compare.txt
 share/doc/imap-uw/draft/i18n.txt
 share/doc/imap-uw/draft/sort.txt
-share/doc/imap-uw/draft/README
+share/doc/imap-uw/draft/unselect.txt
 share/doc/imap-uw/drivers.txt
 share/doc/imap-uw/formats.txt
 share/doc/imap-uw/imaprc.txt
diff -r 4113ec6e4ec0 -r 25b444349395 mail/imap-uw/distinfo
--- a/mail/imap-uw/distinfo     Wed Sep 10 11:03:35 2003 +0000
+++ b/mail/imap-uw/distinfo     Wed Sep 10 11:54:41 2003 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.13 2003/07/30 09:29:58 adam Exp $
+$NetBSD: distinfo,v 1.14 2003/09/10 11:54:41 adam Exp $
 
-SHA1 (imap-2002d.tar.Z) = ec037715940f970c75f3f5fe892e9399b210281e
-Size (imap-2002d.tar.Z) = 2155224 bytes
-SHA1 (patch-aa) = 56b2c44cc02e658f85c56bd70229c7a0822891a0
-SHA1 (patch-ab) = 9ad48cbb090bfb7969be7349836d23f980d0888a
+SHA1 (imap-2002e.tar.Z) = d52749df111c31094a3a5003bb93752ea8fbeea0
+Size (imap-2002e.tar.Z) = 2157511 bytes
+SHA1 (patch-aa) = 84239c107b531b69e0f88eddfc7b58416d89c9c7
+SHA1 (patch-ab) = a18844f58641d9eee0f30c9333377cbe31adaea9
 SHA1 (patch-ac) = 8b4ea8c15929c65eda1b3444c68fdbf70fa68b6a
 SHA1 (patch-ad) = 3404de4e4acb456e3c7b34ca80b31b80b465b3e1
 SHA1 (patch-ae) = 702473377ca66266bdb6d5d13045d279a38ea7de
diff -r 4113ec6e4ec0 -r 25b444349395 mail/imap-uw/patches/patch-aa
--- a/mail/imap-uw/patches/patch-aa     Wed Sep 10 11:03:35 2003 +0000
+++ b/mail/imap-uw/patches/patch-aa     Wed Sep 10 11:54:41 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.12 2003/07/28 14:38:05 adam Exp $
+$NetBSD: patch-aa,v 1.13 2003/09/10 11:54:42 adam Exp $
 
---- Makefile.orig      2003-07-28 14:34:21.000000000 +0200
-+++ Makefile   2003-07-28 14:34:21.000000000 +0200
-@@ -419,9 +419,9 @@
+--- Makefile.orig      2003-07-15 03:17:18.000000000 +0200
++++ Makefile
+@@ -424,9 +424,9 @@ sslunix sslsco:
        @echo + In order to rectify this problem, you MUST build with:
        @echo ++ SSLTYPE=$(SSLTYPE).nopwd
        @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
diff -r 4113ec6e4ec0 -r 25b444349395 mail/imap-uw/patches/patch-ab
--- a/mail/imap-uw/patches/patch-ab     Wed Sep 10 11:03:35 2003 +0000
+++ b/mail/imap-uw/patches/patch-ab     Wed Sep 10 11:54:41 2003 +0000
@@ -1,26 +1,26 @@
-$NetBSD: patch-ab,v 1.11 2003/07/28 14:38:06 adam Exp $
+$NetBSD: patch-ab,v 1.12 2003/09/10 11:54:42 adam Exp $
 
---- src/osdep/unix/Makefile.orig       2003-07-28 14:34:04.000000000 +0200
-+++ src/osdep/unix/Makefile    2003-07-28 14:34:38.000000000 +0200
-@@ -28,8 +28,6 @@
+--- src/osdep/unix/Makefile.orig       2003-09-10 13:18:31.000000000 +0200
++++ src/osdep/unix/Makefile
+@@ -28,8 +28,6 @@ SSLTYPE=nopwd
  
  # Extended flags needed for SSL.  You may need to modify.
  
 -SSLDIR=/usr/local/ssl
 -SSLCERTS=$(SSLDIR)/certs
+ SSLKEYS=$(SSLCERTS)
  SSLINCLUDE=$(SSLDIR)/include
  SSLLIB=$(SSLDIR)/lib
- 
-@@ -46,7 +44,7 @@
+@@ -47,7 +45,7 @@ SSLRSA= # -lRSAglue -lrsaref
  
  SSLCFLAGS= -I$(SSLINCLUDE) -I$(SSLINCLUDE)/openssl\
-  -DSSL_CERT_DIRECTORY=\"$(SSLCERTS)\"
+  -DSSL_CERT_DIRECTORY=\"$(SSLCERTS)\" -DSSL_KEY_DIRECTORY=\"$(SSLKEYS)\"
 -SSLLDFLAGS= -L$(SSLLIB) -lssl $(SSLCRYPTO) $(SSLRSA)
 +SSLLDFLAGS= -lssl $(SSLCRYPTO) $(SSLRSA)
  
  
  # Extended flags needed for non-standard passwd types.  You may need to modify.
-@@ -90,14 +88,14 @@
+@@ -91,14 +89,14 @@ LOCKPGM=/etc/mlock
  # set certain other formats (e.g. mbx and mx) as the EMPTYPROTO since these
  # formats can never be empty files.
  
@@ -37,7 +37,7 @@
  LN=ln -s
  RANLIB=ranlib
  
-@@ -380,9 +378,9 @@
+@@ -381,9 +379,9 @@ gso:       # GCC Solaris
         SPOOLDIR=/var/spool MAILSPOOL=/var/mail \
         ACTIVEFILE=/usr/share/news/active \
         RSHPATH=/usr/bin/rsh \
@@ -49,7 +49,7 @@
  
  gsu:  # GCC SUN-OS
        $(BUILD) `$(CAT) SPECIALS` OS=sun \
-@@ -472,9 +470,9 @@
+@@ -473,9 +471,9 @@ neb:       # NetBSD
        $(BUILD) `$(CAT) SPECIALS` OS=bsi \
         CRXTYPE=nfs \
         SPOOLDIR=/var \
@@ -61,7 +61,7 @@
         BASELDFLAGS="-lcrypt"
  
  nec:  # NEC UX
-@@ -877,7 +875,7 @@
+@@ -878,7 +876,7 @@ onceenv:
         -DACTIVEFILE=\"$(ACTIVEFILE)\" -DNEWSSPOOL=\"$(NEWSSPOOL)\" \
         -DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS
        echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS



Home | Main Index | Thread Index | Old Index