imap-2000 should now work with ssl. A patch is attached.
diff -u --recursive RPM/SOURCES/imap-2000-ssl.patch scratch/SOURCES/imap-2000-ssl.patch --- RPM/SOURCES/imap-2000-ssl.patch Sun Feb 11 01:39:53 2001 +++ scratch/SOURCES/imap-2000-ssl.patch Sun Feb 11 01:41:02 2001 @@ -5,7 +5,7 @@ # Extended flags needed for additional authenticators. You may need to modify. -SSLDIR=/usr/local/ssl -+SSLDIR=/usr/share/ssl ++SSLDIR=/usr/lib/ssl SSLCERTS=$(SSLDIR)/certs -SSLINCLUDE=$(SSLDIR)/include +SSLINCLUDE=$(SSLDIR)/../include/openssl Only in scratch/SOURCES: imap-2000-ssl.patch.orig diff -u --recursive RPM/SPECS/imap.spec scratch/SPECS/imap.spec --- RPM/SPECS/imap.spec Thu Jan 11 18:58:55 2001 +++ scratch/SPECS/imap.spec Sun Feb 11 01:49:59 2001 @@ -1,6 +1,6 @@ %define version 2000 %define fversion 2000 -%define release 2mdk +%define release 3mdk %define url ftp://ftp.cac.washington.edu/mail Summary: Server daemons for IMAP and POP network mail protocols. @@ -64,7 +64,7 @@ %setup -q -n %{name}-%{fversion} %patch0 -p1 -b .ssl -%patch1 -p1 -b .linxu +%patch1 -p1 -b .linux %patch2 -p1 -b .vfs %patch3 -p1 -b .redhat %patch4 -p1 -b .flock @@ -79,8 +79,7 @@ %build EXTRACFLAGS="$EXTRACFLAGS -I%_includedir/openssl" ##% make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DIGNORE_LOCK_EACCES_ERRORS -DPIC -fPIC" phall -%make RPM_OPT_FLAGS="%optflags -fPIC" lnp EXTRACFLAGS="$EXTRACFLAGS" -SPECIALAUTHENTICATORS=sll +%make RPM_OPT_FLAGS="%optflags -fPIC" lnp EXTRACFLAGS="$EXTRACFLAGS" +SPECIALAUTHENTICATORS=ssl %install rm -rf $RPM_BUILD_ROOT @@ -151,6 +150,9 @@ %_libdir/libc-client.a %changelog +* Sun Feb 11 2001 Andras Vass <[EMAIL PROTECTED]> 2000-3mdk +- Corrected typos - ssl support should work now + * Thu Jan 11 2001 David BAUDENS <[EMAIL PROTECTED]> 2000-2mdk - Don't apply sparc patch on non sparc archs (so, fix PPC build) - %%config(noreplace)
