| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.24.19_1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
20 Mar 2011 12:54:45
0.24.19_1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
0.24.19_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
14 Oct 2009 16:42:45
0.24.19_1
|
hrs  |
- Enable OpenSSL support by default.
- Use $USE_RC_SUBR=cvsyncd instead of $USE_RC_SUBR=yes[*].
- Use $PORTEXAMPLES and $PORTDOCS.
Submitted by: pgollucci[*]
PR: ports/136843[*] |
20 Feb 2006 20:47:50
0.24.19
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
22 Jan 2006 21:24:05
0.24.19
|
edwin  |
SHA256ify
Approved by: krion@ |
19 Sep 2005 17:13:34
0.24.19
|
hrs  |
Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160. |
11 Sep 2005 04:02:38
0.24.18
|
hrs  |
Fix build breakage on 7.x. pthread.h does not include sys/types.h now. |
26 Nov 2004 18:16:23
0.24.18
|
hrs  |
Update to 0.24.18. A buffer overrun which can prevent
the server and client from working has been fixed. |
29 Oct 2004 17:57:53
0.24.17
|
hrs  |
Update to 0.24.17. This will be the last release of
mirror-mode-only-cvsync. Changes include:
- Make more friendly to userlevel POSIX thread libraries.
- Improve performance to parse rcsfile(5) based files.
- When -u/-g is specified, drop the privilege completely. |
19 Aug 2004 17:36:19
0.24.16_1
|
hrs  |
Fix variable initialization in the rc.d startup script.
Obtained from: mtm
Approved by: linimon (mentor) |
20 Jun 2004 16:49:34
0.24.16
|
nork  |
Update to 0.24.16.
Submitted by: hrs |
11 May 2004 12:13:26
0.24.15_1
|
hrs  |
Add USE_RC_SUBR=yes and rcNG-style startup script.
Approved by: linimon (mentor) |
20 Apr 2004 08:04:18
0.24.15
|
kris  |
Add missing manpage |
19 Apr 2004 07:07:51
0.24.15
|
hrs  |
Update to 0.24.15:
- The cvsync2cvsup utility which converts a CVSync scanfile
to one in the CVSup format, has been added.
- A sample file for the FreeBSD CVS repository (cvsyncd-FreeBSD.conf)
has been added.
- Some reliability improvements.
Approved by: linimon (mentor) |
10 Apr 2004 21:20:15
0.24.14
|
linimon  |
Update to 0.24.14: minor bugfixes (see doc/ChangeLog).
PR: ports/65221
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) |
18 Mar 2004 18:01:13
0.24.13_2
|
trevor  |
Add size data, approved by maintainers. |
16 Feb 2004 02:52:55
0.24.13_2
|
kris  |
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION |
04 Feb 2004 05:10:27
0.24.13_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
04 Dec 2003 13:40:44
0.24.13
|
sergei  |
- Update to 0.24.13
Changes include performance improvement, a new keyword 'base', etc.
PR: 59779
Submitted by: maintainer |
05 Nov 2003 22:10:28
0.24.12
|
krion  |
- Update to version 0.24.12
* A bug which `prefix' is needed even if
release type `list' is specified has been fixed
PR: 58981
Submitted by: hrs |
03 Nov 2003 10:56:02
0.24.11
|
leeym  |
Update to 0.24.11. New client keyword "base-prefix" has been added.
Build on bento cluster should be fixed, too.
PR: 58862
Submitted by: Hiroki Sato <hrs@freebsd.org> |
29 Oct 2003 20:44:11
0.24.10
|
sergei  |
- Update to 0.24.10:
A fatal bug in cvsup2cvsync has been fixed
PR: 58693
Submitted by: maintainer |
29 Oct 2003 10:40:23
0.24.9
|
nork  |
Update to 0.24.9.
PR: ports/58664
Submitted by: hrs (maintainer) |
08 Oct 2003 10:40:38
0.24.8
|
osa  |
Update to 0.24.8.
Submitted by: hrs (maintainer)
PR: 57735 |
24 Sep 2003 09:02:13
0.24.7
|
edwin  |
iUpdate port: net/cvsync 0.24.7
Update to 0.24.7.
PR: ports/57011
Submitted by: Hiroki Sato <hrs@freebsd.org> |
10 Sep 2003 05:12:54
0.24.6
|
nork  |
Update to 0.24.6.
PR: ports/56669
Submitted by: hrs (maintainer) |
05 Sep 2003 18:26:14
0.24.5
|
krion  |
- Update to version 0.24.5
PR: 56501
Submitted by: maintainer |
27 Aug 2003 14:03:08
0.24.4
|
osa  |
Update to 0.24.4
Submitted by: hrs (still without of commit-bit for ports-tree maintainer)
PR: 56036 |
03 Aug 2003 09:28:19
0.24.3
|
leeym  |
Update to 0.24.3.
- New keyword: "nordiff"
- a bug involving symlink update has been fixed.
PR: 55204
Submitted by: Hiroki Sato <hrs@freebsd.org> |
30 Jul 2003 23:26:36
0.24.2
|
leeym  |
Update to 0.24.2.
PR: 55075
Submitted by: Hiroki Sato <hrs@freebsd.org> |
23 Jul 2003 05:24:56
0.24.1
|
daichi  |
update net/cvsync: 0.24.0 -> 0.24.1
PR: 54772
Submitted by: hrs |
13 Jul 2003 21:01:21
0.24.0
|
naddy  |
Update to 0.24.0. An rsync-like algorithm for regular file
synchronization has been implemented.
PR: 54444
Submitted by: hrs |
09 Jul 2003 13:42:35
0.23.8
|
nork  |
Update to 0.23.8.
PR: ports/?????
Submitted by: hrs (maintainer, in near feature, he will submit a PR) |
08 Jul 2003 16:24:54
0.23.7
|
leeym  |
Update to 0.23.7. A memory leak bug in cvsyncd is fixed.
PR: 54222
Submitted by: Hiroki Sato <hrs@freebsd.org> |
08 Jul 2003 02:35:24
0.23.6
|
nork  |
Update to 0.23.6.
PR: ports/54205
Submitted by: hrs (maintainer) |
03 Jul 2003 06:11:38
0.23.5
|
nork  |
o Install documentations.
o Remove USE_REINPLASE as it is not used anymore.
o Slightly reword pkg-descr, mention that cvsync is BSD-licensed.
o Add Author ans WWW tags to pkg-descr.
PR: ports/53904
Submitte by: Sergei Kolobov <sergei@kolobov.com>
Reviewed by: hrs (maintainer) |
27 Jun 2003 04:04:26
0.23.5
|
daichi  |
Update to 0.23.5. Another serious bug which was in the symbol
handling code is fixed.
PR: 53784
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) |
26 Jun 2003 02:23:25
0.23.4
|
nork  |
Update to 0.23.4.
PR: ports/53743
Submitted by: hrs (maintainer) |
24 Jun 2003 10:06:53
0.23.3
|
nork  |
Update to 0.23.3.
PR: ports/53669
Submitted by: hrs (maintainer) |
01 Jun 2003 00:52:19
0.21.1
|
naddy  |
Update to 0.21.1: Fix a well known problem to fail to update the
file with the same name but a different type.
PR: 52667
Submitted by: hrs@ |
17 May 2003 07:52:49
0.21.0
|
nork  |
Update to 0.21.0.
PR: ports/52363
Requested by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by: hrs (maintainer) |
11 May 2003 20:42:37
0.20.2
|
nork  |
Update to 0.20.2.
PR: ports/52080
Submitted by: hrs (maintainer) |
06 May 2003 21:16:04
0.20.1
|
naddy  |
Update to 0.20.1
PR: 51752
Submitted by: hrs |
28 Apr 2003 11:22:50
0.20.0
|
naddy  |
Update to 0.20.0.
PR: 51483
Submitted by: hrs |
23 Apr 2003 16:38:09
0.19.6
|
nork  |
Update to 0.19.6.
PR: ports/51312
Submitted by: hrs (maintainer) |
20 Apr 2003 14:11:38
0.19.5
|
nork  |
Update to 0.19.5.
PR: ports/51184
Submitted by: hrs (maintainer) |
16 Apr 2003 06:45:07
0.19.4
|
nork  |
Update to 0.19.4.
Prompted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by: hrs (maintainer) |
11 Apr 2003 16:26:28
0.19.2
|
nork  |
Update to 0.19.2.
Submitted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Approved by: hrs (maintainer) |
09 Apr 2003 09:21:44
0.19.1
|
nork  |
Update to 0.19.1.
PR: ports/50746
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) |
04 Apr 2003 13:07:19
0.19.0
|
nork  |
Update to 0.19.0.
PR: ports/50601
Submitted by: hrs (maintainer) |
29 Mar 2003 12:34:19
0.17.1
|
nork  |
Update to 0.17.1.
PR: ports/50394
Submitted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Reviewd by: hrs (maintainer) |
23 Mar 2003 18:41:44
0.15.0
|
naddy  |
Add cvsync 0.15.0.
cvsync is a portable CVS repository synchronization utility,
written in C and POSIX pthread library. This is very similar to
CVSup but not compatible with it.
PR: 49034
Submitted by: hrs |