chiark / gitweb /
27a18007dd51d3f27f64d49a9ef4441cf30ceec3
[userv.git] / debian / changelog
1 userv (1.2.1~beta2) unstable; urgency=medium
2
3   * changelog: start 1.2.1~beta2
4   * spec.sgml: Update builtin version number
5   * Suppress some warnings about ignoring stderr write errors
6   * overlord: Explicitly ignore unwanted value from write
7   * regenerate lexer.c using flex 2.6.4-6.2
8   * overview.ps: Regenerate (fig2dev from transfig 1:3.2.6a-2+deb9u3)
9   * autoconf: Add autogen.sh
10   * autoconf: Add some missing quoting
11   * autoconf: Add a missing gitignore entry
12   * autoconf: Rerun autogen.sh to update to modern autoconf
13   * make install: Ship manpages to /usr/share, not /usr, by default
14   * make install: Ship docs to /usr/share/doc/userv, not /usr/userv (!)
15   * Makefile: Installation refactoring (1)
16   * Makefile: Installation refactoring (2)
17   * Makefile: Installation refactoring (3)
18   * Installation: Honour DESTDIR
19   * make install: Create bindir and sbindir if needed
20   * Makefile: Installation refactoring (4)
21   * gitignore: Move debian/ entries to debian/.gitignore
22   * Makefile: Provide [un]install-docs
23   * make install: Do not pass -m to install -d; introduce INSTALL_DIR
24   * Makefile: Installation refactoring (5)
25   * make install: Install default config files as examples too
26   * debian: Switch to dh auto sequencer
27   * debian: Build everything from actual sources
28   * copyright: Simplify notices (automatic part)
29   * copyright: Simplify notices (maqnual part)
30   * copyright: Update my date from 2017 to 2021
31   * copyright: Fix information in usage output
32   * copyright: Add Matthew Vernon
33   * copyright etc.: Fix my own email address
34   * spec: Generate printable file as pdf via docbook
35   * spec: Correct information about userv's authorship
36   * overview diagram: Manually strip date from fig2dev output
37   * Makefile: Remove obsolete dist target
38   * overview diagram: Build as pdf, with a sensible page layout, rather than ps
39
40  -- 
41
42 userv (1.2.1~beta1) unstable; urgency=medium
43
44   Bugfixes:
45   * Do not leak a harmless fd into the service program.  Closes: #864876.
46   * spec: Do not claim you can specify numeric service uid.  Closes: #989048.
47
48   Packaging:
49   * Provide a systemd service file in the source tree,  but (for now) do
50     not install it.  Re #939573.  Service file provided by Matthew Vernon.
51   * debian/compat: Bump to 12 (stretch-backports).  Closes: #965858.
52   * autopkgtests: Add some tests to check installation and operation.
53   * debian/rules: Fix cross-building.  Closes: #985998.  [Helmut Grohne]
54
55  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 26 Dec 2021 01:32:33 +0000
56
57 userv (1.2.0) unstable; urgency=medium
58
59   Bugfixes:
60   * Support `stdin', `stdout' and `stderr' in fd ranges, as promised
61     by the spec.  Closes:#813005.
62   * Support `range' operator, as promised by the spec.  Closes:#686449.
63     Bug and analysis from Mark Wooding.
64   * Do not ignore errors from readdir.  Closes:#827408 [Peter Benie].
65   * Correct docs for errors-push, which takes no filename.
66     Closes:#775852.
67   * Correct quoting of include-lookup directory.  Closes:#837391.
68     (With new directives to somewhat ease backward-compatibility.)
69
70   Packaging etc.
71   * Honour XCFLAGS.
72   * Use `%option nounput' rather than #define YY_NO_UNPUT.
73     Patch from Peter Benie.
74   * Specify #define YY_NO_INPUT, which avoids an unused function warning.
75     Patch from Peter Benie.
76   * Update copyright notices.
77   * Upgrade licence to GPLv3+.
78
79   Debian packaging:
80   * Honour dpkg-buildflags.
81   * Add some newer debian/ droppings to .gitignore.
82
83  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 23 Jan 2017 17:17:54 +0000
84
85 userv (1.1.1) unstable; urgency=low
86
87   * Include INIT INFO stanza in init script.
88   * Draft support for `status' in init script, currently commented
89     out pending inclusion into policy of firm specification.
90   * Remove spec.ps on make clean.
91   * Remove spec.ps and dh log on debian/rules clean.  (Use dh_clean.)
92     (To repro bug: dpkg-buildpackage, debian/rules clean, git-ls-files -o)
93   * Fix up some copyright messages.
94   
95  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 08 Jun 2012 20:16:52 +0100
96
97 userv (1.1.0) unstable; urgency=medium
98
99   Bugfix:
100   * Do not reject comments and blank lines inside not-being-executed
101     conditional clauses.  (Closes: #613862.)
102
103   Important Debian packaging fix:
104   * Remove /var/run/userv from the .deb.
105     (Along with the change in 1.0.6 this Closes: #630528.)
106
107   General minor improvements (relevant outside Debian):
108   * Introduce a use of socklen_t to avoid a compiler warning.
109   * Remove spec.html and spec.ps from revision control.
110   * Revision control switched from cvs to git.
111   * Update my email address.
112
113   Debian packaging minor improvements and bugfixes:
114   * The new version will ensure a rebuild and therefore completely deal
115     with the debiandoc-sgml missing documentation bug.  (Closes: #413873.)
116   * Use lintian for dh_fixperms; this ensures that the permissions of
117     /etc/userv in the .deb are 755, not 2755.
118   * Use `command -v' instead of `type' in maintainer scripts.
119   * Do not ignore errors from commands in rules clean target.
120   * Fix FSF address in copyright file.
121   * Remove obsolete local variable section from debian/changelog.
122   * Update Standards-Version.  No changes required.
123
124  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 02 Jun 2012 16:41:09 +0100
125
126 userv (1.0.6ubuntu1) lucid; urgency=low
127
128   * Change tetex-bin with texlive and tetex-extra with texlive-latex-extra
129     in Build-Depends for tetex transition. Cherry-picked from Debian,
130     Thanks to Jari Aalto.
131
132  -- James Westby <james.westby@ubuntu.com>  Thu, 15 Apr 2010 12:03:52 +0100
133
134 userv (1.0.6) unstable; urgency=low
135
136   Packaging fix:
137   * Create /var/run/userv in the init script as well as shipping
138     it in the .deb package.
139
140  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 11 Jul 2007 17:54:36 +0100
141
142 userv (1.0.5) unstable; urgency=low
143
144   Bugfixes (thanks to report from Nelson Beebe):
145   * Do not call `assert' on expressions whose side-effects we need (!)
146     Thanks to report from Nelson Beebe.
147   * Correct an erroneous assert() argument so that it would actually
148     detect failure of the assertion.
149   * alarm(2) returns unsigned and can never fail.
150
151   Packaging changes:
152   * Reran flex (flex Debian 2.5.31-31).
153   * Use install -g 0 instead of -g root.  This is more portable, I hope.
154   * Detect missing vsnprintf and mention URL from Nelson Beebe in err msg.
155   * Remove obsolete `buildship' script from top level directory.  We use
156     cvs-buildpackage nowadays.
157
158  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  8 Apr 2006 13:17:14 +0100
159
160 userv (1.0.4) unstable; urgency=low
161
162   Bugfixes:
163   * Close client socket fd in spawned cats (avoids some service-side hangs
164     when client terminates).  Thanks to report from Simon Tatham.
165
166   Minor portability fixes:
167   * Missing #include <string.h> and <stdlib.h>  } Thanks to report
168   * getgroups returns int, not gid_t (!).       }  from Peter Benie.
169   * Dummy `check' target in Makefile.in.              } Thanks to
170   * Bogus strsignal emulation for broken platforms.   } report from
171   * Bogus WCOREDUMP emulation for broken platforms.   } Nelson Beebe
172   
173   Packaging improvements (including Debian packaging fixes):
174   * Compress uservd(8) manpage.  Closes: #244735.
175   * spec.tex and spec.html are autogenerated: clean and .cvsignore them.
176   * SHELL=/bin/bash in debian/rules; use of install(8).  Closes: #263979.
177   * Reran autoconf/autoheader (autoconf Debian 2.13-54).
178   * Updated copyright notices.
179
180  -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri,  7 Apr 2006 20:04:29 +0100
181
182 userv (1.0.3-2) unstable; urgency=low
183
184   Debian packaging improvements (only):
185   * type -p invoke-rc.d changed to type, in postinst and prerm.
186
187  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  1 Nov 2003 16:59:38 +0000
188
189 userv (1.0.3) unstable; urgency=medium
190
191   Bugfixes:
192   * Make require-fd work with reading fds !
193     (Thanks to Ben Harris for the bug report).
194   * Close unwanted pipes in client-side cat subprocesses, to avoid
195     wedging at termination.  (Thanks to patchlet from Peter Benie.)
196   * gid_t may be >int, so cast to long when putting in USERV_GIDS
197     (Might conceivably make USERV_GIDS be wrong on some platforms.)
198   * Do not pass char to ctype macros; they can't cope with -ve !
199   * Fix fd modifier, signal, and exit status parsing to be rigourous in
200     their use of strtoul.  (Thanks to report from Peter Benie.)
201
202   Portability fixes:
203   * #include <fcntl.h>, not <sys/fcntl.h> (fixes some implicit decls).
204   * Look for gmd5sum.  (Thanks to Anton Altaparmakov for the report.)
205   * install-sh updated to that from autoconf 2.53.
206   * Use fcntl F_{GET,SET}FD with respect for as-yet-uninvented fd flags.
207     (small patch from Ben Harris.)
208
209   Documentation and help improvements:
210   * userv(1) manpage: fixed broken definitions of fd excl and trunc.
211     (Debian bug report: Closes: #79579.)
212   * Specification's usage notes section improved.
213   * --help and --version behaviour made to conform to GNU standards.
214   * We do ship m4 and flex output now, so say so.
215   * Some groff warnings in userv(1), and source version fixed.
216   * New userv(8) manpage.  (Debian: Closes: #33777.)
217   * Update copyright dates everywhere.
218
219   Debian packaging improvements:
220   * Priority changed to optional as per override file.
221   * Build-Depends: debiandoc-sgml, tetex-bin, tetex-extra.  Closes #190615.
222   * init.d reload is noop, restart now called restart.  Closes #70783.
223   * /etc/init.d/userv nicer output: colons, `.' printed after done.
224   * Maintainer scripts use invoke-rc.d if it's available.
225   * Maintainer scripts discard stdout from update-rc.d.
226   * No more messing with /usr/doc, use only /usr/share/doc.  Closes #91578.
227   * Support unstripped binaries in the .deb, with DEB_BUILD_OPTIONS.
228   * Fixed typo in debian/copyright.
229   * /etc/init.d/userv restart doesn't mind if not already running.
230   * debian/rules clean removes whole spec.html subdirectory.
231   * Ship spec.ps (Closes: #210859)
232   * Lintian override for suid /usr/bin/userv (Closes: #211055)
233   * Standards-Version 3.6.1.
234   * Corrected location of common licenses.
235   * Added -isp to dpkg-gencontrol.
236   (Thanks to Martin Pitt and Bas Zoetekouw's NMUs
237    for many inspirations and one-liners.)
238   
239  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat,  1 Nov 2003 01:11:59 +0000
240
241 userv (1.0.1) stable frozen unstable; urgency=high
242
243   IMPORTANT SECURITY FIX:
244   * fd swapping algorithm would sometimes corrupt security-critical data
245     used to generate the service program's USERV_ environment variables.
246     For details see the 1.0.1 announcement in the userv-announce archives.
247
248   Portability improvement:
249   * Look for `md5' as well as `md5sum' - installs easier on BSDs.
250
251  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 27 Jul 2000 01:06:30 +0100
252
253 userv (1.0.0) unstable; urgency=low
254
255   * Manpage userv(1) from Ben Harris.  (Debian bug #33777.)
256   * Released out of beta (version number change).
257   * Added a couple of things to .cvsignore.
258
259  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon,  6 Mar 2000 18:13:49 +0000
260
261 userv (0.95.0) unstable; urgency=low
262
263   * Count \-continued lines properly in error message line numbers.
264   * Fix lexing bugs with "-quoted strings and \-continuation.
265   * Fix interpretation of \n etc. in "-quoted strings.
266   * Fix bug which ignored erroneous read/write after ignore-fd/reject-fd.
267
268  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:26:54 +0000
269
270 userv (0.65.2) unstable; urgency=high
271
272   * In client, copy results from getpw* when necessary.  This fixes what
273     could be a security problem on some platforms.
274   * Avoid accessing backup, auto-save files, etc, with include-lookup.
275     Everything except a-z 0-9 - _ must now be prefixed by a colon.
276   * Allow \ to continue lines (and do sensible things with whitespace in
277     `message' and `error' directives).
278
279  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 10 Oct 1999 12:48:47 +0100
280
281 userv (0.64.1) unstable; urgency=low
282
283   * New "shutdown" builtin service for terminating uservd.
284   * Spec. document shows subsections in TOC.
285
286   * setenv emulation using putenv works properly (previously you would get
287     wrong environment variable settings).  (Thanks to Ben Harris.)
288   * Makefile bug fixed (tokens.h would sometimes not be rebuilt).
289
290   * Regenerated formatted documentation (spec.ps, spec.html).
291
292  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 20 Jun 1999 19:13:42 +0100
293
294 userv (0.62) unstable; urgency=low
295
296   * New builtin service `help' lists builtin services.
297   
298   INSTALL improvements:
299   * Document locations of required programs.
300   * Sort-of document debugging version.
301   
302   Portability fixes for:
303   * md5sum with extra `-'.
304   * -lsocket required for socket().
305   * missing `LOG_AUTHPRIV'.
306   * `logname' name clash.    
307   * missing setenv() (synthesize using putenv).
308   * various required #include's were omitted.
309   * install rule in Makefile `if ! test ...' changed to `if test ! ...'
310
311   Build arrangements changed (new GNU coding standards targets etc):
312   * m4 and flex output now shipped.
313   * `dist' target in Makefile.
314   * Manuals in CVS and shipped pre-formatted.
315
316   * Reran autoconf/autoheader, latest version.
317   * Updated email address to ian@davenant.greenend.org.uk throughout.
318
319  -- Ian Jackson <ian@chiark.greenend.org.uk>  Sun, 18 Apr 1999 20:08:12 +0100
320
321 userv (0.60.3) frozen unstable; urgency=medium
322
323   * Fixed misdequoting of \<newline> in "-quoted strings.
324   * Removed -Werror by default.  (Bug#32758, Bug#32747)
325
326  -- Ian Jackson <ian@chiark.greenend.org.uk>  Wed,  3 Feb 1999 22:24:33 +0000
327
328 userv (0.60.2) frozen unstable; urgency=high
329
330   * Fixed failure to save pathnames in a couple of places in parser.c.
331     Without this, include-directory would often try to open a garbage
332     filename.  This could be a security problem in certain cases where
333     user-owned config files were included from sysadmin-defined files,
334     and the sysadmin wants to control how a user provides services.
335
336   * Fix "-quoted strings, which previously never worked at all.
337
338   * Fixed spurious failure with `Interrupted system call' on systems
339     where fread can fail due to read giving EINTR (blech!)
340
341   * Fixed race when fd closed at startup, which could cause
342     `system call failure: kill cat for <fd>: No such process'.
343
344   * Fixed spurious assertion failure if user's home directory not
345     accessible.
346   * Fixed a couple of memory and fd leaks in error exits from
347     include-directory and include-lookup in parser.c.
348
349   * Debian and `upstream' version integrated; Changelogs merged.
350
351   * Provided `system.default' file checks /etc/userv/services.d and
352     /etc/userv/default.d; system.override runs /etc/userv/override.d.
353
354   * Add <string.h> to servexec.c.
355   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
356   * Braces added in client.c to prevent GCC `ambiguous else' warning.
357
358   * Reran autoconf.
359   * autoconf-generated files included in CVS.
360
361   * Debian package description mentions use by system admin.
362
363  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 23:38:17 +0000
364
365
366 *** Main changelog file included here - see far down this file for the
367 *** pre-0.60 Debian-specific changes.
368
369
370 userv (0.58); urgency=high
371
372   * Fixed failure to set gid when invoking service !!
373   * Fixed failure to set fd value in et_closereadfd messages from client.
374
375   * Save filename string in parse_file for error reporting (in case it is
376     overwritten by parsing code).
377   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
378   * `builtin version' service had error message and errno string reserve
379     values exchanged.
380
381  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
382
383 userv (0.57); urgency=high
384
385   * Services provided by root work !
386   * uservd can now go into background itself (-daemon option).
387
388   * spec now has default syslog facility for rcfile messages as `user'.
389   * Better prioritisation of syslog messages.
390   * Startup error messages now go to stderr instead.
391   * SIGTERM and SIGINT now produce a syslog message.
392
393   * Version number has VEREXT component, settable via make args &c.
394   * New sections in INSTALL about exit statuses and -daemon.
395
396  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
397
398 userv (0.56); urgency=medium
399
400   * Server now checks itself every hour to see if its socket has been
401     stolen, and exits if it has.
402   * Client only retries connect(2) on EINTR (and does so silently).
403   * All of even master server's syslog messages have pid.
404   * Don't delete spec.sgml.in in clean targets.
405
406  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
407
408 userv (0.55.2); urgency=low
409
410   * Added info about WWW page, mailing lists and bug reporting to README.
411
412   * clean targets except realclean don't remove spec.html, spec.ps,
413     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
414     removing configure and config.h.in.
415
416   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
417   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
418     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
419     problems with sizeof and size_t; EPROTO missing workaround.
420   * Note about SIG_IGN and `function declaration isn't a prototype' added
421     to INSTALL file in new PROBLEMS section.
422
423  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
424
425 userv (0.55.1); urgency=low
426
427   * README file now shipped.
428   * Added this Changelog, and configure gets version number from it.
429
430  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
431
432 userv (0.55)
433
434   * Initial release
435
436  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
437
438
439 *** Old main changelog file ends here.
440 *** Now come pre-0.59 Debian-specific changes.
441
442
443 userv (0.58-1.2) unstable; urgency=low
444
445   * Non maintainer upload.
446     Fix for this error on the Arm.
447     cc1: warnings being treated as errors
448     client.c: In function callvalueoption':
449     client.c:747: warning: suggest explicit braces to avoid ambiguous else'
450     Braces inserted, to join the if statements together
451
452  -- Turbo Fredriksson <turbo@debian.org>  Thu, 20 Aug 1998 06:17:43 -0400
453
454 userv (0.58-1.1) frozen unstable; urgency=low
455
456   * Non maintainer upload
457   * Finally compiled against libc6
458   * To Brian White: Please either confirm this upload to go into frozen or
459     remove userv from frozen.
460   * Added external declaration for strsignal() to overlord.c and client.c
461
462  -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 18 Jul 1998 10:48:11 +0200
463
464 userv (0.58-1) unstable; urgency=low
465
466   * Upgraded to new upstream version; major security fix, error handling
467     fixes.
468
469  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:03:52 +0000
470
471 userv (0.57-1) unstable; urgency=high
472
473   * Upgraded to new upstream version; fixed bug with root-provided
474     services.
475   * Uses new -daemon option in init.d script.
476   * Sets VEREXT during build to set version number.
477
478  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:22:22 +0100
479
480 userv (0.56-1) experimental; urgency=low
481
482   * Upgraded to new upstream version.
483
484  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:13:22 +0100
485
486 userv (0.55.1-1) experimental; urgency=low
487
488   * Initial Debian release.
489
490  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 22 Sep 1997 01:08:23 +0100