Package: ctdb / 1.12+git20120201-5

Metadata

Package Version Patches format
ctdb 1.12+git20120201-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Load platform dependent objs instead of Linux one.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
tests/src/ctdb_test.c | 3 0 + 3 - 0 !
tests/src/ctdbd_test.c | 3 0 + 3 - 0 !
3 files changed, 1 insertion(+), 7 deletions(-)

 [patch] load platform dependent objs instead of linux one

This fix compilation on Gnu/Hurd and kFreeBSD

See also:
https://buildd.debian.org/status/fetch.php?pkg=ctdb&arch=hurd-i386&ver=1.12%2Bgit20120201-1&stamp=1328211119
https://buildd.debian.org/status/fetch.php?pkg=ctdb&arch=kfreebsd-amd64&ver=1.12%2Bgit20120201-1&stamp=1328214761
https://buildd.debian.org/status/fetch.php?pkg=ctdb&arch=kfreebsd-i386&ver=1.12%2Bgit20120201-1&stamp=1328215875

sockets with htons.patch | (download)

common/system_aix.c | 4 2 + 2 - 0 !
common/system_gnu.c | 2 1 + 1 - 0 !
common/system_kfreebsd.c | 2 1 + 1 - 0 !
common/system_linux.c | 8 4 + 4 - 0 !
4 files changed, 8 insertions(+), 8 deletions(-)

 [patch 1/2] ctdb-common: protocol argument must be in host order for
 socket() call

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11705

Signed-off-by: Amitay Isaacs <amitay@gmail.com>