1
mandos (1.7.1-1) unstable; urgency=medium
3
* New upstream release.
5
-- Teddy Hogeborn <teddy@recompile.se> Sat, 24 Oct 2015 19:43:40 +0200
7
mandos (1.7.0-1) unstable; urgency=medium
9
* New upstream release.
10
* debian/control (Standards-Version): Updated to "3.9.6".
11
(Build-Depends): Add "libnl-route-3-dev".
12
(Package: mandos-client/Recommends): Added "gnutls-bin | openssl" for
13
the generating of DH parameters.
14
* debian/mandos-client.README.Debian: Update example command line to use
15
new MANDOSPLUGINHELPERDIR environment variable. Also document the new
17
* debian/mandos-client.postinst: Create DH parameters file.
18
* debian/mandos.prerm: Don't run init script, use only invoke-rc.d.
19
* debian/mandos-client.postinst: Don't use absolute paths to commands.
20
* debian/mandos-client.postrm: Don't use absolute paths to commands.
21
Also remove dhparams.pem file.
22
* debian/copyright (Copyright): Update copyright year.
23
* Upstream changed systemd service file to implicitly be of
24
"Type=dbus". (Closes: #786845)
26
-- Teddy Hogeborn <teddy@recompile.se> Mon, 10 Aug 2015 22:00:29 +0200
28
mandos (1.6.9-1) unstable; urgency=medium
30
* New upstream release.
31
* debian/control (Build-Depends): Fix "still uses GnutLS 2.x" by
32
changing from "libgnutls-dev" to "libgnutls28-dev | gnutls-dev"
35
-- Teddy Hogeborn <teddy@recompile.se> Sun, 05 Oct 2014 22:05:06 +0200
37
mandos (1.6.8-1) unstable; urgency=medium
39
* New upstream release.
40
* debian/control (Source: mandos/Build-Depends-Indep): Since upstream
41
now requires Python 2.7, depend on exactly the python2.7 package and
42
all the Python 2.7 versions of the python modules.
43
(Package: mandos/Depends): - '' - but still depend on python (>=2.7)
44
and the generic versions of the Python modules; this is for mandos-ctl
45
and mandos-monitor, both of which are compatible with Python 3, and
46
use #!/usr/bin/python.
48
-- Teddy Hogeborn <teddy@recompile.se> Wed, 06 Aug 2014 22:55:24 +0200
50
mandos (1.6.7-1) unstable; urgency=medium
52
* New upstream release.
54
-- Teddy Hogeborn <teddy@recompile.se> Thu, 17 Jul 2014 05:22:45 +0200
56
mandos (1.6.6-1) unstable; urgency=medium
58
* New upstream release.
59
* debian/mandos.postinst: Fix typo in comment.
60
* debian/control (mandos/Recommends): Changed to "ssh-client | fping".
61
(mandos-client/Recommends): New; set to "ssh".
63
-- Teddy Hogeborn <teddy@recompile.se> Sun, 13 Jul 2014 22:49:21 +0200
65
mandos (1.6.5-3) unstable; urgency=medium
67
* debian/control (mandos-client/Depends): Add "dpkg-dev (>=1.16.0)";
68
initramfs-tools-hook runs "dpkg-architecture -qDEB_HOST_MULTIARCH".
71
-- Teddy Hogeborn <teddy@recompile.se> Fri, 06 Jun 2014 04:27:15 +0200
73
mandos (1.6.5-2) unstable; urgency=medium
75
* debian/rules (override_dh_auto_test-arch): New; does nothing. Fixes
76
FTBFS for build-indep.
78
-- Teddy Hogeborn <teddy@recompile.se> Tue, 13 May 2014 08:08:31 +0200
80
mandos (1.6.5-1) unstable; urgency=medium
82
* New upstream release.
83
* debian/copyright: Change year to "2014".
84
* debian/control (Build-Depends, Build-Depends-Indep): Moved build
85
dependencies of "mandos" package to "Build-Depends-Indep".
86
* debian/upstream/signing-key.asc: New; upstream source public key.
87
* debian/control (Standards-Version): Updated to "3.9.5".
88
* debian/control (mandos/Depends): Remove the dependency on
89
"avahi-daemon (>= 0.6.31-3) | systemd-sysv". It is unnecessary
90
since we have a workaround in debian/mandos.postinst anyway.
92
-- Teddy Hogeborn <teddy@recompile.se> Sun, 11 May 2014 22:16:33 +0200
94
mandos (1.6.4-1) unstable; urgency=medium
96
* New upstream release.
97
* debian/control (Build-Depends): Add Python dependencies to
98
successfully run self-tests.
99
* debian/copyright: GPLv3 now has its own license file - use it.
100
* debian/watch: Set PGP signature URL.
102
-- Teddy Hogeborn <teddy@recompile.se> Sun, 16 Feb 2014 14:09:25 +0100
104
mandos (1.6.3-1) unstable; urgency=low
106
* New upstream release.
107
* debian/control (Build-Depends): Added "systemd".
108
* debian/mandos.dirs (lib/systemd/system): New.
109
* debian/mandos-client.README.Debian: Refer to architecture libdir.
110
* debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
112
* debian/mandos.postinst: If avahi-daemon is version 0.6.31-2 or older,
113
edit /etc/init.d script headers Required-Start
114
and Required-Stop to have "avahi" instead of
115
"avahi-daemon", before insserv(8) sees it.
116
* debian/mandos-client.lintian-overrides: Libdir changes.
117
* debian/rules (override_dh_fixperms): - '' -
119
-- Teddy Hogeborn <teddy@recompile.se> Tue, 21 Jan 2014 22:01:30 +0100
121
mandos (1.6.2-1) unstable; urgency=low
123
* New upstream release.
124
* debian/compat: Changed to "9".
125
* debian/control (Build-Depends): Changed debhelper version to (>= 9).
126
(Standards-Version): Updated to "3.9.4".
127
(DM-Upload-Allowed): Removed.
128
(mandos/Depends): Add "initscripts (>= 2.88dsf-13.3)" to be able to
129
use the "/run" directory (for mandos.pid).
130
* debian/copyright (Copyright): Update year.
131
* Fix "Mandos/gnutls fails to establish connection, "an algorithm that
132
is not enabled was negotiated"" fixed by upstream. (Closes: #702120)
134
-- Teddy Hogeborn <teddy@recompile.se> Thu, 24 Oct 2013 22:33:40 +0200
136
mandos (1.6.1-1) unstable; urgency=low
138
* New upstream release.
139
* debian/control (mandos/Depends): No longer depends on
140
python-gnupginterface, but does
141
depend on gnupg (<< 2).
142
(Build-Depends): Depend on debhelper 8.9.7 for using "override-*-arch"
143
and "override-*-indep" targets in debian/rules.
144
* debian/mandos-client.README: Update Linux documentation link.
145
* debian/rules: Completely rewritten to use debhelper v7.
146
* initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG is
147
copied into the initramfs image. Always assume that GPGME is used to
148
avoid searching for it since the path might not be /usr/lib. Thanks
149
to Félix Sipma <felix+debian@gueux.org> for the initial bug report,
150
and also thanks to Dick Middleton <dick@lingbrae.com> for some more
151
debugging. (Closes: #721903)
152
* Fix "bashism in /bin/sh script" fixed by upstream. (Closes: #690639)
154
-- Teddy Hogeborn <teddy@recompile.se> Sun, 13 Oct 2013 19:03:23 +0200
156
mandos (1.6.0-1) unstable; urgency=low
158
* New upstream release.
159
* debian/copyright (Copyright): Join the two lines to a single line.
160
* debian/mandos-client.README.Debian: Update to refer to the new
161
location of the example network hooks, and the new feature of using
162
all network interfaces.
163
* debian/mandos-client.docs (network-hooks.d): Removed.
164
* debian/mandos-client.examples (network-hooks.d): New.
165
* debian/rules (binary-common): Added "dh_installexamples".
166
(binary-common/dh_fixperms): Exclude new location of
169
-- Teddy Hogeborn <teddy@recompile.se> Mon, 18 Jun 2012 00:15:23 +0200
171
mandos (1.5.5-1) unstable; urgency=low
173
* New upstream release.
174
* debian/copyright (Format): Updated to
175
"http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/".
176
* debian/control (Build-Depends): Removed "man, locales-all".
178
-- Teddy Hogeborn <teddy@recompile.se> Fri, 01 Jun 2012 20:30:41 +0200
180
mandos (1.5.4-1) unstable; urgency=low
182
* New upstream release.
184
-- Teddy Hogeborn <teddy@recompile.se> Sun, 20 May 2012 15:38:34 +0200
186
mandos (1.5.3-1.2) unstable; urgency=low
188
* Non-maintainer upload.
189
* Set Architecture to linux-any. (Closes: #647670)
191
-- Robert Millan <rmh@debian.org> Sun, 22 Apr 2012 16:22:01 +0200
193
mandos (1.5.3-1.1) unstable; urgency=low
195
* Non-maintainer upload.
196
* Fix "mandos FTBFS on buildds": add build-dependency on locales-all and
197
pass LC_ALL to dh_auto_build to make sure we have and use the en_US.UTF-8
198
locale for manpage creation.
201
-- gregor herrmann <gregoa@debian.org> Tue, 31 Jan 2012 17:56:05 +0100
203
mandos (1.5.3-1) unstable; urgency=low
205
* New upstream release.
207
-- Teddy Hogeborn <teddy@recompile.se> Sun, 15 Jan 2012 22:05:54 +0100
209
mandos (1.5.2-1) unstable; urgency=low
211
* New upstream release.
213
-- Teddy Hogeborn <teddy@recompile.se> Sun, 08 Jan 2012 11:17:20 +0100
215
mandos (1.5.1-1) unstable; urgency=low
217
* New upstream release.
219
-- Teddy Hogeborn <teddy@recompile.se> Sun, 01 Jan 2012 21:53:31 +0100
221
mandos (1.5.0-1) unstable; urgency=low
223
* New upstream release.
224
* debian/control (mandos-client/Depends): Added "initramfs-tools".
225
* debian/mandos-client.README.Debian: Corrected mail address and adjust
227
* debian/rules (binary-common): Exclude new nework-hooks.d directory
229
* debian/mandos-client.README.Debian: Document network hook facility.
230
* debian/mandos-client.docs (network-hooks.d): Added.
231
* debian/mandos.dirs (var/lib/mandos): Added.
232
* debian/mandos.postinst: Fix ownership of /var/lib/mandos.
233
* debian/control (mandos/Depends): Added "python-gnupginterface".
235
-- Teddy Hogeborn <teddy@recompile.se> Sun, 01 Jan 2012 05:58:11 +0100
237
mandos (1.4.1-1) unstable; urgency=low
239
* New upstream release.
240
* debian/control (Build-Depends): Added "man".
241
* debian/control (Conflicts): Changed to "Breaks:".
242
* debian/copyright: Updated format.
243
* debian/mandos-client.postinst: Use "set -e" instead of "#!/bin/sh -e".
244
* debian/mandos-client.postrm: - '' -
245
* debian/mandos.postinst: - '' -
246
* debian/mandos.prerm: Consistent magic.
248
-- Björn Påhlsson <belorn@fukt.bsnet.se> Sat, 15 Oct 2011 18:18:52 +0200
250
mandos (1.4.0-1) unstable; urgency=low
252
* New upstream release.
253
* Fix "FTBFS with binutils-gold": Added "-Xlinker --as-needed" to
254
LDFLAGS in Makefile. (Closes: #632145)
255
* Fix "/run transition: uses obsolete /dev/.initramfs": Try both old and
256
new PID file locations. (Closes: #643554)
257
* debian/source/local-options: New; contains "--single-debian-patch".
258
* debian/control (Standards-Version): Upgraded to "3.9.2".
259
(DM-Upload-Allowed): New; set to "yes".
260
* debian/control: Changed domain from "fukt.bsnet.se" to "recompile.se".
261
* debian/copyright: - '' -
262
* debian/mandos-client.README.Debian: - '' -
263
* debian/mandos.README.Debian: - '' -
264
* debian/watch: - '' -
265
* debian/control (mandos/Description): Fix language to placate lintian.
267
-- Teddy Hogeborn <teddy@recompile.se> Sun, 09 Oct 2011 19:15:08 +0200
269
mandos (1.3.1-1) unstable; urgency=low
271
* New upstream release.
272
* Conflict with correct version of dropbear.
273
* New version uses argparse; depend on python (<=2.7) | python-argparse.
275
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Wed, 27 Jul 2011 19:47:17 +0200
277
mandos (1.3.0-1) unstable; urgency=low
279
* New upstream release.
280
* debian/control (mandos): Depend on Python 2.6, remove dependency on
281
python-multiprocessing.
282
(mandos-client): Conflict with dropbear (<< 0.52-5).
283
* debian/mandos-client.postrm (purge): Bug fix: update initramfs also on
285
* debian/mandos-client.lintian-overrides: Added plugins.d/plymouth.
287
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 08 Mar 2011 20:22:57 +0100
289
mandos (1.2.3-1) experimental; urgency=low
291
* New upstream release.
293
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Mon, 11 Oct 2010 19:37:31 +0200
295
mandos (1.2.2-1) experimental; urgency=low
297
* New upstream release.
298
* plugins.d/splashy.c: Only use ELIBBAD if defined. (Closes: #599256)
300
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Thu, 07 Oct 2010 20:27:54 +0200
302
mandos (1.2.1-3) experimental; urgency=low
304
* debian/changelog: Include entry for NMU of version 1.0.14-1.1.
306
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 05 Oct 2010 20:58:38 +0200
308
mandos (1.2.1-2) unstable; urgency=low
310
* debian/source/format: New; contains "3.0 (quilt)". Really.
312
-- Björn Påhlsson <belorn@fukt.bsnet.se> Sat, 02 Oct 2010 19:46:59 +0200
314
mandos (1.2.1-1) unstable; urgency=low
316
* New upstream release.
317
* debian/source/format: New; contains "3.0 (quilt)".
319
-- Björn Påhlsson <belorn@fukt.bsnet.se> Sat, 02 Oct 2010 19:03:58 +0200
321
mandos (1.2-1) unstable; urgency=low
323
* New upstream release.
324
* Makefile (LINK_FORTIFY_LD): Remove "-fPIE". (Closes: #557076)
325
* debian/control: Add gnupg dependency to "mandos-client" and removed it
326
from "mandos". Added dependency on "python-urwid" "mandos" since the
327
new "mandos-monitor" utility needs it, and on "python (>=2.6) |
328
python-multiprocessing" since the Mandos server now uses it.
329
* debian/rules: Set BROKEN_PIE on mips and mipsel if a known buggy
330
version of binutils is used.
331
* debian/mandos.docs: Also install "/usr/share/doc/mandos/DBUS-API".
332
* debian/mandos.dirs: Added "etc/dbus-1/system.d".
333
* debian/mandos-client.README.Debian: Update info about DEVICE setting
335
* debian/mandos-client.README.Debian: Remove warning about --connect not
336
looping, since it now does.
338
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 28 Sep 2010 20:46:11 +0200
340
mandos (1.0.14-1.1) unstable; urgency=low
342
* Non-maintainer upload.
343
* Rebuild against libavahi-core-dev (>= 0.6.26-1).
345
-- Michael Biebl <biebl@debian.org> Mon, 12 Jul 2010 16:34:34 +0200
347
mandos (1.0.14-1) unstable; urgency=low (HIGH on mips and mipsel)
349
* New upstream release.
350
* debian/rules: Build with BROKEN_PIE set on mips and mipsel
351
architectures - fixes FTBFS there.
353
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Sun, 25 Oct 2009 20:10:09 +0100
355
mandos (1.0.13-1) unstable; urgency=high
357
* New upstream release.
358
* Do not copy unnecessary files to initrd (Closes: #551907)
360
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Thu, 22 Oct 2009 00:53:21 +0200
362
mandos (1.0.12-1) unstable; urgency=low
364
* New upstream release.
365
* init.d-mandos: Correct dependencies (Closes: #546928)
366
* debian/control (Standards-Version): Changed to "3.8.3".
367
* debian/mandos-client.README.Debian: Improved wording and formatting.
368
Updated location of nfsroot.txt.
369
* debian/mandos.README.Debian: Improved wording and formatting.
370
* debian/mandos-client.postinst (configure): Don't look for user and
371
group with the old name if upgrading from a new enough version.
372
* debian/mandos.postinst (configure): - '' -
373
* debian/mandos-client.README.Debian: Added text about non-usability of
374
pseudo-network interfaces.
376
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Thu, 17 Sep 2009 15:03:59 +0200
378
mandos (1.0.11-1) unstable; urgency=low
380
* debian/control (Standards-Version): Changed to "3.8.1".
381
* Makefile (GNUTLS_CFLAGS, GNUTLS_CFLAGS): Use "pkg-config" instead of
382
the old "libgnutls-config" script. (Closes: #529836)
384
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Sat, 23 May 2009 07:12:20 +0200
386
mandos (1.0.10-1) unstable; urgency=low
388
* New upstream release.
389
* debian/mandos-client.postinst (update_initramfs): Fix permissions of
390
old initrd.img-*.bak files.
392
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Sun, 17 May 2009 04:56:35 +0200
394
mandos (1.0.9-1) unstable; urgency=low
396
* New upstream release.
398
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Sun, 17 May 2009 02:59:45 +0200
400
mandos (1.0.8-1) unstable; urgency=low
402
* New upstream release.
404
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Wed, 25 Feb 2009 02:26:57 +0100
406
mandos (1.0.7-1) unstable; urgency=low
408
* New upstream release.
410
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 24 Feb 2009 12:58:06 +0100
412
mandos (1.0.6-1) unstable; urgency=low
414
* New upstream release.
415
* debian/mandos-client.postinst: Converted to Bourne shell. Also
416
minor message change.
417
* debian/mandos-client.postrm: Minor message change.
418
* debian/mandos.postinst: Converted to Bourne shell. Also minor
420
* debian/mandos.prerm: Minor message change.
421
* debian/rules (install-indep): Removed "--no-start" from
423
* debian/mandos-client.lintian-overrides: Remove obsolete override for
424
unbreakable line in plugin-runner manual page.
425
* debian/control (mandos/Depends): Added "python-gobject".
426
* debian/mandos-client.dirs: Change
427
"usr/share/initramfs-tools/scripts/local-top" to
428
"usr/share/initramfs-tools/scripts/init-premount".
429
* debian/mandos-client.README.Debian: Add reference to initramfs.conf
430
and nfsroot.txt. New section about the new non-local connection
433
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Fri, 13 Feb 2009 09:27:25 +0100
435
mandos (1.0.5-1) unstable; urgency=low
437
* New upstream release.
439
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Sat, 17 Jan 2009 02:26:00 +0100
441
mandos (1.0.4-1) unstable; urgency=low
443
* New upstream release.
444
* debian/watch: New file.
445
* debian/mandos-client.README.Debian: Document new "mandos=off" kernel
448
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Thu, 15 Jan 2009 05:49:22 +0100
450
mandos (1.0.3-2) unstable; urgency=low
452
* Removed some now-unused debconf files.
453
* Changed postinst scripts to not source debconf/confmodule.
454
* Removed po-debconf from build-depends.
456
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 06 Jan 2009 21:28:20 +0100
458
mandos (1.0.3-1) unstable; urgency=low
460
* New upstream release.
461
* Add -Xlinker to linker flags to fix FTBFS for some architectures.
462
Thanks to Thiemo Seufer <ths@networkno.de> for the report and
463
fix. (Closes: #509398)
464
* Remove debconf use altogether, thereby stopping debconf abuse. Thanks
465
to Christian Perrier <bubulle@debian.org>. (Closes: #509653)
466
* Add NEWS file to /usr/share/doc directories.
467
* Use and create "_mandos" user+group. Rename old user+group created by
468
older versions of this package.
469
* Fix manual pages by adding build-depend on "docbook-xml".
471
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 06 Jan 2009 01:21:20 +0100
473
mandos (1.0.2-1) unstable; urgency=low
475
* New upstream release.
476
* debian/copyright: Rewritten to conform to
477
<http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233>.
479
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Fri, 17 Oct 2008 20:42:12 +0200
481
mandos (1.0.1-1) unstable; urgency=low
483
* New upstream release.
484
* Separate /usr/share/doc/mandos-client/README.Debian into sections with
485
headlines. Add instructions on how to test the server and verify the
488
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 07 Oct 2008 23:07:23 +0200
490
mandos (1.0-2) unstable; urgency=low
492
* Added comments in debian/*.lintian-overrides files. Added Debian
493
revison number to version number.
495
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Wed, 01 Oct 2008 17:23:35 +0200
497
mandos (1.0-1) unstable; urgency=low
499
* Initial Release. (Closes: #500727).
501
-- Teddy Hogeborn <teddy@fukt.bsnet.se> Tue, 30 Sep 2008 21:58:43 +0200