| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
csync2-compare command requires bash to execute
|
|
|
|
|
|
|
|
|
|
|
| |
rsync.c:52:15: error: static declaration of 'strlcpy' follows non-static declaration
static size_t strlcpy(char *d, const char *s, size_t bufsize)
^~~~~~~
In file included from csync2.h:33:0,
from rsync.c:21:
/usr/include/string.h:84:8: note: previous declaration of 'strlcpy' was here
size_t strlcpy (char *, const char *, size_t);
^~~~~~~
|
|
|
|
|
| |
http://oss.linbit.com/csync2/
Cluster synchronization tool
|
|
|
|
|
|
|
|
|
|
|
| |
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
|
| |
|
|
|
|
|
| |
csync2 needs a certificate to work with ssl. Disable ssl in default
config til we have a proper openssl config to generate cert.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- instead of basing the version on a non released 2.0_rc1, based it
on latest release, 1.34
- use date of latest git commit instead of the date it was generated
- instead of making a git snapshot, make a patch. This way we don't
need upload the source archive any place.
|
| |
|
| |
|
| |
|
|
|
|
| |
needs yacc
|
|
|