File: changelog

package info (click to toggle)
uif 1.1.9-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 520 kB
  • sloc: perl: 1,991; sh: 324; makefile: 37
file content (442 lines) | stat: -rw-r--r-- 13,947 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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
uif (1.1.9-1+deb10u1) buster; urgency=medium

  * debian/patches:
    + Add 1001_use-iptables-legacy.patch. Work-around iptables->nftables switch
      in Debian. Full nftables support is being worked on on the upstream side.
      (Closes: #932265).

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 04 Dec 2019 21:06:28 +0100

uif (1.1.9-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    + Update Vcs-*: fields. Packaging Git has been migrated to
      salsa.debian.org.
    + Bump Standards-Version: to 4.2.0. No changes needed.
    + Add to B-D: cdbs.
  * debian/copyright:
    + Use secure URI for copyright format reference.
  * debian/{control,compat}:
    + Bump DH compat level to version 10 (for now, until CDBS supports level
      11).
  * debian/rules:
    + Switch from dh_make generated template to CDBS.
  * debian/uif.init:
    + Update from upstream. Trivial change.
  * debian/*: White-space cleanup.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 19 Aug 2018 02:15:35 +0200

uif (1.1.8-2) unstable; urgency=medium

  * debian/control:
    + Fix package name in D (libdata-validate-ip -> libdata-validate-ip-perl).

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 16 Jan 2017 00:15:03 +0100

uif (1.1.8-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    + Add D (uif): libdata-validate-ip, libsocket-perl.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 16 Jan 2017 00:03:57 +0100

uif (1.1.7-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Drop 0001_Debian-name-spelling.patch,
      0002_correctly-ignore-ipv4+6-only-rules.patch.
      Included in this upstream release.
  * debian/control:
    + Bump Standards-Version: to 3.9.8. No changes needed.
    + Use https:// URLs in Vcs-*: fields.
    + Add D (uif): lsb-base.
  * debian/{control,compat}:
    + Bump to DH version level 9.
  * uif.docs:
    + Upstream docs converted to .md files.
  * debian/po:
    + Add pt_BR translation. (Closes: #827495). Many thanks to Adriano Rafael
      Gomes.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 15 Jan 2017 16:21:19 +0100

uif (1.1.4-2) unstable; urgency=medium

  * debian/po:
    + Add nl.po. Thanks to Frans Spiesschaert! (Closes: #767285).
  * debian/patches:
    + Add 0001_Debian-name-spelling.patch. Fix spelling of the expression
      "Debian package" (written with a capital "D", after browsing various
      project web pages) and another typo in an error message. (Closes:
      #772496).
    + Add 0002_correctly-ignore-ipv4+6-only-rules.patch. Fix severe flaw in
      IPv4-only/IPv6-only rule setup. Don't open IPv4 holes when setting up
      IPv6-only rules and vice versa. (Closes: #779150).

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 11 Mar 2015 12:19:46 +0100

uif (1.1.4-1) unstable; urgency=medium

  * New upstream release.
  * debian/rules:
    + Don't call dh_lintian twice.
  * lintian:
    + Drop now unused override: maintainer-script-should-not-use-service.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 01 Jul 2014 10:37:13 +0200

uif (1.1.3-1) unstable; urgency=low

  * New upstream release.
  * debian/uif.postinst:
    + Provide a DebConf mediated workstation config that also protects
      from IPv6 attacks.
  * debian/patches:
    + Drop 0001_allow-neightbor-advertisement.patch. Part of new release.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 13 Jun 2014 21:37:20 +0200

uif (1.1.2-2) unstable; urgency=low

  * debian/patches:
    + Add 0001_allow-neightbor-advertisement.patch. By default allow ICMPv6
      packet type 136, as well. Also allow inbound ICMPv6 by default.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 20 May 2014 17:05:31 +0200

uif (1.1.2-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright:
    + Work in new copyright co-holders.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 20 May 2014 16:33:16 +0200

uif (1.1.1-1) unstable; urgency=low

  * New upstream release.
    - Provide IPv6 support. (Closes: #679744).
  * debian/control:
    + Bump Standards: to 3.9.5. No changes needed.
    + Alioth-canonicalize Vcs-Git: field.
  * debian/rules:
    + Add get-orig-source rule.
    + Leaving clean-up to dh_clean.
  * debian/*.docs:
    + Install README* files into bin:package.
  * debian/rules:
    + Run dh_link during install.
  * debian/uif.postinst:
    + Adapt debconf based configuration of workstation profile to IPv6
      capabilities. Also enable IPv6 by default if uif is configured
      via debconf.
    + Calls of update-rc.d are now handled by debhelper. Add #DEBHELPER#
      macro after the new uif configuration has been created by debconf.
  * debian/uif.init:
    + Provide an LSB compliant init script for Debian.
  * debian/uif.install:
    + Don't install upstream's init script on Debian system.
  * lintian:
    + Provide override for maintainer-script-should-not-use-service. It is
      a false-positive.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 22 Jan 2014 16:37:18 +0100

uif (1.0.8-2) unstable; urgency=low

  * /debian/control:
    + Drop uif-ldap from Suggests: field. No such package exists in
      Debian.
  * /debian/uif.docs:
    + Install README file into docs.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 06 Aug 2013 21:35:13 +0200

uif (1.0.8-1) unstable; urgency=low

  * New upstream release.
    + Don't fail if Net::LDAP is not installed. (Closes: #273119).
    + Ship default uif.conf file. (Closes: #273117).
  * /debian/control:
    + Add Homepage: field.
    + Move libnet-ldap-perl from Depends: to Recommends: field.
  * /debian/copyright:
    + Use DEP-5 copyright format.
  * /debian/watch:
    + A watch file has been added.
  * /debian/po/de.po:
    + Convert encoding to UTF-8

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 18 Jul 2013 12:34:13 +0200

uif (1.0.6-3) unstable; urgency=low

  * Add closure for WNPP orphanage bug (Closes: #706290). New maintainer of uif
    is Mike Gabriel <sunweaver@debian.org>.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 29 Apr 2013 08:05:06 +0200

uif (1.0.6-2) unstable; urgency=low

  * New maintainer: Mike Gabriel <sunweaver@debian.org>.
  * /debian/control:
    + Add fields: Vcs-Git, Vcs-Browser.
  * /debian/source/format: 3.0 (quilt).
  * Lintian issues fixed:
    + W: uif source: debian-rules-missing-recommended-target build-arch.
    + W. uif source: debian-rules-missing-recommended-target build-indep.
    + W: uif source: stray-translated-debconf-templates templates.de.
  * Bumped Standards: field to: 3.9.4 (after above changes).

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 29 Apr 2013 00:43:33 +0200

uif (1.0.6-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "uif uses deprecated position of ! to negate rules":
    patch uif.pl to put '!' before the parameters.
    Thanks to Alex Owen for the bug report and the initial patch.
    (Closes: #683312)
  * Fix "New Japanese translation": add ja.po, thanks to victory.
    (Closes: #692838)

 -- gregor herrmann <gregoa@debian.org>  Mon, 14 Jan 2013 20:48:18 +0100

uif (1.0.6-1) unstable; urgency=low

  * New upstream version.
  * Fix incompatibility with new conntrack modules.
  * Fix pending l10n issues. Debconf translations:
    - Danish. Closes: #590000
  * Fix rate limiting issue. Closes: #514993
  * Made alias interfaces valid interfaces. Closes: #496751

 -- Cajus Pollmeier <cajus@debian.org>  Mon, 25 Jul 2011 17:28:09 +0200

uif (1.0.5-4.3) unstable; urgency=low

  * Non-maintainer upload.
  * Bump debhelper compatibility to 7
  * As a consequence, replace obsoleted "dh_clean -k" calls by "dh_prep"
  * Explicitly use 1.0 as source format
  * Fix spelling error ("informations") in README.Debian
  * Drop useless debian/templates.de file
  * Fix pending l10n issues. Debconf translations:
    - Spanish (Francisco Javier Cuadrado).  Closes: #513352

 -- Christian Perrier <bubulle@debian.org>  Tue, 04 May 2010 07:35:54 +0200

uif (1.0.5-4.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix pending l10n issues. Debconf translations:
    - Swedish. Closes: #492183
    - Italian. Closes: #503763
  * Remove stray debconf translation debian/templates.de. Superseded by
    the regular translation debian/po/de.po for ages.

 -- Christian Perrier <bubulle@debian.org>  Thu, 30 Oct 2008 07:35:35 +0100

uif (1.0.5-4.1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Add debconf-updatepo to the clean target. Closes: #469254
  * Remove useless debian/templates.de file
  * Fix typos in debconf templates. Closes: #323959
  * Remove extra spaces in debconf templates in various places
  * Remove overzealous exclamation mark in debconf templates
  * Turn one note into error
  * Debconf translations:
    - Portuguese. Closes: #414056
    - French. Closes: #471541
    - German
    - Finnish. Closes: #478669
  * Basque. Closes: #479450
  * Portuguese. Closes: #479627
  * Czech. Closes: #479630
  * Vietnamese. Closes: #479746
  * Galician. Closes: #479834
  * Russian. Closes: #480252
  * [Lintian] Move po-debconf and debhelper to Build-Depends as they're
    used in the clean target
  * [Lintian] Set debhelper compatibility level in debian/compat, not
    debian/rules

 -- Christian Perrier <bubulle@debian.org>  Sat, 19 Apr 2008 20:08:36 +0200

uif (1.0.5-4) unstable; urgency=low

  * Added LSB formatted dependency info (Closes:#469112)

 -- Cajus Pollmeier <cajus@debian.org>  Mon, 03 Mar 2008 08:57:11 +0100

uif (1.0.5-3.1) unstable; urgency=low

  * Non-maintainer upload to fix the pending l10n issues.
  * Debconf translations:
    - German corrected. Closes: #313873
    - Vietnamese. Closes: #323958

 -- Christian Perrier <bubulle@debian.org>  Thu,  8 Feb 2007 18:28:36 +0100

uif (1.0.5-3) unstable; urgency=low

  * Adjusted command line parameter for tail (Closes:#301414)

 -- Cajus Pollmeier <cajus@debian.org>  Fri, 15 Apr 2005 16:01:09 +0200

uif (1.0.5-2) unstable; urgency=low

  * Added Czech debconf translation contributed by Miroslav Kure
    (Closes:#287541)

 -- Cajus Pollmeier <cajus@debian.org>  Sun,  2 Jan 2005 10:27:28 +0100

uif (1.0.5-1) unstable; urgency=low

  * New upstream release (Closes:#262363)

 -- Cajus Pollmeier <cajus@debian.org>  Sat, 31 Jul 2004 09:28:11 +0200

uif (1.0.4-10) unstable; urgency=low

  * Added catalan debconf translation (Closes:#248756)

 -- Cajus Pollmeier <cajus@debian.org>  Fri, 14 May 2004 11:43:59 +0200

uif (1.0.4-9) unstable; urgency=low

  * Made init script return an error code if setting the rules failes
  * Do not try to simplify a group of networks when definitions
    contain mac addresses

 -- Cajus Pollmeier <cajus@debian.org>  Fri, 23 Apr 2004 18:20:27 +0200

uif (1.0.4-8) unstable; urgency=low

  * Fixed regex in uif which had problems to parse new /etc/protocols

 -- Cajus Pollmeier <cajus@debian.org>  Thu, 19 Feb 2004 07:12:48 +0100

uif (1.0.4-7) unstable; urgency=low

  * Added conflicts to other firewalls (Closes: #223359)
  * Updated contributed configuration

 -- Cajus Pollmeier <cajus@debian.org>  Sat, 13 Dec 2003 20:42:09 +0100

uif (1.0.4-6) unstable; urgency=low

  * Included french translation done by Michel Grentzinger
    (Closes: #200673)

 -- Cajus Pollmeier <cajus@debian.org>  Thu, 10 Jul 2003 07:30:12 +0200

uif (1.0.4-5) unstable; urgency=low

  * Converted debconf dialogs to support the new gettext aware
    translations. (Closes: #199834)
  * Fixed two little translation bugs for the german i18n

 -- Cajus Pollmeier <cajus@debian.org>  Thu,  3 Jul 2003 20:18:27 +0200

uif (1.0.4-4) unstable; urgency=low

  * Fixed problem when specifying multiple portranges
  * Added extra checks just in case the kernel has no module support
  * Updated standards-version

 -- Cajus Pollmeier <cajus@debian.org>  Mon, 30 Dec 2002 14:16:52 +0100

uif (1.0.4-3) unstable; urgency=low

  * Initial Debian release (Closes: #170565)

 -- Cajus Pollmeier <cajus@debian.org>  Mon, 25 Nov 2002 16:59:16 +0100

uif (1.0.4-2) unstable; urgency=low

  * removed debugging output

 -- Joerg Platte <jplatte@jako.ping.de>  Tue,  8 Oct 2002 08:34:00 +0200

uif (1.0.4-1) unstable; urgency=low

  * new upstream release fixes mark problems

 -- Joerg Platte <jplatte@jako.ping.de>  Wed, 14 Aug 2002 11:15:00 +0200

uif (1.0.3-1) unstable; urgency=low

  * new upstream release

 -- Cajus Pollmeier <pollmeier@gonicus.de>  Thu, 18 Jul 2002 22:37:38 +0200

uif (1.0.2-1) unstable; urgency=low

  * New upstream release
  * Added mark support
  * Added dhis service
  * cosmetical changes

 -- Joerg Platte <jplatte@jako.ping.de>  Thu, 18 Jul 2002 20:39:58 +0200

uif (1.0.1-5) unstable; urgency=low

  * fixed init script

 -- Cajus Pollmeier <c.pollmeier@gmx.net>  Sun, 30 Jun 2002 20:25:15 +0200

uif (1.0.1-4) unstable; urgency=low

  * uif depends on bsdutils, added to control

 -- Cajus Pollmeier <c.pollmeier@gmx.net>  Mon, 10 Jun 2002 10:34:31 +0200

uif (1.0.1-3) unstable; urgency=low

  * Followed lintians suggestions...
  * Fixed typo in uif.prerm

 -- Cajus Pollmeier <c.pollmeier@gmx.net>  Fri, 31 May 2002 11:19:57 +0200

uif (1.0.1-2) unstable; urgency=low

  * Fixed uif.prerm to update cleanly

 -- Cajus Pollmeier <pollmeier@gonicus.de>  Mon, 27 May 2002 10:44:56 +0200

uif (1.0.1-1) unstable; urgency=low

  * Updated documentation, added more examples
  * Fixed README to not contain "blahfasel"

 -- Cajus Pollmeier <pollmeier@gonicus.de>  Sun, 26 May 2002 21:50:21 +0200

uif (1.0.0-3) unstable; urgency=low

  * fixed typo in uif.pl

 -- Joerg Platte <jplatte@jako.ping.de>  Sun, 26 May 2002 12:11:21 +0200

uif (1.0.0-2) unstable; urgency=low

  * NMU :-)
  * manpage update
  * added documentation: examples.txt

 -- Joerg Platte <jplatte@jako.ping.de>  Sun, 26 May 2002 11:15:49 +0200

uif (1.0.0-1) unstable; urgency=low

  * Initial release.

 -- Cajus Pollmeier <pollmeier@gonicus.de>  Sun, 24 Feb 2002 17:35:29 +0200

Local variables:
mode: debian-changelog
End: