pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Update cyrus-sasl to 2.1.25.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bd699c6d611
branches: trunk
changeset: 592932:3bd699c6d611
user: obache <obache%pkgsrc.org@localhost>
date: Sat Sep 17 11:32:02 2011 +0000
description:
Update cyrus-sasl to 2.1.25.
Take maintainership.
New in 2.1.25
-------------
* Make sure that a failed authorization doesn't preclude
further server-side SASL authentication attempts from working.
* Fixed a crash caused by aborted SASL authentication
and initiation of another one using the same SASL context.
* (Windows) Fixed the random number generator to actually produce random
output on each run.
* Be protective against calling sasl_server_step once authentication
has failed (multiple SASL plugins)
* Fixed several bugs in the mech_avail callback handling
in the server side code.
* Added support for channel bindings
* Added support for ordering SASL mechanisms by strength (on the client side),
or using the "client_mech_list" option.
* server_idle needs to obey server's SASL mechanism list from the server
context.
* Better server plugin API mismatch reporting
* Build:
- Updated config to the latest GNU snapshot
- Fixed SASL's libtool MacOS/X 64-bit file magic
* New SASL plugin: SCRAM
* New SASL plugin: GS2
* DIGEST-MD5 plugin:
- Allow DIGEST-MD5 plugin to be used for client-side and
server-side HTTP Digest, including running over non-persistent
connections (RFC 2617)
- Use the same username for reauthentication cache lookup and update
- Minimize the number of auxprop lookups in the server side DIGEST-MD5
plugin for the most common case when authentication and authorization
identities are the same.
- Updated digestmd5_server_mech_step2() to be more defensive against
empty client input.
- Fixed some memory leaks on failed plugin initialization.
Prevent potential race condition when freeding plugin state.
Set the freed reauthentication cache mutex to NULL, to make errors
due to mutex access after free more obvious.
- Test against broken UTF-8 based hashes if calculation using special
ISO-8859-1 code fails.
- Fixed an interop problem with some LDAP clients ignoring server
advertised realm and providing their own.
* GSSAPI plugin:
- Fix to build GSSAPI with Heimdal
- Properly set serveroutlen to 0 in one place.
Don't send empty challenge once server context establishment is done,
as this is in violation of the RFC 2222 and its successor.
- Don't send maxbuf, if no security layer can be established.
Added additional checks for buffer lengths.
* LDAPDB plugin:
- build fixes
New in 2.1.24
-------------
* Order advertised server-side SASL mechanisms per the specified 'mech_list'
option or by relative "strength"
* Make sure that sasl_set_alloc() has no effect once sasl_client_init()
or sasl_server_init() is called
* Fixed sasl_set_mutex() to disallow changing mutex management functions
once sasl_server_init()/sasl_client_init() is called (bug # 3083)
* Removed unused mutexes in lib/client.c and lib/server.c (bug # 3141)
* Added direct support for hashed password to auxprop API
* Don't treat a constraint violation as an error to store an auxprop property
* Extended libsasl (auxprop) to support user deletion
* Extended SASL auxprop_lookup to return error code
* Updated sasl_user_exists() so that it can handle passwordless accounts (e.g. disabled)
* (Windows) Free handles of shared libraries on Windows that were loaded
but are not SASL plugins (bug # 2089)
* Prevent freeing of common state on a subsequent call to _sasl_common_init.
Make sure that the last global callback always wins.
* Implemented sasl_client_done()/sasl_server_done()
* Added automatic hostname canonicalization inside libsasl
* Made sasl_config_init() public
* Strip trailing spaces from server config file option values (bug # 3139, bug # 3041)
* Fixed potential buffer overflow in saslautd_verify_password().
* Fixed segfault in dlclose() on HPUX
* Various bugfixes for 64bit platforms
* Fixed bug # 2895 (passing LF to sasl_decode64) in sample/sample-client.c,
sample/sample-server.c, utils/smtptest.c
* pluginviewer: Code cleanup, improved human readable messages
* Build:
- (Windows) Updated makefiles to build with VC 8.0 (VC++ 2005)
- (Windows) Added Windows64 build
- Updated to use .plugin extension on MacOS
- Changed 64bit HP-UX build to use .so for shared libraries
* saslauthd:
- Fixed bug counting double-quotes in username/password in
auth_rimap.c. Also fixed bug zeroing password.
- auth_krb.c: improved diagnostic in the k5support_verify_tgt() function.
- auth_sasldb.c: pid_file_lock is created with a mask of 644 instead of 0644
- auth_shadow.c: Define _XOPEN_SOURCE before including unistd.h,
so that crypt is correctly defined
- auth_getpwent.c: Fixed Solaris build
* SASLDB plugin:
- Fixed spurious 'user not found' errors caused by an attempt
to delete a non-existent property
- Added direct support for hashed password to auxprop API
- Sleepycat driver: Return SASL_NOUSER instead of SASL_FAIL when the database
file doesn't exist
- Ignore properties starting with '*' in the auxprop store function
* SQL plugin:
- Added support for SQLITE3
- Uninitialized variables can cause crash when the searched user is not found
- Added direct support for hashed password
- Ignore properties starting with '*' in the auxprop store function
* LDAPDB plugin:
- Added code to extend LDAPDB into a canon_user plugin in addition
to its existing auxprop plugin functionality
* PLAIN plugin:
- Advertise SASL_SEC_PASS_CREDENTIALS feature
* LOGIN plugin:
- Advertise SASL_SEC_PASS_CREDENTIALS feature
* DIGEST-MD5 plugin:
- Fixed a memory leak in the DIGEST-MD5 security layer
- Fixed memory leaks in client-side reauth and other places
- More detailed error reporting.
- Fixed parsing of challenges/responses with extra commas.
- Allow for multiple qop options from the server and require
a single qop option from the client.
* GSSAPI plugin:
- Check that params->serverFQDN is not NULL before using strlen on it
- Make auxprop lookup calls optional
* EXTERNAL plugin:
- Make auxprop lookup calls optional
* NTLM plugin:
- allow a comma separated list of servernames in 'ntlm_server' option
- Fixed crash in calculating NTv2 reponse
* OTP plugin:
- Don't use a stack variable for an OTP prompt (bug # 2822)
- Downgrade the failure to store OTP secret to debug level
* KERBEROS_V4 plugin:
- Make auxprop lookup calls optional
diffstat:
security/cy2-digestmd5/Makefile | 3 +-
security/cy2-gssapi/Makefile | 3 +-
security/cy2-ldapdb/Makefile | 3 +-
security/cy2-ntlm/Makefile | 3 +-
security/cy2-otp/Makefile | 3 +-
security/cy2-scram/DESCR | 8 +
security/cy2-scram/Makefile | 21 +
security/cy2-scram/PLIST | 2 +
security/cy2-sql/Makefile | 12 +-
security/cyrus-sasl/MESSAGE | 4 +-
security/cyrus-sasl/Makefile | 19 +-
security/cyrus-sasl/Makefile.common | 42 +-
security/cyrus-sasl/distinfo | 22 +-
security/cyrus-sasl/patches/patch-aa | 25 -
security/cyrus-sasl/patches/patch-ab | 33 -
security/cyrus-sasl/patches/patch-ac | 18 -
security/cyrus-sasl/patches/patch-ad | 19 -
security/cyrus-sasl/patches/patch-ae | 16 -
security/cyrus-sasl/patches/patch-ag | 13 -
security/cyrus-sasl/patches/patch-ah | 13 -
security/cyrus-sasl/patches/patch-ai | 88 ----
security/cyrus-sasl/patches/patch-ak | 13 -
security/cyrus-sasl/patches/patch-al | 13 -
security/cyrus-sasl/patches/patch-ap | 23 -
security/cyrus-sasl/patches/patch-aq | 54 --
security/cyrus-sasl/patches/patch-saslauthd_md5global.h | 40 +
security/cyrus-sasl/patches/patch-saslauthd_saslcache.c | 15 +
security/cyrus-saslauthd/Makefile | 33 +-
security/cyrus-saslauthd/PLIST | 3 +-
security/cyrus-saslauthd/distinfo | 12 -
security/cyrus-saslauthd/options.mk | 4 +-
security/cyrus-saslauthd/patches/patch-aa | 19 -
security/cyrus-saslauthd/patches/patch-ab | 22 -
security/cyrus-saslauthd/patches/patch-ac | 38 -
security/cyrus-saslauthd/patches/patch-ae | 49 --
security/cyrus-saslauthd/patches/patch-af | 323 ----------------
security/cyrus-saslauthd/patches/patch-ag | 23 -
security/cyrus-saslauthd/patches/patch-ah | 13 -
38 files changed, 157 insertions(+), 910 deletions(-)
diffs (truncated from 1390 to 300 lines):
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-digestmd5/Makefile
--- a/security/cy2-digestmd5/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cy2-digestmd5/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2010/01/17 12:02:39 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2011/09/17 11:32:03 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-digestmd5/}
-PKGREVISION= 1
COMMENT= Cyrus SASL DIGEST-MD5 authentication plugin
SASL_PLUGIN= yes
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-gssapi/Makefile
--- a/security/cy2-gssapi/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cy2-gssapi/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2010/01/17 12:02:39 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2011/09/17 11:32:03 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/}
-PKGREVISION= 1
COMMENT= Cyrus SASL GSSAPI authentication plugin
SASL_PLUGIN= yes
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-ldapdb/Makefile
--- a/security/cy2-ldapdb/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cy2-ldapdb/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/01/17 12:02:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/17 11:32:03 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/}
-PKGREVISION= 1
COMMENT= Cyrus SASL LDAPDB authentication plugin
SASL_PLUGIN= yes
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-ntlm/Makefile
--- a/security/cy2-ntlm/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cy2-ntlm/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2010/01/17 12:02:39 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2011/09/17 11:32:03 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
-PKGREVISION= 1
COMMENT= Cyrus SASL NTLM authentication plugin
SASL_PLUGIN= yes
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-otp/Makefile
--- a/security/cy2-otp/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cy2-otp/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2010/01/17 12:02:40 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2011/09/17 11:32:03 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/}
-PKGREVISION= 1
COMMENT= Cyrus SASL OTP authentication plugin
SASL_PLUGIN= yes
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-scram/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-scram/DESCR Sat Sep 17 11:32:02 2011 +0000
@@ -0,0 +1,8 @@
+SASL is a method for adding authentication support to connection-based
+protocols. To use SASL, a protocol includes a command for identifying and
+authenticating a user to a server and for optionally negotiating protection
+of subsequent protocol interactions. If its use is negotiated, a security
+layer is inserted between the protocol and the connection.
+
+This is the Cyrus SASL plugin that implements the SCRAM authentication
+mechanism.
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-scram/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-scram/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2011/09/17 11:32:03 obache Exp $
+
+PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-scram/}
+COMMENT= Cyrus SASL SCRAM authentication plugin
+SASL_PLUGIN= yes
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../security/cyrus-sasl/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-scram
+
+BUILD_DIRS= ${WRKSRC}/plugins
+BUILD_TARGET= libscram.la
+
+do-install:
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
+ cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libscram.la ${DESTDIR}${PLUGINDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-scram/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cy2-scram/PLIST Sat Sep 17 11:32:02 2011 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2011/09/17 11:32:03 obache Exp $
+lib/sasl2/libscram.la
diff -r 5551336deb17 -r 3bd699c6d611 security/cy2-sql/Makefile
--- a/security/cy2-sql/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cy2-sql/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2010/09/30 10:49:14 obache Exp $
+# $NetBSD: Makefile,v 1.17 2011/09/17 11:32:03 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
-PKGREVISION= 1
COMMENT= Cyrus SASL SQL authentication plugin
SASL_PLUGIN= yes
@@ -10,7 +9,7 @@
.include "../../security/cyrus-sasl/Makefile.common"
PKG_OPTIONS_VAR= PKG_OPTIONS.cy2-sql
-PKG_SUPPORTED_OPTIONS= mysql pgsql sqlite
+PKG_SUPPORTED_OPTIONS= mysql pgsql sqlite sqlite3
PKG_SUGGESTED_OPTIONS= mysql
.include "../../mk/bsd.options.mk"
@@ -36,6 +35,13 @@
CONFIGURE_ARGS+= --without-sqlite
.endif
+.if !empty(PKG_OPTIONS:Msqlite3)
+. include "../../databases/sqlite3/buildlink3.mk"
+CONFIGURE_ARGS+= --with-sqlite3=${BUILDLINK_PREFIX.sqlite3}
+.else
+CONFIGURE_ARGS+= --without-sqlite3
+.endif
+
CONFIGURE_ARGS+= --enable-sql
BUILD_DIRS= ${WRKSRC}/plugins
diff -r 5551336deb17 -r 3bd699c6d611 security/cyrus-sasl/MESSAGE
--- a/security/cyrus-sasl/MESSAGE Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cyrus-sasl/MESSAGE Sat Sep 17 11:32:02 2011 +0000
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2006/04/18 17:41:30 jlam Exp $
+$NetBSD: MESSAGE,v 1.3 2011/09/17 11:32:02 obache Exp $
${PKGNAME} by default does *not* install any authentication plugin
modules. Until the necessary authentication plugin modules are
@@ -15,7 +15,7 @@
SASL_PATH variable to a colon-delimted list of directories in the shell
environment.
-To allow plaintext authentication without using the sasldb mechanism, the
+To allow plaintext authentication without using the auxprop mechanism, the
package security/cyrus-saslauthd should be installed.
===========================================================================
diff -r 5551336deb17 -r 3bd699c6d611 security/cyrus-sasl/Makefile
--- a/security/cyrus-sasl/Makefile Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cyrus-sasl/Makefile Sat Sep 17 11:32:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.57 2011/09/17 11:32:02 obache Exp $
SVR4_PKGNAME= csasl
COMMENT= Simple Authentication and Security Layer
@@ -15,20 +15,28 @@
BUILD_DEFS+= SASL_DBTYPE
.if ${SASL_DBTYPE} == "berkeley"
-USE_DB185= no
+BDB_ACCEPTED= db3 db4
. include "../../mk/bdb.buildlink3.mk"
-CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE:Q}
+CONFIGURE_ENV+= with_bdb=${BDB_TYPE}
.endif
CONFIGURE_ARGS+= --with-dblib=${SASL_DBTYPE:Q}
CONFIGURE_ARGS+= --with-dbpath=${PKG_SYSCONFDIR}/sasldb
+BUILD_DEFS+= VARBASE
+
# Support using Cyrus saslauthd (security/cyrus-saslauthd) for plaintext
# password authentication.
#
SASLSOCKETDIR?= ${VARBASE}/run/saslauthd
CONFIGURE_ARGS+= --with-saslauthd=${SASLSOCKETDIR:Q}
BUILD_DEFS+= SASLSOCKETDIR
+# let not to build & install saslauthd here.
+SUBST_CLASSES+= saslauthd
+SUBST_STAGE.saslauthd= pre-configure
+SUBST_FILES.saslauthd= Makefile.in
+SUBST_SED.saslauthd= -e 's|@SASLAUTHD_TRUE@|\#|g'
+SUBST_SED.saslauthd+= -e 's|@SASLAUTHD_FALSE@||g'
# Support using the Courier authdaemond (security/courier-authlib) for
# plaintext password authentication.
@@ -50,6 +58,9 @@
.endif
BUILD_DEFS+= SASL_ENTROPY_SOURCE
+# Let not to build sample codes.
+CONFIGURE_ARGS+= --disable-sample
+
# CYRUS_USER username of the Cyrus administrator
# CYRUS_GROUP group of the Cyrus administrator
#
@@ -69,7 +80,7 @@
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
cd ${WRKSRC}/doc; for file in *.fig *.html *.txt; do \
- ${INSTALL_DATA} $$file ${DESTDIR}${DOCDIR}; \
+ ${INSTALL_DATA} $${file} ${DESTDIR}${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"
diff -r 5551336deb17 -r 3bd699c6d611 security/cyrus-sasl/Makefile.common
--- a/security/cyrus-sasl/Makefile.common Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cyrus-sasl/Makefile.common Sat Sep 17 11:32:02 2011 +0000
@@ -1,30 +1,28 @@
-# $NetBSD: Makefile.common,v 1.15 2010/02/19 20:16:40 heinz Exp $
-#
-# This file is currently included by:
+# $NetBSD: Makefile.common,v 1.16 2011/09/17 11:32:02 obache Exp $
#
-# security/cyrus-sasl/Makefile
-# security/cy2-anonymous/Makefile
-# security/cy2-crammd5/Makefile
-# security/cy2-digestmd5/Makefile
-# security/cy2-gssapi/Makefile
-# security/cy2-ldapdb/Makefile
-# security/cy2-login/Makefile
-# security/cy2-ntlm/Makefile
-# security/cy2-otp/Makefile
-# security/cy2-plain/Makefile
-# security/cy2-sql/Makefile
+# used by security/cyrus-sasl/Makefile
+# used by security/cy2-anonymous/Makefile
+# used by security/cy2-crammd5/Makefile
+# used by security/cy2-digestmd5/Makefile
+# used by security/cy2-gssapi/Makefile
+# used by security/cy2-ldapdb/Makefile
+# used by security/cy2-login/Makefile
+# used by security/cy2-ntlm/Makefile
+# used by security/cy2-otp/Makefile
+# used by security/cy2-plain/Makefile
+# used by security/cy2-scram/Makefile
+# used by security/cy2-sql/Makefile
+# used by security/cyrus-saslauthd/Makefile
#
# This Makefile fragment should be included _below_ any SASL_PLUGIN
# definition and _above_ any CONFIGURE_ARGS definitions.
-DISTNAME= cyrus-sasl-2.1.23
+DISTNAME= cyrus-sasl-2.1.25
CATEGORIES= security
-MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
- ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ \
- http://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
- http://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
+MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ \
+ ftp://ftp.cyrusimap.org/cyrus-sasl/OLD-VERSIONS/
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= obache%NetBSD.org@localhost
HOMEPAGE= http://asg.web.cmu.edu/sasl/
LICENSE= original-bsd # CMU version
@@ -35,7 +33,7 @@
.if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS])
BUILDLINK_ABI_DEPENDS.cyrus-sasl+= \
- cyrus-sasl>=${PKGVERSION:C/nb[0-9]*$//}
+ cyrus-sasl>=${PKGVERSION_NOREV}
. include "../../security/cyrus-sasl/buildlink3.mk"
CPPFLAGS+= -I${BUILDLINK_PREFIX.cyrus-sasl}/include/sasl
.endif
@@ -44,7 +42,6 @@
USE_TOOLS+= gmake
USE_LIBTOOL= yes
-MAKE_ENV+= SHLIBTOOL=${SHLIBTOOL:Q}
DOCDIR= ${PREFIX}/share/doc/cyrus-sasl
PLUGINDIR= ${PREFIX}/lib/sasl2
@@ -56,6 +53,7 @@
CONFIGURE_ARGS+= --disable-anon # ANONYMOUS
CONFIGURE_ARGS+= --disable-checkapop # CHECKAPOP
CONFIGURE_ARGS+= --disable-cram # CRAM-MD5
+CONFIGURE_ARGS+= --disable-scram # SCRAM
CONFIGURE_ARGS+= --disable-digest # DIGEST-MD5
CONFIGURE_ARGS+= --disable-gssapi # GSSAPI
CONFIGURE_ARGS+= --disable-krb4 # KERBEROS_V4
diff -r 5551336deb17 -r 3bd699c6d611 security/cyrus-sasl/distinfo
--- a/security/cyrus-sasl/distinfo Sat Sep 17 11:12:26 2011 +0000
+++ b/security/cyrus-sasl/distinfo Sat Sep 17 11:32:02 2011 +0000
@@ -1,17 +1,7 @@
-$NetBSD: distinfo,v 1.18 2009/05/14 23:00:46 obache Exp $
+$NetBSD: distinfo,v 1.19 2011/09/17 11:32:02 obache Exp $
Home |
Main Index |
Thread Index |
Old Index