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