heartbeat 2.0.8-3 source package in Ubuntu

Changelog

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)

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

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)

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)  

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)

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

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

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.

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/

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)

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)

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

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).

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)

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

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

heartbeat-2 (2.0.2-5) unstable; urgency=low

  * Change libcurl3-dev dependancy to libcurl3-openssl-dev
    (closes: #334622)

heartbeat-2 (2.0.2-4) unstable; urgency=low

  * Include /var/lib/heartbeat/ccm and /var/run/heartbeat/crm
    (closes: #330634)

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.

heartbeat-2 (2.0.2-2) unstable; urgency=low

  * Add build dependancy on libltdl3-dev 
    (closes: #330194)


heartbeat-2 (2.0.2-1) unstable; urgency=low

  * New upstream

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

heartbeat-2 (2.0.1-3) unstable; urgency=low

  * Restrurctured  provides, conflicts and replaces
  * Made heartbeat-2-dev depend on heartbeat-2, not heartbeat

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)

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

heartbeat-2 (2.0.0-2) unstable; urgency=low

  * Add /var/lib/heartbeat/ccm and /var/lib/heartbeat/cores

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.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  16 May 2007 07:51:58 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Gutsy
Original maintainer:
Simon Horman
Architectures:
any
Section:
admin
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
heartbeat_2.0.8.orig.tar.gz 3.3 MiB b8425098e1243976f1e9deedfbf763fd42f0461bdd8933b0b8a94f0626912c91
heartbeat_2.0.8-3.diff.gz 158.5 KiB 9529cf6f1386c1866f0d02780c97f38980d12b5119aebcd51094015a8e24d6e7
heartbeat_2.0.8-3.dsc 1.1 KiB 2343067a34168aa2e483292ce89aee6f4169988fb8063bde66c91ff1af8485d9

View changes file

Binary packages built by this source