Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 14:53:12 +0400 (MSD)
From:      "Dmitry S. Sivachenko" <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20376: Update port: security/cyrus-sasl to 1.5.24
Message-ID:  <200008031053.OAA22496@chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         20376
>Category:       ports
>Synopsis:       Update port: security/cyrus-sasl to 1.5.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 03 04:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry S. Sivachenko
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:
	
	

diff -Nur cyrus-sasl.old/Makefile cyrus-sasl/Makefile
--- cyrus-sasl.old/Makefile	Wed Jul  5 17:35:56 2000
+++ cyrus-sasl/Makefile	Thu Aug  3 14:29:46 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cyrus-sasl
-PORTVERSION=	1.5.21
+PORTVERSION=	1.5.24
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
 		${MASTER_SITE_LOCAL} \
diff -Nur cyrus-sasl.old/files/md5 cyrus-sasl/files/md5
--- cyrus-sasl.old/files/md5	Mon Jun 12 00:02:21 2000
+++ cyrus-sasl/files/md5	Thu Aug  3 14:32:21 2000
@@ -1 +1 @@
-MD5 (cyrus-sasl-1.5.21.tar.gz) = ada3a2b8ca3fd27982dcb6a97a65f4aa
+MD5 (cyrus-sasl-1.5.24.tar.gz) = aedc0f8b594e2a13503b375ed78f62b7
diff -Nur cyrus-sasl.old/patches/patch-ab cyrus-sasl/patches/patch-ab
--- cyrus-sasl.old/patches/patch-ab	Mon Jun 12 00:02:21 2000
+++ cyrus-sasl/patches/patch-ab	Thu Aug  3 14:39:39 2000
@@ -1,5 +1,5 @@
---- configure.in.orig	Mon May  8 12:51:13 2000
-+++ configure.in	Sat Jun 10 20:23:18 2000
+--- configure.in.orig	Thu Aug  3 14:34:08 2000
++++ configure.in	Thu Aug  3 14:39:24 2000
 @@ -66,8 +66,9 @@
  dnl check for -R, etc. switch
  CMU_GUESS_RUNPATH_SWITCH
@@ -12,24 +12,3 @@
  
  AM_DISABLE_STATIC
  
-@@ -413,8 +414,9 @@
- 
-   if test "$with_des" != no; then
-     AC_CHECK_HEADER(krb.h,
--      AC_CHECK_LIB(krb, krb_mk_priv,:,
--                   AC_WARN(No Kerberos V4 found); krb4=no,
-+      AC_CHECK_LIB(krb, krb_mk_priv, COM_ERR="",
-+                   AC_CHECK_LIB(krb, krb_mk_err, COM_ERR="-lcom_err",
-+			AC_WARN(No Kerberos V4 found); krb4=no,-ldes -lcom_err),
- 		   -ldes),
-       AC_WARN(No Kerberos V4 found); krb4=no)
-   else
-@@ -428,7 +430,7 @@
-   AC_MSG_RESULT(enabled)
-   SASL_MECHS="$SASL_MECHS libkerberos4.la"
-   AC_DEFINE(HAVE_KRB)
--  SASL_KRB_LIB="-lkrb -ldes"
-+  SASL_KRB_LIB="-lkrb -ldes $COM_ERR"
-   AC_SUBST(SASL_KRB_LIB)
- else
-   AC_MSG_RESULT(disabled)

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008031053.OAA22496>