pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update security/cyrus-saslauthd to 2.1.18. Changes fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fcd52ccf3f1
branches:  trunk
changeset: 471558:8fcd52ccf3f1
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Mar 29 05:50:26 2004 +0000

description:
Update security/cyrus-saslauthd to 2.1.18.  Changes from version 2.1.17
include improved LDAP authentication.

diffstat:

 doc/CHANGES                               |   3 ++-
 security/cyrus-saslauthd/Makefile         |  10 +++++-----
 security/cyrus-saslauthd/distinfo         |  10 +++++-----
 security/cyrus-saslauthd/patches/patch-aa |   6 +++---
 security/cyrus-saslauthd/patches/patch-ab |   6 +++---
 5 files changed, 18 insertions(+), 17 deletions(-)

diffs (93 lines):

diff -r e01914f5c80b -r 8fcd52ccf3f1 doc/CHANGES
--- a/doc/CHANGES       Mon Mar 29 05:47:30 2004 +0000
+++ b/doc/CHANGES       Mon Mar 29 05:50:26 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5342 2004/03/29 05:47:30 jlam Exp $
+$NetBSD: CHANGES,v 1.5343 2004/03/29 05:50:29 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1570,3 +1570,4 @@
        Updated qmail to 1.03nb4 [snj 2004-03-29]
        Updated xmill to 0.9.1 [ben 2004-03-29]
        Updated cyrus-sasl2 to 2.1.18 [jlam 2004-03-29]
+       Updated cyrus-saslauthd to 2.1.18 [jlam 2004-03-29]
diff -r e01914f5c80b -r 8fcd52ccf3f1 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Mon Mar 29 05:47:30 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Mon Mar 29 05:50:26 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/02/19 07:11:16 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/29 05:50:26 jlam Exp $
 
-DISTNAME=      cyrus-sasl-2.1.17
+DISTNAME=      cyrus-sasl-2.1.18
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
@@ -30,8 +29,8 @@
 
 BUILD_DEFS+=           USE_PAM USE_LDAP SASL_USE_GSSAPI
 
-# /var/run/saslauthd matches the default value in configure.
-SASLSOCKETDIR=         /var/run/saslauthd
+SASLSOCKETDIR?=                /var/run/saslauthd
+BUILD_DEFS+=           SASLSOCKETDIR
 FILES_SUBST+=          SASLSOCKETDIR=${SASLSOCKETDIR}
 CONFIGURE_ARGS+=       --with-saslauthd="${SASLSOCKETDIR}"
 
@@ -44,6 +43,7 @@
 .  include "../../databases/openldap/buildlink3.mk"
 .  include "../../security/cyrus-sasl2/buildlink3.mk"
 .  include "../../security/openssl/buildlink3.mk"
+BUILDLINK_INCDIRS.cyrus-sasl=  include/sasl
 CONFIGURE_ARGS+=       --with-ldap=${BUILDLINK_PREFIX.openldap}
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
 PLIST_SRC+=            ${PKGDIR}/PLIST.ldap
diff -r e01914f5c80b -r 8fcd52ccf3f1 security/cyrus-saslauthd/distinfo
--- a/security/cyrus-saslauthd/distinfo Mon Mar 29 05:47:30 2004 +0000
+++ b/security/cyrus-saslauthd/distinfo Mon Mar 29 05:50:26 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/09 19:44:10 jlam Exp $
+$NetBSD: distinfo,v 1.2 2004/03/29 05:50:26 jlam Exp $
 
-SHA1 (cyrus-sasl-2.1.17.tar.gz) = c91e073274279ea59d8ca9514559140e23e3be57
-Size (cyrus-sasl-2.1.17.tar.gz) = 1499725 bytes
-SHA1 (patch-aa) = cad401f765bcebf19f8ebb87af3aae0f2c1a46d0
-SHA1 (patch-ab) = 34a7ec01af30035b433e070607572798e8325b22
+SHA1 (cyrus-sasl-2.1.18.tar.gz) = 74496a61a87edd710303d13f8df0534d6765f6ec
+Size (cyrus-sasl-2.1.18.tar.gz) = 1522578 bytes
+SHA1 (patch-aa) = f3497c322d073ccb2a54e439067227f2f03a99b1
+SHA1 (patch-ab) = ad34f85edcd602c025cfa07854aaf736d08375ee
 SHA1 (patch-ac) = 79267ad3e175632728e43fb2ba159ab411e7ff3c
diff -r e01914f5c80b -r 8fcd52ccf3f1 security/cyrus-saslauthd/patches/patch-aa
--- a/security/cyrus-saslauthd/patches/patch-aa Mon Mar 29 05:47:30 2004 +0000
+++ b/security/cyrus-saslauthd/patches/patch-aa Mon Mar 29 05:50:26 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/09 19:44:10 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/29 05:50:26 jlam Exp $
 
---- Makefile.am.orig   Wed Sep 24 15:36:09 2003
+--- Makefile.am.orig   Mon Jan 12 12:33:57 2004
 +++ Makefile.am
-@@ -30,11 +30,8 @@ INCLUDES    = -I$(top_srcdir)/include -I$(t
+@@ -27,11 +27,8 @@ INCLUDES    = -I$(top_srcdir)/include -I$(t
  DEFS            = @DEFS@ -DSASLAUTHD_CONF_FILE_DEFAULT=\"@sysconfdir@/saslauthd.conf\" -I. -I$(srcdir) -I..
  
  
diff -r e01914f5c80b -r 8fcd52ccf3f1 security/cyrus-saslauthd/patches/patch-ab
--- a/security/cyrus-saslauthd/patches/patch-ab Mon Mar 29 05:47:30 2004 +0000
+++ b/security/cyrus-saslauthd/patches/patch-ab Mon Mar 29 05:50:26 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/09 19:44:11 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2004/03/29 05:50:26 jlam Exp $
 
---- Makefile.in.orig   Mon Dec  1 11:35:12 2003
+--- Makefile.in.orig   Wed Mar 10 10:56:16 2004
 +++ Makefile.in
-@@ -602,14 +602,11 @@ uninstall-am: uninstall-info-am uninstal
+@@ -601,14 +601,11 @@ uninstall-am: uninstall-info-am uninstal
        uninstall-sbinPROGRAMS
  
  



Home | Main Index | Thread Index | Old Index