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