diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-07-22 08:25:12 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-07-22 08:25:12 +0000 |
commit | bed308b1672454c446899150d438f618fbe4869b (patch) | |
tree | 9c6d05b4283fb56cc4e45fce8e75a1c2e8d7a18d /devel | |
parent | 0414d2f85cc0011e3b85e37765312068ea946b46 (diff) | |
download | pkgsrc-bed308b1672454c446899150d438f618fbe4869b.tar.gz |
cvsync 0.24.1
Changes:
* WARNING: "hash mismatch" on OpenBSD (server/client)
In some cases, the client shows an error message "hash mismatch" and
fails to update repositories. This problem is caused by reason that
native OpenBSD SHA-1 implementation is not thread safe.
Workaround:
1. Specifies "hash md5" in your configuration file.
2. Rebuild the server/client with HAVE_SHA1=no or
HASH_TYPE={libgcrypt,mhash,openssl}.
This problem is reported to OpenBSD mailing list by Sato-san and
fixed in the current OpenBSD tree. See the following URL.
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/hash/sha1.c
native SHA-1 is disabled on OpenBSD 3.3 or prior in 0.24.1.
* Fix a hash type negotiation bug. (server)
* Fix some rdiff bugs. (server)
* Fix a bug to remain the <pidfile> when the initialization is failed.
(server)
* Fix a bug to show error messages mistakenly when destroy
pthread_cond_t. (server/client)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsync/Makefile | 8 | ||||
-rw-r--r-- | devel/cvsync/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index a8194b54b4b..79c030c0453 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2003/07/21 16:43:19 martti Exp $ +# $NetBSD: Makefile,v 1.44 2003/07/22 08:25:12 gehenna Exp $ # -DISTNAME= cvsync-0.24.0 +DISTNAME= cvsync-0.24.1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.daemon-systems.org/pub/cvsync/ +MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ MAINTAINER= gehenna@NetBSD.ORG -HOMEPAGE= http://www.daemon-systems.org/cvsync/ +HOMEPAGE= http://www.cvsync.org/ COMMENT= Portable incremental cvs repository syncer USE_BUILDLINK2= YES diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index 4a1f2210582..9ebeb241389 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.40 2003/07/13 16:26:00 gehenna Exp $ +$NetBSD: distinfo,v 1.41 2003/07/22 08:25:12 gehenna Exp $ -SHA1 (cvsync-0.24.0.tar.gz) = af095813582959025e7867d8f268d21fc8d27f31 -Size (cvsync-0.24.0.tar.gz) = 113236 bytes +SHA1 (cvsync-0.24.1.tar.gz) = ae268df15dd082c7b5f5560382db16addd0971e9 +Size (cvsync-0.24.1.tar.gz) = 113367 bytes |