Package: resource-agents / 1:3.9.3+git20121009-3.1

Metadata

Package Version Patches format
resource-agents 1:3.9.3+git20121009-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_docbook_patch.patch | (download)

doc/man/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02_spelling_fixes.patch | (download)

heartbeat/LVM | 2 1 + 1 - 0 !
heartbeat/nfsserver | 2 1 + 1 - 0 !
heartbeat/nginx | 2 1 + 1 - 0 !
heartbeat/scsi2reservation | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

---
mysql path.patch | (download)

heartbeat/mysql | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
fix gethostinfo v2.patch | (download)

ldirectord/ldirectord.in | 41 22 + 19 - 0 !
1 file changed, 22 insertions(+), 19 deletions(-)

---
724116 fix FTBFS.patch | (download)

configure.ac | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix configure.ac to cope with new autoconf.
 Recent autoconfs generate a bad configure when AM_INIT_AUTOMAKE is
 called as late as it was, ending up thinking that the am_aux_dir is pwd
 at the start of the build. Move it up to under AC_INIT to fix that.
0001 Disable HTTPS SSL certificate hostname checking tidy.patch | (download)

ldirectord/ldirectord.in | 16 9 + 7 - 0 !
1 file changed, 9 insertions(+), 7 deletions(-)

 [patch] disable https ssl certificate hostname checking, tidy debug
 output

HTTPS checks with request/receive will fail under newer versions of the
LWP module due to certificate name checking being enabled by default. This
disables the check again so that service checking by IP only still succeeds.

Additional debug output shows the Status line so that it is easier to find out
why the service is down. Debug output tidied up when SSL values are not set
(usually if there has been an error, or the host is unreachable).