Send Linux-ha-cvs mailing list submissions to
[email protected]
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
([email protected])
2. Linux-HA CVS: debian by horms from
([email protected])
3. Linux-HA CVS: debian by horms from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 15 Aug 2006 03:02:11 -0600 (MDT)
From: [email protected]
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:
Tag: STABLE_1_2
control
Log Message:
debian: Add recommends iptables to heartbeat
iptables is needed for the portblock resource function to function correctly
Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.17.2.34
retrieving revision 1.17.2.35
diff -u -3 -r1.17.2.34 -r1.17.2.35
--- control 15 Aug 2006 09:01:17 -0000 1.17.2.34
+++ control 15 Aug 2006 09:02:11 -0000 1.17.2.35
@@ -84,7 +84,7 @@
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, python, iproute, adduser, netkit-ping |
iputils-ping
-Recommends: sysklogd | syslog-ng | system-log-daemon, logrotate
+Recommends: sysklogd | syslog-ng | system-log-daemon, logrotate, iptables
Description: Subsystem for High-Availability Linux
heartbeat is a basic heartbeat subsystem for Linux-HA.
.
------------------------------
Message: 2
Date: Tue, 15 Aug 2006 03:02:49 -0600 (MDT)
From: [email protected]
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:
Tag: STABLE_1_2
changelog
Log Message:
Debian: changelog for 1.2.4-13 (released)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/changelog,v
retrieving revision 1.17.2.44
retrieving revision 1.17.2.45
diff -u -3 -r1.17.2.44 -r1.17.2.45
--- changelog 5 Jul 2006 02:46:01 -0000 1.17.2.44
+++ changelog 15 Aug 2006 09:02:49 -0000 1.17.2.45
@@ -1,3 +1,27 @@
+heartbeat (1.2.4-13) unstable; urgency=low
+
+ * shmget-perms.patch
+ Fix local denial of service caused by incorrect permisions
+ on a shared memory page.
+ CVE-2006-3815, DSA-1128
+ (closes: #379904)
+ * ldirectord-1.141-emailalert-1-quiet.patch
+ Don't send email alerts if the alert address is not configured
+ (closes: #380593)
+ * ldirectord-1.139.patch, 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 build dependancy on iptables, as it is needed to
+ supply the correct path to iptables for the portblock resource
+ (closes: #380180)
+ * Added recommends iptables to heartbeat-2, as it is needed
+ for the portblock resource to function correctly
+
+ -- Simon Horman <[EMAIL PROTECTED]> Mon, 31 Jul 2006 17:25:03 +0900
+
heartbeat (1.2.4-12) unstable; urgency=low
* ldirectord: Add dependancy on libmailtools-perl (Mail::Send)
------------------------------
Message: 3
Date: Tue, 15 Aug 2006 03:04:11 -0600 (MDT)
From: [email protected]
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:
Tag: STABLE_1_2
control rules
Added Files:
Tag: STABLE_1_2
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
- heartebat: deplaced depenancy on python with one on {python:Depends}
- Added XB-Python-Version: to each package
- 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
Debian Bug: #380841
Signed-Off-By: Simon Horman <[EMAIL PROTECTED]>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/control,v
retrieving revision 1.17.2.35
retrieving revision 1.17.2.36
diff -u -3 -r1.17.2.35 -r1.17.2.36
--- control 15 Aug 2006 09:02:11 -0000 1.17.2.35
+++ control 15 Aug 2006 09:04:10 -0000 1.17.2.36
@@ -2,8 +2,9 @@
Section: admin
Priority: optional
Maintainer: Simon Horman <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib1.2-dev, perl,
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev,
iproute, libssl-dev, libtool, libcurl3-dev, libxml2-dev, bison, flex,
libsensors-dev, uuid-dev, openssh-client, iptables
+Build-Depends: debhelper (>= 5.0.37.2), libsnmp9-dev, libglib1.2-dev, perl,
net-tools, netkit-ping | iputils-ping, python, python-central (>= 0.5), psmisc,
modutils, libnet1-dev, iproute, libssl-dev, libtool, libcurl3-dev, libxml2-dev,
bison, flex, libsensors-dev, uuid-dev, openssh-client, iptables
Standards-Version: 3.7.2
+XS-Python-Version: current
Package: ldirectord
Section: admin
@@ -11,6 +12,7 @@
Architecture: all
Depends: ${perl:Depends}, ipvsadm, libauthen-radius-perl,
libcrypt-ssleay-perl, libdbi-perl, libdigest-hmac-perl, libdigest-md5-perl,
libmail-pop3client-perl, libmailtools-perl, libnet-dns-perl,
libnet-imap-simple-perl, libnet-imap-simple-ssl-perl, libnet-ldap-perl,
libnet-perl, libwww-perl
Recommends: sysklogd|syslog-ng, logrotate
+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).
@@ -21,6 +23,7 @@
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
+XB-Python-Version: ${python:Versions}
Description: Interface for remotely powering down a node in the cluster
The STONITH module (a.k.a. STOMITH) provides an extensible interface for
remotely powering down a node in the cluster. The idea is quite simple:
@@ -33,6 +36,7 @@
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
+XB-Python-Version: ${python:Versions}
Description: Interface for remotely powering down a node in the cluster
The STONITH module (a.k.a. STOMITH) provides an extensible interface for
remotely powering down a node in the cluster. The idea is quite simple:
@@ -48,6 +52,7 @@
Priority: optional
Architecture: any
Depends: libstonith0 (= ${Source-Version})
+XB-Python-Version: ${python:Versions}
Description: Interface for remotely powering down a node in the cluster
Headers and Libraries for developing modules to work with Stonith
@@ -56,6 +61,7 @@
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
+XB-Python-Version: ${python:Versions}
Description: Plugin and Interface Loading System
PILS is an generalized and portable open source Plugin and Interface
Loading System. PILS was developed as part of the Open Cluster Framework
@@ -69,6 +75,7 @@
Priority: optional
Architecture: any
Depends: libpils0 (= ${Source-Version})
+XB-Python-Version: ${python:Versions}
Description: Plugin and Interface Loading System - development files
PILS is an generalized and portable open source Plugin and Interface
Loading System. PILS was developed as part of the Open Cluster Framework
@@ -83,8 +90,9 @@
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
+XB-Python-Version: ${python:Versions}
Description: Subsystem for High-Availability Linux
heartbeat is a basic heartbeat subsystem for Linux-HA.
.
@@ -101,6 +109,7 @@
Priority: optional
Architecture: any
Depends: heartbeat (= ${Source-Version}), libstonith-dev (= ${Source-Version})
+XB-Python-Version: ${python:Versions}
Description: Subsystem for High-Availability Linux - development files
heartbeat is a basic heartbeat subsystem for Linux-HA.
.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/debian/rules,v
retrieving revision 1.15.2.19
retrieving revision 1.15.2.20
diff -u -3 -r1.15.2.19 -r1.15.2.20
--- rules 12 Jun 2006 09:01:39 -0000 1.15.2.19
+++ rules 15 Aug 2006 09:04:10 -0000 1.15.2.20
@@ -124,6 +124,8 @@
dh_makeshlibs -i -V
dh_installdeb -i
dh_perl -i
+ dh_pycentral -i
+ dh_python -i `pwd`/usr/lib/heartbeat/cts
dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
@@ -152,6 +154,8 @@
dh_makeshlibs -a -V
dh_installdeb -a
dh_perl -a
+ dh_pycentral -a
+ dh_python -a `pwd`/usr/lib/heartbeat/cts
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 33, Issue 62
********************************************