diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index d7fad474b2d..e07fac59d13 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2000/11/01 18:41:35 jakob Exp $ +# $OpenBSD: Makefile,v 1.12 2000/12/06 19:22:20 jakob Exp $ -DISTNAME= imap-2000 +DISTNAME= imap-2000a -PKGNAME= imap-uw-2000 +PKGNAME= imap-uw-2000a CATEGORIES= mail NEED_VERSION= 1.302 diff --git a/mail/imap-uw/files/md5 b/mail/imap-uw/files/md5 index 00c75e5b14a..7b6c048c829 100644 --- a/mail/imap-uw/files/md5 +++ b/mail/imap-uw/files/md5 @@ -1,3 +1,3 @@ -MD5 (imap-2000.tar.Z) = 7b5f2cfcad528bad2e79800d083821a5 -RMD160 (imap-2000.tar.Z) = 3712c3e698e401c39501bf99498d918fe959bba0 -SHA1 (imap-2000.tar.Z) = 382ebe620314b9a7187295371dba18b2ea7ee40b +MD5 (imap-2000a.tar.Z) = d642c114b55ffe2e172b8e1bef6a1a52 +RMD160 (imap-2000a.tar.Z) = 6e46c6aaa3aeb3017eaca2b5246388ac54b4e9bb +SHA1 (imap-2000a.tar.Z) = c9179e4f90f590069d5671591dbbbd0609a7fb7c diff --git a/mail/imap-uw/patches/patch-Makefile.ssl b/mail/imap-uw/patches/patch-Makefile.ssl index 0f8dbd85684..2a264709ace 100644 --- a/mail/imap-uw/patches/patch-Makefile.ssl +++ b/mail/imap-uw/patches/patch-Makefile.ssl @@ -1,6 +1,6 @@ ---- src/osdep/unix/Makefile.ssl.orig Wed Sep 6 18:07:02 2000 -+++ src/osdep/unix/Makefile.ssl Fri Sep 22 13:47:19 2000 -@@ -41,14 +41,14 @@ +--- src/osdep/unix/Makefile.ssl.orig Wed Dec 6 20:07:34 2000 ++++ src/osdep/unix/Makefile.ssl Wed Dec 6 20:08:01 2000 +@@ -20,8 +20,8 @@ # Extended flags needed for additional authenticators. You may need to modify. @@ -11,11 +11,3 @@ SSLINCLUDE=$(SSLDIR)/include SSLLIB=$(SSLDIR)/lib - # Some versions of MIT Kerberos also have a libcrypto, get the right one --#SSLCRYPTO=-lcrypto --SSLCRYPTO=$(SSLLIB)/libcrypto.a -+SSLCRYPTO=-lcrypto -+#SSLCRYPTO=$(SSLLIB)/libcrypto.a - - # RSA Security Inc. released the RSA public key encryption algorithm into - # the public domain on September 6, 2000. There is no longer any need to