File: changelog

package info (click to toggle)
ipvsadm 1%3A1.31-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 632 kB
  • sloc: ansic: 3,797; sh: 349; makefile: 138
file content (400 lines) | stat: -rw-r--r-- 15,142 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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
ipvsadm (1:1.31-5) unstable; urgency=medium

  * [f4e6960] d/patches: add numerical prefix to patch names
  * [38ef907] d/rules: allow parallel builds
  * [942cc97] d/.gitlab-ci.yml: remove unused CI config file
  * [2e3d293] d/p/03-fix-ambiguous-usage-error-message.patch:
    fix combination of `-M` and `-6`
  * [a1b0403] d/patches: all patches have been forwarded and applied upstream
  * [32aacdb] d/p/06-make-clean-fix.patch: don't remove spec-file
  * [b368d4c] d/gbp.conf: dch: remove `commit-msg`

 -- Jeremy Sowden <azazel@debian.org>  Sat, 18 Jan 2025 13:16:49 +0000

ipvsadm (1:1.31-4) unstable; urgency=medium

  * [9ccd025] d/patches: add patch to make sure libipvs.a is built before
    ipvsadm

 -- Jeremy Sowden <azazel@debian.org>  Sun, 24 Nov 2024 20:45:23 +0000

ipvsadm (1:1.31-3) unstable; urgency=medium

  * [6740cde] d/compat, d/control: remove d/compat and add a build-dep on
    `debhelper-compat = 13` to d/control
  * [374d59b] d/control: bump Standards-Version to 4.7.0
  * [d35b20a] d/control: set Rules-Requires-Root: no
  * [4d32da4] d/control: update Maintainer and add Uploaders to adopt the
    package for the Netfilter team
  * [6e8cfea] d/control: add ${misc:Pre-Depends} for invoke-rc.d in
    init-system-helpers
  * [3a56ff0] d/control: update VCS URL's
  * [35e9718] d/control: change architecture to `linux-any`
  * [4e5b31c] d/copyright: convert to DEP-5 format
  * [920b4fe] d/copyright: update copyright field for debian/*
  * [b9901d0] d/gbp.conf: default: set `debian-branch` to debian/sid
  * [3e3552b] d/gbp.conf: dch: set `id-length` to 7
  * [5f21e6e] d/gbp.conf: dch: set `commit-msg`
  * [5aed261] d/gbp.conf: default: set `pristine-tar` to True
  * [0712455] d/ipvsadm.manpages: run wrap-and-sort
  * [d154a71] d/ipvsadm.install, d/ipvsadm.service, d/ipvsadm-*: add a
    systemd service file (Closes: #1039239)
  * [cf418ca] d/p/cross.patch: add DEP-3 metadata
  * [b5564bc] d/p/limit-weight-to-int-max.patch: fix DEP-3 metadata
  * [4780601] d/p/fix-ambiguous-usage-error-message.patch: fix ambiguous
    usage error message (Closes: #610596)
  * [d066b67] d/p/fix-build-flags.patch, d/rules: patch Makefiles to
    support build-flags
  * [2058baf] d/rules: let dh manage build-flags
  * [36c9721] d/rules: enable hardening
  * [7bb8112] d/rules: pass HAVE_NL=1 to make to enable libnl support
  * [cc35b9c] d/rules: add support for the `terse` build option
  * [a17aaf3] d/watch: verify upstream signatures
  * [f675127] d/source/lintian-overrides: override
    "orig-tarball-missing-upstream-signature"
  * [9d28683] d/: add .gitignore
  * [0e458b8] d/: remove obsolete header file
  * [1410ea0] d/: remove duplicate docs file
  * [4b2e573] d/ipvsadm.init: fix formatting
  * [1005e81] d/ipvsadm.default: correct explanatory comments
  * [1cae5e5] d/ipvsadm.service: add /etc/default/ipvsadm as an
    EnvironmentFile
  * [b09787d] d/ipvsadm-flush, d/ipvsadm-load: obey `$AUTO` as defined in
    /etc/default/ipvsadm

 -- Jeremy Sowden <azazel@debian.org>  Sat, 25 May 2024 15:05:44 +0100

ipvsadm (1:1.31-2) unstable; urgency=medium

  * QA upload.

  [ Helmut Grohne ]
  * Orphan the package with Alexander's consent. Thanks for maintaining it.
  * Drop obsolete lsb-base dependency.
  * Use CPPFLAGS: Append them to CFLAGS.
  * cross.patch: Make pkg-config substitutable. (Closes: #901275)
  * Delete lintian overrides for tags issued anymore.
  * Transition pkg-config dependency to pkgconf.

  [ Chris Hofstaedtler ]
  * Install aliased files into /usr (DEP17 M2) (Closes: #1060204)

 -- Helmut Grohne <helmut@subdivi.de>  Fri, 24 May 2024 13:32:37 +0200

ipvsadm (1:1.31-1) unstable; urgency=medium

  * [950ed21] New upstream version 1.31
  * [e35ba70] Refresh patch
  * [5639279] Bump standards version

 -- Alexander Wirt <formorer@debian.org>  Sun, 05 Jan 2020 21:33:49 +0100

ipvsadm (1:1.29-1) unstable; urgency=medium

  * [b30c9aa] New upstream version 1.29
    (Closes: #903935)
  * [f33b1cc] Bump standards version
  * [06cf313] Priority extra is now optional
  * [28cd1fe] Bump to dh11
  * [776e7b4] package doesn't build with parallel
  * [a3d3994] Add gitlab-ci file
  * [b82b9b0] Add snapshot changelog
  * [c1c00d7] Add homepage field
  * [4af29a6] Remove trailing whitespace
  * [8cdf09c] I found even more whitespace
  * [8f39cde] Verify gpg sig on upstream tarball
  * [0e9779f] use specific GPL version in copyright
  * [07d28a4] Remove obsolete lintian override
  * [6a7e974] We don't use dpatch anymore, kick README.source
  * [98911a8] Add override file - we don't have a changelog
  * [aa1dc89] Fix syncid on daemon invocation (Closes: #649106, #788345, #808950)
  * [7695a4a] Add a patch to enhance weight parameter to INT_MAX.
    Thanks to Francois Lallart <fraff@free.fr> (Closes: #814348)

 -- Alexander Wirt <formorer@debian.org>  Sun, 05 Aug 2018 09:21:46 +0200

ipvsadm (1:1.28-2) experimental; urgency=medium

  * [2c4e022] Update watch file
  * [4c4c557] Add VCS header

 -- Alexander Wirt <formorer@debian.org>  Sat, 14 Feb 2015 06:41:14 +0100

ipvsadm (1:1.28-1) experimental; urgency=medium

  * [dfdf261] Imported Upstream version 1.28
    (Closes: #775930)
    - fix rule loading on i386 (Closes: #750549)

 -- Alexander Wirt <formorer@debian.org>  Wed, 11 Feb 2015 14:10:18 +0100

ipvsadm (1:1.26-3) unstable; urgency=medium

  * [8fe73cf] Move to quilt 3.0
  * [9ae82d1] wrap-and-sort
  * [d8b7ba7] Move to debhelper compat v9
  * [450ce1d] Remove obsolete dpatch patches
  * [86caa7e] Remove obsolete templates
  * [8c6fbd7] Bump standards version
  * [6972aa0] Add deps for libnl3
  * [9a354ee] Add syncid to default file (Closes: #649106)
  * [f57062e] Build against libnl3 (Closes: #653021)
  * [ebeed1d] Fix displayed nodes (Closes: #685495, #706680)
  * [c0e7408] Imported Debian patch 1:1.26-2
  * [25fb091] Revert "Imported Debian patch 1:1.26-2"
  * [be1c118] Fix build-deps
  * [41027f9] Bump standards version (no changes)
  * [d0c8111] Add a patch to support LDFLAGS in Makefile. This adds support for hardening.

 -- Alexander Wirt <formorer@debian.org>  Sat, 01 Mar 2014 23:36:46 +0100

ipvsadm (1:1.26-1) unstable; urgency=low

  * [084f2b6] Imported Upstream version 1.26
    - Fix display of active connections (Closes: #574587)
  * [3a0f1e2] Use source format 1.0
  * [d5ca6cd] Remove debconf configuration (Closes: #656652)
  * [c9ac6fd] Update NEWS entry
  * [4759bff] Update default file with new options
  * [ee63b63] Add support for specifying syncid in /etc/default/ipvsadm
    (Closes: #649106)
  * [6a47317] Cleanup upstream provided debian/files
  * [028471c] Update disabled message of initscript
  * fix runlevels of initscript (Closes: #582821)
  * [5481cda] Add ipvs and IPVS to description (Closes: #572315)
  * [8b71ffc] Apply patch for startup options of ipvsadm (Closes: #504001)

 -- Alexander Wirt <formorer@debian.org>  Wed, 22 Feb 2012 22:03:47 +0100

ipvsadm (1:1.25) unstable; urgency=low

  * New upstream version (Closes: #540423)
  * Fix pending l10n issues. Debconf translations:
  * Vietnamese (Clytie Siddall).  Closes: #513582
  * Spanish (Francisco Javier Cuadrado).  Closes: #529727
  * Arabic (Ossama M. Khayat).  Closes: #552384
  * Japanese (Hideki Yamane (Debian-JP)).  Closes: #553028

 -- Alexander Wirt <formorer@debian.org>  Sun, 08 Nov 2009 14:16:20 +0100

ipvsadm (1:1.24-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix pending l10n issues. Debconf translations:
    - Swedish. Closes: #491945

 -- Christian Perrier <bubulle@debian.org>  Tue, 21 Oct 2008 05:47:28 +0200

ipvsadm (1:1.24-2) unstable; urgency=low

  * Update german debconf translation (Closes: #485451)

 -- Alexander Wirt <formorer@debian.org>  Tue, 10 Jun 2008 08:47:02 +0200

ipvsadm (1:1.24-1) unstable; urgency=low

  * New maintainer
  * Remove support for 2.2 and 2.4 kernels
  * Move from cdbs to debhelper
  * Make initscript LSB conform  (Closes: #466256)
  * Bump standards version
  * Don't mark default as translateable
  * Don't limit names of interfaces. This is useless in days where interfaces
    can be renamed and so on. (Closes: #298375)
  * Remove bashism in postinst (Closes: #411253)
  * Fix /etc/init.d/ipvsadm stop (Closes: #296668)
  * Don't use a shellwrapper anymore for ipvsadm (Closes: #402207)
  * Disable autosaving of rules (see NEWS.Debian) (Closes: #337207, #275986)
  * Use consistent versioning (Closes: #402728)
  *
  * Allow daemon to be in master and backup mode simultaneously
    (Closes: #401013)
  * After translation round update translations.
    (Closes: #473717, #473723, #473789, #473887, #474359, #474376, #474437)
    alse Closes: #475307, #476791, #477820, #480206

 -- Alexander Wirt <formorer@debian.org>  Sun, 30 Mar 2008 15:15:17 +0200

ipvsadm (1.24+1.21-1.4) unstable; urgency=high

  * Non-maintainer upload.

  [ Pierre Habouzit ]
  * Move ipvs detection into the postinst, so that we can rely on the ipvsadm
    tool, guard that call to avoid any problems. (Closes: #408245).

  [ Mohammed Adnène Trojette ]
  * High urgency for RC bug fixing.
  * Update FSF address in debian/copyright.

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Tue, 13 Feb 2007 19:12:11 +0100

ipvsadm (1.24+1.21-1.3) unstable; urgency=low

  * Non-maintainer upload
    - Run ipvsadm before checking for /proc/net/ip_vs_conn
      to avoid falsely reporting that ipvs is unavailable when
      it is built as a module
      (closes: 329482)

 -- Simon Horman <horms@debian.org>  Thu, 30 Nov 2006 15:45:51 +0900

ipvsadm (1.24+1.21-1.2) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n-related issues
  * Depend on debconf | debconf-2.0 to allow the cdebconf transition
    Closes: #331864
  * Updated debconf tranlations:
    - Vietnamese. Closes: #312032
    - Updated Brazilian Portuguese. Closes: #295103
    - Added Dutch. Closes: #295665
    - Added Czech. Closes: #316998, #317002
    - Added Swedish. Closes: #336737
    - Added Polish. Sent during the NMU campaign.
    - Added Italian. Sent during the NMU campaign.
    - Added Russian. Sent during the NMU campaign.
    - Added Norwegian Bokmål. Sent during the NMU campaign.
      Closes: #396103

 -- Christian Perrier <bubulle@debian.org>  Tue, 17 Oct 2006 09:04:57 +0200

ipvsadm (1.24+1.21-1.1) unstable; urgency=low

  * Non-maintainer upload as requested by Joerg Wendland
  * Remove bogus check for ip_vs proc file, which
    typically won't exist on systems with a modular kernel.
    (closes: Bug#329482)

 -- Simon Horman <horms@debian.org>  Sat, 24 Sep 2005 14:45:53 +0900

ipvsadm (1.24+1.21-1) unstable; urgency=low

  * Pack upstream version 1.24 (for 2.6 kernels), 1.21 (for 2.4 kernels)
    and 1.21-11 (for kernels >= 2.4.29) together and provide a wrapper
    script that chooses the correct binary to run depending on the kernel
    version.
    (closes: Bug#270774)
  * Include new french debconf translation.
    (closes: Bug#269105)

 -- Joerg Wendland <joergland@debian.org>  Tue,  8 Feb 2005 11:09:24 +0100

ipvsadm (1.24-1) unstable; urgency=low

  * New upstream version.
    (closes: Bug#240195)
  * New maintainer. Thanks to nefsall maintaining this package
    until now. This is a package hijacking.
    (closes: Bug#262221)
  * debian/rules:
    Change build system to CDBS.
  * debian/watch:
    Added.
  * Rework debconf templates and use po-debconf.
    (closes: Bug#258719)
  * debian/control:
    - Remove Suggests: kernel-patch-2.4-ipvs since IPVS is included
      in current 2.4 and 2.6 kernels.
    - Add Suggests: keepalived for this is an alternative to heartbeat
      and features IPVS support.
    - Add Build-Depends: po-debconf.
    - Bump Standards-Version to 3.6.1.0, no changes required.
  * po/de.po:
    Add German debconf templates.
  * Use newer version of ip_vs.h from 2.6 kernels.

 -- Joerg Wendland <joergland@debian.org>  Wed, 25 Aug 2004 03:30:24 +0200

ipvsadm (1.21release6-1) unstable; urgency=low

  * New Upstream Release.
  * Sync header file (ip_vs.h) to IPVS version 1.0.9 (Kernel 2.4.20).
  * Added two scheduling algorithms (SED and NQ) to SCHEDULERS.

 -- KiHyeon Seo <nefsall@debian.org>  Fri, 13 Jun 2003 13:09:50 +0900

ipvsadm (1.21release4-1) unstable; urgency=low

  * New Upstream Release.
  * Sync header file (ip_vs.h) to IPVS version 1.0.8 (Kernel 2.4.20).

 -- KiHyeon Seo <nefsall@debian.org>  Mon, 21 Apr 2003 13:10:20 +0900

ipvsadm (1.21release3-1) unstable; urgency=low

  * New Upstream Release.
  * Sync header file (ip_vs.h) to IPVS version 1.0.7 (Kernel 2.4.19).
  * debian/ipvsadm.templates: Updated. (Thanks, ??? <karsten@freerun.com>,
    closes: #163353)

 -- KiHyeon Seo <nefsall@debian.org>  Thu, 12 Dec 2002 03:11:35 +0900

ipvsadm (1.21release2-1) unstable; urgency=low

  * New Upstream Release.
  * Sync header file (ip_vs.h) to IPVS version 1.0.5 (Kernel 2.4.19).

 -- KiHyeon Seo <nefsall@debian.org>  Sat, 17 Aug 2002 13:27:49 +0900

ipvsadm (1.21release1-1) unstable; urgency=low

  * New Upstream Release.
  * Sync header file (ip_vs.h) to IPVS version 1.0.4 (Kernel 2.4.18).

 -- KiHyeon Seo <nefsall@debian.org>  Wed, 24 Jul 2002 01:35:59 +0900

ipvsadm (1.20release6-2) unstable; urgency=low

  * debian/ipvsadm.templates: Added Brazilian Portuguese (pt_BR)
    translation. (Andre Luis Lopes <andrelop@ig.com.br>)
    (closes: #141534)
  * Sync header file (ip_vs.h) to IPVS version 1.0.2 (Kernel 2.4.18).

 -- KiHyeon Seo <nefsall@debian.org>  Tue,  9 Apr 2002 12:04:45 +0900

ipvsadm (1.20release6-1) unstable; urgency=low

  * New Upstream Release.
  * Sync header file (ip_vs.h) to IPVS version 1.0.1 (Kernel 2.4.18).

 -- KiHyeon Seo <nefsall@debian.org>  Thu, 28 Mar 2002 03:14:00 +0900

ipvsadm (1.20release5-2) unstable; urgency=low

  * Fixed debian/control, debian/ipvsadm.templates. (Because, Merged
    kernel-patch-2.4.*-ipvs to kernel-patch-2.4-ipvs.)
  * Sync header file (ip_vs.h) to IPVS version 1.0.0 (Kernel 2.4.18).

 -- KiHyeon Seo <nefsall@debian.org>  Mon, 18 Mar 2002 01:20:13 +0900

ipvsadm (1.20release5-1) unstable; urgency=low

  * New Upstream Release. (closes: #71792)
  * New Maintainer. (closes: #125779)
  * Renamed to ipvsadm.
  * Moved patch file to kernel-patch-2.4.x-ipvs.
  * Added init script.
  * Used debconf.
  * Sync header file (ip_vs.h) to IPVS version 0.9.9 (Kernel 2.4.17).

 -- KiHyeon Seo <nefsall@debian.org>  Mon,  4 Mar 2002 03:23:34 +0900

lvs (0.9.7-2) unstable; urgency=low

  * Package is orphaned (see bug #114113). Setting maintainer to QA.
  * Suggest kernel-source virtual package rather than depending on specific
    (now outdated) versions (closes: #71791, #102791).
  * debian/copyright: Fix typos and correct upstream URL.
  * debian/control: Minor wording improvements to package description.
  * Policy version 3.5.6: add build dependencies and implement
    DEB_BUILD_OPTIONS.

 -- Colin Watson <cjwatson@debian.org>  Mon,  1 Oct 2001 19:43:45 +0100

lvs (0.9.7-1) unstable; urgency=low

  * Initial Release.
  * Mangled .orig.tar.gz to include patches for both 2.2.13 and 2.2.14
    and gui for ipvsadm (lvs-gui.)

 -- Federico Di Gregorio <fog@debian.org>  Wed, 26 Jan 2000 16:12:55 +0100