File: changelog

package info (click to toggle)
fence-agents 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,160 kB
  • sloc: xml: 14,189; python: 12,658; ansic: 3,175; makefile: 272; sh: 171; perl: 135
file content (367 lines) | stat: -rw-r--r-- 11,962 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
fence-agents (4.7.1-1) unstable; urgency=medium

  * New upstream version 4.7.1
  * Update dependencies for new version

 -- Valentin Vidic <vvidic@debian.org>  Mon, 08 Feb 2021 20:32:01 +0100

fence-agents (4.7.0-1) unstable; urgency=medium

  * New upstream version 4.7.0
  * Run delay test using dash again
  * Update watch file version
  * Include pkgconfig in the package

 -- Valentin Vidic <vvidic@debian.org>  Thu, 10 Dec 2020 21:25:57 +0100

fence-agents (4.6.0-3) unstable; urgency=medium

  * Run delay test using bash (Closes: #975543)
  * Update Standards-Version to 4.5.1

 -- Valentin Vidic <vvidic@debian.org>  Tue, 01 Dec 2020 22:28:44 +0100

fence-agents (4.6.0-2) unstable; urgency=medium

  [ Rafael David Tinoco ]
  * d/t/metadata: force gawk and fix warning message

  [ Valentin Vidic ]
  * Cleanup unused lintian-overrides
  * Fix failing reproducible build with some locales
  * Run delay test in parallel to save time

 -- Valentin Vidic <vvidic@debian.org>  Sat, 17 Oct 2020 11:15:38 +0200

fence-agents (4.6.0-1) unstable; urgency=medium

  * New upstream version 4.6.0
  * Refresh patches for new version
  * Update lintian-overrides for new version
  * Fix awk warning in autopkgtest

 -- Valentin Vidic <vvidic@debian.org>  Wed, 02 Sep 2020 22:27:26 +0200

fence-agents (4.5.2-3) unstable; urgency=medium

  * Move fence_kdump_send to /usr/libexec
  * Remove Build-Depends on openstack modules
  * Remove explicit dh_missing call
  * Fix package description
  * Add comment why tests are disabled during build

 -- Valentin Vidic <vvidic@debian.org>  Sat, 16 May 2020 12:13:29 +0200

fence-agents (4.5.2-2) unstable; urgency=medium

  [ Valentin Vidic ]
  * Enable CI on salsa
  * Fix lintian manpage warnings
  * Move testing to autopkgtest
  * Fix build error on autodetect agents
  * Add skippable test for fence_aws
  * Update Standards-Version to 4.5.0
  * Use debhelper-compat version 13
  * Update Maintainer mailing list

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Valentin Vidic <vvidic@debian.org>  Wed, 13 May 2020 20:14:32 +0200

fence-agents (4.5.2-1) unstable; urgency=medium

  * New upstream version 4.5.2
  * Update Standards-Version to 4.4.1
  * Build using Rules-Requires-Root: no

 -- Valentin Vidic <vvidic@debian.org>  Wed, 23 Oct 2019 19:40:34 +0200

fence-agents (4.5.1-1) unstable; urgency=medium

  * New upstream version 4.5.1
  * Drop patch remove-fence_amt_ws
  * Use debhelper-compat version 12

 -- Valentin Vidic <vvidic@debian.org>  Sun, 29 Sep 2019 12:48:33 +0200

fence-agents (4.4.0-2) unstable; urgency=medium

  * Update patch for removing fence_amt_ws (Closes: #934519)

 -- Valentin Vidic <vvidic@debian.org>  Fri, 16 Aug 2019 15:07:06 +0200

fence-agents (4.4.0-1) unstable; urgency=medium

  * New upstream version 4.4.0
  * Update Standards-Version to 4.4.0
  * Refresh patches for new version
  * Update lintian override for manpage

 -- Valentin Vidic <vvidic@debian.org>  Sun, 14 Jul 2019 14:00:16 +0200

fence-agents (4.3.3-2) unstable; urgency=high

  * fence_rhevm: add patch for CVE-2019-10153 (Closes: #930887)
    Including non-ASCII characters in a guest VM's comment or other fields
    would cause fence_rhevm to exit with an exception.

 -- Valentin Vidic <vvidic@debian.org>  Sun, 23 Jun 2019 19:53:35 +0200

fence-agents (4.3.3-1) unstable; urgency=medium

  * New upstream version 4.3.3

 -- Valentin Vidic <vvidic@debian.org>  Mon, 03 Dec 2018 19:32:54 +0100

fence-agents (4.3.2-2) unstable; urgency=medium

  * Pass PING{,4,6}_CMD to configure (Closes: #915240)

 -- Valentin Vidic <vvidic@debian.org>  Sun, 02 Dec 2018 10:17:57 +0100

fence-agents (4.3.2-1) unstable; urgency=medium

  * New upstream version 4.3.2

 -- Valentin Vidic <vvidic@debian.org>  Thu, 29 Nov 2018 16:34:08 +0100

fence-agents (4.3.1-1) unstable; urgency=medium

  * New upstream version 4.3.1
  * Refresh patches for new version
  * Update openstack dependencies

 -- Valentin Vidic <vvidic@debian.org>  Thu, 18 Oct 2018 09:02:10 +0200

fence-agents (4.3.0-1) unstable; urgency=medium

  * New upstream version 4.3.0
  * fence_sbd: fix location of sbd binary
  * fence_openstack: add required python modules
  * Skip disabled agents in package description
  * Refresh patches for new version
  * Update Standards-Version to 4.2.1
  * Update my email address in Uploaders

 -- Valentin Vidic <vvidic@debian.org>  Sat, 06 Oct 2018 22:30:26 +0200

fence-agents (4.2.1-1) unstable; urgency=medium

  * New upstream version 4.2.1
  * Refresh patches for new version

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Thu, 31 May 2018 14:44:59 +0200

fence-agents (4.2.0-3) unstable; urgency=medium

  * Move python3-requests and python3-suds to Depends (Closes: #899381)

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Wed, 23 May 2018 17:41:54 +0200

fence-agents (4.2.0-2) unstable; urgency=medium

  * fence_scsi: fix Unicode error with python3 (Closes: #899310)
  * Add autopkgtest for agent metadata

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Wed, 23 May 2018 16:37:33 +0200

fence-agents (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0
  * Refresh patches for new version
  * Ignore long line in manpage
  * Update debian/copyright after file rename
  * Include upstream README and API documents
  * Rename debian/install file
  * Disable testing for agents accessing the network

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Sun, 20 May 2018 21:41:39 +0200

fence-agents (4.1.1-2) unstable; urgency=medium

  * Update Vcs URLs to use salsa
  * Update Standards-Version to 4.1.4

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Wed, 11 Apr 2018 16:22:49 +0200

fence-agents (4.1.1-1) unstable; urgency=medium

  * New upstream version 4.1.1
  * Switch the agents to python3
  * Refresh patches for new version
  * Reoder paragraphs in debian/copyright
  * Switch to debhelper v11
  * Remove XS-Testsuite from debian/control
  * Add cleanup of autogenerated files
  * Enable hardening for compiled agents
  * BUILD_DATE not needed for reproducible builds anymore
  * Suggest python3 modules required for fence_azure_arm
  * Remove unused paragraphs from debian/copyright
  * Update Standards-Version to 4.1.3
  * Replace cman Conflicts with Breaks
  * Add patch for spelling errors reported by lintian
  * Add descriptions for Debian patches
  * Add iputils-ping to Build-Depends
  * Fix version reported by agents

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Sun, 18 Feb 2018 15:29:05 +0100

fence-agents (4.0.25-2) unstable; urgency=medium

  [ Christoph Berg ]
  * Update watch file and homepage to point at github.
  * Remove myself from Uploaders.

  [ Valentin Vidic ]
  * Add myself to uploaders.
  * Ignore lintian warning for fence_ironic description.
  * Disable Internet access during build (Closes: #849336)
  * Update Standards-Version to 4.1.1.
  * Update debhelper to v10.
  * Use dh_missing --fail-missing.
  * Remove trailing whitespace in debian/changelog.
  * Use versioned URL for debian/copyright Format.

 -- Valentin Vidic <Valentin.Vidic@CARNet.hr>  Sun, 03 Dec 2017 20:12:11 +0100

fence-agents (4.0.25-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 23 Jan 2017 11:36:48 +0100

fence-agents (4.0.24-1) unstable; urgency=medium

  * New upstream version.

 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de>  Sat, 17 Sep 2016 15:56:50 +0200

fence-agents (4.0.23-2) unstable; urgency=medium

  * Set LC_ALL=C when sorting list of agents in the description to get
    reproducible ordering.

 -- Christoph Berg <myon@debian.org>  Thu, 07 Jul 2016 15:53:39 +0200

fence-agents (4.0.23-1) unstable; urgency=medium

  * New upstream version.
  * Disable the new fence_amt_ws agent because we don't have openwsman
    (and sblim-sfcc) in Debian yet
  * Include list of agents in package description.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 06 Jul 2016 13:33:49 +0200

fence-agents (4.0.22-3) unstable; urgency=medium

  * Add dh_python2 override to compile python files. (Closes: #816270)

 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de>  Sun, 13 Mar 2016 14:41:07 +0100

fence-agents (4.0.22-2) unstable; urgency=medium

  * Grab missing fence_zvm.h from upstream.
  * Remove fence_zvm on non-s390x, it's a no-op anyway.

 -- Christoph Berg <myon@debian.org>  Sat, 06 Feb 2016 12:34:18 +0100

fence-agents (4.0.22-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <christoph.berg@credativ.de>  Fri, 05 Feb 2016 16:55:20 +0100

fence-agents (4.0.21-2) unstable; urgency=medium

  * fence_scsi: Fix /sbin/vgs path.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 24 Sep 2015 13:43:17 +0200

fence-agents (4.0.21-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Sat, 12 Sep 2015 18:42:15 +0200

fence-agents (4.0.19-1) unstable; urgency=medium

  [ Adrian Vondendriesch ]
  * New upstream version.
  * Remove obsolete "fix-agents" patch. Changes are merged upstream.
  * Add myself to uploaders.
  * Add "--fail-missing" to debian/rules.
  * Add fix-virsh-man-page-unexpected-special-character patch to prevent nroff
    related lintian errors.

 -- Christoph Berg <myon@debian.org>  Mon, 27 Jul 2015 20:29:03 +0200

fence-agents (4.0.18-1) unstable; urgency=medium

  * New upstream version.
  * Use debian/changelog date for BUILD_DATE in scripts to make package builds
    reproducible.
  * Promote python-pycurl and python-pexpect to Depends, they are needed by
    all scripts.
  * Remove deprecated XS-Python-Version: current.
  * Run a simple --help test on all agents.

 -- Christoph Berg <myon@debian.org>  Sat, 16 May 2015 19:22:41 +0200

fence-agents (4.0.17-1) unstable; urgency=medium

  * New upstream version.
    + Verifies remote SSL certificates (implemented in 4.0.12, Closes: #764801).
      CVE-2014-0104
    + fence_zvmip was rewritten in Python (Closes: #765191).
  * Add python-requests and time to Build-Depends, add python-requests and
    python-suds to Suggests (needed by fence_vmware_soap).
  * Add dh-python to Build-Depends.
  * Fix perl dependencies.
  * Remove hardening-wrapper, use buildflags.mk instead.
  * Remove obsolete lintian override file.
  * Add autopkgtest script provided by Alexander Sosna.
  * Add myself to Uploaders; bump Standards-Version.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 22 Apr 2015 14:18:52 +0200

fence-agents (4.0.7.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add libxml2-utils to Build-Depends to get xmllint (Closes: #741813).

 -- Aurelien Jarno <aurel32@debian.org>  Tue, 23 Sep 2014 20:58:23 +0200

fence-agents (4.0.7.1-2) unstable; urgency=medium

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

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 21 Feb 2014 13:09:10 +0000

fence-agents (4.0.0-1) experimental; urgency=low

  * New upstream version
  * debian/patches/fix_manpages.patch: Drop; it's included upstream now

 -- Martin Loschwitz <madkiss@debian.org>  Thu, 21 Mar 2013 08:26:47 +0000

fence-agents (3.1.5-2) unstable; urgency=low

  * Adopted numerous changes from the fence-agents Ubuntu package in order
    to make co-maintaining this package easier, including these changes:
    - debian/patches/fix_manpages.patch: Fix some manpage errors.
    - debian/lintian.overrides: Add lintian overrides.
    Special thanks goes to Andres Rodriguez from Ubuntu!
  * Include the files in /usr/share/cluster/relaxng/ in the package

 -- Martin Loschwitz <madkiss@debian.org>  Thu, 24 Nov 2011 10:14:01 +0000

fence-agents (3.1.5-1) unstable; urgency=low

  * Initial release (Closes: #538203)

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