pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Updated security/cyrus-sasl2 to 2.1.19. Changes from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4dc8c67d979
branches:  trunk
changeset: 479080:f4dc8c67d979
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 04 20:08:38 2004 +0000

description:
Updated security/cyrus-sasl2 to 2.1.19.  Changes from version 2.1.18
include:

* Fixes to saslauthd to allow better integration with realms (-r flag to
  saslauthd, %R token in LDAP module)
* A nontrivial number of small bugfixes.

diffstat:

 doc/CHANGES                                 |  3 ++-
 security/cyrus-saslauthd/Makefile           |  4 ++--
 security/cyrus-saslauthd/distinfo           |  8 ++++----
 security/cyrus-saslauthd/files/saslauthd.sh |  6 ++----
 security/cyrus-saslauthd/patches/patch-ab   |  6 +++---
 5 files changed, 13 insertions(+), 14 deletions(-)

diffs (78 lines):

diff -r 466918668881 -r f4dc8c67d979 doc/CHANGES
--- a/doc/CHANGES       Wed Aug 04 20:00:33 2004 +0000
+++ b/doc/CHANGES       Wed Aug 04 20:08:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6796 2004/08/04 20:00:33 jlam Exp $
+$NetBSD: CHANGES,v 1.6797 2004/08/04 20:08:47 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3726,3 +3726,4 @@
        Updated cyrus-sasl2 to 2.1.19 [jlam 2004-08-04]
        Updated mathomatic to 11.3c [minskim 2004-08-04]
        Updated sqlite to 2.8.15 [jlam 2004-08-04]
+       Updated cyrus-saslauthd to 2.1.19 [jlam 2004-08-04]
diff -r 466918668881 -r f4dc8c67d979 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Wed Aug 04 20:00:33 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Wed Aug 04 20:08:38 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2004/08/01 19:43:45 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2004/08/04 20:08:38 jlam Exp $
 
-DISTNAME=      cyrus-sasl-2.1.18
+DISTNAME=      cyrus-sasl-2.1.19
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
diff -r 466918668881 -r f4dc8c67d979 security/cyrus-saslauthd/distinfo
--- a/security/cyrus-saslauthd/distinfo Wed Aug 04 20:00:33 2004 +0000
+++ b/security/cyrus-saslauthd/distinfo Wed Aug 04 20:08:38 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2004/03/29 05:50:26 jlam Exp $
+$NetBSD: distinfo,v 1.3 2004/08/04 20:08:38 jlam Exp $
 
-SHA1 (cyrus-sasl-2.1.18.tar.gz) = 74496a61a87edd710303d13f8df0534d6765f6ec
-Size (cyrus-sasl-2.1.18.tar.gz) = 1522578 bytes
+SHA1 (cyrus-sasl-2.1.19.tar.gz) = 9512d70ecea33b9d44e69d185a323a0f7b133705
+Size (cyrus-sasl-2.1.19.tar.gz) = 1537350 bytes
 SHA1 (patch-aa) = f3497c322d073ccb2a54e439067227f2f03a99b1
-SHA1 (patch-ab) = ad34f85edcd602c025cfa07854aaf736d08375ee
+SHA1 (patch-ab) = 864bfe7c47b445107cdc517e2fe2e5ad2b459be1
 SHA1 (patch-ac) = 79267ad3e175632728e43fb2ba159ab411e7ff3c
diff -r 466918668881 -r f4dc8c67d979 security/cyrus-saslauthd/files/saslauthd.sh
--- a/security/cyrus-saslauthd/files/saslauthd.sh       Wed Aug 04 20:00:33 2004 +0000
+++ b/security/cyrus-saslauthd/files/saslauthd.sh       Wed Aug 04 20:08:38 2004 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: saslauthd.sh,v 1.2 2004/01/12 04:52:34 jlam Exp $
+# $NetBSD: saslauthd.sh,v 1.3 2004/08/04 20:08:38 jlam Exp $
 #
 # The saslauthd daemon allows cleartext UNIX password authentication via
 # several authentication mechanisms with Cyrus SASL.
@@ -19,9 +19,7 @@
 start_precmd="saslauthd_precmd"
 
 # Default to authenticating against local password database.
-if [ -z "${saslauthd_flags}" ]; then
-       saslauthd_flags="-a getpwent"
-fi
+: ${saslauthd_flags="-a getpwent"}
 
 saslauthd_precmd()
 {
diff -r 466918668881 -r f4dc8c67d979 security/cyrus-saslauthd/patches/patch-ab
--- a/security/cyrus-saslauthd/patches/patch-ab Wed Aug 04 20:00:33 2004 +0000
+++ b/security/cyrus-saslauthd/patches/patch-ab Wed Aug 04 20:08:38 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2004/03/29 05:50:26 jlam Exp $
+$NetBSD: patch-ab,v 1.3 2004/08/04 20:08:38 jlam Exp $
 
---- Makefile.in.orig   Wed Mar 10 10:56:16 2004
+--- Makefile.in.orig   Fri Jul  2 15:33:59 2004
 +++ Makefile.in
-@@ -601,14 +601,11 @@ uninstall-am: uninstall-info-am uninstal
+@@ -605,14 +605,11 @@ uninstall-am: uninstall-info-am uninstal
        uninstall-sbinPROGRAMS
  
  



Home | Main Index | Thread Index | Old Index