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
|
bsdutils (4.4.1.1) frozen unstable; urgency=low
* Recompile to fix dependencies. Now depends on libc6, with no
version requirement.
-- Charles Briscoe-Smith <cpbs@debian.org> Fri, 11 Dec 1998 20:17:10 +0000
bsdutils (4.4.1) frozen unstable; urgency=medium
* debian/{control,copyright}: New maintainer.
* README.script: new file, describing the script security hole
(bug#988).
* debian/rules: install README.script.
* script.c: detect if the tty returned by openpty() is insecure and
issue a warning if so, referring the user to README.script.
* script.1: Add a note about the bug, and refer the reader to
README.script.
-- Charles Briscoe-Smith <cpbs@debian.org> Wed, 9 Dec 1998 13:44:53 +0000
bsdutils (4.4) unstable; urgency=low
* kill.c, mksignames.c, Makefile: applied patch from Eric Delaunay
<delaunay@lix.polytechnique.fr> to allow proper signal number
detection under non-i386 linux. Slightly modified to fix off by
one error.
* script.1: tell people how to strip control characters out.
Fixes Bug#25156.
-- Austin Donnelly <and1000@debian.org> Sat, 26 Sep 1998 12:42:37 +0100
bsdutils (4.3) frozen unstable; urgency=high
* Full maintainer release to close bugs
* debian/rules.orig: deleted
* debian/rules: add section and priority headings to .deb file
-- Austin Donnelly <and1000@debian.org> Sat, 18 Jul 1998 15:56:49 +0100
bsdutils (4.2.0.1) frozen unstable; urgency=low
* Non-maintainer release.
* (debian/control): Pre-Depends: libc6 (Bug#24569).
* (debian/rules): clean: remove debian/substvars and debian/files.
-- Joel Klecker <jk@espy.org> Wed, 15 July 1998 18:07:49 -0700
bsdutils (4.2) frozen unstable; urgency=low
* kill.c: "kill -0 <pid>" to detect existence of a process should be valid.
Fixes Bug#18103.
-- Austin Donnelly <and1000@debian.org> Wed, 11 Feb 1998 21:26:14 +0000
bsdutils (4.1) unstable; urgency=low
* kill.c: argument with side effects in strcmp() call doesn't work with
macro expanded strcmp() on Sparc. Patches from Juan Cespedes
<cespedes@debian.org> and Eric Delaunay
<delaunay@lix.polytechnique.fr>. Fixes Bug#16088, Bug#16884.
* wall.c: inline prototype for strcpy() removed. That's what header
files are for!
* control: Standards-Version now 2.3.0.1. Fixes Bug#16751.
-- Austin Donnelly <and1000@debian.org> Sun, 11 Jan 1998 22:14:50 +0000
bsdutils (4.0) unstable; urgency=low
* recompiled for libc6
* logger manpage improved: documented '--' as ending the
option list, and listed valid facility and level names. Fixes
Bug#12392 and Bug#12556.
-- Austin Donnelly <and1000@debian.org> Sun, 26 Oct 1997 16:33:45 +0000
bsdutils (3.3) unstable; urgency=low
* script.c: fixed exec() call that forks shell, so that its argv[0] is
correct. Fixes Bug#10738.
* Makefile: install as root.root for robustness
-- Austin Donnelly <and1000@debian.org> Sun, 22 Jun 1997 16:48:55 +0100
bsdutils (3.2) unstable; urgency=medium
* wall(1) should be setgid tty (Fixes Bug#8730)
* kill.c: SIGABRT added as synonym for SIGIOT. Goes some way to fixing
Bug#3815, but note that the real reason for this bug is that bash
doesn't recognise SIGABRT, not /bin/kill.
* package description changes to reflect the removal of chroot.
Fixes Bug#6937
* Fixes from Micheal Alan Dorman for AXP, bash2 and glibc compile. Fixes
Bug#8742 and Bug#8224
* added depends on shellutils(>=1.15-3) to make sure chroot is still
around
* wall.c: only print the ttyname if it isn't NULL.
-- Austin Donnelly <and1000@debian.org> Sun, 1 Jun 1997 16:28:15 +0100
bsdutils (3.1.3) unstable; urgency=high
* Fixed bad bug. (#6876) Used patch provided by: (sorry I can't find the name)
-- Shaya Potter <spotter@itd.nrl.navy.mil> Sun, 26 Jan 1997 08:40:09 -0500
bsdutils (3.1.2) unstable; urgency=low
* Fixed bad bug. (#6876)
-- Shaya Potter <spotter@itd.nrl.navy.mil> Sun, 26 Jan 1997 08:40:09 -0500
bsdutils (3.1.1) unstable; urgency=low
* Removed chroot, now in shellutils
-- Shaya Potter <spotter@itd.nrl.navy.mil> Sun, 26 Jan 1997 08:40:09 -0500
bsdutils (3.1) unstable; urgency=low
* Updated to new standards format
-- Shaya Potter <spotter@itd.nrl.navy.mil> Wed, 22 Jan 1997 05:19:26 -0500
|