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