debian/0000755000000000000000000000000012240760561007171 5ustar debian/Makefile.am0000644000000000000000000000257411502412754011233 0ustar # # linux-ha: Linux-HA heartbeat code # # Copyright (C) 2001 Michael Moerz # This instance created by Horms # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = changelog compat control copyright \ dpkg-checkbuild rules \ heartbeat.dirs heartbeat.files \ heartbeat.postinst heartbeat.postrm \ heartbeat.preinst \ heartbeat-dev.dirs heartbeat-dev.files \ heartbeat-gui.dirs heartbeat-gui.files \ heartbeat-2.prerm \ ldirectord.files ldirectord.postinst \ ldirectord.postrm clean-local: rm -f *.substvars *.debhelper files rm -r -f heartbeat heartbeat-dev ldirectord \ libpils0 libpils-dev libstonith0 libstonith-dev stonith tmp debian/rules0000755000000000000000000001242011625374276010262 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # Copyright 1997 to 1999 by Joey Hess. # License: GNU General Public License (GPL) #Thanks to Paolo Molaro and heartbeat_0.4.6-2.diff # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 cfg:=--prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man --disable-crm \ --with-group-name=haclient --with-ccmuser-name=hacluster \ --enable-libc-malloc --disable-fatal-warnings # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif DTMP:=`pwd`/debian/tmp RELEASE := $(shell dpkg-parsechangelog | awk '/^Version: / { print $$2 }') UPSTREAM := $(shell echo "$(RELEASE)" | sed 's/:\?\([0-9\.]\+\)-[0-9].*/\1/') build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir # Only bootstrap as neccessary if test -e ./configure -a ! -x ./configure; then \ chmod u+x ./configure; \ fi if test -e ./py-compile -a ! -x ./py-compile; then \ chmod u+x ./py-compile; \ fi test ! -x ./configure || /bin/bash ./configure $(cfg); test -x ./configure || /bin/bash ./bootstrap $(cfg) $(MAKE) touch build-stamp clean: dh_testdir dh_testroot # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) clean [ ! -f Makefile ] || $(MAKE) distclean rm -f tools/ccdv -find . -name '*.py[co]' | xargs rm -f dh_clean rm -f libltdl.tar autoconf automake autoheader rm -f debian/init debian/*.debhelper debian/*.substvars config.log rm -r -f debian/heartbeat debian/heartbeat-dev debian/ldirectord \ debian/libpils0 debian/libpils-dev \ debian/libstonith0 debian/libstonith-dev debian/stonith # Zero autoconf foo rm -f config.status libltdl/config.log libltdl/config.status install: build install-stamp install-stamp: dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \ MAKE=make \ docdir=/usr/share/doc/heartbeat mv $(DTMP)/usr/share/heartbeat/cts/README \ $(DTMP)/usr/share/doc/heartbeat/README.cts find $(DTMP)/usr/share/man -type f | xargs gzip -v --best install -c -m 755 heartbeat/init.d/heartbeat \ $(DTMP)/etc/init.d/heartbeat cd $(DTMP)/etc/ && ln -s ha.d heartbeat sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` dh_install --source=debian/tmp --list-missing # remove more useless COPYING files rm -rf `pwd`/debian/tmp/usr/share/doc/heartbeat/COPYING* # move documentation stuff to the right directory mkdir -p `pwd`/debian/tmp/usr/share/doc/heartbeat/ # remove unnecessary directories rm -rf `pwd`/debian/heartbeat-dev/usr/include/ rm -rf `pwd`/debian/heartbeat-common-dev/usr/lib/stonith/plugins/stonith2/ribcl.py rm -rf `pwd`/debian/heartbeat/etc/ha.d/conf rm -rf `pwd`/debian/heartbeat/etc/ha.d/cts rm -rf `pwd`/debian/heartbeat/usr/lib/stonith rm -rf `pwd`/debian/heartbeat/usr/lib/pils rm -rf `pwd`/debian/heartbeat/usr/include/ rm -rf `pwd`/debian/heartbeat/usr/lib/heartbeat/plugins/AppHBNotification/ rm -rf `pwd`/debian/heartbeat-common/usr/lib/ocf/resource.d/heartbeat/ldirectord # remove duplicate header file to not conflict with cluster-glue rm -rf `pwd`/debian/libheartbeat2-dev/usr/include/heartbeat/ha_msg.h rm -rf `pwd`/debian/libheartbeat2-dev/usr/include/heartbeat/compress.h binary-indep: build install dh_testdir -i dh_testroot -i dh_installdebconf -i dh_installdocs -i dh_installexamples -i dh_installinit -i -n -u 'defaults 20 32' dh_installman -i dh_installchangelogs -i dh_link -i dh_strip -i dh_compress -i dh_fixperms -i dh_makeshlibs -i -V dh_installdeb -i dh_perl -i dh_python2 -i -V 2.6- --no-guessing-versions --no-guessing-deps dh_shlibdeps -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: build install # remove duplicate doc file rm -rf `pwd`/debian/heartbeat/usr/share/doc/heartbeat/README.lrm_regression_tests dh_testdir -a dh_testroot -a dh_installdebconf -a dh_installdocs -a dh_installexamples -a dh_installinit -a -n -u 'defaults 20 32' dh_installman -a dh_installchangelogs -a `pwd`/doc/ChangeLog dh_lintian -a dh_link -a dh_strip -a dh_compress -a dh_fixperms -a # remove redundant license files rm -rf `pwd`/debian/heartbeat/usr/share/doc/heartbeat/COPYING.* rm -rf `pwd`/debian/heartbeat-common/usr/share/doc/heartbeat/COPYING.gz dh_makeshlibs -a -V dh_installdeb -a dh_perl -a dh_python2 -a -V 2.6- --no-guessing-versions --no-guessing-deps dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch # @echo "Any unpackaged files follow (.a and .la files omitted):" # @cd $(DTMP) && find ./ \! -type d | egrep -v \\\.l?a || true .PHONY: build clean binary binary-indep binary-arch install patch unpatch debian/heartbeat.install0000644000000000000000000000642011650020616012514 0ustar etc/ha.d/README.config etc/ha.d/harc etc/ha.d/rc.d/ask_resources etc/ha.d/rc.d/hb_takeover etc/ha.d/rc.d/status etc/ha.d/resource.d/ etc/ha.d/resource.d/AudibleAlarm etc/ha.d/resource.d/Delay etc/ha.d/resource.d/Filesystem etc/ha.d/resource.d/ICP etc/ha.d/resource.d/IPaddr etc/ha.d/resource.d/IPaddr2 etc/ha.d/resource.d/IPsrcaddr etc/ha.d/resource.d/IPv6addr etc/ha.d/resource.d/LVM etc/ha.d/resource.d/LinuxSCSI etc/ha.d/resource.d/MailTo etc/ha.d/resource.d/OCF etc/ha.d/resource.d/Raid1 etc/ha.d/resource.d/SendArp etc/ha.d/resource.d/ServeRAID etc/ha.d/resource.d/WAS etc/ha.d/resource.d/WinPopup etc/ha.d/resource.d/Xinetd etc/ha.d/resource.d/apache etc/ha.d/resource.d/db2 etc/ha.d/resource.d/ids etc/ha.d/resource.d/portblock etc/heartbeat etc/init.d/heartbeat etc/logrotate.d/heartbeat usr/bin/cl_respawn usr/bin/cl_status usr/lib/heartbeat/api_test usr/lib/heartbeat/apphbd usr/lib/heartbeat/apphbtest usr/lib/heartbeat/ccm usr/lib/heartbeat/ccm_testclient usr/lib/heartbeat/clmtest usr/lib/heartbeat/dopd usr/lib/heartbeat/heartbeat usr/lib/heartbeat/ipfail usr/lib/heartbeat/mlock usr/lib/heartbeat/plugins/HBauth/crc.so usr/lib/heartbeat/plugins/HBauth/md5.so usr/lib/heartbeat/plugins/HBauth/sha1.so usr/lib/heartbeat/plugins/HBcomm/bcast.so usr/lib/heartbeat/plugins/HBcomm/mcast.so usr/lib/heartbeat/plugins/HBcomm/mcast6.so usr/lib/heartbeat/plugins/HBcomm/ping.so usr/lib/heartbeat/plugins/HBcomm/ping6.so usr/lib/heartbeat/plugins/HBcomm/ping_group.so usr/lib/heartbeat/plugins/HBcomm/serial.so usr/lib/heartbeat/plugins/HBcomm/ucast.so usr/lib/heartbeat/plugins/HBcompress/bz2.so usr/lib/heartbeat/plugins/HBcompress/zlib.so usr/lib/heartbeat/plugins/quorum/majority.so usr/lib/heartbeat/plugins/quorum/twonodes.so usr/lib/heartbeat/plugins/quorum/weight.so usr/lib/heartbeat/plugins/tiebreaker/twonodes.so usr/share/doc/heartbeat/AUTHORS usr/share/doc/heartbeat/README usr/share/doc/heartbeat/README.cts usr/share/doc/heartbeat/apphbd.cf usr/share/doc/heartbeat/authkeys usr/share/doc/heartbeat/ha.cf usr/share/doc/heartbeat/haresources usr/share/heartbeat/BasicSanityCheck usr/share/heartbeat/ResourceManager usr/share/heartbeat/TestHeartbeatComm usr/share/heartbeat/cts/CIB.py usr/share/heartbeat/cts/CM_LinuxHAv2.py usr/share/heartbeat/cts/CM_fs.py usr/share/heartbeat/cts/CM_hb.py usr/share/heartbeat/cts/CTS.py usr/share/heartbeat/cts/CTSaudits.py usr/share/heartbeat/cts/CTSlab.py usr/share/heartbeat/cts/CTSproxy.py usr/share/heartbeat/cts/CTStests.py usr/share/heartbeat/cts/LSBDummy usr/share/heartbeat/cts/OCFIPraTest.py usr/share/heartbeat/cts/extracttests.py usr/share/heartbeat/cts/getpeinputs.sh usr/share/heartbeat/ha_config usr/share/heartbeat/ha_propagate usr/share/heartbeat/hb_addnode usr/share/heartbeat/hb_delnode usr/share/heartbeat/hb_setsite usr/share/heartbeat/hb_setweight usr/share/heartbeat/hb_standby usr/share/heartbeat/hb_takeover usr/share/heartbeat/mach_down usr/share/heartbeat/req_resource usr/share/man/man1/cl_status.1.gz usr/share/man/man1/hb_addnode.1.gz usr/share/man/man1/hb_delnode.1.gz usr/share/man/man1/hb_standby.1.gz usr/share/man/man1/hb_takeover.1.gz usr/share/man/man8/apphbd.8.gz usr/share/man/man8/heartbeat.8.gz usr/share/man/man5/ha.cf.5.gz usr/share/man/man5/authkeys.5.gz etc/ha.d/rc.d/ip-request etc/ha.d/rc.d/ip-request-resp usr/lib/heartbeat/drbd-peer-outdater debian/control0000644000000000000000000000656312151714347010610 0ustar Source: heartbeat Section: admin Priority: optional Maintainer: Debian HA Maintainers Uploaders: Martin Loschwitz , Anibal Monsalve Salazar , Simon Horman , Frederik Schüler Build-Depends: debhelper (>= 7), resource-agents-dev, libcluster-glue-dev, cluster-glue-dev, libpils2-dev, libplumb2-dev, libplumbgpl2-dev, libstonith1-dev, libglib2.0-dev, perl, net-tools, iputils-ping, psmisc, iproute, libtool, libcurl4-openssl-dev | libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, lynx, libbz2-dev, zlib1g-dev, libsensors4-dev | libsensors-dev, libltdl3-dev, swig, openssh-client, libgnutls-dev, python-dev (>= 2.6.6-3~), libpam0g-dev, libncurses5-dev, psmisc, libopenhpi-dev, libopenipmi-dev, autoconf, automake, libtool, docbook-xsl, xsltproc, docbook-xml Standards-Version: 3.9.2 Vcs-Hg: http://hg.debian.org/hg/debian-ha/heartbeat Vcs-Browser: http://hg.debian.org/hg/debian-ha/heartbeat Homepage: http://www.linux-ha.org/ Package: heartbeat Architecture: any Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, cluster-glue, iproute, adduser, iputils-ping, psmisc, gawk, mawk, libxml2-utils, libpam-runtime (>= 0.76-14), resource-agents Recommends: rsyslog | system-log-daemon, logrotate, iptables, pacemaker (>= 1.0.6) Provides: cluster-messaging-framework Description: Subsystem for High-Availability Linux heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. Package: heartbeat-dev Section: devel Architecture: any Depends: heartbeat (= ${binary:Version}), ${misc:Depends} Conflicts: libstonith-dev (<< 2.0.8-3), libpils-dev (<< 2.0.8-3), pacemaker-dev (<< 1.0.1-1) Description: Subsystem for High-Availability Linux - development files heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains Heartbeat-specific development files. Package: libheartbeat2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: heartbeat (<= 2.99.2+sles11r7-0+1) Conflicts: heartbeat (<= 2.99.2+sles11r7-0+1) Description: Subsystem for High-Availability Linux (libraries) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat libraries to make them available to other programs like Pacemaker without having to install the whole Heartbeat suite. Package: libheartbeat2-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libheartbeat2 (= ${binary:Version}) Replaces: heartbeat (<= 2.99.2+sles11r7-0+1) Conflicts: heartbeat (<= 2.99.2+sles11r7-0+1) Description: Subsystem for High-Availability Linux (development files) heartbeat is a messaging subsystem for high availability which implements serial, UDP, and PPP/UDP heartbeats. . It is one of the messaging layers supported by the Pacemaker cluster resource manager. . This package contains the Heartbeat library development files to make them available to other programs like Pacemaker. debian/heartbeat-dev.install0000644000000000000000000000420311650017636013275 0ustar usr/lib/heartbeat/plugins/HBauth/crc.a usr/lib/heartbeat/plugins/HBauth/crc.la usr/lib/heartbeat/plugins/HBauth/md5.a usr/lib/heartbeat/plugins/HBauth/md5.la usr/lib/heartbeat/plugins/HBauth/sha1.a usr/lib/heartbeat/plugins/HBauth/sha1.la usr/lib/heartbeat/plugins/HBcomm/bcast.a usr/lib/heartbeat/plugins/HBcomm/bcast.la usr/lib/heartbeat/plugins/HBcomm/mcast.a usr/lib/heartbeat/plugins/HBcomm/mcast.la usr/lib/heartbeat/plugins/HBcomm/mcast6.a usr/lib/heartbeat/plugins/HBcomm/mcast6.la usr/lib/heartbeat/plugins/HBcomm/ping.a usr/lib/heartbeat/plugins/HBcomm/ping.la usr/lib/heartbeat/plugins/HBcomm/ping6.a usr/lib/heartbeat/plugins/HBcomm/ping6.la usr/lib/heartbeat/plugins/HBcomm/ping_group.a usr/lib/heartbeat/plugins/HBcomm/ping_group.la usr/lib/heartbeat/plugins/HBcomm/serial.a usr/lib/heartbeat/plugins/HBcomm/serial.la usr/lib/heartbeat/plugins/HBcomm/ucast.a usr/lib/heartbeat/plugins/HBcomm/ucast.la usr/lib/heartbeat/plugins/HBcompress/bz2.a usr/lib/heartbeat/plugins/HBcompress/bz2.la usr/lib/heartbeat/plugins/HBcompress/zlib.a usr/lib/heartbeat/plugins/HBcompress/zlib.la usr/lib/heartbeat/plugins/quorum/majority.a usr/lib/heartbeat/plugins/quorum/majority.la usr/lib/heartbeat/plugins/quorum/twonodes.a usr/lib/heartbeat/plugins/quorum/twonodes.la usr/lib/heartbeat/plugins/quorum/weight.a usr/lib/heartbeat/plugins/quorum/weight.la usr/lib/heartbeat/plugins/tiebreaker/twonodes.a usr/lib/heartbeat/plugins/tiebreaker/twonodes.la usr/share/heartbeat/cts/CM_fs.pyc usr/share/heartbeat/cts/CM_hb.pyc usr/share/heartbeat/cts/CM_LinuxHAv2.pyc usr/share/heartbeat/cts/CTS.pyc usr/share/heartbeat/cts/CTSaudits.pyc usr/share/heartbeat/cts/CTSlab.pyc usr/share/heartbeat/cts/CTStests.pyc usr/share/heartbeat/cts/extracttests.pyc usr/share/heartbeat/cts/OCFIPraTest.pyc usr/share/heartbeat/cts/CIB.pyc usr/share/heartbeat/cts/CM_fs.pyo usr/share/heartbeat/cts/CM_hb.pyo usr/share/heartbeat/cts/CM_LinuxHAv2.pyo usr/share/heartbeat/cts/CTS.pyo usr/share/heartbeat/cts/CTSaudits.pyo usr/share/heartbeat/cts/CTSlab.pyo usr/share/heartbeat/cts/CTStests.pyo usr/share/heartbeat/cts/extracttests.pyo usr/share/heartbeat/cts/OCFIPraTest.pyo usr/share/heartbeat/cts/CIB.pyo debian/libheartbeat2.lintian-overrides0000644000000000000000000000007011502412754015254 0ustar libheartbeat2 binary: package-name-doesnt-match-sonames debian/source/0000755000000000000000000000000011502412754010467 5ustar debian/source/format0000644000000000000000000000001411502412754011675 0ustar 3.0 (quilt) debian/heartbeat.preinst0000644000000000000000000000062511502412754012537 0ustar #!/bin/sh # # License: GNU General Public License (GPL) # # postinst script for heartbeat # # see: dh_installdeb(1) set -e if [ -x /etc/init.d/heartbeat ]; then if which invoke-rc.d >/dev/null 2>&1; then invoke-rc.d heartbeat stop else /etc/init.d/heartbeat stop fi fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/changelog0000644000000000000000000016546612240760561011065 0ustar heartbeat (1:3.0.5-3.2) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: ucast.c:468:6: error: conflicting types for 'i'": add patch fix-ftbfs-lp1188428.patch from Ubuntu / Andres Rodriguez: - Fix FTBFS by renaming a duplicated var name 'i' (struct and int), for the struct. (Closes: #713662, LP: #1188428) -- gregor herrmann Wed, 13 Nov 2013 21:28:58 +0100 heartbeat (1:3.0.5-3.1) unstable; urgency=low * Non-maintainer upload. * Complete transition to dh_python2 (Closes: #616841). -- Luca Falavigna Thu, 30 May 2013 20:19:40 +0200 heartbeat (1:3.0.5-3) unstable; urgency=low * Adopted numerous changes from the Ubuntu packages, implemented by Andres Rodriguez to make co-maintaining these packages in Ubuntu and Debian a bit easier. * Updated the Standards-Version to 3.9.2, no changes necessary. -- Martin Loschwitz Thu, 20 Oct 2011 13:22:59 +0000 heartbeat (1:3.0.5-2) unstable; urgency=low * Fix the dh_python2 call in debian/rules to avoid python madness -- Martin Loschwitz Thu, 25 Aug 2011 07:24:12 +0000 heartbeat (1:3.0.5-1) unstable; urgency=low * New upstream version (3.0.5) * Change dependency from cluster-agents to resource-agents * Build-Depend on resource-agents-dev -- Martin Loschwitz Wed, 24 Aug 2011 11:09:08 +0000 heartbeat (1:3.0.4-1.1) unstable; urgency=low * Non-maintainer upload. * Remove references to other libraries from dependency_libs field Closes: #619553 -- Luk Claes Mon, 30 May 2011 08:01:35 +0200 heartbeat (1:3.0.4-1) unstable; urgency=low * New Upstream Closes: 487167 Closes: 582874 * Update standards version from 3.8.4 to 3.9.1 * Added Homepage to debian/control Closes: 594031 * Depend on new cluster-agent library packages Closes: 593321 -- Simon Horman Thu, 16 Dec 2010 22:53:53 +0900 heartbeat (1:3.0.3-2) unstable; urgency=low * Add build dependency on docbook-xml. -- Frederik Schüler Mon, 03 May 2010 20:09:52 +0200 heartbeat (1:3.0.3-1) unstable; urgency=low * New upstream version 3.0.3 * Disable strict warnings (Close: #577550) -- Martin Loschwitz Fri, 16 Apr 2010 07:13:15 +0000 heartbeat (1:3.0.2+hg12555-1) unstable; urgency=low * New Mercurial checkout * Adopt patch by Florian Haas to delete libnet build dependency -- Martin Loschwitz Tue, 30 Mar 2010 07:40:29 +0000 heartbeat (1:3.0.2+hg12547-2) unstable; urgency=low [ Martin Loschwitz ] * Re-add dh_installinit but delete heartbeat.init * Deleted some ancient files from debian-subdirectory -- Martin Loschwitz Wed, 03 Mar 2010 08:49:00 +0100 heartbeat (1:3.0.2+hg12547-1) unstable; urgency=low [ Martin Loschwitz ] * Update to latest HG version * New copyright-file by Ante Karamatic * Use heartbeat standard init script instead of the old one -- Martin Loschwitz Tue, 02 Mar 2010 17:11:00 +0100 heartbeat (1:3.0.2-2) UNRELEASED; urgency=low [ Simon Horman ] * Build-depend on libsensors4-dev | libsensors-dev. * remove ldconfig from heartbeat.{postrm,postinst}. [ Frederik Schüler ] * Add myself to uploaders. * Drop duplicate priority and section fields from debian/control. * Bump standards version to 3.8.4, no changes needed. * Switch to debhelper 7. * Switch to source version 3.0 "quilt", drop dpatch dependency. * Use dh_prep instead of dh_clean -k. * Depend on cluster-agents. -- Frederik Schüler Fri, 26 Feb 2010 19:20:44 +0100 heartbeat (1:3.0.2-1) unstable; urgency=low * New upstream release. -- Martin Loschwitz Wed, 03 Feb 2010 08:05:00 +0100 heartbeat (1:3.0.2~rc2+hg20100127-0test1) unstable; urgency=low * Incorporating a whole lot of change introduced by Ante Karamatic from Ubuntu; thank you very much! * New heartbeat source checkout -- Martin Loschwitz Wed, 27 Jan 2010 13:11:00 +0200 heartbeat (3.0.2~rc2-0ubuntu0ppa3) lucid; urgency=low * Drop hard dep on pacemaker for heartbet; moved to Recommends -- Ante Karamatic Wed, 06 Jan 2010 19:41:16 +0000 heartbeat (3.0.2~rc2-0ubuntu0ppa2) lucid; urgency=low * debian/heartbeat.install: - follow upstream changes * debian/control: - added dpatch, docbook-xsl and xsltproc to build depends * debian/rules: - (un)apply patches * debian/patches/01_docbook_path.dpatch: - use local docbook-xsl -- Ante Karamatic Wed, 06 Jan 2010 11:33:21 +0000 heartbeat (3.0.2~rc2-0ubuntu0ppa1) lucid; urgency=low * New upstream release -- Ante Karamatic Wed, 06 Jan 2010 10:57:33 +0000 heartbeat (3.0.beta1+hg20091102-2~bpo50+1) lenny-backports; urgency=low * Rebuild for lenny-backports. -- Martin Loschwitz Tue, 03 Nov 2009 08:37:01 +0000 heartbeat (3.0.beta1+hg20091102-2) unstable; urgency=low * Added pacemaker-dependency to heartbeat as heartbeat would be pretty useless otherwise. -- Martin Loschwitz Tue, 03 Nov 2009 08:04:15 +0000 heartbeat (3.0.beta1+hg20091102-1) unstable; urgency=low [ Martin Loschwitz ] * New upstream checkout * heartbeat: Provide cluster-messaging-framework -- Martin Loschwitz Mon, 02 Nov 2009 13:22:43 +0000 heartbeat (3.0.beta1+hg20091012-1) unstable; urgency=low [ Martin Loschwitz ] * New upstream version -- Martin Loschwitz Mon, 12 Oct 2009 14:37:00 +0200 heartbeat (3.0.beta1+hg20090915-1) unstable; urgency=low [ Martin Loschwitz ] * Removed huge parts of debian/ due to upstream package split up -- Martin Loschwitz Tue, 15 Sep 2009 09:53:00 +0200 heartbeat (2.99.2+sles11r9-5) unstable; urgency=low [ Martin Loschwitz ] * fix binary-arch/binary-indep handling in debian/rules, REALLY fixing the duplicate file problem this time. -- Martin Loschwitz Tue, 02 Jun 2009 11:45:00 +0200 heartbeat (2.99.2+sles11r9-4) unstable; urgency=low [ Martin Loschwitz ] * Fix bug introduced in -3 where some LRM regression documentation would be both in heartbeat and in heartbeat-common -- Martin Loschwitz Mon, 01 Jun 2009 18:42:00 +0200 heartbeat (2.99.2+sles11r9-3) experimental; urgency=low [ Martin Loschwitz ] * More tweaking for the heartbeat/heartbeat-common split, based on the advise by Andrew Beekhof (Thank you very much!) -- Martin Loschwitz Wed, 27 May 2009 13:16:00 +0200 heartbeat (2.99.2+sles11r9-2) experimental; urgency=low [ Martin Loschwitz ] * include send_arp as things might get troublesome otherwise -- Martin Loschwitz Wed, 27 May 2009 00:00:00 +0200 heartbeat (2.99.2+sles11r9-1) experimental; urgency=low [ Martin Loschwitz ] * Updated to latest upstream version -- Martin Loschwitz Fri, 22 May 2009 08:51:00 +0200 heartbeat (2.99.2+sles11r7-1) experimental; urgency=low [ Martin Loschwitz ] * Redid package structure, adding the following new packages: libheartbeat2 libheartbeat2-dev heartbeat-common heartbeat-common-dev This makes the packages as compatible as possible with the according SLES packages; additionally, it allows to have a nearly openais-only pacemaker. * Changed Maintainer to the Debian HA-Maintainers * New Upstream version -- Martin Loschwitz Sat, 21 Mar 2009 00:04:00 +0100 heartbeat (2.99.2-1) experimental; urgency=low [ Anibal Monsalve Salazar ] * New Upstream * Add myself to uploaders [ Simon Horman ] * Change distribution from sid to experimental * Add conflicts with pacemaker-dev (<< 1.0.1-1) to heartbeat-dev as older versions of pacemaker-dev need cl_malloc.h to be present in heartbeat-dev * Make sure configure and py-compile are executable if present * Don't run configure for clean targets. This causes multiple builds of the tree which takes a long time. Upstream commit: "Medium (LF 2018): Debian: build: revert changeset ddfb560ba135" * The correct include path for termio.h on Debian is not - This needs to be fixed more cleanly upstream. * heartbeat dependancy on mawk With this change heartbeat now depends on both gawk and mawk. Clearly there is roome for improvment here. I will try and get things cleaned-up in upstream and unstable. (See: #512403) -- Simon Horman Fri, 30 Jan 2009 16:16:45 +0900 heartbeat (2.1.4-3) unstable; urgency=high * heartbeat-gui: depend on uuid-runtime rather than uuid-runtime | e2fsprogs as uuidgen, which is needed by hb_gui, is included in uuid-runtime but not e2fsprogs on Lenny. That is, a system (default install I think) that has e2fsprogs installed but not uuid-runtime would satisfy the old dependancy, but hb_gui would not work correctly. I beleive that the reason for the alternate dependancy was to allow the package to be built for both sarge and newer systems. Sarge being the stable release. But when Lenny becomes the stable release most of the motivation for this will be removed. If this becomes a problem then a versioned dependancy could be intorduced. Based on the e2fsprogs ChangeLog I believe that should be as follows. Howerver, I have decided to take the simpler single dependancy option for now. uuid-runtime | e2fsprogs (< 1.40.4-1) (closes: #503177) -- Simon Horman Fri, 16 Jan 2009 13:03:55 +1100 heartbeat (2.1.4-2) unstable; urgency=low * Dependancy on uuid-runtime for heartbeat-gui Unfortuantely the 2.1.3-7 of this fix made it into upstream 2.1.4 but not the 2.1.3-8 version of the fix. This should rectify this problem, again... Patch: medium_debian_uuid-duntime__e2fsprogs_dependancy_for_heartbeat-gui.patch Upstream-status: Pending (closes: #484868) * Dependancy on ${shlibs:Depends} for heartbeat-gui As per lintian error "missing-dependency-on-libc" * Pass --enable-libc-malloc to configure. --enable-glib-malloc was a typo. Upstream-satatus: Pending * Don't ignore errors in clean target of debian/rules As per lintian warning "debian-rules-ignores-make-clean-error" -- Simon Horman Fri, 29 Aug 2008 04:34:10 +0000 heartbeat (2.1.4-1) unstable; urgency=low * New Upstream -- Simon Horman Thu, 07 Aug 2008 15:57:52 +1000 heartbeat (2.1.3-8) unstable; urgency=low * The dependancy on uuid-runtime added in 2.1.3-7 was not a build dependacy, it was a regular dependancy for heartbeat. However, it should have been a dependancy for heartbeat-gui. (closes: #484868) * Update standards version from 3.7.3 to 3.8.0 * Remove bashisms from character clases Patch: dash-case.patch Upsteram-Status: commit 5aea0e314a77c15437765593a7b4f3f13c829f83 "Low: Remove bashisms from character classes" Ubuntu bug #248737 -- Simon Horman Thu, 07 Aug 2008 15:46:35 +1000 heartbeat (2.1.3-7) unstable; urgency=low * Remove some bashisms from ocf, xen and filesystem plugins Thanks to Luca Falavigna Patch: remove-some-bashisms-from-the-ocf-xen-and-filesystem-plugins.patch Upstream-Status: commit 055ffbfe69b2b3810f9c71c491c30684fd67b669 "Remove some Bashisms from the OCF Xen and Filesystem resources" Note that upstream commit ed0972c7aa43699ae2ec31f68cac3b9cbcc5d5c5 "removing bashisms from stonith external plugins" is not required as it applies to changes made after 2.1.3. At this point no post-2.1.3 packages have been made available in Debian. (closes: #487167) * Remove some bashisms from STONITHBasicSanityCheck and BasicSanityCheck Patch: remove-bashisms-from-STONITHDBasicSanityCheck.patch Upstream-Status: submitted to pocemaker mailing list as this code has move from heartbeat to pacemaker Patch: use-mktemp.patch Upstream-Status: commit 82e3625e0198af52eb22ef8a42cebf5050ab69e3 "Medium: safely create tempoary files" (closes: #489607) * dopd: fix basic failover; fix hb message corruption by fprintf(stderr) Patch: fix-basic-failover-fix-hb-message-corruption-by-fprintf.patch Upstream-Status: commit 47f60bebe7b25abd88ea7b5488e66dfe187416ae "dopd: fix basic failover; fix hb message corruption by fprintf(stderr)" (closes: #486071) * safely handle $RANDOM being empty, as the case under dash Patch: cope-with-empty-random.patch Upstream-Status: commit 597cfd99deee5128d77022c53112dfc1f8686889 "Low: Cope with empty $RANDOM" * Update series to allow using the "3.0 (quilt)" package format Thanks to Raphael Hertzog Upstream-Status: commit 70e9df3f594d73efe4336c9f74a689d6955abac8 "Debian: Use quilt for patching which is supported by dpkg" (closes: #485103) * Add build dependancy on uuid-runtime Thanks to Joshua Hutchins Upstream-Status: commit 597cfd99deee5128d77022c53112dfc1f8686889 "Medium: Debian: Build dependancy on uuid-runtime" (closes: #484868) -- Simon Horman Thu, 07 Aug 2008 00:55:37 +0000 heartbeat (2.1.3-6) unstable; urgency=low * Run confgure before clean in debian/rules to handle the bizzare case where targets exist but Makefiles don't - This is actually the case in 2.1.3-5, I'm not sure when or how this occured. Thanks to Andrew Suffield for pointing this out (closes: #476700) * Recompile using a version of debhelper that doesn't feature a bug whereby manpages aren't compressed. (closes: #475667) -- Simon Horman Wed, 23 Apr 2008 05:18:45 +0000 heartbeat (2.1.3-5) unstable; urgency=high * ldirectord: Define $rows in check_sql() Upstream-Status: commit 600697207ff573913787d78ee56a1c6e458f08eb Patch: ldirectord-rows.patch (closes: #472663) -- Simon Horman Wed, 26 Mar 2008 11:52:35 +0900 heartbeat (2.1.3-4) unstable; urgency=low * Add LSB tags to ldirectord init script Upstream-Status: commit 34212491d1e069d99c0339e0479145af5d480711 Patch: ldirectord-init-lsb.patch (closes: #469764) -- Simon Horman Fri, 07 Mar 2008 10:52:51 +0900 heartbeat (2.1.3-3) unstable; urgency=low * Updated syslog related recommends ldirectord: from: sysklogd | syslog-ng to: rsyslog | system-log-daemon (closes: #464011) heartbeat: from: sysklogd | syslog-ng | system-log-daemon to: rsyslog | system-log-daemon * Remove bashisms in ocf-tester, hb_report and heartbeat's init script Upstream-Status: commit 2b3a34dc4257b65761f1ba021623d59f15944ae5 (closes: #464985) * ldirectord: allow sql select checks to work Thanks to Geoff Harrison Upstream-Staus: commit eaa43842608caf75552e9f755c91e35b7a2ff6d1 Patch: bashisms.patch * ldirectord: clear memory config on reload Thanks to Geoff Harrison Upstream-Status: c01c9790d2b83f493a4aa5f86e1a5b1233d7daa2 Patch: ldirectord-clear-config-in-memory-on-reload.patch * lrm: Don't list complted opperations as failed Linux Foundation Bug #1822 http://developerbugs.linux-foundation.org/show_bug.cgi?id=1833 Upstream-Status: Pending Patch: lrm-dont-revise-op_status.patch -- Simon Horman Mon, 18 Feb 2008 12:37:47 +0900 heartbeat (2.1.3-2) unstable; urgency=low * Update standards version from 3.7.2 to 3.7.3 * Add should-start/stop $remote_fs to init script (closes: #459497) * Add should-start/stop openhpid to init scrpt (see: #459497) * Remove should-stop ntp to init script (see: #459497) * Rebase tree against tarball - its almost as if the 2.1.3-1 upload was based on another tree - Update + /usr/lib/libpe_rules.so.1.0.0 to libpe_rules.so.2.0.0 + /usr/lib/libpe_status.so.1.0.0 to libpe_status.so.2.0.0 - Move + /usr/lib/heartbeat/ha_logd.cf to /usr/share/doc/heartbeat/logd.cf - Add + /usr/lib/heartbeat/utillib.sh + /usr/lib/ocf/resource.d/heartbeat/iscsi + /usr/lib/stonith/plugins/external/ibmrsa-telnet + /usr/lib/stonith/plugins/external/ipmi + /usr/include/clplumbing/cl_reboot.h + /usr/share/heartbeat/utillib.sh + /usr/share/doc/heartbeat/hb_report.html + /usr/share/doc/heartbeat/hb_report.txt + /usr/sbin/hb_report + /usr/sbin/ciblint - A host of other changes as per the 2.1.3 changelog * Add SphinxSearchDaemon OCF resource that was missing from the distribution * Build notes: - Unpacked tarball from linux-ha.org - Applied changes detaile above - Applied debian patches: ./debian/rules patch - Affected changes to configure.in + Backed up libltdl.tar, haclient.zh_CN.mo + Ran ./ConfigureMe bootstrap to effect changes to configure.in + Removed symlinks created by ./ConfigureMe: - autoconf, automake, autoheader + Restored libltdl.tar, haclient.zh_CN.mo - Built package -- Simon Horman Tue, 08 Jan 2008 11:58:03 +0900 heartbeat (2.1.3-1) unstable; urgency=low * New Upstream (closes: #457577) * Add Debian patches that were missing in the tarball * Add dependacy on to heartbeat gawk as it is required by the OCF IPaddr resource (closes: #447932) * Updated check to enable build of IPv6Addr - hopefully this one can be merged upstream - The old check was applied to configure.in but configure had not been updated (closes: #455255) * Add a prerm to heartbeat-2 to remove stale .pyc files (closes: #455050) * Add dependancy on libxml2-utils to hartbeat as the BasicSanityCheck needs xmllint * Use -common files in hbmgmtd's pam file (closes: #444371) - Add dependancy on libpam-runtime (>= 0.76-14) to heartbeat to ensure that common-* files exist * Don't include .pyc and .pyo files in heartbeat package - As per section 2.6 of the Debian Python Policy * Add tomcat OCF module * Build notes: - Unpacked tarball from linux-ha.org - Applied changes detaile above - Applied debian patches: ./debian/rules patch - Affected changes to configure.in + Backed up libltdl.tar, haclient.zh_CN.mo + Ran ./ConfigureMe bootstrap to effect changes to configure.in + Removed symlinks created by ./ConfigureMe: - autoconf, automake, autoheader + Restored libltdl.tar, haclient.zh_CN.mo - Built package -- Simon Horman Wed, 26 Dec 2007 11:07:17 +0900 heartbeat (2.1.2+hg.11310.702e4f418ca8-2) unstable; urgency=low * Add patches in debian/patches/ which went missing in action somewhere -- Simon Horman Sat, 29 Sep 2007 11:16:33 +0900 heartbeat (2.1.2+hg.11310.702e4f418ca8-1) unstable; urgency=low * New Upstream: - Snapshot of: http://hg.linux-ha.org/dev/shortlog/702e4f418ca8 - See: http://www.gossamer-threads.com/lists/linuxha/users/42476 - Dowloaded: http://hg.linux-ha.org/dev/archive/obs-2.1.2-4.tar.bz2 - Ran ./ConfigureMe configure && make dist - Used resulting tarball as orig.tar.gz for this release - The downloaded STABLE-2.1.0.tar.bz2 could not be used as bootstraping it to the point where the code could be built resulted in changes that could not be represented in the diff.gz - Added the contents of lrm/test/testcases/ from obs-2.1.2-4.tar.bz2. These was not included in the tarball due to an error in the Makefile.am in that directory which has subsequently been fixed by http://hg.linux-ha.org/dev/shortlog/b0b696766097 - Added the files in lrm/test/ from obs-2.1.2-4.tar.bz2. These was not included in the tarball due to an error in the Makefile.am in that directory which has subsequently been fixed by http://hg.linux-ha.org/dev/shortlog/7c31795636db and http://hg.linux-ha.org/dev/shortlog/e7a4ddfa7cd6 (closes: #444278) * Make package binMMU safe. Thanks to Lior Kaplan. (closes: #435974) * Remove ipmilan stonith module as it seems to be cronically broken - Remove the build dependancy on libopenipmi-dev (>= 2.0.1) accordingly * Add dependancy on libperl-dev as libperl is needed (though I am not sure why) * Remove duplicate changelog (closes: #443163) -- Simon Horman Fri, 28 Sep 2007 12:27:58 +0900 heartbeat (2.1.2-1) unstable; urgency=low * New Upstream - Fix file relocation problems (closes: #434829) - Fix IPaddr's handling of CIDR netmasks - Ran ./ConfigureMe bootstrap && make distclean && rm ltdl.m4 libtool.m4 autoconf automake autoheader to effect changes made to configure.in * Add openhpi stonith module - Add build dependancy on libopenhpi-dev - Add usr/lib/stonith/plugins/stonith2/bladehpi.so to heartbeat.files * IPv6 configure check - For the ipv6 check to work Debian ia64 currently needs to check "sys/types.h", a patch went into the tree a while ago to fix this. However, at the 11th hour a patch went into 2.1.2 to reverse this change as it breaks the build on RHEL4. So for now, until a proper fix is made, just reverse that change in Debian packages. - Ran ./ConfigureMe bootstrap && make distclean && rm ltdl.m4 libtool.m4 autoconf automake autoheader to effect changes made to configure.in - Patch: ipv6-check.patch -- Simon Horman Tue, 31 Jul 2007 11:01:16 +0900 heartbeat (2.1.1-1) unstable; urgency=low * New Upstream * Remove merged patches - README.config-heartbeat-2.patch - README.config-heartbeat.patch - ipaddr2-bashism.patch - ipv6addr-21-char-devname.patch - ipv6addr-find_if-overflow.patch - ipv6addr-scanf-return.patch - ldirectord-init.patch - configure-sys-types.h.patch * After unpacking apply patches and run autoconf to effect changes to configure.in * Update files included in heartbeat, heartbeat-dev and ldirectord packages * Update rules file to reflect that /usr/lib/heartbeat/cts/README has been moved to usr/share/heartbeat/cts/README. This README is installed as /usr/share/doc/heartbeat/README.cts -- Simon Horman Wed, 25 Jul 2007 14:15:38 +0900 heartbeat (2.0.8-10) unstable; urgency=low * Remove apparently bogus build-dependacy on modutils Thanks to Russell Coker for spotting this. A bug was subsequently filed as the result of some automated testing. (closes: #432441) * Build dependancy on libsnmp-dev rather than libsnmp10-dev | libsnmp-dev as libsnmp10-dev does not seem to exist (any more?) * Change heartbeat-gui's dependancy on heartbeat to a suggests, as heartbat-gui can access heartbeat remotely (closes: #430082) -- Simon Horman Thu, 19 Jul 2007 13:38:35 +0900 heartbeat (2.0.8-9) unstable; urgency=low * Run autoconf so that the FTBFS on ia64 fix included in 2.0.8-8 actually takes effect. Bahh! -- Simon Horman Thu, 31 May 2007 19:37:43 +0900 heartbeat (2.0.8-8) unstable; urgency=low * Use sys/types.h instead of asm/types.h when trying to detect the preseance of linux/icmpv6.h. Resolves FTBFS on ia64 Patch: configure-sys-types.h.patch * Remove linux-kernel-headers for ia64 added in 2.0.8-7 as a) it didn't resolve the problem and b) the types.h change above does. * Use << instead of < for dependancy relations * Add --enable-glib-malloc to configure's arguments on advice from Andrew Beekhof -- Simon Horman Thu, 31 May 2007 18:26:10 +0900 heartbeat (2.0.8-7) unstable; urgency=low * Add a (tempoary) build dependancy on linux-kernel-headers for ia64 to get around a curious autobuild problem. See: http://lists.debian.org/debian-ia64/2007/05/msg00003.html -- Simon Horman Fri, 25 May 2007 16:07:22 +0900 heartbeat (2.0.8-5) unstable; urgency=low * The heartbeat-2-dev.dirs and friends change in 2.0.8-4 closes #424192, not #424053 (which is also fixed by a different change in 2.0.8-4) * Add missing dummy package for stonith -- Simon Horman Thu, 17 May 2007 15:43:55 +0900 heartbeat (2.0.8-4) unstable; urgency=low * Create a Debian init script for ldirectord Thanks to Ratiu Petru Iulius Patch: ldirectord-init.patch (closes: #391974) * Documentation path of ldirectord should be /usr/share/doc/ldirectord, not /usr/share/doc/ldirectord-2 * Change priority of ldirectord to extra to match the lowest priority of any of its dependancies * Add versioned conflicts on old pils and stonith packages to heartbeat and heartbeat-dev, which include those old package's files. (closes: #424053) * Have the clean target of debian rules remove the following files that are priovided by the orig.tar.gz - Debian packages can't delete files - heartbeat-2-dev.dirs heartbeat-2-dev.files heartbeat-2.dirs heartbeat-2.files heartbeat-2.postinst heartbeat-2.postrm heartbeat-2.preinst ldirectord-2.files ldirectord-2.postinst ldirectord-2.postrm (closes: #424053) -- Simon Horman Wed, 16 May 2007 13:58:24 +0900 heartbeat (2.0.8-3) unstable; urgency=low * Rename source package from heartbeat-2 to heartbeat. Previously the heartbeat source package was used to package up the 1.2.X series of releases, and heartebat-2 was used for the newer 2.0.X series of releases. The idea being to offer stable "heartbeat" packages when the 2.0.X stuff was all new. It turns out that the 2.0.X tree has been at least as stable as the 1.2.X tree for quite a while now, and the 1.2.X doesn't get much attention any more, so there seems little advantage in having the separate source packages, except perhaps to create confusion and extra work. * Update curl build dependancy for libcurl4 Thanks to Christian Marillat (closes: #423655) * 2.0.8 (and probably earilier) includes the corrected scsi command syntax Thanks to Christoph Martin (closes: #350586) -- Simon Horman Mon, 14 May 2007 12:13:03 +0900 heartbeat-2 (2.0.8-2) unstable; urgency=low * Update build debendancy and rebuild against libsnmp10. Somehow libsnmp9 has been removed from the distribution, rendering heartbeat uninstallable. Thanks to Steinar H. Gunderson (closes: #422320) * IPaddr2: Remove bashisms Patch: ipaddr2-bashism.patch Upstream: http://hg.linux-ha.org/dev/rev/165a9a897e3b Thanks to Erich Schuebert (closes: #420206) * Fix up documentation location in /etc/ha.d/README.config Thanks to Russell Coker (closes: #418206) * IPv6addr: Fix potential stack overflow in use of devname in scan_if Patch: ipv6addr-21-char-devname.patch Upstream: http://hg.linux-ha.org/dev/rev/37271ae7f117 * IPv6addr: Fix potential buffer overflow when a 128bit prefix is used Patch: ipv6addr-find_if-overflow.patch Upstream: http://hg.linux-ha.org/dev/rev/b4bc188b4ebe * IPv6addr: Handle scanf failures in scan_if() Patch: ipv6addr-scanf-return.patch Upstream: http://hg.linux-ha.org/dev/rev/31d19acfd1b9 * Run autoconf to incoporate the chown-check-2.patch workaround to allow the configure script to work under fakeroot. I have no idea how this was not applied for 2.0.8-1 and yet the build still worked. * Change priority of ldirecord from optional to extra to match the priority of its dependancies ipvsadm and libauthen-radius-perl -- Simon Horman Sat, 05 May 2007 13:36:36 +0900 heartbeat-2 (2.0.8-1) unstable; urgency=low * New Upstream Thanks to Peter Clapham for his assistance * errata: CVE-2006-3121 was incorrectly refered to as CVE-2006-3821 in the changelog for 2.0.6-2 and 2.0.7-1 * Dropped the following patches as they are now upstream - ldirectord-1.141-emailalert-2-global.patch (introduced in 2.0.6-2) * Remove alternate dependancy on netkit-ping as it is being removed from Debian (closes: #383987) -- Simon Horman Tue, 30 Jan 2007 12:43:09 +0900 heartbeat-2 (2.0.7-2) unstable; urgency=low * Add dependancy and build dependancy on psmisc for fuser Thanks to Hans-Joachim Baader (Closes: #400958) * Acknowldge NMU by Roger Leigh (Closes: #383987) -- Simon Horman Thu, 30 Nov 2006 02:26:24 +0000 heartbeat-2 (2.0.7-1) unstable; urgency=low * New Upstream * Dropped the following patches as they are now upstream - ldirectord-1.141-emailalert-1-quiet.patch (introduced in 2.0.6-2) - ldirectord-1.141-readline_workaround.patch (introduced in 2.0.6-2) - CVE-2006-3821.patch (introduced in 2.0.6-2) -- Simon Horman Mon, 14 Aug 2006 19:00:13 +0900 heartbeat-2 (2.0.6-2) unstable; urgency=high * ldirectord-1.141-emailalert-1-quiet.patch Don't send email alerts if the alert address is not configured (closes: #378450) * ldirectord-1.141-emailalert-2-global.patch Allow emailalert and emailalertfreq directives to be global as well as per-virtual service * ldirectord-1.141-readline_workaround.patch readline doesn't seem to return lines after Net::FTP has been called, so split them up by hand. * Added recommends iptables to heartbeat-2, as it is needed for the portblock resource to function correctly * Added /var/lib/heartbeat/pengine directory (closes: #379071) * Replace 02-chown-check.patch with chown-check-2.patch - use the environement variable FAKED_MODE instead of FAKEROOTKEY to check if code is runing in fakeroot. At some stage around fakeroot 1.5.10 FAKEROOTKEY disapeared. Ran autoconf manually to effect this change after repatching. - Updated 02-chown-check.patch: fix typos in comment * CVE-2006-3821.patch Fix remote denial of causes caused by insufficient bounds checking on data read from the network. CVE-2006-3821 * Python transition - http://wiki.debian.org/DebianPython/NewPolicy (closes: #380842) - Update build dependancy on debhelper from (>= 4.0.0) to (>= 5.0.37.2) - Add dh_python call to debian/rules - created debian/pycompat with contents of "2" - heartebeat: deplaced depenancy on python with one on ${python:Depends} - Added XB-Python-Version: ${python:Versions} to each package - Replace build dependancy on python2.3-dev with one on python-dev - Use python-central + Add build depends on python-central (>= 0.5) + Add dh_pycentral call right before dh_python in debian/rules + Add XS-Python-Version: current in the source stanza of debian/control -- Simon Horman Tue, 8 Aug 2006 18:49:00 +0900 heartbeat-2 (2.0.5-8) unstable; urgency=low * ldirectord-2: Add missing dependancy on libmailtools-perl (Mail::Send) (closes: #376722) * ldirectord-2: Add missing dependancy on libnet-perl (Net::SMTP, Net::FTP, Net::POP3) * ldirectord-2: Remove unneccesary dependancy on adduser * Automake transition: http://wiki.debian.org/AutomakeTransition - Remove unneccesary build-depends on automake1.9 | automaken - Remove unneccesary build-conflicts on automake1.4 -- Simon Horman Wed, 5 Jul 2006 10:55:00 +0900 heartbeat-2 (2.0.5-7) unstable; urgency=low * Don't run deluser and delgroup in postrm - These commands may not be available at this time (closes: #375941) - If there are any files left that belong to this user or group then they will be left unowned and get inhereited by the next user that comes along that happens to have hacluster's old userid or the old haclient groupid respectively. -- Simon Horman Thu, 29 Jun 2006 15:13:26 +0900 heartbeat-2 (2.0.5-5) unstable; urgency=low * Reverse the change made in 2.0.5-4 It turns out that in heartbeat-2 (as opposed to heartbeat) is a script which calls a binary that is located in /usr/lib/ocf/resource.d/heartbeat/ -- Simon Horman Mon, 12 Jun 2006 17:19:52 +0900 heartbeat-2 (2.0.5-4) unstable; urgency=low * Move IPv6addr from /etc/ha.d/resource.d/ into /usr/lib/heartbeat, and then symlink that back into /etc/ha.d/resource.d/ as binaries are not allowed in /etc (closes: #372850) -- Simon Horman Mon, 12 Jun 2006 16:23:59 +0900 heartbeat-2 (2.0.5-3) unstable; urgency=low * Fix libgnutls binary dependancy - Build-Depends on libgnutls-dev instead of libgnutls13-dev - Recompile against libgnutls13 in place of libgnutls11 - (closes: #370423) -- Simon Horman Mon, 5 Jun 2006 17:57:23 +0900 heartbeat-2 (2.0.5-2) unstable; urgency=low * Make use of invoke-rc.d (closes: #367761) * Update from standards versoin from 3.6.2 to 3.7.2 -- Simon Horman Fri, 19 May 2006 10:39:07 +0900 heartbeat-2 (2.0.5-1) unstable; urgency=low * New Upstream * Removed build depenancy on openssl-devel, as heartbeat no longer uses openssl directly. (Libraries that heartbeat depends on may in turn depend on openssl creating an indirect depenancy or build-dependancy). -- Simon Horman Tue, 9 May 2006 11:55:52 +0900 heartbeat-2 (2.0.4-1) unstable; urgency=low * New Upstream * Don't try and stop heartbeat in preinst on the first install (closes: #355719) -- Simon Horman Wed, 8 Mar 2006 09:46:46 +0900 heartbeat-2 (2.0.3-2) unstable; urgency=low * Add build dependancy on libncurses-dev to allow crm_mon to work Thanks to Guy Coates * Move hacluster user and haclient group creation (don't ask me why the user and group names are different) from preinst to postinst. Once upon a time there might have been a need for it in preinst, but the current packaging changes files to have the hacluster user and haclient group as neccessary in the postinst. So there is no need to create them before postinst. This is a better fix to #352158, and the pre-depends on adduser has been changed to a depends accordingly. (closes: #352158) * Stop heartbeat in preinst -- Simon Horman Tue, 14 Feb 2006 13:42:37 +0900 heartbeat-2 (2.0.3-1) unstable; urgency=low * New Upstream * Make sure adduser is passed the --system flag (closes: #336580) * Slightly Enhanced package descriptions (closes: #337030) * Add build dependancy on swig * As PYTHON_PATH has been added to configure.in it seems that autoconf1.4 can no longer build this tree. Currently autoconf is provided by autoconf1.4, and autoconfn is a virtual package provided by autoconf1.7, 1.8 and 1.9. Accordingly, replace the autoconf build dependancy with autoconf1.9 | autoconfn. And add a build conflict on autoconf1.4. This way the autoconf command should be autoconf1.7, 1.8 or 1.9, but not 1.4 as was previously the case. * Don't apply 00-ssh_scp_path.patch as it should no longer be needed, instead add a build dependancy on openssh-client. Also removed call to relevant configure options. * Removed configure option that no longer exists --enable-checkpointd * Removed configure options that are now on by default --enable-crm --enable-lrm * Add build dependancy on libgnutls11-dev, as 1.0 probably doesn't compile as _t types don't exist. http://lists.gnu.org/archive/html/help-gnutls/2004-08/msg00001.html * Fix insonsistency between hb_stanby(1) man page, an the wiki (closes: #339016) * Make /usr/bin/cl_status setgid (closes: #351178) * Make sure that /var/run/heartbeat/{ccm,crm} exist on install else postinst, and thus the install will abort. (closes: #351181) * Fix inconsistency between hb_standb(1) man page and wiki (closes: #339016) * Add Pre-Depends on adduser (closes: #352158) * Add management tool ./confgure --enable-mgmt Build-Depends: python2.3-dev, libpam0g-dev -- Simon Horman Sat, 11 Feb 2006 09:41:17 +0000 heartbeat-2 (2.0.2-5) unstable; urgency=low * Change libcurl3-dev dependancy to libcurl3-openssl-dev (closes: #334622) -- Simon Horman Wed, 19 Oct 2005 19:09:51 +0900 heartbeat-2 (2.0.2-4) unstable; urgency=low * Include /var/lib/heartbeat/ccm and /var/run/heartbeat/crm (closes: #330634) -- Simon Horman Thu, 29 Sep 2005 12:16:03 +0900 heartbeat-2 (2.0.2-3) unstable; urgency=low * Get rid of bogus touching of config.status and friends in clean target, which if run as root causes build failures. -- Simon Horman Tue, 27 Sep 2005 22:28:01 +0900 heartbeat-2 (2.0.2-2) unstable; urgency=low * Add build dependancy on libltdl3-dev (closes: #330194) -- Simon Horman Tue, 27 Sep 2005 20:38:12 +0900 heartbeat-2 (2.0.2-1) unstable; urgency=low * New upstream -- Simon Horman Mon, 26 Sep 2005 15:11:23 +0900 heartbeat-2 (2.0.1-4) unstable; urgency=low * Add /var/run/heartbeat directory to package http://www.osdl.org/developer_bugzilla/show_bug.cgi?id=900 -- Simon Horman Sat, 24 Sep 2005 14:56:51 +0900 heartbeat-2 (2.0.1-3) unstable; urgency=low * Restrurctured provides, conflicts and replaces * Made heartbeat-2-dev depend on heartbeat-2, not heartbeat -- Simon Horman Thu, 22 Sep 2005 17:24:19 +0900 heartbeat-2 (2.0.1-2) unstable; urgency=low * Uptream initally made the wrong tar ball avaliable for 2.0.1 and this was used to build 2.0.1-1. I have asked 2.0.1-1 not to be accepted into the Debian Archive for this reason. 2.0.1-2 uses the updated, correct tarball from upstream. * Note that this package has a binary dependancy on libssl only because of linking against libsnmp9 (5.2.1.2-3) * Add build dependancy on libsensors-dev (for libsnmp9) -- Simon Horman Thu, 22 Sep 2005 12:56:11 +0900 heartbeat-2 (2.0.1-1) unstable; urgency=low * New upstream * Add /var/lib/heartbeat/cores/root, /var/lib/heartbeat/cores/hacluster and /var/lib/heartbeat/cores/nobody * Remove usr/lib/stonith/plugins/stonith2/riloe.so, its no longer in the tree * Enable snmp_agent * Added new libplumbgpl * Added new ha_logd.cf * Added new iso8601 executable * Temporarly remove the drac3 module as GPL code that links against OpenSSL is not acceptable to Debian. - http://lists.community.tummy.com/pipermail/linux-ha-dev/2005-August/011266.html - http://www.osdl.org/developer_bugzilla/show_bug.cgi?id=853 * Update build dependncy from libsnmp5-dev to libsnmp9-dev * Make configure chown test fakeroot aware to avoid build hang * Fix syntax error in db OCF resource * Make crm/test/helper.sh have #! /bin/bash * Make resources/OCF/ocf-shellfuncs.in have #! /bin/bash * Update FSF address * Zero config.status, libltdl/config.log and libltdl/config.status on clean -- Simon Horman Thu, 15 Sep 2005 20:24:52 +0900 heartbeat-2 (2.0.0-2) unstable; urgency=low * Add /var/lib/heartbeat/ccm and /var/lib/heartbeat/cores -- Simon Horman Wed, 3 Aug 2005 22:54:35 +0900 heartbeat-2 (2.0.0-1) unstable; urgency=low * New upstream * Added dependancy on libnet-dns-perl to ldirectord * Added --enable-checkpointd to configure arguments * Added --disable-snmp-subagent to configure arguments * Added --disable-swig to configure arguments * Add build dependancy on uuid-dev * Readranged packages to allow heartbeat 1.2.X to exist in debian and heartebat 2.X to be heartbeat-2 until heartbeat-2 gets a bit more testing in the wild. Also consoldidated binary packages into heartbaet-2, and development packages into heartbeat-2-dev, ldirectord is still in its own package, ldirectord2, as it drags in a lot of dependancies that no other part of the system uses. -- Simon Horman Sat, 30 Jul 2005 16:20:55 +0900 heartbeat (1.2.3-12) unstable; urgency=high * 11-tmpfile-problems.patch, 12-tmpfile-problems-2.patch Don't use predictable temp files [heartbeat/lib/BasicSanityCheck.in, heartbeat/resource.d/WAS.in lib/plugins/stonith/meatware.c, lib/stonith/meatclient.c, cts/CM_hb.py.in, cts/CTStests.py.in CAN-2005-2231] (closes: #318287) * debian/apply Apply patches in the correct order. * 12-tmpfile-problems-2.patch Added CTS back in with security fix [usr/lib/heartbeat/cts/CM_fs.py, usr/lib/heartbeat/cts/CM_hb.py, usr/lib/heartbeat/cts/CTS.py, usr/lib/heartbeat/cts/CTSaudits.py, usr/lib/heartbeat/cts/CTSlab.py, usr/lib/heartbeat/cts/CTStests.py CAN-2005-2231] * 13-confdir.patch Change CONF_D defined (and missing) in some resources to HA_CONFDIR in shelfuncs, allowing arp_config to function correctly in IPaddr2 and SendArp. (closes: #318266) * debian/rules Include cts documentation * 14-ipadd2_no_loopback_delete.patch Fix IPaddr2 so it doesn't remove loopback interfaces on stop * 15-LVM2.patch Allow the LVM resource to work with LVM2 as well as LVM1 (closes: #309906) * Upgrade Standards-Version from 3.6.1 to 3.6.2 -- Simon Horman Mon, 18 Jul 2005 22:27:29 +0200 heartbeat (1.2.3-10) unstable; urgency=low * Make signal handling less aggressive to avoid exiting in FTP and LDAP chacks. (closes: #310600) -- Simon Horman Fri, 17 Jun 2005 18:17:03 +0900 heartbeat (1.2.3-9) unstable; urgency=low * Stop heartbeat in preinst so starting it in postinst wont cause an error if it was already running. (closes: #303149) -- Simon Horman Tue, 5 Apr 2005 15:57:44 +0900 heartbeat (1.2.3-8) unstable; urgency=low * Added dependancy on libnet-dns-perl to ldirectord * Removed Build-Dependancy on raidtools2 as it is being removed from the archive and removed the Raid1 resource from the heartbeat package accordingly. (closes: #296717) * Added build dependancy on bison and flex. -- Simon Horman Tue, 22 Mar 2005 13:20:18 +0900 heartbeat (1.2.3-7) unstable; urgency=low * Remove the hacluser user and haclient group on purge. (closes: #29951) * Note the Delay resource bug closed in 1.2.3-4 was #287848, not #28784. -- Simon Horman Tue, 15 Mar 2005 12:30:45 +0900 heartbeat (1.2.3-5) unstable; urgency=low * Added missing libxml2-dev build dependancy that is required for the drac3 stonith module to build. (closes: #290235) -- Simon Horman Fri, 14 Jan 2005 16:23:48 +0900 heartbeat (1.2.3-4) unstable; urgency=low * Move user and group creation code from postinst to preinst (Jochen Friedrich) (closes: #285603) * Don't set uid of user that is created (Daniel Hermann) (closes: #288818) * Stonith module for EXTERNAL Stonith device (Daniel Hermann) (closes: #286274) * Remove control fifo in postrm * Fix gcc-4.0 compile problems (Andreas Jochens) (closes: #286347) * Removed stray heartbeat-stonith.files and heartbeat-ldirectord.files from debian/, these have not been used for quite some time now. * Added build dependancy on libcurl-dev to allow drac3 Stonith device to build * Added drac3 Stonith device to build * Add --disable-fatal-warnings to ./configure in debian/rules, this is known not to work cleanly with debian's lex and yacc. Also, reverse 02-lex_yacc_cflags.patch, which is an attempt to work around this, which doesn't always work. * Fix loop in FIFO reader that manifests on SPARC/Linux (Jochen Friedrich) (closes: #285356) * Fix typo in Delay resource that causes both stop and start to fail (Daniel Hermann) (closes: #28784) -- Simon Horman Wed, 12 Jan 2005 12:22:01 +0900 heartbeat (1.2.3-3) unstable; urgency=low * Removed /etc/ha.d/resource.d/apache as it does not work properly _on Debian_ and by removing it /etc/init.d/apache will be used which does work. Reported by Fraser Campbell. (closes: #283447) * Update ldirectord from 1.77.2.5 to 1.77.2.6 for https bug. http://www.gossamer-threads.com/lists/linuxha/users/22059 Requested by Amadeus Scherhaufer. -- Simon Horman Wed, 1 Dec 2004 16:35:59 +0900 heartbeat (1.2.3-2) unstable; urgency=low * Fixed a bug related to repeat STONITHs failing because we freed some data we shouldn't have. * Don't run exclude cl_status from dh_fixperms as it overrides permissions that the build system sets which are needed for correct opperation. -- Simon Horman Tue, 16 Nov 2004 15:54:28 +0900 heartbeat (1.2.3-1) unstable; urgency=low * New Upstream - Incoporate init script patch from 1.2.2-12 (Bug#268670) - Incoporate ssh dependancy patch from 1.2.2-11 - All other changes were merged upstream for 1.2.3 * Added patch manager from kernel-source-2.4.27 to keep debian specific and otherwise unmerged patches in order -- Simon Horman Tue, 21 Sep 2004 16:05:46 +0900 heartbeat (1.2.2-12) unstable; urgency=low * Backport send ARP from head branch - broadcast works with -C - -C is documented - (closes: Bug#262288) * Some init scipts tell us that they are not running, heartbeat mistakenly just sees "running" and assumes they are. - Fix by adding the following to ResourceManager(.in) case `$spath $arg status` in -> *not [Rr]unning*) return 3;; *[Rr]unning*|*OK*) return 0;; *) return 3;; esac - (closes: Bug#268670) * Remove config.log in clean target of rules file -- Simon Horman Mon, 30 Aug 2004 12:21:20 +0900 heartbeat (1.2.2-11) unstable; urgency=medium * Remove build dependancy on ssh as the package has ongoing install problems on arm and this is preventing this package from moving into sarge. Instead, provide configure options to specify the path to ssh and scp. -- Simon Horman Mon, 26 Jul 2004 12:00:37 +0900 heartbeat (1.2.2-10) unstable; urgency=low * Revert to tar ball that was used for previous (> 1.2.2-9) builds. You can't modify the tar ball on debian.org !!! (silly me) -- Simon Horman Wed, 7 Jul 2004 12:17:28 +0900 heartbeat (1.2.2-9) unstable; urgency=low * Fix sequence number wrap in ping_group (Patched ping_group.c from 1.10 to 1.11) * Build against tar ball from linux-ha.org A locally produced tar ball had been used in the past (my mistake) -- Simon Horman Wed, 7 Jul 2004 11:20:41 +0900 heartbeat (1.2.2-8) unstable; urgency=low * The previous version never made it into testing because the build failed on arm because the ssh package was broken at the time. I have not had any luck contacting someone to rebuild the package. * Updated ldirectord to 1.77.2.4 (from 1.77.2.2). Fixes a problem where real servers present in multiple virtuals would only be added to one virtual service. -- Simon Horman Wed, 23 Jun 2004 17:01:26 +0900 heartbeat (1.2.2-7) unstable; urgency=low * Link the apcmastersnmp stonith module against libsnmp -- Simon Horman Fri, 4 Jun 2004 16:07:49 +0900 heartbeat (1.2.2-5) unstable; urgency=low * Fixed alignment error in IPv6addr.c that manifests on ia64 (closes: Bug#249847) -- Simon Horman Thu, 20 May 2004 11:20:47 +0900 heartbeat (1.2.2-4) unstable; urgency=low * Put back inary-arch and binary-indep targets (closes: Bug#188835) (closes: Bug#249606) * Put the prioroty of all packages, except ldirectord back to optional Left ldrirectord as optional as it depends on ipvsadm, which is optional. -- Simon Horman Wed, 19 May 2004 12:21:54 +0900 heartbeat (1.2.2-3) unstable; urgency=low * Package provides /etc/ha.d and /etc/heartbeat (actually fixed in 1.2.2-2) (closes: Bug#222712) * There is a known limitation with ifconfig's handling of long interface names. Use IPadd2, which used the ip command, instead. (Fixed in upstream) (closes: Bug#229978) * New upstream (closes: Bug#248611) * Heartbeat package does not use debconf anymore (Fixed a while ago) (closes: Bug#189932) * Evms seems to no longer depend on heartbeat. (closes: Bug#207607) * Made dependancy on libnet1-dev instead of libnet1-dev | libnet0-dev | libnet-dev. - libnet0-dev is in setction oldlibs in stable - allows IPv6addr to be included. * Include IPv6addr * Made dependancy on libssl-dev instead of libssl-dev | libssl09-dev as libssl09-dev is not in stable. * Changed priority to extra as that is the lowest common denominator of our dependancies. -- Simon Horman Tue, 18 May 2004 12:54:30 +0900 heartbeat (1.2.2-2) unstable; urgency=low * New Upstream * ldirectord uses host portion of request string as documented in the man page. (closes: Bug#242220) * ldirectord check_ftp no longer uses pipes. (closes: Bug#243157) * The binary-arch and binary-indep targets did not conform to Debian policy. It is rather difficult to implement them correctly given the heartbeat build system, and the policy allows them not to exist. (closes: Bug#188835) * Added dependancy on libmail-imapclient-perl. (closes: Bug#242077) * The timestamp overflow was fixed long time ago. (closes: Bug#239683) (closes: Bug#239687) * inet_aton is no longer used in mcast.c (closes: Bug#239684) * Patch is superseeded by much newer codebase (closes: #239685) (closes: Bug#239686) * Init script no longer uses -e argument to echo. (closes: Bug#136541) * Plugins no longer need to be executable. (closes: Bug#247348) (closes: Bug#247485) * Merged debian packaging in Debian Unstable pool with the linux-ha tree. -- Simon Horman Fri, 14 May 2004 12:32:26 +0900 heartbeat (1.2.0-2) unstable; urgency=low * Added Depends on libmail-imapclient-perl to ldirectord. (Closes: #242077) Thanks Cyril Bouthors for noticing. -- Alberto Gonzalez Iniesta Mon, 5 Apr 2004 09:11:03 +0200 heartbeat (1.2.0-1) unstable; urgency=low * The 'My f*cking Toshiba HD crashed and delayed everything' release * New upstream release -- Alberto Gonzalez Iniesta Tue, 16 Mar 2004 20:24:24 +0100 heartbeat (1.0.4-3) unstable; urgency=low * Corrected default paths to Apache binary and configuration file. (Closes: #230042) * Corrected typo in heartbeat-dev description (Closes: #230639) * Corrected grammatical confusion in template (Closes: #232459) * Actually correct permissions on /var/lib/heartbeat/ccm. (Closes: #233021) -- Alberto Gonzalez Iniesta Wed, 28 Jan 2004 07:36:17 +0100 heartbeat (1.0.4-2) unstable; urgency=low * Improved haclient user and group creation/deletion [postinst & postrm] Make use of gentent instead of greping /etc/(passwd|group) Inspired by Horms' packages ;) * Moved to debhelper compatability 4. Created debian/compat. * Avoid failing while moving contents from old configuration dir to new one if expected contents are not found. (Closes: #221546) * Removed README.config from /etc (Closes: #222708) * Make 'daemon' be the default syslog facility for heartbeat (Closes: #226600) * Corrected owner and permissions under /var/lib/heartbeat (Closes: #228505) * Make libstonith0 depend on libsnmp5. Thanks Stefan Beck for noticing. (Closes: #228544) * Make libstonith0 depend on libssl0.9.7. Why the f*ck does dpkg-shlibdeps not find these? * Make heartbeat start later and stop sooner (S75 and K05) so that it won't f*ck drbd. Thanks Stefan Schleifer for noticing. Created a debconf template to ask if the change should be done when upgrading from previous versions. * Fixed debconf template text for directory movement. -- Alberto Gonzalez Iniesta Wed, 12 Nov 2003 15:05:00 +0100 heartbeat (1.0.4-1) unstable; urgency=low * New upstream release * Bumped Standards-Version to 3.6.1. No change * Removed debconf supported configuration of heartbeat. It was buggy, and a pain to debug. I'd rather not have it on sarge. (Closes: #204775) I'll work on a new one when time permits. -- Alberto Gonzalez Iniesta Sat, 4 Oct 2003 17:36:40 +0200 heartbeat (1.0.3-3) unstable; urgency=low * Removed deletion of fifo files in heartbeat.prerm (That shouldn't be done there. It broke dpkg-reconfigure) * Added Depends on libwww-perl and libnet-ssleay-perl (Closes: #142297) * libstonith-dev's Section is now libdevel (Closes: #188206) -- Alberto Gonzalez Iniesta Sun, 13 Jul 2003 17:13:43 +0200 heartbeat (1.0.3-2) unstable; urgency=low * Fixed sections for libstonith-dev, it's libdevel -- Alberto Gonzalez Iniesta Sat, 12 Jul 2003 20:10:59 +0200 heartbeat (1.0.3-1) unstable; urgency=low * The 'debcamp' release * New upstream release * Added build-depends on iputils-ping, I hoped it wouldn't be necessary. (Closes: #200938) * Also added Depends on iputils-ping. That's the ping package with the ping syntax we need (Closes: #170799) * The heartbeat.config from 0.4.9.2-1 did 'cut' the right way (Closes: #166065) * Added missing db_stop in heartbeat.postinst (Closes: #199484) * /usr/lib/heartbeat/ResourceManager now has the right path to init.d scripts (Closes: #169865) * Made Simon Horman a co-maintainer -- Alberto Gonzalez Iniesta Sat, 12 Jul 2003 12:13:03 +0200 heartbeat (1.0.2-1) unstable; urgency=low * New upstream release (Closes: #186900) * New maintainer (Closes: #192680) * Bumped Standards-Version to 3.5.10 * Patched ha_msg.c to fix format string bug (Closes: #199016) -- Alberto Gonzalez Iniesta Wed, 02 Jul 2003 00:11:24 +0200 heartbeat (0.4.9.2-3.1) unstable; urgency=low * Use -r instead of -R for ipvsadm. Thanks to Sergio Talens-Oliag. (Closes: #147290) * Fix lintian errors by removing *.conffiles. -- James Morrison Sat, 29 Mar 2003 14:56:12 -0500 heartbeat (0.4.9.2-3) unstable; urgency=low * fixed a build bug caused by a buggy ld - I don't know if ld still has that problem (it doesn't seem to me), but anyway it's done. (closes: #129361) -- Michael Moerz Tue, 15 Oct 2002 12:44:05 +0200 heartbeat (0.4.9.2-2) unstable; urgency=low * and again I was caught by that groupadd in the Makefiles this is fixed now (closes: 164773) -- Michael Moerz Tue, 15 Oct 2002 02:08:52 +0200 heartbeat (0.4.9.2-1) unstable; urgency=low * new upstream release * fixed cut problem (caused by missing escape sequences) (closes: #130895, #131253, #131259) * corrected missing Depends on adduser (closes: #147661) * corrected problem with install and duplicate files (closes: #162446) * fixed false assumption about possition of fuser from /sbin to /bin * changed configuration directory from /etc/ha.d to /etc/heartbeat * added the essential question if the user wants to use debconf for the configuration of heartbeat -- Michael Moerz Mon, 14 Oct 2002 11:30:52 +0200 heartbeat (0.4.9.0l-7.2) unstable; urgency=low * corrected wrong dependency (on lvs) (Closes: #141922) -- Michael Moerz Sun, 28 Apr 2002 02:31:57 +0200 heartbeat (0.4.9.0l-7.1) unstable; urgency=high * Non-maintainer upload, trying to get a release into woody * Use ifconfig 0 instead of ifconfig down (Closes: #129779) -- Matt Zimmerman Sat, 2 Mar 2002 22:49:32 -0500 heartbeat (0.4.9.0l-7) unstable; urgency=low * removed call of groupadd in hearbeat/Makefile (Closes: #121244) * heartbeat depends on system-log-daemon instead of sysklogd. (Closes: #120721) * corrected the soname of libhbclient from .0.0.0 to libhbclient.so.0.0.0 * removed debian/.shlibs files since they are autogenerated now by dh_makeshlibs -V * removed some log file that remained in debian/ from testing and debugging the debconf interface -- Michael Moerz Thu, 13 Dec 2001 03:14:42 +0100 heartbeat (0.4.9.0l-6) unstable; urgency=low * this time I hope I got it right with the sections of the several packages involved * heartbeat is up to date now (Closes: #79946, #90521, #63259) * /usr/lib/heartbeat/ResourceManager: renamed init.d directory (Closes: #89598) * A newer README.Debian added (Closes: #94469) -- Michael Moerz Mon, 12 Nov 2001 20:27:59 +0100 heartbeat (0.4.9.0l-5) unstable; urgency=low * an other forgotten debug statement that caused trouble (Closes: #118984) * fixed some missing ldconfig in heartbeat.postinst and heartbeat.postrm * fixed so version in heartbeat.shlibs -- Michael Moerz Sat, 10 Nov 2001 19:21:19 +0100 heartbeat (0.4.9.0l-4) unstable; urgency=low * corrected section of ldirectords and stoniths to section admin * corrected wrong dependency of ldirectord to lvs (ipvsadm) -- Michael Moerz Sat, 10 Nov 2001 11:43:22 +0100 heartbeat (0.4.9.0l-3) unstable; urgency=low * corrected my faulty control file - so 0l-2 and 0l-1 never ever made it into the archive -- Michael Moerz Fri, 9 Nov 2001 00:49:11 +0100 heartbeat (0.4.9.0l-2) unstable; urgency=low * removed some debug output causing a file testj to be written in the current directory -- Michael Moerz Thu, 8 Nov 2001 01:34:30 +0100 heartbeat (0.4.9.0l-1) unstable; urgency=low * taking package after talking to Paolo Molaro - well I was really lazy cause it took me a lot of time to create a working new package, but I hope the debconf interface was worth the waiting ... * Updated for 0.4.9.0l * modified package to fit policy 3.5.3.0 * added Build Depends * added debconf support for heartbeat * wrote a very short manpage for stonith and meatclient -- Michael Moerz Tue, 8 Nov 2001 22:56:01 +0200 heartbeat (0.4.6-2.2) frozen unstable; urgency=low * NMU * Fix Build-depends, this time with source. Closes: #105837 -- LaMont Jones Wed, 15 Aug 2001 23:48:09 -0600 heartbeat (0.4.6-2) frozen unstable; urgency=low * Fix ugly bug with prerm (Closes: bug#56671). To the release manager: get this in potato as that bug is really annoying (endless loop with the yes program when uninstalling). You still need to kill or Crtl-C the prerm script, as it seems it's not possible to override a broken prerm script before it's run by dpkg. * Applied little patch from Terry Katz to make IPAddr work correctly with multiple similar IPs on the same pc (Closes: bug#55925). -- Paolo Molaro Mon, 7 Feb 2000 15:36:38 +0100 heartbeat (0.4.6-1) unstable; urgency=low * New upstream release. -- Paolo Molaro Thu, 2 Dec 1999 16:51:41 +0100 heartbeat (0.4.5a-1) unstable; urgency=low * Initial Release. -- Paolo Molaro Wed, 17 Nov 1999 17:30:23 +0100 Local variables: mode: debian-changelog End: debian/compat0000644000000000000000000000000211502412754010365 0ustar 7 debian/clean0000644000000000000000000000207011502412754010173 0ustar compile install-sh aclocal.m4 ltmain.sh Makefile.in config.guess config.sub missing configure depcomp py-compile cts/Makefile.in port/Makefile.in resources/Makefile.in resources/heartbeat/Makefile.in replace/Makefile.in lib/Makefile.in lib/apphb/Makefile.in lib/hbclient/Makefile.in lib/plugins/Makefile.in lib/plugins/quorum/Makefile.in lib/plugins/HBcomm/Makefile.in lib/plugins/tiebreaker/Makefile.in lib/plugins/HBcompress/Makefile.in lib/plugins/quorumd/Makefile.in lib/plugins/HBauth/Makefile.in telecom/Makefile.in telecom/apphbd/Makefile.in doc/Makefile.in pkg/Makefile.in config/Makefile.in include/ha_version.h include/Makefile.in include/config.h.in include/ocf/Makefile.in include/saf/Makefile.in heartbeat/Makefile.in heartbeat/lib/Makefile.in heartbeat/init.d/Makefile.in heartbeat/rc.d/Makefile.in heartbeat/logrotate.d/Makefile.in tools/Makefile.in contrib/Makefile.in contrib/drbd-outdate-peer/Makefile.in contrib/mlock/Makefile.in contrib/ipfail/Makefile.in buildtools/Makefile.in membership/Makefile.in membership/ccm/Makefile.in membership/quorumd/Makefile.in debian/libheartbeat2.install0000644000000000000000000000031211502412754013263 0ustar usr/lib/libapphb.so.2 usr/lib/libapphb.so.2.0.0 usr/lib/libccmclient.so.1 usr/lib/libccmclient.so.1.0.0 usr/lib/libclm.so.1 usr/lib/libclm.so.1.0.0 usr/lib/libhbclient.so.1 usr/lib/libhbclient.so.1.0.0 debian/patches/0000755000000000000000000000000012240760373010621 5ustar debian/patches/typos.dpatch0000644000000000000000000000251611600411030013146 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## typos.dpatch bs Frederik Schüler ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ Index: heartbeat-3.0.5/lib/hbclient/client_lib.c =================================================================== --- heartbeat-3.0.5.orig/lib/hbclient/client_lib.c 2011-06-22 12:02:26.717286460 -0400 +++ heartbeat-3.0.5/lib/hbclient/client_lib.c 2011-06-22 12:02:30.367291816 -0400 @@ -3013,7 +3013,7 @@ } if(!uuid || !nodename || maxnamlen <= 0){ - ha_api_log(LOG_ERR, "get_name_by_uuid: bad paramter"); + ha_api_log(LOG_ERR, "get_name_by_uuid: bad parameter"); return HA_FAIL; } return get_name(pi, uuid, nodename, maxnamlen); Index: heartbeat-3.0.5/lib/plugins/quorumd/2_0_8.c =================================================================== --- heartbeat-3.0.5.orig/lib/plugins/quorumd/2_0_8.c 2011-06-22 12:02:26.707286448 -0400 +++ heartbeat-3.0.5/lib/plugins/quorumd/2_0_8.c 2011-06-22 12:02:30.367291816 -0400 @@ -461,7 +461,7 @@ ha_msg_add(ret, F_TYPE, T_ACK); ha_msg_add(ret, "reason", "unknown msg type"); ha_msg_add(ret, "result", "fail"); - quorum_log(LOG_ERR, "UNKOWN msg %s ", type); + quorum_log(LOG_ERR, "UNKNOWN msg %s ", type); } if (ret != NULL) { str = msg2wirefmt(ret, &len); debian/patches/fix-shlibdeps.patch0000644000000000000000000000417311605101366014403 0ustar Description: Explicitly link against all needed libraries, otherwise unrelated packages will FTBFS. Author: Andreas Moog Bug-Ubuntu: https://bugs.launchpad.net/bugs/770743 Index: heartbeat-3.0.5/membership/ccm/Makefile.am =================================================================== --- heartbeat-3.0.5.orig/membership/ccm/Makefile.am 2011-07-06 10:31:24.814619753 -0400 +++ heartbeat-3.0.5/membership/ccm/Makefile.am 2011-07-06 10:32:24.564707388 -0400 @@ -83,7 +83,8 @@ libccmclient_la_SOURCES = ccmlib_memapi.c ccmlib_eventapi.c ccmlib.h libccmclient_la_LDFLAGS = -version-info 1:0:0 - +libccmclient_la_LIBADD = $(gliblib) \ + -lplumb ## library libclm.la libclmdir = $(libdir)/@HB_PKG@ @@ -96,6 +97,9 @@ ## Add -DPOSIX_THREADS to CFLAGS to compile a thread-safe version library libclm_la_CFLAGS = -g #-DPOSIX_THREADS libclm_la_LDFLAGS = -version-info 1:0:0 +libclm_la_LIBADD = libccmclient.la \ + $(gliblib) \ + -lplumb clmtest_SOURCES = clmtest.c clmtest_LDADD = libclm.la libccmclient.la \ Index: heartbeat-3.0.5/lib/apphb/Makefile.am =================================================================== --- heartbeat-3.0.5.orig/lib/apphb/Makefile.am 2011-07-06 10:31:24.824619761 -0400 +++ heartbeat-3.0.5/lib/apphb/Makefile.am 2011-07-06 10:33:08.984772528 -0400 @@ -26,6 +26,8 @@ AM_CFLAGS = @CFLAGS@ +gliblib = @GLIBLIB@ + ## libraries lib_LTLIBRARIES = libapphb.la @@ -39,3 +41,5 @@ endif libapphb_la_LDFLAGS = -version-info 2:0:0 +libapphb_la_LIBADD = $(gliblib) \ + -lplumb Index: heartbeat-3.0.5/lib/hbclient/Makefile.am =================================================================== --- heartbeat-3.0.5.orig/lib/hbclient/Makefile.am 2011-07-06 10:31:24.834619773 -0400 +++ heartbeat-3.0.5/lib/hbclient/Makefile.am 2011-07-06 10:31:26.724622545 -0400 @@ -45,7 +45,9 @@ libhbclient_la_SOURCES = client_lib.c libhbclient_la_LDFLAGS = -version-info 1:0:0 -libhbclient_la_LIBADD = $(top_builddir)/replace/libreplace.la +libhbclient_la_LIBADD = $(top_builddir)/replace/libreplace.la \ + $(gliblib) \ + -lplumb ## binary progs halib_PROGRAMS = api_test debian/patches/01_docbook_path.dpatch0000644000000000000000000000156411600411050014730 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_docbook_path.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ Index: heartbeat-3.0.5/doc/Makefile.am =================================================================== --- heartbeat-3.0.5.orig/doc/Makefile.am 2011-06-22 12:02:26.677286404 -0400 +++ heartbeat-3.0.5/doc/Makefile.am 2011-06-22 12:02:46.327315233 -0400 @@ -37,7 +37,7 @@ hb_standby.1 hb_takeover.1 hb_addnode.1 hb_delnode.1 \ ha.cf.5 authkeys.5 -STYLESHEET_PREFIX ?= http://docbook.sourceforge.net/release/xsl/current +STYLESHEET_PREFIX ?= /usr/share/xml/docbook/stylesheet/docbook-xsl MANPAGES_STYLESHEET ?= $(STYLESHEET_PREFIX)/manpages/docbook.xsl HTML_STYLESHEET ?= $(STYLESHEET_PREFIX)/xhtml/docbook.xsl FO_STYLESHEET ?= $(STYLESHEET_PREFIX)/fo/docbook.xsl debian/patches/series0000644000000000000000000000012212240760373012031 0ustar typos.dpatch 01_docbook_path.dpatch fix-shlibdeps.patch fix-ftbfs-lp1188428.patch debian/patches/fix-ftbfs-lp1188428.patch0000644000000000000000000000236512240760373014731 0ustar Description: Fix FTBFS Fix FTBFS because of duplicate variable 'i' for both a struct and an int variable. Author: Andres Rodriguez Bug-Ubuntu: https://launchpad.net/bugs/1188428 Bug-Debian: http://bugs.debian.org/713662 Forwarded: no --- heartbeat-3.0.5.orig/lib/plugins/HBcomm/ucast.c +++ heartbeat-3.0.5/lib/plugins/HBcomm/ucast.c @@ -462,7 +462,7 @@ static int HB_make_send_sock(struct hb_m struct ip_private *ei; int tos; #if defined(SO_BINDTODEVICE) - struct ifreq i; + struct ifreq ifc; #endif #if defined(SO_REUSEPORT) int i = 1; @@ -499,18 +499,18 @@ static int HB_make_send_sock(struct hb_m * * This is so we can have redundant NICs, and heartbeat on both */ - strcpy(i.ifr_name, ei->interface); + strcpy(ifc.ifr_name, ei->interface); if (setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE, - &i, sizeof(i)) == -1) { + &ifc, sizeof(ifc)) == -1) { PILCallLog(LOG, PIL_CRIT, "ucast: error setting option SO_BINDTODEVICE(w) on %s: %s", - i.ifr_name, strerror(errno)); + ifc.ifr_name, strerror(errno)); close(sockfd); return -1; } PILCallLog(LOG, PIL_INFO, "ucast: bound send socket to device: %s", - i.ifr_name); + ifc.ifr_name); } #endif #if defined(SO_REUSEPORT) debian/copyright0000644000000000000000000000666311502412754011135 0ustar This package was first debianized by Paolo Molaro on Wed, 17 Nov 1999 17:30:23 +0100. The original sources can be found at: http://linux-ha.org/wiki/Download Upstream Authors (from AUTHORS) and copyright holders: (c) 1998-2010 Alan Robertson Andreas Mock Andrew Beekhof Dave Blaschke David Lee Dejan Muhamedagic Hannes Eder Huang Zhen Junko Ikeda Lars Marowsky-Bree Martin Bene Phil Carns Satomi Taniguchi Sean Reifschneider Sebastian Reitenbach Serge Dubrouski Simon Horman Xinwei Hu Code for the following pieces borrowed from code by: Tom Vogt (udp code) yuri volobuev (send_arp.c) 'Network UPS Tools' by Russell Kroll homepage: http://www.exploits.org/nut/ (Andreas Piesk borrowed code for APCSmart support) David C. Teigland wrote original meatware support for GFS stomith salz@pebbles.bbn.com - replacement scandir function Internet Software Consortium (bind) - replacement inet_pton() function NOTE: The work of everyone on this project is dearly appreciated. If you are not listed here but should be, please notify us! -------------------- All binaries provided by this package are GNU GPL or GNU LGPL. All source files without a specific licence statement are available licenced under the GNU GPL. -------------------- This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. -------------------- This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/heartbeat.postinst0000644000000000000000000000464011502412754012737 0ustar #!/bin/sh # # License: GNU General Public License (GPL) # # postinst script for heartbeat # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # case "$1" in configure) if ! getent group haclient > /dev/null ; then addgroup --system --group haclient > /dev/null fi if ! getent passwd hacluster > /dev/null ; then adduser --system --no-create-home \ --ingroup haclient \ --gecos "Heartbeat System Account" \ --no-create-home --disabled-login \ --home /usr/lib/heartbeat --shell /bin/false \ --disabled-password hacluster > /dev/null fi for i in /var/lib/heartbeat/ccm /var/lib/heartbeat/crm \ /var/run/heartbeat/ccm /var/run/heartbeat/crm \ /var/lib/heartbeat/pengine; do mkdir -p $i chmod 750 $i chown hacluster $i chgrp haclient $i done chgrp haclient /usr/bin/cl_status chmod 2555 /usr/bin/cl_status for i in root nobody hacluster; do chmod 700 /var/lib/heartbeat/cores/$i chown $i /var/lib/heartbeat/cores/$i chgrp root /var/lib/heartbeat/cores/$i done # Do we want to move the old S20 symlinks to S75 ones? if [ -n "$2" ] ; then if `dpkg --compare-versions "$2" lt 1.0.4-2`; then # use debconf . /usr/share/debconf/confmodule db_get heartbeat/change_init || RET="false" if [ "$RET" = "true" ]; then update-rc.d -f heartbeat remove > /dev/null fi db_stop fi fi update-rc.d heartbeat start 75 2 3 4 5 . stop 05 0 1 6 . >/dev/null || true if which invoke-rc.d >/dev/null 2>&1; then invoke-rc.d heartbeat start || true else /etc/init.d/heartbeat start || true fi ;; abort-upgrade|abort-remove|abort-deconfigure) # restart heartbeat if which invoke-rc.d >/dev/null 2>&1; then invoke-rc.d heartbeat start || true else /etc/init.d/heartbeat start || true fi ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 0 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/heartbeat-dev.dirs0000644000000000000000000000001411502412754012560 0ustar usr/include debian/libheartbeat2-dev.install0000644000000000000000000000137411502420323014037 0ustar usr/lib/libapphb.a usr/lib/libapphb.la usr/lib/libapphb.so usr/lib/libccmclient.a usr/lib/libccmclient.la usr/lib/libccmclient.so usr/lib/libclm.a usr/lib/libclm.la usr/lib/libclm.so usr/lib/libhbclient.a usr/lib/libhbclient.la usr/lib/libhbclient.so usr/include/ocf/oc_event.h usr/include/ocf/oc_membership.h usr/include/saf/ais.h usr/include/saf/ais_amf.h usr/include/saf/ais_base.h usr/include/saf/ais_checkpoint.h usr/include/saf/ais_event.h usr/include/saf/ais_lock.h usr/include/saf/ais_membership.h usr/include/saf/ais_message.h usr/include/heartbeat/apphb.h usr/include/heartbeat/apphb_notify.h usr/include/heartbeat/HBauth.h usr/include/heartbeat/HBcomm.h usr/include/heartbeat/heartbeat.h usr/include/heartbeat/hb_api.h usr/include/heartbeat/hb_config.h debian/heartbeat.dirs0000644000000000000000000000124111502412754012007 0ustar etc/ha.d etc/ha.d/conf etc/ha.d/cts etc/ha.d/rc.d etc/ha.d/resource.d etc/init.d etc/logrotate.d/ usr/include/pils usr/lib/heartbeat usr/lib/heartbeat/plugins usr/lib/heartbeat/plugins/AppHBNotification usr/lib/heartbeat/plugins/HBauth usr/lib/heartbeat/plugins/HBcomm usr/lib/heartbeat/plugins/test usr/lib/pils/plugins usr/lib/pils/plugins/InterfaceMgr usr/lib/stonith/ usr/lib/stonith/plugins/ var/lib/heartbeat var/lib/heartbeat/api var/lib/heartbeat/casual var/lib/heartbeat/ccm var/lib/heartbeat/cores var/lib/heartbeat/cores/root var/lib/heartbeat/cores/nobody var/lib/heartbeat/cores/hacluster var/lib/heartbeat/crm var/lib/heartbeat/ckpt var/lib/heartbeat/pengine debian/heartbeat.postrm0000644000000000000000000000147111502412754012377 0ustar #! /bin/sh # # License: GNU General Public License (GPL) # # postrm script for heartbeat # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see /usr/doc/packaging-manual/ if [ "$1" = "remove" ]; then update-rc.d -f heartbeat remove >/dev/null rm -f /var/lib/heartbeat/fifo fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER#