Update to 0.23.1. Changes:

* Improve stability.
* Fix some bugs.
This commit is contained in:
naddy 2003-06-16 14:28:05 +00:00
parent c07d063745
commit e6de4c39bd
3 changed files with 5 additions and 18 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.18 2003/06/05 13:04:19 naddy Exp $
# $OpenBSD: Makefile,v 1.19 2003/06/16 14:28:05 naddy Exp $
COMMENT= "portable CVS repository synchronization utility"
DISTNAME= cvsync-0.23.0
DISTNAME= cvsync-0.23.1
CATEGORIES= net
HOMEPAGE= http://www.daemon-systems.org/cvsync/

View File

@ -1,3 +1,3 @@
MD5 (cvsync-0.23.0.tar.gz) = 3bb09067859b75e237269f36f1b46600
RMD160 (cvsync-0.23.0.tar.gz) = 46266c2276984d164b532bb1d16ee374f4de33b2
SHA1 (cvsync-0.23.0.tar.gz) = 2153f60f53b1f83f62a34a397c8db941066ca903
MD5 (cvsync-0.23.1.tar.gz) = 2d595b2950e481b29f9173089aba1568
RMD160 (cvsync-0.23.1.tar.gz) = 7187d33f757fdbfa0cb9e5b79880897c8cc6dbb6
SHA1 (cvsync-0.23.1.tar.gz) = 01cc07321be9686d07e5117bcb06de7b6db3f1c8

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-common_dircmp_rcs_scanfile_c,v 1.1 2003/06/05 13:04:19 naddy Exp $
--- common/dircmp_rcs_scanfile.c.orig Wed Jun 4 16:06:41 2003
+++ common/dircmp_rcs_scanfile.c Thu Jun 5 14:52:48 2003
@@ -747,6 +747,9 @@ dircmp_rcs_scanfile_read(struct dircmp_a
struct scanfile_attr rpref_attr;
char *name;
+ if (sa->sa_start == sa->sa_end)
+ return (FALSE);
+
rpref_attr.a_name = cl->cl_rprefix;
rpref_attr.a_namelen = cl->cl_rprefixlen + 1;