Update to 0.23.0: improve stability, many bug fixes.
0.22.0 has a serious compression bug. If you use old versions, please upgrade to 0.23.0. If 0.23.0 detects the remote host is 0.22.0, it will forcibly fall back to no compression mode.
This commit is contained in:
parent
73a6ddf8af
commit
67a712a5ac
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2003/05/30 16:04:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2003/06/05 13:04:19 naddy Exp $
|
||||
|
||||
COMMENT= "portable CVS repository synchronization utility"
|
||||
|
||||
DISTNAME= cvsync-0.22.0
|
||||
DISTNAME= cvsync-0.23.0
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://www.daemon-systems.org/cvsync/
|
||||
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE} \
|
||||
MASTER_SITES= ftp://ftp.daemon-systems.org/pub/cvsync/ \
|
||||
ftp://ftp.allbsd.org/pub/cvsync/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cvsync-0.22.0.tar.gz) = 3e6c234b5148cdb16b3e5c4d52b831af
|
||||
RMD160 (cvsync-0.22.0.tar.gz) = 7f3f8086e04c21857005f6716af547ba7d20e8cb
|
||||
SHA1 (cvsync-0.22.0.tar.gz) = e8486c07f7e9f349ba282d35e174067b278c7ce6
|
||||
MD5 (cvsync-0.23.0.tar.gz) = 3bb09067859b75e237269f36f1b46600
|
||||
RMD160 (cvsync-0.23.0.tar.gz) = 46266c2276984d164b532bb1d16ee374f4de33b2
|
||||
SHA1 (cvsync-0.23.0.tar.gz) = 2153f60f53b1f83f62a34a397c8db941066ca903
|
||||
|
13
net/cvsync/patches/patch-common_dircmp_rcs_scanfile_c
Normal file
13
net/cvsync/patches/patch-common_dircmp_rcs_scanfile_c
Normal file
@ -0,0 +1,13 @@
|
||||
$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;
|
||||
|
Loading…
Reference in New Issue
Block a user