Rev 38 | Rev 41 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
39 | magnus | 1 | oidentd (2.5.0-1) unstable; urgency=low |
2 | |||
3 | * New upstream release. |
||
4 | * New upstream PGP key. |
||
5 | |||
6 | -- Magnus Holmgren <holmgren@debian.org> Sun, 07 Jun 2020 20:54:31 +0200 |
||
7 | |||
30 | magnus | 8 | oidentd (2.4.0-1) unstable; urgency=low |
9 | |||
10 | * New upstream release with rewritten documentation (Closes: #712393). |
||
37 | magnus | 11 | Drop lintian override. |
32 | magnus | 12 | * Drop build dependency on libcap-ng-dev, which is no longer needed. |
31 | magnus | 13 | * Change connection limit in default /etc/default/oidentd to 10 (Closes: |
14 | #697030, LP: #1094773). |
||
33 | magnus | 15 | * Add systemd service and socket units (like upstream's, but with |
16 | support for the same options as the init script). Depend on iproute2 |
||
17 | to let scripts be short. |
||
35 | magnus | 18 | * Build with --enable-debug. |
36 | magnus | 19 | * Update debian/copyright, using machine-readable format. |
30 | magnus | 20 | |
38 | magnus | 21 | -- Magnus Holmgren <holmgren@debian.org> Sat, 14 Sep 2019 23:44:59 +0200 |
30 | magnus | 22 | |
29 | magnus | 23 | oidentd (2.3.2-1) unstable; urgency=low |
24 | |||
25 | * New upstream release. |
||
26 | * New upstream PGP key. |
||
27 | |||
28 | -- Magnus Holmgren <holmgren@debian.org> Sat, 02 Feb 2019 21:50:37 +0100 |
||
29 | |||
27 | magnus | 30 | oidentd (2.3.1-1) unstable; urgency=low |
31 | |||
32 | * Import changes from Ubuntu (Closes: #898378). |
||
33 | |||
34 | -- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2018 16:23:02 +0200 |
||
35 | |||
36 | oidentd (2.3.1-0ubuntu1) devel; urgency=medium |
||
37 | |||
38 | * New upstream and new upstream release. |
||
39 | - Drop all patches, either applied upstream or not worthwhile. |
||
40 | * d/watch, d/upstream/signing-key.asc: |
||
41 | - Update to find new signed upstream releases. |
||
42 | * d/compat, d/control: Bump dh compat to 11. |
||
43 | * d/control: |
||
44 | - Change priority to optional. |
||
45 | - Set homepage to http://oidentd.janikrabe.com/ |
||
46 | - Add B-D on bison, flex, libcap-ng-dev and libnetfilter-conntrack-dev. |
||
47 | * d/rules: |
||
48 | - Enable all hardening flags. |
||
49 | - Append --as-needed to LDFLAGS. |
||
50 | - Drop --with autotools-dev, dh 10 takes care of this. |
||
51 | - Drop override for configure, defaults are now sane. |
||
52 | * d/dirs: Drop. |
||
53 | * d/docs: Remove TODO and ChangeLog-1.x. |
||
54 | * d/oidentd.install, d/oidentd.conf, d/oidentd_masq.conf: |
||
55 | - Drop our config files in favor of upstream's. |
||
56 | * d/s/lintian-overrides: Update for tag rename. |
||
57 | * Update Standards-Version to 4.1.4. |
||
58 | |||
59 | -- Unit 193 <unit193@ubuntu.com> Tue, 19 Jun 2018 18:25:34 -0400 |
||
60 | |||
25 | magnus | 61 | oidentd (2.0.8-10) unstable; urgency=low |
62 | |||
63 | * Add missing lsb-base dependency. |
||
64 | |||
65 | -- Magnus Holmgren <holmgren@debian.org> Wed, 12 Oct 2016 22:21:27 +0200 |
||
66 | |||
18 | magnus | 67 | oidentd (2.0.8-9) unstable; urgency=low |
68 | |||
69 | * Correct Vcs-Svn URL. |
||
21 | magnus | 70 | * Drop README.Debian since the workaround it describes is no longer |
71 | necessary since bug 533604 has been fixed. |
||
22 | magnus | 72 | * dont-touch-CFLAGS.patch: don't let --enable-debug mess with build |
73 | flags. |
||
27 | magnus | 74 | * Bump Standards-Version to 3.9.8. |
18 | magnus | 75 | |
22 | magnus | 76 | -- Magnus Holmgren <holmgren@debian.org> Mon, 10 Oct 2016 21:14:02 +0200 |
18 | magnus | 77 | |
4 | magnus | 78 | oidentd (2.0.8-8) unstable; urgency=low |
79 | |||
80 | * New maintainer (Closes: #695125). |
||
5 | magnus | 81 | * Change source format to 3.0 (quilt), using the "automagic" dh instead |
82 | of CDBS. |
||
83 | * Put the modification of README in dont_mention_INSTALL.patch. |
||
84 | * debian/docs: Don't mention README.Debian or ChangeLog; those are |
||
85 | installed by default (merge the README.Debian in the root of the |
||
86 | source package into the one in debian/). |
||
13 | magnus | 87 | * Raise debhelper compat level to 9 to get default build flags |
88 | automatically. |
||
6 | magnus | 89 | * Override the license-problem-gfdl-invariants Lintian errors; the |
90 | license notice doesn't use the standard wording but it should be clear |
||
91 | that there are no invariant sections nor front or back cover texts. |
||
9 | magnus | 92 | * Replace "[ -x ... ]" with "which ... > /dev/null" in maintainer |
93 | scripts. |
||
10 | magnus | 94 | * Bump Standards-Version to 3.9.6. |
4 | magnus | 95 | |
14 | magnus | 96 | -- Magnus Holmgren <holmgren@debian.org> Tue, 25 Aug 2015 20:57:44 +0200 |
4 | magnus | 97 | |
3 | magnus | 98 | oidentd (2.0.8-7) unstable; urgency=medium |
99 | |||
100 | * QA upload. |
||
101 | |||
102 | [ Unit 193 ] |
||
103 | * d/p/ftbfs-gcc5.patch: Fix a failure to build with gcc5. (Closes: #778035) |
||
104 | * Add d/watch from Bart Martens. |
||
105 | |||
106 | [ Peter Eisentraut ] |
||
107 | * Add support for "status" action to init.d script. (Closes: #647871) |
||
108 | |||
109 | -- Unit 193 <unit193@ubuntu.com> Fri, 03 Jul 2015 06:01:08 -0400 |
||
110 | |||
111 | oidentd (2.0.8-6) unstable; urgency=medium |
||
112 | |||
113 | * QA upload. |
||
114 | * Depend on iproute2 instead of transitional package iproute. |
||
115 | |||
116 | -- Andreas Henriksson <andreas@fatal.se> Thu, 19 Jun 2014 22:29:08 +0200 |
||
117 | |||
118 | oidentd (2.0.8-5) unstable; urgency=low |
||
119 | |||
120 | * QA upload. |
||
121 | * Don’t ship changes to debian/ as a patch, just apply them. |
||
122 | |||
123 | -- Michael Stapelberg <stapelberg@debian.org> Tue, 04 Dec 2012 20:27:25 +0100 |
||
124 | |||
125 | oidentd (2.0.8-4.1) unstable; urgency=low |
||
126 | |||
127 | * Non-maintainer upload. |
||
128 | * Add patch to add -P in the init script with either iproute or net-tools |
||
129 | (Thanks Andreas Henriksson) |
||
130 | * Add dependency on iproute | net-tools (Closes: #672926) |
||
131 | |||
132 | -- Michael Stapelberg <stapelberg@debian.org> Mon, 03 Dec 2012 23:42:59 +0100 |
||
133 | |||
134 | oidentd (2.0.8-4) unstable; urgency=low |
||
135 | |||
136 | * Bind to ipv6-socket by default as well (Closes: #533604) |
||
137 | Patch supplied by Fabian Knittel <fabian.knittel@avona.com> |
||
138 | |||
139 | -- Stefan Bauer <stefan.bauer@cubewerk.de> Mon, 01 Mar 2010 20:27:22 +0100 |
||
140 | |||
141 | oidentd (2.0.8-3) unstable; urgency=low |
||
142 | |||
143 | * Migrating logcheck ignore database from logcheck-database package to |
||
144 | oidentd |
||
145 | * Adding ignore entry for daemons that required local users (Closes: #260660) |
||
146 | |||
147 | -- Stefan Bauer <stefan.bauer@cubewerk.de> Tue, 01 Sep 2009 15:53:27 +0200 |
||
148 | |||
149 | oidentd (2.0.8-2) unstable; urgency=low |
||
150 | |||
151 | * New Maintainer (Closes: #509671) |
||
152 | * Acknowledge NMU changes |
||
153 | * changed file source address in copyright file |
||
154 | * removed ADDENDUM: example stanza in copyright file |
||
155 | * fixed old fsf address in copyright file |
||
156 | * added LSB functions to init script (Closes: #508137 #461338) |
||
157 | * mentioned workaround in README.Debian to bind socket to ipv4 and |
||
158 | ipv6-addresses by default (Closes: #520134) |
||
159 | |||
160 | -- Stefan Bauer <stefan.bauer@cubewerk.de> Sat, 29 Aug 2009 16:20:38 +0200 |
||
161 | |||
162 | oidentd (2.0.8-1.2) unstable; urgency=low |
||
163 | |||
164 | * Non-maintainer upload. |
||
165 | * Added LSB formatted dependency info in init.d script (closes: #462212) |
||
166 | |||
167 | -- Peter Eisentraut <petere@debian.org> Tue, 01 Apr 2008 22:34:32 +0200 |
||
168 | |||
169 | oidentd (2.0.8-1.1) unstable; urgency=high |
||
170 | |||
171 | * Non-maintainer upload during BSP. |
||
172 | * Fix unconditional use of deluser in postrm (Closes: #417038). |
||
173 | |||
174 | -- Luk Claes <luk@debian.org> Thu, 17 May 2007 02:02:54 +0200 |
||
175 | |||
176 | oidentd (2.0.8-1) unstable; urgency=low |
||
177 | |||
178 | * New upstream release |
||
179 | |||
180 | -- Martin Waitz <tali@debian.org> Sun, 2 Jul 2006 01:05:50 +0200 |
||
181 | |||
182 | oidentd (2.0.7-5) unstable; urgency=low |
||
183 | |||
184 | * Don't choke on kernels without masquerade support, Closes: #354006 |
||
185 | |||
186 | -- Martin Waitz <tali@debian.org> Tue, 7 Mar 2006 21:37:21 +0100 |
||
187 | |||
188 | oidentd (2.0.7-4) unstable; urgency=low |
||
189 | |||
190 | * Apply patch from Christof Douma to open netfilter file descriptors |
||
191 | before dropping root, Closes: #266722 |
||
192 | * debian/{control,postrm,postinst}: use oident user and group for daemon, |
||
193 | Closes: #295630 |
||
194 | * debian/postrm: don't try to remove oidentd from inet.conf |
||
195 | * debian/control: bump Standards Version |
||
196 | |||
197 | -- Martin Waitz <tali@debian.org> Sat, 28 Jan 2006 12:51:33 +0100 |
||
198 | |||
199 | oidentd (2.0.7-3) unstable; urgency=low |
||
200 | |||
201 | * fix parsing of new ip_conntrack format, Closes: #292779 |
||
202 | |||
203 | -- Martin Waitz <tali@debian.org> Sat, 5 Feb 2005 00:35:55 +0100 |
||
204 | |||
205 | oidentd (2.0.7-2) unstable; urgency=high |
||
206 | |||
207 | * urgency high because it fixes a serious bug in the copyright file. |
||
208 | * debian/copyright: include GFDL, Closes: #292239 |
||
209 | * debian/control: update Standards-Version and description |
||
210 | * debian/init: remove support for upgrade from version < 2 |
||
211 | * README: don't reference INSTALL, Closes: #253199 |
||
212 | |||
213 | -- Martin Waitz <tali@debian.org> Fri, 28 Jan 2005 23:50:07 +0100 |
||
214 | |||
215 | oidentd (2.0.7-1) unstable; urgency=low |
||
216 | |||
217 | * New upstream release |
||
218 | * debian/default: use -f by default, as suggested by Bug#217194 |
||
219 | * debian/default: Fix comment about /etc/oidentd_masq.conf, Closes: #226962 |
||
220 | * debian/oidentd_masq.conf: update comment |
||
221 | * debian/rules,install: use CDBS for packaging |
||
222 | * debian/compat: use debhelper version 4 |
||
223 | * debian/control: update Build-Depends |
||
224 | |||
225 | -- Martin Waitz <tali@debian.org> Mon, 12 Jan 2004 01:24:13 +0100 |
||
226 | |||
227 | oidentd (2.0.5-1) unstable; urgency=low |
||
228 | |||
229 | * New upstream release |
||
230 | - includes better config parsing, Closes: #176447 |
||
231 | * Don't strip '-r' option, Closes: #176467 |
||
232 | |||
233 | -- Martin Waitz <tali@debian.org> Wed, 26 Feb 2003 22:46:31 +0100 |
||
234 | |||
235 | oidentd (2.0.4-2) unstable; urgency=low |
||
236 | |||
237 | * I guess new bisons are more strict, fix .y file, Closes: #165332 |
||
238 | |||
239 | -- Martin Waitz <tali@debian.org> Fri, 18 Oct 2002 20:26:54 +0200 |
||
240 | |||
241 | oidentd (2.0.4-1) unstable; urgency=low |
||
242 | |||
243 | * New upstream release |
||
244 | * remove oidentdconfig, it's not needed any more post-woody. |
||
245 | Closes: #139203, #145090 |
||
246 | * Add patch from Ewen McNeill to allow default router as |
||
247 | identd proxy. Closes: #157832 |
||
248 | |||
249 | -- Martin Waitz <tali@debian.org> Thu, 22 Aug 2002 19:11:42 +0200 |
||
250 | |||
251 | oidentd (2.0.3+cvs20020603-1) unstable; urgency=high |
||
252 | |||
253 | * New upstream source taken from cvs |
||
254 | - only changes one source line, fixing a broken memory allocation |
||
255 | * Urgency set to high because 2.0.3-1 had a lot more bugs |
||
256 | |||
257 | -- Martin Waitz <tali@debian.org> Mon, 3 Jun 2002 10:58:10 +0200 |
||
258 | |||
259 | oidentd (2.0.3+cvs20020418-1) unstable; urgency=low |
||
260 | |||
261 | * New upstream source taken from cvs |
||
262 | - includes minor bugfixes, Closes: #115589 |
||
263 | |||
264 | -- Martin Waitz <tali@debian.org> Thu, 18 Apr 2002 22:32:02 +0200 |
||
265 | |||
266 | oidentd (2.0.3-1) unstable; urgency=low |
||
267 | |||
268 | * New upstream release |
||
269 | * debian/control: Standards-Version 3.5.6.1 |
||
270 | |||
271 | -- Martin Waitz <tali@debian.org> Mon, 25 Mar 2002 01:39:45 +0100 |
||
272 | |||
273 | oidentd (2.0.1-2) unstable; urgency=low |
||
274 | |||
275 | * debian/oidentdconfig: generate better oidentd.conf |
||
276 | this fixes one part of #116694. |
||
277 | |||
278 | -- Martin Waitz <tali@debian.org> Mon, 5 Nov 2001 00:45:45 +0100 |
||
279 | |||
280 | oidentd (2.0.1-1) unstable; urgency=low |
||
281 | |||
282 | * New upstream version |
||
283 | - fixes -f command line argument, Closes: #113721 |
||
284 | * debian/rules: added new --enable-debug to configure |
||
285 | * debian/control: mention IPv6 support in Description |
||
286 | |||
287 | -- Martin Waitz <tali@debian.org> Sat, 6 Oct 2001 23:18:11 +0200 |
||
288 | |||
289 | oidentd (1.9.9.1+cvs20010921-1) unstable; urgency=low |
||
290 | |||
291 | * New upstream source taken from cvs |
||
292 | - fixes port binding, Closes: #113043 |
||
293 | - more masquarade fixes, Closes: #110540 (again ;) |
||
294 | |||
295 | -- Martin Waitz <tali@debian.org> Fri, 21 Sep 2001 15:19:27 +0200 |
||
296 | |||
297 | oidentd (1.9.9.1-1) unstable; urgency=low |
||
298 | |||
299 | * New upstream version |
||
300 | - many bugfixes, including masquarade support, Closes: #110540 |
||
301 | * debian/rules,docs: use NEWS for changelog, |
||
302 | include 1.x changelog in documentation |
||
303 | * debian/copyright: updated web page location |
||
304 | |||
305 | -- Martin Waitz <tali@debian.org> Tue, 18 Sep 2001 11:11:06 +0200 |
||
306 | |||
307 | oidentd (1.9.9+cvs20010905-1) unstable; urgency=low |
||
308 | |||
309 | * New upstream source taken from cvs |
||
310 | - uses ~/.oidentd.conf instead of ~/.oidentd_conf |
||
311 | * #1109875 was a typo (Closes: #110975) |
||
312 | * debian/control: set priority to extra, |
||
313 | somehow last uploads made it optional |
||
314 | |||
315 | -- Martin Waitz <tali@debian.org> Sun, 9 Sep 2001 14:52:53 +0200 |
||
316 | |||
317 | oidentd (1.9.9-2) unstable; urgency=low |
||
318 | |||
319 | * debian/control: added bison, flex to build-depends |
||
320 | (Closes: #110498, #1109875) |
||
321 | |||
322 | -- Martin Waitz <tali@debian.org> Tue, 4 Sep 2001 15:03:52 +0200 |
||
323 | |||
324 | oidentd (1.9.9-1) unstable; urgency=low |
||
325 | |||
326 | * New upstream version |
||
327 | - IPv6 support, Closes: #92232 |
||
328 | - new, more flexible configuration |
||
329 | - doesn't support inetd any more, Closes: #55021, #62149, #71964 |
||
330 | - old bugs are already fixed, Closes: #67527, #76682 |
||
331 | - includes (fixed!) version of my patch regarding logging, Closes: #106782 |
||
332 | * debian/oidentdconfig: wrote script to convert config files, please test! |
||
333 | * debian/rules: install new config files and oidentdconfig |
||
334 | * debian/rules,docs: removed INSTALL, doesn't contain anything important any more |
||
335 | * debian/default: change comments according to new syntax |
||
336 | * debian/init: removed inetd test, always run as daemon |
||
337 | * debian/init: remove old options from OIDENT_OPTIONS |
||
338 | * debian/postinst: don't add inetd entry, remove old inetd entries |
||
339 | * debian/postinst: run oidentdconfig to test config |
||
340 | * debian/prerm: instead of disabling oidentd in inetd.conf, remove it |
||
341 | * debian/copyright: small cleanups |
||
342 | * debian/control: compliant to Standards-Version 3.5.6.0 |
||
343 | |||
344 | -- Martin Waitz <tali@debian.org> Tue, 21 Aug 2001 16:43:32 +0200 |
||
345 | |||
346 | oidentd (1.7.1-8) unstable; urgency=low |
||
347 | |||
348 | * removed logcheck ignore file, it is being provided by logcheck |
||
349 | (Closes: #105472, #106196) |
||
350 | * again updated config.{guess,sub} |
||
351 | |||
352 | -- Martin Waitz <tali@debian.org> Thu, 26 Jul 2001 16:04:35 +0200 |
||
353 | |||
354 | oidentd (1.7.1-7) unstable; urgency=low |
||
355 | |||
356 | * updated config.{guess,sub} from current libtool |
||
357 | * changed oidentd.c to compile with gcc-3.0 |
||
358 | (Closes: #103156, thanks to LaMont Jones for the patch) |
||
359 | |||
360 | -- Martin Waitz <tali@debian.org> Tue, 3 Jul 2001 15:33:26 +0200 |
||
361 | |||
362 | oidentd (1.7.1-6) unstable; urgency=low |
||
363 | |||
364 | * removed in.oidentd from man-page (Closes: #99584) |
||
365 | * compliant to Standards-Version 3.5.5.0 |
||
366 | |||
367 | -- Martin Waitz <tali@debian.org> Fri, 8 Jun 2001 15:37:23 +0200 |
||
368 | |||
369 | oidentd (1.7.1-5) unstable; urgency=low |
||
370 | |||
371 | * New Maintainer. |
||
372 | * Honor DEB_BUILD_OPTIONS, now using debhelper 3 |
||
373 | * Add documentation to /etc/identd.spoof. |
||
374 | * Add logcheck ignore file. Closes: #89177 |
||
375 | * init script now only checks for existance of daemon |
||
376 | * move daemon configuration to /etc/default/ |
||
377 | * now complies to Standards-Version 3.5.2.0 |
||
378 | * add pointer to "-F" to config files. Closes: #80824 |
||
379 | * changed linux-masq error logging. Closes: #75952 |
||
380 | * use same default config for init/inetd method (-s -m) |
||
381 | * fixed typo in oidentd(8). Closes: #78817 |
||
382 | * some cleanup |
||
383 | |||
384 | -- Martin Waitz <tali@stud.uni-erlangen.de> Thu, 29 Mar 2001 15:21:01 +0200 |
||
385 | |||
386 | oidentd (1.7.1-4) unstable; urgency=low |
||
387 | |||
388 | * Yet another upload |
||
389 | * killed preinst, dpkg handles it for us. Closes: #92076 |
||
390 | |||
391 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Thu, 29 Mar 2001 07:51:57 -0800 |
||
392 | |||
393 | oidentd (1.7.1-3) unstable; urgency=low |
||
394 | |||
395 | * Fixing bugs |
||
396 | * Maintainer scripts check for update-inetd before using it. |
||
397 | Closes: #88916, #88917, #88921 |
||
398 | * added empty identd.spoof to /etc, marked as a conffile. Closes: #81136 |
||
399 | * removed the stamps in rules file, Closes: #75084 |
||
400 | |||
401 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 14 Mar 2001 15:20:23 -0800 |
||
402 | |||
403 | oidentd (1.7.1-2) unstable; urgency=low |
||
404 | |||
405 | * Orphaning package |
||
406 | |||
407 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 21 Feb 2001 12:56:47 -0800 |
||
408 | |||
409 | oidentd (1.7.1-1) unstable; urgency=low |
||
410 | |||
411 | * New upstream release |
||
412 | |||
413 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Mon, 23 Oct 2000 16:29:06 -0700 |
||
414 | |||
415 | oidentd (1.7.0-2) frozen unstable; urgency=low |
||
416 | |||
417 | * Fixed the setsockopt() bug, patch sent upstream |
||
418 | |||
419 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Wed, 18 Oct 2000 09:30:05 -0700 |
||
420 | |||
421 | oidentd (1.7.0-1) frozen unstable; urgency=low |
||
422 | |||
423 | * New upstream release |
||
424 | |||
425 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Tue, 17 Oct 2000 09:35:56 -0700 |
||
426 | |||
427 | oidentd (1.6.4-3) frozen unstable; urgency=low |
||
428 | |||
429 | * Ensure oident becomes dominant ident |
||
430 | * Closes: #67527 |
||
431 | |||
432 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Fri, 21 Jul 2000 14:16:52 -0700 |
||
433 | |||
434 | oidentd (1.6.4-2) frozen unstable; urgency=low |
||
435 | |||
436 | * Closes: #60111 |
||
437 | * this is related to my previous upload, I missed the init script. |
||
438 | |||
439 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Mon, 13 Mar 2000 17:32:30 -0800 |
||
440 | |||
441 | oidentd (1.6.4-1) frozen unstable; urgency=low |
||
442 | |||
443 | * New upstream release |
||
444 | * Upstream fixed several bugs |
||
445 | * Netfilter support (important for 2.3 and higher linux kernels) |
||
446 | * Closes: #56021 |
||
447 | |||
448 | -- Sean 'Shaleh' Perry <shaleh@debian.org> Fri, 25 Feb 2000 13:43:43 -0800 |
||
449 | |||
450 | oidentd (1.6.3-4) unstable; urgency=low |
||
451 | |||
452 | * Closes: #45343 |
||
453 | * FHS compliant |
||
454 | |||
455 | -- Sean E. Perry <shaleh@debian.org> Mon, 20 Sep 1999 17:34:36 -0700 |
||
456 | |||
457 | oidentd (1.6.3-3) unstable; urgency=low |
||
458 | |||
459 | * bug fixes |
||
460 | * closes: #43978, oops |
||
461 | * closes: #43983, double oops |
||
462 | |||
463 | -- Sean E. Perry <shaleh@debian.org> Fri, 3 Sep 1999 12:23:13 -0700 |
||
464 | |||
465 | oidentd (1.6.3-2) unstable; urgency=low |
||
466 | |||
467 | * Cleaned up the {pre,post}{inst,rm} |
||
468 | * added an init script, default is still inetd |
||
469 | |||
470 | -- Sean E. Perry <shaleh@debian.org> Tue, 31 Aug 1999 15:04:39 -0700 |
||
471 | |||
472 | oidentd (1.6.3-1) unstable; urgency=low |
||
473 | |||
474 | * new upstream release |
||
475 | |||
476 | -- Sean E. Perry <shaleh@debian.org> Wed, 25 Aug 1999 03:41:16 -0700 |
||
477 | |||
478 | oidentd (1.6.2-0) unstable; urgency=low |
||
479 | |||
480 | * New upstream release |
||
481 | |||
482 | -- Sean E. Perry <shaleh@debian.org> Sat, 29 May 1999 06:07:05 -0400 |
||
483 | |||
484 | oidentd (1.6.1-0) unstable; urgency=low |
||
485 | |||
486 | * Initial Release. |
||
487 | |||
488 | -- Sean E. Perry <shaleh@debian.org> Sat, 6 Mar 1999 15:37:05 -0500 |
||
489 |