File: changelog

package info (click to toggle)
resource-agents 1%3A4.0.0~rc1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,644 kB
  • ctags: 2,191
  • sloc: sh: 47,713; ansic: 4,074; perl: 3,457; makefile: 663; xml: 89
file content (376 lines) | stat: -rw-r--r-- 13,730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
resource-agents (1:4.0.0~rc1-4) unstable; urgency=medium

  * pgsql: postgresql-9.6 treats the contents of synchronous_standby_names as
    SQL identifiers, they need to be quoted for dashes etc. (Closes: #862719)

 -- Christoph Berg <myon@debian.org>  Sun, 04 Jun 2017 09:30:30 +0200

resource-agents (1:4.0.0~rc1-3) unstable; urgency=medium

  * debian/control: add net-tools to Recommends (Closes: #857368)

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Tue, 14 Mar 2017 08:36:06 +0100

resource-agents (1:4.0.0~rc1-2) unstable; urgency=medium

  * resource-agents: depend on gawk for LVM monitor
  * debian/control: replace tab with spaces
  * debian/tests: use ocft to test resource-agents
  * lintian: ignore defunct RHEL script rhev-check.sh
  * debian/watch: fix RC handling in upstream version
  * debian/tests: check ldirectord service startup
  * debian/tests: use ocft to test nfsserver agent
  * debian/tests: simplify nfsserver tests
  * Add Valentin Vidic to Uploaders.

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Mon, 23 Jan 2017 11:07:20 +0100

resource-agents (1:4.0.0~rc1-1) unstable; urgency=medium

  * Team upload.

  [ Christoph Berg ]
  * New upstream RC version.
  * Add libxml2-utils to Build-Depends for xmllint.
  * Include list of agents in package description.
  * Remove unused CVE-2010-3389--bug598549.patch.
  * Fix typo in IPaddr2, patch by ISHIKAWA Mutsumi. (Closes: #850787)

  [ Adrian Vondendriesch ]
  * Bump standards version.
  * Add lsb-base to ldirectord dependencies.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 11 Jan 2017 11:18:39 +0100

resource-agents (1:3.9.7-3) unstable; urgency=medium

  * Hardwire SHELL in /usr/lib/ocf/lib/heartbeat/ocf-binaries to /bin/bash,
    too many scripts contain bashisms. Spotted by the reproducible project,
    thanks!
  * Disable IPv6addr and send_ua on non-Linux, they need SIOCSIFADDR and
    SIOGIFINDEX.
  * Use dh-exec to install ldirectord.service and sfex* on Linux only.

 -- Christoph Berg <myon@debian.org>  Fri, 08 Apr 2016 21:19:58 +0200

resource-agents (1:3.9.7-2) unstable; urgency=medium

  [ Adrian Vondendriesch ]
  * debian/ldirectord.cf: Create a dummy configuration file.
  * debian/ldirectord.install: Ship the dummy configuration as default config
    for ldirectord. Otherwise the installation fails. (Closes: #817117)

  [ Christoph Berg ]
  * Remove Martin, Anibal, Simon, and Frederik from Uploaders.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 14 Mar 2016 11:35:07 +0100

resource-agents (1:3.9.7-1) unstable; urgency=medium

  * New upstream release.
  * Add shebang line to runocft.

 -- Christoph Berg <myon@debian.org>  Sat, 13 Feb 2016 11:49:44 +0100

resource-agents (1:3.9.6-2) unstable; urgency=medium

  * Fix arch-all build by not attempting to fix the findif.sh permissions.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 03 Feb 2016 11:58:38 +0100

resource-agents (1:3.9.6-1) unstable; urgency=medium

  [ Christoph Berg ]
  * New upstream release.
    + ldirectord uses inet_ntop correctly. (Closes: #752667)
    + Xen handler supports "xl". (Closes: #672265)
    + Pure-FTPd RA creates pidfile directory. (Closes: #707878)
    + Removed bashism within Xinitd (Closes: #690928)
    + Bashism in pgsql agent fixed (Closes: #802990)
    + Upgrading from previous version fixed (Closes: #739873)
    + Crash fixed (Closes: #569533)
    + IPv6addr fixed (Closes: #709410)
    + findif doesn't require netmask anymore (Closes: #720453)
    + lxc agent fixed (Closes: #681818)
  * Update debian/copyright.
  * Bump dh compat to 9.
  * Rewrite ldirectord description, the old one was a mess.
  * Install upstream ldirectord.cf as example.
  * debian/ldirectord.init: remove "exec". (Closes: #664645)
  * debian/patches/mysql-path.patch: Now applies to heartbeat/mysql-common.sh.
  * Remove debian/patches/ocf-asterisk, went upstream.
  * Drop resource-agents-dev, it only contained a single line in a single file
    (but was Arch: any). Move agent_config.h to resource-agents.
  * Simplify debian/*.install.
  * Replace hardening-wrapper with buildflags.mk.
  * Build-Depend on systemd for systemd.pc.
  * Remove Python-Version from debian/control.
  * Write .tarball-version at build-time.
  * Add myself to Uploaders; bump Standards-Version.

  [ Adrian Vondendriesch ]
  * Install upstream ldirectord.service file
  * Drop fix-gethostinfo-v2 patch. The original bug is fixed by upstream
    commit 9d91c7 and 0d4438.
  * Add myself to Uploaders.
  * Add VCS-Git and VCS-Homepage to debian/changelog.
  * Change debian/watch to track new upstream location.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 02 Feb 2016 17:17:34 +0100

resource-agents (1:3.9.5+git+a626847-1) experimental; urgency=medium

  * New upstream checkout
  * debian/control: Bump Standards-Version

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 21 Feb 2014 12:51:03 +0000

resource-agents (1:3.9.5+git20130726-1) experimental; urgency=low

  * New upstream checkout

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 26 Jul 2013 09:25:10 +0000

resource-agents (1:3.9.5-1) experimental; urgency=low

  * New upstream release

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 20 Mar 2013 22:14:18 +0000

resource-agents (1:3.9.3+git20121009-3) unstable; urgency=low

  * Fix the previous upload by including the proper patch this time. 

 -- Martin Loschwitz <madkiss@debian.org>  Thu, 22 Nov 2012 10:19:16 +0000

resource-agents (1:3.9.3+git20121009-2) unstable; urgency=low

  * debian/patches/fix-gethostinfo-v2.patch: Applied a patch by Zang 
    MingJie, edited by Ruben Laban, to fix a problem related to IPv6 in
    ldirectord (Closes: #675913)

 -- Martin Loschwitz <madkiss@debian.org>  Thu, 22 Nov 2012 09:33:56 +0000

resource-agents (1:3.9.3+git20121009-1) unstable; urgency=low

  * New upstream version
  * debian/patches/01_docbook_patch.patch: Refactored for new release
  * debian/patches/02_spelling_fixes.patch.new: Refatored for new release
  * debian/control: Bumped Standards-Version to 3.9.3

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 09 Oct 2012 11:16:59 +0000

resource-agents (1:3.9.2-5) unstable; urgency=high

  * debian/control: Fix the Conflicts and Replaces lines of resource-agents
    to make sure that cluster-agents and resource-agents are mutually 
    exclusive. Setting the urgency to high because this bug keeps people
    from running the whole clusterstack (Closes: #646110) 
  * debian/patches/ocf-asterisk: Include the Asterisk PBX OCF resource agent
    written by Florian Haas, Andreas Kurz and me, sponsored by hastexo

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 15 Nov 2011 17:14:18 +0000

resource-agents (1:3.9.2-4) 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.

 -- Martin Loschwitz <madkiss@debian.org>  Thu, 20 Oct 2011 12:10:13 +0000

resource-agents (1:3.9.2-3) unstable; urgency=low

  * debian/rules: Remove /usr/share/cluster/drbd.metadata from the final
    resource-agents package as it conflicts with drbd8-utils, too. Bollocks!
    (Closes: #639260)

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 26 Aug 2011 12:43:41 +0000

resource-agents (1:3.9.2-2) unstable; urgency=low

  * Remove the RHCS DRBD resource agent (/usr/share/cluster/drbd.sh) so that
    this package does not conflict with drbd8-utils (Closes: #639260)
  * Add Conflicts for current versions of rgmanager -- versions of rgmanager
    newer than the one currently in Debian will fix the problem, but right
    now, there is no other way to deal with this (Closes: #639274)

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 26 Aug 2011 06:03:45 +0000

resource-agents (1:3.9.2-1) unstable; urgency=low

  * Package rename due to restructuring from upstream
  * Added resource-agents-dev package to hold the important header file
  * New upstream release from new repository
  * Updated to new Policy version, no changes necessary
  * Adapt patches to work with the new upstream version

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 24 Aug 2011 09:32:00 +0000

cluster-agents (1:1.0.3-4) unstable; urgency=low

  * Use correct paths on Debian/GNU Linux in MySQL resource agent
    (Closes: #608274)
  * Add build dependency on python
    - Fixes build failure on both unstable and testing

 -- Simon Horman <horms@debian.org>  Fri, 04 Feb 2011 07:46:13 +0900

cluster-agents (1:1.0.3-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches
    - (CVE-*): New patch. Fix CVE-2010-3389 insecure library loading using
      LD_LIBRARY_PATH. (important, security; Closes: #598549).

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 19 Oct 2010 13:35:00 +0300

cluster-agents (1:1.0.3-3) unstable; urgency=low

  * Add build dependency on docbook-xml. (Closes: #579623)

 -- Frederik Schüler <fs@debian.org>  Mon, 03 May 2010 20:00:49 +0200

cluster-agents (1:1.0.3-2) unstable; urgency=low

  * Adopting patch from Andres Rodriguez and actually include it. 

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 16 Apr 2010 06:44:40 +0000

cluster-agents (1:1.0.3-1) unstable; urgency=low

  * Update to new upstream version 1.0.3
  * Include example configuration file provided by Michael Schwartzkopff
    (Closes: #577575)
  * Add default file for ldirectord and patch init file to use it 
    (Closes: #577572, #577574)

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 16 Apr 2010 05:57:16 +0000

cluster-agents (1:1.0.2+hg1712-1) unstable; urgency=low

  * New upstream Mercurial checkout
  * Prepare for unstable upload and actually do it
  * Include files added by upstream in cluster-agents

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 30 Mar 2010 06:57:42 +0000

cluster-agents (1:1.0.2+hg1702-1) unstable; urgency=low

  * New package revision prepared for upload to unstable.
  * Update debian/copyright: list LGPL and GPL version 2 components.
  * ldirectord: check for a config file in initscript, and do nothing 
    if it is not present.

 -- Frederik Schüler <fs@debian.org>  Fri, 26 Mar 2010 12:23:40 +0100

cluster-agents (1:1.0.2+hg1686-1) unstable; urgency=low

  * New package revision prepared for upload to unstable.
  * Install ldirector.8 manpage.
  * Drop unused lintian overrides.

 -- Frederik Schüler <fs@debian.org>  Fri, 12 Mar 2010 12:01:30 +0100

cluster-agents (1:1.0.2+hg1657-2) unstable; urgency=low

  [ Martin Loschwitz ]
  * Update the copyright-file to be more appropriate and up to date.

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 03 Mar 2010 08:40:00 +0100

cluster-agents (1:1.0.2+hg1657-1) unstable; urgency=low

  [ Martin Loschwitz ]
  * New package revision prepared for upload to unstable.

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 02 Mar 2010 14:21:00 +0100 
 
cluster-agents (1:1.0.2-2) UNRELEASED; urgency=low

  [ Simon Horman ]
  * Add build dependency on xsltproc.
  * Use dh_installinit to install the debian ldirectord init script.
  * Do not pass --sourcedir to dh_install.

  [ Frederik Schüler ]
  * Use source version 3.0 instead of dpatch, drop dependency accordingly.
  * Bump standards version to 3.8.4, no changes needed.
  * Install lintian override file.
  * Install manpages.
  * Really clean up in clean target.
  * debian/control: drop duplicate Section: field.

 -- Frederik Schüler <fs@debian.org>  Fri, 26 Feb 2010 19:33:36 +0100

cluster-agents (1:1.0.2-1) unstable; urgency=low

  * New upstream release.

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 03 Feb 2010 08:05:00 +0100

cluster-agents (1:1.0.2~rc2a+hg20100127-0test1) unstable; urgency=low

  * Incorporating a whole lot of changes done by Ante Karamatic to
    these packages; thank you very much indeed!
  * New upstream version taken from linux-ha.org repository
  * Fix dependencies for ldirectord and include var/lock/subsys/ldirectord

 -- Martin Loschwitz <madkiss@debian.org>  Wed, 27 Jan 2010 01:24:00 +0100

cluster-agents (1:1.0.2~rc2a-0ubuntu0ppa5) lucid; urgency=low

  * Add libglib2.0-dev to build-deps

 -- Ante Karamatic <ivoks@ubuntu.com>  Tue, 05 Jan 2010 18:19:31 +0100

cluster-agents (1:1.0.2~rc2a-0ubuntu0ppa4) lucid; urgency=low

  * Add pkg-config to build-deps

 -- Ante Karamatic <ivoks@ubuntu.com>  Tue, 05 Jan 2010 17:03:35 +0000

cluster-agents (1:1.0.2~rc2a-0ubuntu0ppa3) lucid; urgency=low

  * Fix typo in build-depends

 -- Ante Karamatic <ivoks@ubuntu.com>  Tue, 05 Jan 2010 14:15:44 +0000

cluster-agents (1:1.0.2~rc2a-0ubuntu0ppa2) lucid; urgency=low

  * Added autoconf, automake and libtool to build-deps

 -- Ante Karamatic <ivoks@ubuntu.com>  Mon, 04 Jan 2010 16:11:41 +0000

cluster-agents (1:1.0.2~rc2a-0ubuntu0ppa1) lucid; urgency=low

  * New upstream version
  * Added dpatch, docbook-xsl and xsltproc to build-deps
  * debian/patches/01_local_docbook:
   - use local docbook-xsl

 -- Ante Karamatic <ivoks@ubuntu.com>  Mon, 04 Jan 2010 15:55:14 +0000

cluster-agents (1:1.0+hg20091103-1~bpo50+1) lenny-backports; urgency=low

  * Rebuild for lenny-backports.

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 03 Nov 2009 12:10:06 +0000

cluster-agents (1:1.0+hg20091103-1) unstable; urgency=low

  * Updated upstream tarball to fetch some important updates 

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 03 Nov 2009 12:07:35 +0000

cluster-agents (1:1.0+hg20091012-1) unstable; urgency=low

  * New upstream version

 -- Martin Loschwitz <madkiss@debian.org>  Mon, 12 Oct 2009 17:10:00 +0200

cluster-agents (1:1.0+hg20090915-1) unstable; urgency=low

  * Initial release of packages for the cluster agents collection

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 15 Sep 2009 09:56:16 +0000