Send Linux-ha-cvs mailing list submissions to
        linux-ha-cvs@lists.linux-ha.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: debian by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   2. Linux-HA CVS: debian by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   3. Linux-HA CVS: debian by horms from 
      (linux-ha-cvs@lists.linux-ha.org)
   4. Linux-HA CVS: debian by horms from 
      (linux-ha-cvs@lists.linux-ha.org)


----------------------------------------------------------------------

Message: 1
Date: Tue, 15 Aug 2006 01:50:28 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian/patches


Added Files:
        chown-check-2.patch 
Removed Files:
        02-chown-check.patch 


Log Message:
debian: 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.
- fix typos in comment

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>




------------------------------

Message: 2
Date: Tue, 15 Aug 2006 01:50:28 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian/patches/series


Added Files:
        2.0.8-1 
Removed Files:
        2.0.3-1 


Log Message:
debian: 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.
- fix typos in comment

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>




------------------------------

Message: 3
Date: Tue, 15 Aug 2006 01:51:14 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian


Modified Files:
        control rules 
Added Files:
        pycompat 


Log Message:
debian: Python transition - http://wiki.debian.org/DebianPython/NewPolicy

- 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 
- Added XB-Python-Version:  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

Closes Debian Bug: #380842

Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- control     15 Aug 2006 07:48:10 -0000      1.50
+++ control     15 Aug 2006 07:51:14 -0000      1.51
@@ -2,8 +2,9 @@
 Section: admin
 Priority: optional
 Maintainer: Simon Horman <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib2.0-dev, perl, 
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev, 
iproute, libtool, libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, 
libopenipmi-dev (>= 2.0.1), lynx, libbz2-dev, zlib1g-dev, uuid-dev, 
libsensors-dev, libltdl3-dev, swig, openssh-client, libgnutls-dev, 
python2.3-dev, libpam0g-dev, libncurses5-dev
+Build-Depends: debhelper (>= 5.0.37.2), libsnmp9-dev, libglib2.0-dev, perl, 
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev, 
iproute, libtool, libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, 
libopenipmi-dev (>= 2.0.1), lynx, libbz2-dev, zlib1g-dev, uuid-dev, 
libsensors-dev, libltdl3-dev, swig, openssh-client, libgnutls-dev, 
python-central (>= 0.5), python-dev, libpam0g-dev, libncurses5-dev
 Standards-Version: 3.7.2
+XS-Python-Version: current
 
 Package: ldirectord-2
 Section: admin
@@ -14,6 +15,7 @@
 Provides: ldirectord
 Conflicts: ldirectord
 Replaces: ldirectord
+XB-Python-Version: ${python:Versions}
 Description: Monitors virtual services provided by LVS
  ldirectord is a stand-alone daemon to monitor services of real
  for virtual services provided by The Linux Virtual Server (LVS).
@@ -23,11 +25,12 @@
 Section: admin
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, python, iproute, adduser, netkit-ping | 
iputils-ping
+Depends: ${shlibs:Depends}, ${python:Depends}, iproute, adduser, netkit-ping | 
iputils-ping
 Recommends: sysklogd | syslog-ng | system-log-daemon, logrotate, iptables
 Provides: heartbeat, libpils0, libstonith0, stonith
 Conflicts: heartbeat, libpils0, libstonith0, stonith
 Replaces: heartbeat, libpils0, libstonith0, stonith
+XB-Python-Version: ${python:Versions}
 Description: Subsystem for High-Availability Linux
  heartbeat is a basic heartbeat subsystem for Linux-HA which implements
  serial, UDP, and PPP/UDP heartbeats together with IP address takeover
@@ -45,6 +48,7 @@
 Provides: heartbeat-dev, libstonith-dev, libpils-dev
 Conflicts: heartbeat-dev, libstonith-dev, libpils-dev
 Replaces: heartbeat-dev, libstonith-dev, libpils-dev
+XB-Python-Version: ${python:Versions}
 Description: Subsystem for High-Availability Linux - development files
  heartbeat is a basic heartbeat subsystem for Linux-HA which implements
  serial, UDP, and PPP/UDP heartbeats together with IP address takeover
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/rules,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- rules       12 Jun 2006 08:26:52 -0000      1.39
+++ rules       15 Aug 2006 07:51:14 -0000      1.40
@@ -127,6 +127,8 @@
        dh_makeshlibs -i -V
        dh_installdeb -i
        dh_perl -i
+       dh_pycentral -i
+       dh_python -i `pwd`/usr/lib/heartbeat/cts `pwd`/usr/lib/heartbeat
        dh_shlibdeps -i
        dh_gencontrol -i
        dh_md5sums -i
@@ -155,6 +157,8 @@
        dh_makeshlibs -a -V
        dh_installdeb -a
        dh_perl -a
+       dh_pycentral -a
+       dh_python -a `pwd`/usr/lib/heartbeat/cts `pwd`/usr/lib/heartbeat
        dh_shlibdeps -a
        dh_gencontrol -a
        dh_md5sums -a




------------------------------

Message: 4
Date: Tue, 15 Aug 2006 01:52:14 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
Subject: [Linux-ha-cvs] Linux-HA CVS: debian by horms from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : horms
Host    : 
Project : linux-ha
Module  : debian

Dir     : linux-ha/debian


Modified Files:
        changelog 


Log Message:
debian: changelog for 2.0.6-2 (released)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/changelog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- changelog   5 Jul 2006 02:45:16 -0000       1.69
+++ changelog   15 Aug 2006 07:52:13 -0000      1.70
@@ -1,3 +1,43 @@
+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 <[EMAIL PROTECTED]>  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




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
Linux-ha-cvs@lists.linux-ha.org
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 33, Issue 46
********************************************

Reply via email to