File: changelog

package info (click to toggle)
arping 2.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 900 kB
  • sloc: sh: 4,354; ansic: 3,010; exp: 405; makefile: 28
file content (359 lines) | stat: -rw-r--r-- 13,581 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
arping (2.21-2) unstable; urgency=medium

  * unit tests: Remove test registry code in favour of code duplication
    (Closes: #980595)
  * Declare compliance with Debian policy 4.5.1
  * Update copyright years for debian/* packaging files
  * Bump Debhelper compat level to 13

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 21 Jan 2021 06:29:56 +0100

arping (2.21-1) unstable; urgency=medium

  * New upstream version 2.21
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 4.5.0

 -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 15 Mar 2020 14:56:34 +0100

arping (2.20-1) unstable; urgency=medium

  * New upstream version 2.20
  * Update copyright years for upstream files
  * Update copyright years for debian/* packaging files
  * Drop spelling-error-in-manpage.patch (applied upstream)
  * Drop Fall-back-to-gettimeofday-if-clock_gettime-fails.patch (applied
    upstream)
  * Drop Provide-configure-time-fallback-for-cross-compile-ch.patch (applied
    upstream)
  * Drop Further-improvement-for-cross-compiling.patch (applied upstream)
  * Drop Further-simplify-CLOCK_MONOTONIC-check.patch (applied upstream)
  * Update .gitlab-ci.yml based on Salsa CI Team's template
  * Declare compliance with Debian policy 4.4.1

 -- Salvatore Bonaccorso <carnil@debian.org>  Thu, 10 Oct 2019 09:04:02 +0200

arping (2.19-6) unstable; urgency=medium

  * Update .gitlab-ci.yml based on Salsa CI Team's template
  * GitLab CI/Lintian: install dpkg-dev, that ships dpkg-architecture, needed
    to run some Lintian checks
  * Replace home-made GitLab CI with the standard Salsa pipeline
  * Bump Debhelper compat level to 12
  * Declare compliance with Debian policy 4.3.0

 -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 28 Dec 2018 14:11:07 +0100

arping (2.19-5) unstable; urgency=medium

  * Add an initial Gitlab CI config file
  * Add simple smoke test for autopkgtest
  * Declare compliance with Debian policy 4.1.4

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 23 May 2018 14:10:02 +0200

arping (2.19-4) unstable; urgency=medium

  * Update Vcs-* headers for switch to salsa.debian.org
  * Bump Debhelper compat level to 11
  * Update copyright years for debian/* packaging files
  * Declare compliance with Debian policy 4.1.3

 -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 17 Feb 2018 10:21:13 +0100

arping (2.19-3) unstable; urgency=medium

  * Use debhelper integraton for dpkg-maintscript-helper.
    Instead of using the snippets in postrm, preinst and postinst maintainer
    scripts use the debhelper integration.
  * Set Rules-Requires-Root to no

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 22 Nov 2017 21:08:09 +0100

arping (2.19-2) unstable; urgency=medium

  * Add debian/upstream/metadata
  * Fall back to gettimeofday() if clock_gettime() fails
  * Fix "FTCBFS: uses AC_TRY_RUN"
    - Provide configure-time fallback for cross-compile checks.
    - Further improvement for cross-compiling.
    Thanks to Helmut Grohne and Thomas Habets (Closes: #877402)
  * Further simplify CLOCK_MONOTONIC check
  * debian/watch: Bump format to version 4.
    Use @PACKAGE@, @ANY_VERSION@ and @ARCHIVE_EXT@ substitutions.
    Replace use of pgpsigurlmangle with pgpmode=auto and let uscan check
    various possible URLs for the signature file on its own.
  * Declare compliance with Debian policy 4.1.1

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 04 Oct 2017 21:56:08 +0200

arping (2.19-1) unstable; urgency=medium

  * New upstream version 2.19 (Closes: #846924)
  * Update copyright years for upstream files
  * debian/control: Add check to Build-Depends
  * Correct paths to example files in README.Debian

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 02 Aug 2017 15:59:44 +0200

arping (2.14-2) unstable; urgency=medium

  * New maintainer for arping.
    Thanks to Giuseppe Iuculano for all the previous work on arping.
    (Closes: #866831)
  * Really do not install /etc/network/if-up.d/arping anymore.
    Even the files were installed to the examples directory due to the use
    of the default filenames used by dh_installinit and dh_installfiupdown
    th files were additionally still be installed to
    /etc/network/if-up.d/arping and /etc/default/arping. (Closes: #492461)
  * Properly remove obsolete /etc/default/arping and if-up.d script
  * Update Vcs-(Git|Browser) fields for new location in collab-maint
  * Bump Debhelper compat level to 10
  * Drop explicit Build-Depends on autotools-dev
  * debian/copyright: Update format to copyright-format 1.0
  * Import upstream public OpenPGP key in debian/upstream/signing-key.asc
  * Instruct uscan to verify upstream releases' OpenPGP signature
  * Add patch to fix spelling error in manpage of arping.8
  * Declare compliance with Debian policy 4.0.0
  * debian/control: Wrap and sort fields
  * Drop Conflicts with ancient version of iputils-ping

 -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 02 Aug 2017 09:48:36 +0200

arping (2.14-1) unstable; urgency=low

  * [fb6f4d7] Imported Upstream version 2.14
    - Fixed -w issue (Closes: #714042)
  * [82c064d] Removed patches applied upstream
  * [5da3a23] debian/control: Use canonical VCS field
  * [87c7348] Added build-arch and build-indep targets
  * [1e6fb8e] Switch to debhelper 9 compatibility
  * [d282404] Update to Standards-Version 3.9.5, no changes need
  * [19c2d75] Rewrite debian/rules with new dh syntax

 -- Giuseppe Iuculano <iuculano@debian.org>  Sat, 04 Oct 2014 18:24:28 +0200

arping (2.09-2) unstable; urgency=low

  * [084a112] Fix a FTBFS on kfreebsd. (Closes: #577002) - thanks to
    Petr Salinger

 -- Giuseppe Iuculano <iuculano@debian.org>  Fri, 09 Apr 2010 17:47:14 +0200

arping (2.09-1) unstable; urgency=low

  * [ae34a1a] Switch to quilt
  * [6fefc48] Updated my email address
  * [a4d6a0d] Bump debhelper
  * [1280d1e] Bump to Standards-Version 3.8.4
  * [ee5d7be] Updated watch file
  * [3f22b39] Imported Upstream version 2.09
  * [2cab0a0] Switch to dpkg-source 3.0 (quilt) format
  * [44915d7] Added autotools-dev in BUild-depends and copy
    config.sub/guess at build time
  * [cd3e6d3] Remove config.guess and config.sub at build time
  * [183451b] arping-scan-net.sh is now in extra/
  * [f432d2a] removed 01_fix_makefile.patch
  * [951cfa4] Added ${misc:Depends} in Depends and removed quilt
  * [eb272a9] dh-clean-k-is-deprecated, use dh_prep
  * [c45d3b6] Refreshed 02_fix_manpage.patch
  * [ba77b60] Added VCS control fields

 -- Giuseppe Iuculano <iuculano@debian.org>  Sun, 04 Apr 2010 11:36:04 +0200

arping (2.08-1) unstable; urgency=low

  * New upstream release
  * Re-patch new arping.8 for fixing manpage-has-errors-from-man and
    hyphen-used-as-minus-sign lintian warnings
  * debian/copyright: Updated copyright year and url where arping was
    downloaded

 -- Giuseppe Iuculano <giuseppe@iuculano.it>  Fri, 15 Aug 2008 22:44:52 +0200

arping (2.07~pre1-3) unstable; urgency=low

  * Removed if-up.d script, there is a similar script in ifupdown-extra.
    Moved to examples/ (Closes: #492461)
    + Removed lsb-base from Depends and come back to debhelper (>= 5)
    + debian/control: removed dh_installinit and dh_installifupdown
    + debian/arping.example: Added debian/arping.if-up and arping.if-up
    + Updated Readme.Debian

 -- Giuseppe Iuculano <giuseppe@iuculano.it>  Sun, 27 Jul 2008 03:30:59 +0200

arping (2.07~pre1-2) unstable; urgency=low

  * Added a patch (improved) that adds a network/ip-up.d script for using
    arping to check for IP duplicates after bringing up the interface. Thanks
    to Robert Millan (Closes: #431066)
  * debian/rules:
    + Removed CFLAGS settings, this is now done by dpkg-buildpackage
    + Added dh_installinit and dh_installifupdown in binary-arch section
  * debian/control:
    + Added lsb-base (>= 3.0-10) to Depends (debian/arping.if-up needs it)
    + Modified debhelper version in Build-Depends, debhelper (>= 5.0.44~),
      dh_installinit is in debhelper (>= 5.0.44~)

 -- Giuseppe Iuculano <giuseppe@iuculano.it>  Mon, 30 Jun 2008 16:45:28 +0200

arping (2.07~pre1-1) unstable; urgency=low

  * New upstream release. libnet is now initialized correctly, which fixes the
    segmentation fault on imbecile user input. (Closes: #210992)
  * New maintainer, thanks to LENART Janos for the prior work on arping
    (Closes: #487334)
  * Rewrite debian/rules, now handles nostrip build option (Closes: #436472)
  * Added debhelper level (5)
  * Switch to dpatch
    + 01_fix_makefile.dpatch fixed some common path problems
    + 02_fix_manpage.dpatch fixed lintian warning manpage-has-errors-from-man,
      hyphen-used-as-minus-sign
  * Added debian/examples debian/docs
  * Added debhelper (>= 5) to Build-Depends
  * Updated to standards version 3.8.0
    + Added Homepage control field
  * Removed libpcap0.8-dev from Build-depends and added libpcap-dev

 -- Giuseppe Iuculano <giuseppe@iuculano.it>  Sun, 22 Jun 2008 16:17:14 +0200

arping (2.05-2) unstable; urgency=low

  * QA upload.
  * Restore LENART Janos as maintainer at his request.
  * Conforms to Standards version 3.7.2.

 -- Matej Vela <vela@debian.org>  Sun, 23 Jul 2006 02:40:33 +0200

arping (2.05-1) unstable; urgency=low

  * New upstream release.
  * Set Maintainer to Debian QA Group.
  * Bump Standards-Version to 3.7.0.
  * Add watch file.  closes: #255861.
  * Add copyright to copyright file.  closes: #290058.
  * Remove XSIism from rules file.
  * Change build-dep from libpcap-dev to libpcap0.8-dev.
  * Update FSF address in the copyright file.

 -- Clint Adams <schizo@debian.org>  Thu, 27 Apr 2006 00:36:14 -0400

arping (2.01-3) unstable; urgency=medium

  * Setgid removed (on control-directory).           (closes: Bug#234481)
  * Bashism fixed.                                   (closes: Bug#230342)

 -- Lenart Janos <ocsi@debian.org>  Sat, 13 Mar 2004 22:50:04 +0100

arping (2.01-2) unstable; urgency=medium

  * Fixed Build-Depends.                             (closes: Bug#220760)

 -- Lenart Janos <ocsi@debian.org>  Fri, 26 Dec 2003 11:37:16 +0100

arping (2.01-1) unstable; urgency=medium

  * New upstream release. Take care: minor changes!  (closes: Bug#136311,
                                                              Bug#210992,
							      Bug#214259)
  * Changed Depends: libnet0-dev to libnet1-dev.
  * Joined, and carefully edited copyright file ;)
  * Upgraded Standards-Version.

 -- Lenart Janos <ocsi@debian.org>  Sun,  2 Nov 2003 13:09:45 +0100

arping (1.05-1) unstable; urgency=low

  * New upstream release.
  * Last NMU accepted.                               (closes: Bug#156191)
  * Upgraded Standards-Version.

 -- Lenart Janos <ocsi@debian.org>  Tue,  5 Nov 2002 23:57:58 +0100

arping (1.04-1.1) unstable; urgency=low

  * Non maintainer upload
  * Rebuilt with new libpcap to remove dependency on libpcap0, which I
    got removed from unstable by accident. Sorry about this...

 -- Torsten Landschoff <torsten@debian.org>  Sat, 10 Aug 2002 11:36:43 +0200

arping (1.04-1) unstable; urgency=low

  * New upstream release.
  * Fixed Build-Depends.                             (closes: Bug#134857)

 -- Lenart Janos <ocsi@debian.org>  Fri, 22 Feb 2002 18:30:46 +0100

arping (1.02-2) unstable; urgency=low

  * Added include net/ethernet.h into arping.c so it may comile on the
    s390 architecture.                               (closes: Bug#123663)
  * Fixed debian/{post,pre}{inst,rem}.

 -- Lenart Janos <ocsi@debian.org>  Sat, 22 Dec 2001 15:46:37 +0100

arping (1.02-1) unstable; urgency=low

  * New upstream release.
  * Binary moved into /usr/sbin - it's for root.     (closes: Bug#122265)
  * Completly repacked. Bye-bye debhelper.

 -- Lenart Janos <ocsi@debian.org>  Tue, 11 Dec 2001 17:32:45 +0100

arping (1.01-1) unstable; urgency=low

  * New upstream release.
  * Now hopefully works on hppa.                     (closes: Bug#104929)
  * Emacs-thingy removed from this changelog.
  * The libnet0-dev dependency removed, becouse libcap-dev depends on it
    anyway.

 -- Lenart Janos <ocsi@debian.org>  Sun, 21 Oct 2001 00:15:06 +0200

arping (1.00-2) unstable; urgency=low

  * The last Debian version was packaged as that was Debian-specific.

 -- Lenart Janos <ocsi@debian.org>  Wed,  8 Aug 2001 21:03:52 +0200

arping (1.00-1) unstable; urgency=low

  * New upstream release.

 -- Lenart Janos <ocsi@debian.org>  Sun,  8 Jul 2001 15:31:10 +0200

arping (0.98-1) unstable; urgency=low

  * New upstream release.

 -- Lenart Janos <ocsi@debian.org>  Thu, 21 Jun 2001 21:25:55 +0200

arping (0.97-1) unstable; urgency=low

  * New upstream release.

 -- Lenart Janos <ocsi@debian.org>  Fri, 15 Jun 2001 20:33:11 +0200

arping (0.96-3) unstable; urgency=medium

  * Added Conflicts: iputils-arping. (That arping is a fully different
    solution for the same thing.) Thanks for cooperation:
    Noah L. Meyerhans <noahm@debian.org>.             (closes: Bug#99224)

 -- Lenart Janos <ocsi@debian.org>  Sun,  3 Jun 2001 22:01:33 +0200

arping (0.96-2) unstable; urgency=medium

  * Errrr. Of course I forgot that my initial idea was to add a debconf
    question about the setuid thingy, so I the Depends: and the
    Build-Depends: was not removed against debconf. Fixed now.
  * Added Build-Depends against lib{pcap,net}-dev.    (closes: Bug#99268)

 -- Lenart Janos <ocsi@debian.org>  Tue, 29 May 2001 21:03:09 +0200

arping (0.96-1) unstable; urgency=low

  * Initial Release.                                  (closes: Bug#98919)

 -- Lenart Janos <ocsi@debian.org>  Sun, 27 May 2001 16:46:46 +0200