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
|
dictd (1.5.5-6) unstable; urgency=low
* Added --quiet option an || true to adduser invocation in preinst
closes: #132968
* Added closelog() to daemon_terminate() in daemon.c
>> added to facility-patch
-- Robert D. Hilliard <hilliard@debian.org> Fri, 8 Feb 2002 11:52:27 -0500
dictd (1.5.5-5) unstable; urgency=low
* Removed --html option from dict.c help message
closes: #113479
>>html_help-patch
* Made numerous corrections and clarifications to dictd.8, including
conforming option documentation to the code. Added a note about the
include keyword and the Debian dictdconfig script, which partially
addresses, but doesn't close Bug #104096.
>>dictd-general-patch
* Made dictd informative messages (-h, -L and -V) display on stdout
instead of stderr, while still using stderr for error messages.
>>dictd-general-patch
* Modified preinst to add user dictd if it doesn't already exist.
Patched dictd.c to run as user dictd if that user is present on the
system, and as user nobody otherwise.
>>dictd-general-patch
* Created an option (--facility) to permit the user to choose which
syslog logging facility dictd should use.
>>facility-patch
* Included a patch by Joey Hess <joeyh@debian.org> to permit dictd to be
started by inetd; included README.inetd.gz explaining use of dictd with
inetd. Thanks, Joey.
closes: #62998
>>inetd-patch
* Removed spurious character (`1') from dictd prerm.
closes: #131195
* Included virtual packages dict-client and dict-server in dependency
relationships.
* Removed -Wwrite-strings from WCFLAGS in configure script. This
removes this flag from XTRACFLAGS in Makefile and avoids 70 compiler
warnings caused by libc6-dev Bug #111767.
dictd (1.5.5-2) unstable; urgency=low
* Made dictunzip.1 and dictzcat.1 as symlinks to dictzip.1
* Fixed the kludge for PID in preinst.
closes #81393
* Patched dictzip.c to make dictunzip work. Added /usr/bin/dictunzip
and /usr/bin/dictzcat as symlinks to /usr/bin/dictzip
closes #92694
>>dictzip-patch
dictd (1.5.5-1) unstable; urgency=low
* new upstream version - incorporates _all_ previous Debian patches
* Previous release (1.5.4-1) fixed a parsing error in dict.c that
caused it to segauflt in certain unusual cases. This fixed
Bug#77685, but it was omitted from the changelog.
* Modified Makefile.in and libmaa/Makefile.in as in previous
version.
-- Robert D. Hilliard <hilliard@debian.org> Fri, 19 Jan 2001 13:28:43 -0500
dictd (1.5.4-1) unstable; urgency=low
* new upstream version - incorporates almost all previous debian patches,
and fixes the folowing bugs:
Fixed typo (s/deby/deny/) in dictd manpage
Closes: #78275
Corrected output streams so dict help messages (including -V and -L)
go to stdout and error messages still go to stderr.
Closes #78596
>>diff_dict.c-help
Corrected option listing in dict.c so getopt() will complain if
argument is omitted for -s, and extended manpage text for the -s
option.
Closes #78597
Disabled --html option in dict, and noted it in manpage. This
responds to, but doesn't fix, Bug#78975.
>>diff_dict.c-help
* Modified Makefile.in as done for previous version; made same changes
in libmaa/Makefile.in. Fixed man directory in Makefile.in.
* Patched dict.c to fix pager problem.
* Changed readme-dictd and my @db_order in dictdconfig to mention
dict-devil.
-- Bob Hilliard <hilliard@debian.org> Sun, 31 Dec 2000 16:58:04 -0500
dictd (1.4.9-9) stable; urgency=low
* Note to ftp admins: This fixes a potential security hole, although
there is no known exploit.
* Patched dictd.c to make it drop root's groups and become group
nogroup. As reported by bug#75132, even though dictd dropped root
privileges on starting, it retained root's group memberships.
>>diff_nogroup
-- Bob Hilliard <hilliard@debian.org> Wed, 25 Oct 2000 10:37:38 -0400
dictd (1.4.9-5) unstable; urgency=low
* Add patch from Kirk Hilliard to terminate a string in
dict_setproctitle. Thanks, Kirk Closes: #54809
>> diff_dictd-ps (Not implemented in 1.5.0)
-- Bob Hilliard <hilliard@debian.org> Fri, 14 Jan 2000 13:59:22 -0500
dictd (1.4.9-3) unstable; urgency=low
* Applied patches from Lars Wirzenius <liw@iki.fi> that add an
option to specify the pager used by dict to display the output,
and modifies the manpage to document this. Thank you, Lars.
Closes: bug#47603
>> diff_dict.c-pager, diff_dict.1
* Patched servscan.l based on e-mail from Rick Faith <faith@dict.org>
to make dict accept the configuration file syntax described in the
ditcd.8 manpage.
Closes: bug#48489
>> diff_access-syntax (Not implemented in 1.5.0)
* Patched dictd.c with patch from Kirk Hilliard <kirk@ghoti.com) to
cause dictd to drop root privileges as soon as it starts, and to
prevent dictd from trying to write a pidfile. Thanks, Kirk. This
permits eliminating `su nobody' from the init.d script.
Closes: bug#40762
>> diff_su-patch (PID part not implemented in 1.5.0)
-- Bob Hilliard <hilliard@debian.org> Fri, 29 Oct 1999 17:11:57 -0400
dictd (1.4.9-1) unstable; urgency=low
* Applied patch to optionally make dictd read the contents of
/var/lib/dictd/db.list in lieu of the database section of
/etc/ditd/conf
>> include.patch
-- Bob Hilliard <hilliard@debian.org> Tue, 8 Jun 1999 19:34:37 -0400
dictd (1.4.8-10) unstable; urgency=low
* Patched servscan.l and clientscan.l to fix misaligned error messages.
Patch by Kirk Hilliard <kirk@debian.org> - fixes 37326
>> diff-clientscan and diff-servscan
* Patched libmaa/hash.c to fix int/long mix up on Alpha.
Patch by Nikita Schmidt <cetus@snowball.ucd.ie> - fixes #36636
>> diff_hash.c_timer
* Patched libmaa/hash.c to remove compiler warnings introduced by
libc6_21. Patch by Kirk Hilliard <kirk@debian.org>
>> diff_libmaa_hash2.c
-- Bob Hilliard <hilliard@debian.org> Fri, 28 May 1999 19:46:07 -0400
dictd (1.4.8-5) frozen unstable; urgency=low
* Patched dict.c to initialize stdout as required for glibc2.1 (this may
only be needed for (Sparc) ports).
Patched decl.h and libmaa/decl.h to eliminate Sun OS stuff when compiling
on Sparc/Linux. Patch supplied by Christian Meder
<meder@isr.uni-stuttgart.de> . Closes #30176
>> diff_dict.c, diff_decl.h, diff_libmaa_decl.h
dictd (1.4.8-4) frozen unstable; urgency=low
* Patched dictd.c to remove superfluous %s in format line of "reaper"
(Thanks to alexander.schwartz@gmx.net) Closes #29976
>> diff_dictd-logging
-- Bob Hilliard <hilliard@debian.org> Sat, 28 Nov 1998 18:42:25 -0500
|