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