Date: Thu, 10 Feb 2000 00:06:06 +0200 From: Willem Brown <willem@brwn.org> To: Andrew Otwell <andrew@networkcomputerz.com> Cc: freebsd-questions@freebsd.org Subject: Re: IMAP over SSL Message-ID: <38A1E4CE.66481628@brwn.org> References: <38A1CA64.66023383@brwn.org> <38A1D28B.8533715C@networkcomputerz.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------45F33CE387ED76AFEFFBBF1A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I got the latest version, ftp://ftp.obdev.at/pub/Products/sslproxy/sslproxy.2000_Jan_29.tar.gz, I also created to patches to get it to compile. I'll attach them to this email. I'll submit them to whom ever maintains this port. The Makefile.patch file patches the port Makefile to the new version. To apply it, cd /usr/ports patch -p0 < Makepfile.patch Copy the patch-aa to /usr/ports/security/sslproxy/patches, this fixes some include stuff in the sslproxy Makefile. You also have to re-generate the md5 signature for the file. This is done as follows. md5 sslproxy.2000_Jan_29.tar.gz >> /usr/ports/security/sslproxy/files/md5 Please keep in mind that this fixes only the compile probs. there might be some other very serious probs that I don't know about that his won't fix. Regards Willem Brown Andrew Otwell wrote: > > I found that <sslproxy> will serve my needs although it won't <make> > needless to say <make install>. > > Willem Brown wrote: > > > > Hi, > > > > I think stunnel can do this, (/usr/ports/security/stunnel/). I'll > > quickly give it a try. Let me know if I can help. > > > > Regards > > Willem Brown > > -- > > |--------------LINUX & *BSD, the CHOICE is yours--------------| > > -- > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ > Andrew T. Otwell, Network Administrator > andrew@networkcomputerz.com, 678.363.8491 > http://www.NetworkComputerz.com > yank GPG DSS key from hkp://pgpkeys.mit.edu > _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ -- |--------------LINUX & *BSD, the CHOICE is yours--------------| --------------45F33CE387ED76AFEFFBBF1A Content-Type: text/plain; charset=us-ascii; name="Makefile.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.patch" --- security/sslproxy/Makefile.orig Mon Jan 3 13:20:01 2000 +++ security/sslproxy/Makefile Wed Feb 9 23:35:47 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: sslproxy -# Version required: 1998_Jun_14 +# Version required: 2000_Jan_29 # Date created: 11 February 1999 # Whom: Alex Le Heux # # $FreeBSD: ports/security/sslproxy/Makefile,v 1.5 2000/01/02 23:17:47 dirk Exp $ # -DISTNAME= sslproxy.1998_Jun_14 -PKGNAME= sslproxy-19980614 +DISTNAME= sslproxy.2000_Jan_29 +PKGNAME= sslproxy-20000129 CATEGORIES= security MASTER_SITES= ftp://ftp.obdev.at/pub/Products/sslproxy/ --------------45F33CE387ED76AFEFFBBF1A Content-Type: text/plain; charset=us-ascii; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- Makefile.orig Wed Feb 9 23:46:14 2000 +++ Makefile Wed Feb 9 23:47:51 2000 @@ -12,14 +12,14 @@ # if you use cc, remove the -Wall and -g options CC= gcc -SSLROOT= /usr/local/openssl +SSLROOT= /usr/local -CFLAGS= -Wall -I$(SSLROOT)/include -O +CFLAGS= -I$(SSLROOT)/include # for Solaris 2.x add -DSOLARIS2, for SunOS add -DSUNOS and for HP-UX add # -DHP to the CFLAGS variable -LIBS = -L$(SSLROOT)/lib -lssl -lcrypto - +LIBS = -L$(SSLROOT)/lib -lssl -lcrypto $(EXTRA_SSL_LIBS) + OBJ = sslproxy.o XNAME = sslproxy --------------45F33CE387ED76AFEFFBBF1A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38A1E4CE.66481628>