diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index ce86dea7370..946fe3d1241 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2003/02/03 08:54:04 jakob Exp $ +# $OpenBSD: Makefile,v 1.8 2003/06/26 18:20:20 jakob Exp $ COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)" -DISTNAME= cyrus-sasl-2.1.11 +DISTNAME= cyrus-sasl-2.1.13 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= yes PERMIT_DISTFILES_CDROM= yes PERMIT_DISTFILES_FTP= yes -SEPARATE_BUILD= concurrent +#SEPARATE_BUILD= concurrent USE_LIBTOOL= Yes MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config ${WRKSRC}/saslauthd/config diff --git a/security/cyrus-sasl2/distinfo b/security/cyrus-sasl2/distinfo index d866633f4f9..fa7f454ea5a 100644 --- a/security/cyrus-sasl2/distinfo +++ b/security/cyrus-sasl2/distinfo @@ -1,3 +1,3 @@ -MD5 (cyrus-sasl-2.1.11.tar.gz) = aad25b5185101bc0803fc91e7e65b7de -RMD160 (cyrus-sasl-2.1.11.tar.gz) = bffaa6af5a4972c19b435f93950f314c6ad3d7c3 -SHA1 (cyrus-sasl-2.1.11.tar.gz) = 18ab0c96a83e4befe291aa73759dddc680cb95b4 +MD5 (cyrus-sasl-2.1.13.tar.gz) = 1114d59d970791932e96de8557472672 +RMD160 (cyrus-sasl-2.1.13.tar.gz) = 70e43b6aeb62ba172526ec02fb2309f7f6e25bc4 +SHA1 (cyrus-sasl-2.1.13.tar.gz) = fccd1650b5b540380c4c5f87c6de76633a30bdca diff --git a/security/cyrus-sasl2/patches/patch-configure b/security/cyrus-sasl2/patches/patch-configure index 224c0400fa3..4b88bdbc22e 100644 --- a/security/cyrus-sasl2/patches/patch-configure +++ b/security/cyrus-sasl2/patches/patch-configure @@ -1,6 +1,6 @@ -$OpenBSD: patch-configure,v 1.4 2003/02/27 17:33:01 jakob Exp $ ---- configure.orig Fri Jan 31 12:55:38 2003 -+++ configure Thu Feb 27 07:41:06 2003 +$OpenBSD: patch-configure,v 1.5 2003/06/26 18:20:20 jakob Exp $ +--- configure.orig Mon Apr 14 20:07:48 2003 ++++ configure Wed Jun 25 23:50:09 2003 @@ -2442,7 +2442,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10,16 +10,16 @@ $OpenBSD: patch-configure,v 1.4 2003/02/27 17:33:01 jakob Exp $ cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 -@@ -5134,7 +5134,7 @@ EOF +@@ -5149,7 +5149,7 @@ EOF #define HAVE_KRB 1 EOF @@ -37,7 +37,7 @@ $OpenBSD: patch-configure,v 1.4 2003/02/27 17:33:01 jakob Exp $ else echo "$ac_t""disabled" 1>&6 fi -@@ -5152,7 +5152,7 @@ fi +@@ -5261,7 +5261,7 @@ fi if test "$gssapi" != no; then if test -d ${gssapi}; then @@ -46,16 +46,16 @@ $OpenBSD: patch-configure,v 1.4 2003/02/27 17:33:01 jakob Exp $ LDFLAGS="$LDFLAGS -L$gssapi/lib" fi ac_safe=`echo "gssapi.h" | sed 'y%./+-%__p_%'` -@@ -5285,7 +5285,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -5394,7 +5394,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 -@@ -5347,7 +5347,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -5456,7 +5456,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" --LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -ldes -lasn1 -lroken ${LIB_CRYPT} -lcom_err $LIBS" -+LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lkrb -lkafs -lcrypto -ldes -lasn1 ${LIB_CRYPT} -lcom_err $LIBS" +-LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lroken ${LIB_CRYPT} -lcom_err $LIBS" ++LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lcrypto ${LIB_CRYPT} -lcom_err $LIBS" cat > conftest.$ac_ext <&2 -@@ -5439,7 +5439,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -5548,7 +5548,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 @@ -102,16 +102,16 @@ $OpenBSD: patch-configure,v 1.4 2003/02/27 17:33:01 jakob Exp $ else echo "$ac_t""no" 1>&6 fi -@@ -6240,7 +6240,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -6256,7 +6256,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 else @@ -10,16 +10,16 @@ $OpenBSD: patch-saslauthd_configure,v 1.5 2003/02/27 17:33:01 jakob Exp $ cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 -@@ -2827,7 +2827,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -2926,7 +2926,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 -@@ -2927,8 +2927,8 @@ fi +@@ -2988,7 +2988,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lroken ${LIB_CRYPT} -lcom_err $LIBS" ++LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lcrypto ${LIB_CRYPT} -lcom_err $LIBS" + cat > conftest.$ac_ext <&2 -@@ -2981,7 +2981,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -3080,7 +3080,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&6 @@ -75,16 +84,16 @@ $OpenBSD: patch-saslauthd_configure,v 1.5 2003/02/27 17:33:01 jakob Exp $ else echo "$ac_t""no" 1>&6 fi -@@ -4243,7 +4243,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a +@@ -4352,7 +4352,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lresolv $LIBS" +#LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <