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