update to imap-2002e, minor release (stability fixes)

This commit is contained in:
jakob 2003-10-05 22:00:00 +00:00
parent df0fbceacb
commit 44b81f07a3
7 changed files with 30 additions and 29 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.39 2003/06/25 21:20:13 jakob Exp $
# $OpenBSD: Makefile,v 1.40 2003/10/05 22:00:00 jakob Exp $
COMMENT= "University of Washington IMAP4rev1/POP2/POP3 mail servers"
COMMENT-mailutil= "University of Washington IMAP4rev1/POP2/POP3 mail utility"
VERSION= 2002.338
DISTNAME= imap-2002d
VERSION= 2002.339
DISTNAME= imap-2002e
PKGNAME= imap-uw-${VERSION}
PKGNAME-mailutil= mailutil-uw-${VERSION}
CATEGORIES= mail

View File

@ -1,3 +1,3 @@
MD5 (imap-2002d.tar.Z) = 64e82a195d21481fc4c54c4ed9fe0527
RMD160 (imap-2002d.tar.Z) = 5dbcda8f9141d99a0ab7a2d7a8e25026784d6147
SHA1 (imap-2002d.tar.Z) = ec037715940f970c75f3f5fe892e9399b210281e
MD5 (imap-2002e.tar.Z) = 0d246d868f20d8c441d235b77c940676
RMD160 (imap-2002e.tar.Z) = 4df1e31a3085d152c7ad93237dabdb88f6e979e1
SHA1 (imap-2002e.tar.Z) = d52749df111c31094a3a5003bb93752ea8fbeea0

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile,v 1.4 2003/04/17 08:06:30 jakob Exp $
--- Makefile.orig Tue Nov 5 01:19:13 2002
+++ Makefile Thu Apr 17 09:14:05 2003
@@ -397,8 +397,6 @@ sslunix sslsco:
$OpenBSD: patch-Makefile,v 1.5 2003/10/05 22:00:00 jakob Exp $
--- Makefile.orig Tue Jul 15 03:17:18 2003
+++ Makefile Sun Oct 5 23:44:26 2003
@@ -425,8 +425,6 @@ sslunix sslsco:
@echo ++ SSLTYPE=$(SSLTYPE).nopwd
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-imapd.8c,v 1.3 2002/09/18 08:19:06 jakob Exp $
$OpenBSD: patch-imapd.8c,v 1.4 2003/10/05 22:00:00 jakob Exp $
--- src/imapd/imapd.8c.orig Tue Oct 13 04:31:21 1998
+++ src/imapd/imapd.8c Sun Sep 8 14:55:12 2002
--- src/imapd/imapd.8c.orig Tue Jul 15 02:54:11 2003
+++ src/imapd/imapd.8c Sun Oct 5 23:44:26 2003
@@ -1,9 +1,9 @@
-.TH IMAPD 8C "October 12, 1998"
-.TH IMAPD 8C "July 14, 2003"
+.TH IMAPD 8 "October 12, 1998"
.UC 5
.SH NAME
@ -14,7 +14,7 @@ $OpenBSD: patch-imapd.8c,v 1.3 2002/09/18 08:19:06 jakob Exp $
.SH DESCRIPTION
.I imapd
is a server which supports the
@@ -22,11 +22,11 @@ Normally, this is port 143.
@@ -25,11 +25,11 @@ file for additional information.
.PP
.I imapd
can also be accessed via

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-ipopd.8c,v 1.3 2002/09/18 08:19:06 jakob Exp $
$OpenBSD: patch-ipopd.8c,v 1.4 2003/10/05 22:00:00 jakob Exp $
--- src/ipopd/ipopd.8c.orig Fri Jan 17 02:52:10 1992
+++ src/ipopd/ipopd.8c Sun Sep 8 14:55:16 2002
--- src/ipopd/ipopd.8c.orig Tue Jul 15 02:54:25 2003
+++ src/ipopd/ipopd.8c Sun Oct 5 23:44:26 2003
@@ -1,11 +1,11 @@
-.TH IPOPD 8C "January 16, 1992"
-.TH IPOPD 8C "July 14, 2003"
+.TH IPOPD 8 "January 16, 1992"
.UC 5
.SH NAME
@ -17,7 +17,7 @@ $OpenBSD: patch-ipopd.8c,v 1.3 2002/09/18 08:19:06 jakob Exp $
.SH DESCRIPTION
.I IPOP2d
and
@@ -38,7 +38,7 @@ port as indicated by the
@@ -41,7 +41,7 @@ port as indicated by the
file (see
.IR services (5)).
.SH "SEE ALSO"

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_osdep_unix_Makefile,v 1.4 2002/10/05 15:22:27 jakob Exp $
$OpenBSD: patch-src_osdep_unix_Makefile,v 1.5 2003/10/05 22:00:00 jakob Exp $
--- src/osdep/unix/Makefile.orig Tue Oct 1 21:31:19 2002
+++ src/osdep/unix/Makefile Sat Oct 5 17:12:58 2002
--- src/osdep/unix/Makefile.orig Tue Jul 15 03:24:24 2003
+++ src/osdep/unix/Makefile Sun Oct 5 23:45:11 2003
@@ -28,8 +28,8 @@ SSLTYPE=nopwd
# Extended flags needed for SSL. You may need to modify.
@ -10,10 +10,10 @@ $OpenBSD: patch-src_osdep_unix_Makefile,v 1.4 2002/10/05 15:22:27 jakob Exp $
-SSLCERTS=$(SSLDIR)/certs
+SSLDIR=/usr
+SSLCERTS=/etc/ssl
SSLKEYS=$(SSLCERTS)
SSLINCLUDE=$(SSLDIR)/include
SSLLIB=$(SSLDIR)/lib
@@ -234,7 +234,7 @@ bso: # OpenBSD
@@ -235,7 +235,7 @@ bso: # OpenBSD
SPOOLDIR=/var \
ACTIVEFILE=/usr/local/news/lib/active \
RSHPATH=/usr/bin/rsh \

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_osdep_unix_env_unix.c,v 1.4 2003/04/17 08:06:30 jakob Exp $
$OpenBSD: patch-src_osdep_unix_env_unix.c,v 1.5 2003/10/05 22:00:00 jakob Exp $
--- src/osdep/unix/env_unix.c.orig Wed Apr 16 23:03:26 2003
+++ src/osdep/unix/env_unix.c Thu Apr 17 09:21:27 2003
@@ -783,15 +783,12 @@ char *myhomedir ()
--- src/osdep/unix/env_unix.c.orig Tue Jul 15 03:30:00 2003
+++ src/osdep/unix/env_unix.c Sun Oct 5 23:44:26 2003
@@ -799,15 +799,12 @@ char *myhomedir ()
static char *mymailboxdir ()
{
char *home = myhomedir ();