File: changelog

package info (click to toggle)
molly-guard 0.7.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • ctags: 11
  • sloc: xml: 286; sh: 205; makefile: 41
file content (247 lines) | stat: -rw-r--r-- 9,450 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
molly-guard (0.7.1) unstable; urgency=medium

  * Pass through "reboot -f" command (Closes: #870891)

 -- Simó Albert i Beltran <sim6@probeta.net>  Sun, 06 Aug 2017 23:52:59 +0200

molly-guard (0.7) unstable; urgency=medium

  * New maintainer (Closes: #859596)
  * Set https in Format field at debian/copyright
  * Update Standards-Version
  * Hostname case-insensitive (Closes: #856170)
  * Update copyright holders of 30-query-hostname
  * Update copyright holders at debian/copyright
  * Pass through "halt -w" and "halt -f" commands (Closes: #867331)

 -- Simó Albert i Beltran <sim6@probeta.net>  Sat, 29 Jul 2017 15:39:20 +0200

molly-guard (0.6.4) unstable; urgency=medium

  * Guard against non-existing /lib/molly-guard in postinst (closes: #834152)
  * Bump Standards-Version up to 3.9.8

 -- Francois Marier <francois@debian.org>  Mon, 15 Aug 2016 22:16:18 -0700

molly-guard (0.6.3) unstable; urgency=medium

  * Move pm-utils diverts to /usr/sbin/ (closes: #812535)
  * Disable pm-utils diverts until #812545 is fixed
  * Use https for Vcs-Git URL (lintian warning)

 -- Francois Marier <francois@debian.org>  Sun, 24 Jan 2016 12:19:45 -0800

molly-guard (0.6.2) unstable; urgency=medium

  * Add missing diverts for kexec-tools and pm-utils (closes: #797531)

 -- Francois Marier <francois@debian.org>  Mon, 31 Aug 2015 08:10:12 -0700

molly-guard (0.6.1) unstable; urgency=medium

  * Upload to unstable
  * Run wrap-and-sort

 -- Francois Marier <francois@debian.org>  Sat, 29 Aug 2015 10:34:34 -0700

molly-guard (0.6.0) experimental; urgency=medium

  * Convert to a Debian native package
  * Merge upstream and Debian changelogs
  * Switch to a minimal debian/rules
  * Rely on dh_installman to compress the manpage

  * Add support for mosh (closes: #705397)
  * Add support for coldreboot from kexec-tools (closes: #735871)
    Thanks to Daniel Baumann for the patch!
  * Add support for quotes in shutdown message (closes: #699711)
  * Add config option to require fully-qualified hostnames (closes: #658282)
    Thanks to Andrew Pollock for the patch!
  * Add support for the pm-utils commands (closes: #663655)

 -- Francois Marier <francois@debian.org>  Sun, 23 Aug 2015 11:55:39 -0700

molly-guard (0.5.2-1) unstable; urgency=medium

  [ Josh Triplett ]
  * New upstream release.
  * Skip molly-guard's protection logic if we don't have the "tty" command to
    determine the terminal.  Avoids a spurious failure when invoked without
    /usr mounted. (Closes: #771572)

  [ Francois Marier ]
  * Take over maintenance with madduck's blessing
  * Bump Standards-Version to 3.9.6
  * Bump debhelper version to 9
  * Install lintian override with dh_lintian
  * Use standard template in postrm and preinst scripts
  * Switch to machine-readable copyright file and add missing copyright holders
  * Disable pristine-tar in debian/gbp.conf
  * Add debian/source/format
  * Update VCS URLs
  * Fix the lintian overrides

 -- Francois Marier <francois@debian.org>  Sun, 23 Aug 2015 11:22:14 -0700

molly-guard (0.5.1-1) unstable; urgency=low

  * New upstream release.
  * Fix and rework prefix and etcdir handling to not embed the build directory
    in the binary. (Closes: #768418)

 -- Josh Triplett <josh@joshtriplett.org>  Fri, 07 Nov 2014 03:42:41 -0800

molly-guard (0.5-1) unstable; urgency=low

  * New upstream release.
  * Improve handling for guarded commands that call other guarded commands: if
    called recursively (detected via MOLLYGUARD_CMD environment variable),
    unconditionally run the real command.  Suggested by Sam Hartman at
    DebConf.
  * Install the molly-guard wrapper script to the same filesystem as the
    programs that link to it.
  * Support running the real utilities from a location other than /sbin,
    determined at build time by passing REALPATH to make.
  * Support setting an sbindir other than sbin in the prefix; this allows
    setting a prefix of /usr but an sbindir of /sbin.
  * Prevent gzip from interactively prompting about overwriting if
    molly-guard.8.gz already exists.
  * Drop lintian override for
    depends-on-essential-package-without-using-version, since molly-guard no
    longer depends on sysvinit.
  * Add Enhances for init and systemd.
  * Use diversions rather than /usr/sbin.  Divert the guarded commands to
    /lib/molly-guard, and install links in their place, rather than relying on
    /usr/sbin's position in $PATH.  This avoids installing different files to
    /sbin and /usr/sbin.  (Closes: #660064)
  * Add myself as an uploader.

 -- Josh Triplett <josh@joshtriplett.org>  Tue, 26 Aug 2014 10:41:06 -0700

molly-guard (0.4.5-1) unstable; urgency=low

  * New upstream release, which works properly with kFreeBSD
    (closes: #548099).
    - remove linuxism /proc/<pid>/fd/0;
    - add check for ssh in the ancestry of the shell process.
  * Add Uploader: Ludovico Gardenghi <garden@debian.org>
  * Bump debhelper compatibility level to 7:
    - replace dh_clean -k with dh_prep.
  * Bump Standars-Version to 3.9.3: no other changes required.
  * Add recommended build-indep and build-arch targets in debian/rules.
  * Replace $(PWD) with $(CURDIR) in debian/rules.

 -- Ludovico Gardenghi <garden@debian.org>  Fri, 24 Feb 2012 01:02:20 +0100

molly-guard (0.4.4-2) unstable; urgency=low

  * Remove dependency on sysvutils, which is essential, and upstart, which is
    in experimental still (closes: #488722).

 -- martin f. krafft <madduck@debian.org>  Tue, 01 Jul 2008 15:28:51 +0200

molly-guard (0.4.4-1) unstable; urgency=low

  * New upstream release, which now properly passes arguments to the real
    commands (closes: #486945).

 -- martin f. krafft <madduck@debian.org>  Thu, 19 Jun 2008 10:17:35 +0200

molly-guard (0.4.3-1) unstable; urgency=low

  * New upstream release, which properly detects sshd sessions, even if
    ControlMaster is in use.

 -- martin f. krafft <madduck@debian.org>  Sun, 01 Jun 2008 23:20:00 +0200

molly-guard (0.4.2-1) unstable; urgency=low

  * New upstream release, to unstable.
  * Improved checking for ALWAYS_QUERY_HOSTNAME

 -- martin f. krafft <madduck@debian.org>  Sat, 31 May 2008 16:20:35 +0200

molly-guard (0.4-1~exp.1) experimental; urgency=low

  * New upstream release, thanks a lot to Andrew Ruthven for his input and
    patches.
    - use run-parts to allow additional checks to be added easily.
    - add setting to always molly-guard a host (closes: #470681, #471382).
    - possibly print out a warning message before taking action
      (closes: 476508).
  * Add a molly-guard(8) manpage and migrate the content from README there.

 -- martin f. krafft <madduck@debian.org>  Sat, 19 Apr 2008 15:36:36 +0200

molly-guard (0.3.2-1) unstable; urgency=low

  * New upstream release, which prevent set -u from falling over unset
    SSH_CONNECTION variable (closes: #471129).

 -- martin f. krafft <madduck@debian.org>  Sun, 16 Mar 2008 08:55:37 +0100

molly-guard (0.3.1-1) unstable; urgency=low

  [ martin f. krafft ]
  * New upstream release (closes: #469951).
    - Pass --short option to hostname to prevent the user from having
      to type the whole FQDN at times.
    - Check for the $SSH_CONNECTION variable in addition to the pty checks.
  * Fix Vcs-* links, which now point to the new Git repo.
  * Bump debhelper compatibility level to 6; no other changes required.
  * Bump Standards-Version to 3.7.3; no other changes required.
  * Add a basic README file.

  [ Thijs Kinkhorst ]
  * Tweak description.

 -- martin f. krafft <madduck@debian.org>  Wed, 12 Mar 2008 19:56:49 +0100

molly-guard (0.3-2) unstable; urgency=low

  * Pass --short option to hostname to prevent the user from having to type
    the whole FQDN at times (closes: #431205).

 -- martin f. krafft <madduck@debian.org>  Mon, 02 Jul 2007 18:26:09 +0200

molly-guard (0.3-1) unstable; urgency=low

  * Shield shutdown -h; I am terribly sorry, Andrew! (closes: #426107).
    Now only shutdown -c and * --help are passed through regardless.
  * Added --help option, which now prints a short molly-guard help message
    followed by the actual command's help output.
  * Now should also work in su/sudo sessions because it now checks whether the
    creator of the current tty/pts is sshd, rather than the brittle check for
    the environment. Thanks to Craig Small and Don Armstrong for their sparks
    of brilliance (closes: #425831).
  * Corrected a typo in the package description (closes: #408706).
  * Added --pretend-ssh option to facilitate testing.

 -- martin f. krafft <madduck@debian.org>  Sat, 26 May 2007 14:52:57 +0200

molly-guard (0.2.2-1) unstable; urgency=low

  * New upstream release:
    - now also protects the poweroff command (closes: #401042).
  * Added missing licence text to copyright file (closes: #399726).

 -- martin f. krafft <madduck@debian.org>  Tue, 12 Dec 2006 12:58:55 +0100

molly-guard (0.2.1-1) unstable; urgency=low

  * New upstream release, which does better shell quoting.

 -- martin f. krafft <madduck@debian.org>  Thu, 19 Oct 2006 18:17:14 +0200

molly-guard (0.2-1) unstable; urgency=low

  * New upstream release, which handles --help related options better.

 -- martin f. krafft <madduck@debian.org>  Thu, 19 Oct 2006 17:27:14 +0200

molly-guard (0.1-1) unstable; urgency=low

  * Initial release
    (see http://lists.debian.org/debian-devel/2006/10/msg00712.html)

 -- martin f. krafft <madduck@debian.org>  Thu, 19 Oct 2006 11:47:24 +0200