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 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544
|
eggdrop (1.8.4-1) unstable; urgency=low
* New upstream version 1.8.4
* patches
- SSL support (Closes: #374568)
- fix cross build issues (Closes: #928786)
- refresh patches
* fix some lintian warnings
- use debhelper 12
- enable hardening flags (+all)
- remove autotools-dev and dh-autoreconf dependencies
- update to standards version 4.3.0
- add override for compress.so hardening
* debian/watch
- use https
- ignore rc releases in debian/watch
- switch to 1.8 directory
* debian/control:
- add libssl-dev build dependency
- mark eggdrop-data as Multi-Arch: foreign
- add Vcs-Git and Vcs-Browser to control
* debian/copyright: fix lintian warnings
* debian/eggdrop-data.doc updated
* debian/eggdrop-data.doc-base: updated
* debian/eggdrop-data.examples: add eggdrop-basic.conf
* debian/eggdrop.install: exclude eggdrop-basic.conf from usr/bin
* debian/patches:
- 01use_ldflags, fix_kfreebsd_build: merged
- gcc-format-string-warnings: removed, fixed upstream
* debian/rules: remove -fgnu89-inline and --no-automatic-dbgsym
* debian/upstream/signing-key.asc: new upstream key
* rename NEWS and UPGRADING files
* use dh_autoreconf
-- Cédric Barboiron <ced@winkie.fr> Thu, 09 Apr 2020 13:08:10 +0200
eggdrop (1.6.21-4) unstable; urgency=low
* clang-ftbfs.diff:
- Fix FTBFS with clang-3.5 (Closes: #757400)
- Apply patch from Arthur Marble, thank you!
-- Cédric Barboiron <ced@winkie.fr> Mon, 11 Aug 2014 22:21:21 +0200
eggdrop (1.6.21-3) unstable; urgency=low
* debian/rules: fix dh-autoreconf (Closes: #750618)
-- Cédric Barboiron <ced@winkie.fr> Thu, 05 Jun 2014 23:58:36 +0200
eggdrop (1.6.21-2) unstable; urgency=low
* debian/control, debian/rules: use dh-autoreconf
* debian/source/options: ignore configure|Makefile
* debian/patches/fix_kfreebsd_build:
- use $CC in SHLIB_LD (instead of hardcoded ld)
-- Cédric Barboiron <ced@winkie.fr> Sat, 17 May 2014 14:30:58 +0200
eggdrop (1.6.21-1) unstable; urgency=low
* New upstream release:
- debian/patches/00conf_paths.patch: updated
- debian/patches/gcc-format-string-warnings: updated
- debian/patches/01tcl8.5.10.patch: fixed upstream
- debian/eggdrop.install: don't use hardcoded version anymore
- Closes: #650718
* debian/compat: update to level 9
* debian/control:
- set maintainer to Cédric Barboiron (Closes: #698272)
- use latest Standards-Version
- add debhelper>9 and autotools-dev dependencies
- remove cdbs dependency
- eggdrop-data: fix the Replaces field, add Breaks
- link with tcl8.6
* debian/rules:
- switch to debhelper 9 format
- Closes: #724986 as a side effect
- follow new tcl/tk policy (no more /usr/lib/libtcl.so)
* debian/copyright
- use copyright-format 1.0
- list exceptions
- explain why BSD-4-clause portion from University of California is
acceptable in src/compat/inet_aton.c (see
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change)
(Closes: #744267)
* debian/watch: version 3, plus check pgp signature
* debian/patches/01use_ldflags.patch: propagate LDFLAGS for eggdrop and
modules (Closes: #668091)
* debian/patches/02language_dir.patch: set default language directory
(Closes: #661572)
-- Cédric Barboiron <ced@winkie.fr> Sat, 26 Apr 2014 13:16:04 +0200
eggdrop (1.6.20-2) unstable; urgency=low
* QA upload, set maintainer to Debian QA group
* Enable hardened build flags (Closes: #668091)
-- Moritz Muehlenhoff <jmm@debian.org> Sat, 04 Jan 2014 15:53:07 +0100
eggdrop (1.6.20-1) unstable; urgency=high
* NMUs acknowledged; thanks guys!
* Switched to dpkg-source 3.0 (quilt) format.
- Dropped CDBS's very handy simple-patchsys.mk.
* With a new upstream release comes a pristine tarball (Closes: #550507).
- debian/patches/00conf_paths.patch: updated.
- debian/patches/01version.patch: dropped, fixed upstream.
- debian/patches/02_incompCVE-2007-2807.patch: also fixed.
- debian/eggdrop-data.docs: updated; some files were relocated.
* debian/compat: debhelper compatibility level bumped to 8, in order to make
lintian and debhelper itself happy. Build-dependencies updated accordingly.
* debian/control:
- bumped Standards-Version to 3.9.2, with no changes.
- made some cosmetic changes to the Maintainer field.
- added ${misc:Depends} to the dependencies of both packages. Unneeded for
the time being, but who knows... (Closes: #512501).
* debian/copyright: updated for the 2010 copyright notices.
* debian/patches/01tcl8.5.10.patch: grabbed from upstream CVS in order to fix
a startup crash caused by unexpected behaviour in Tcl 8.5.10 (which is
already in testing, hence the urgency). Thanks to thommey, with our sincere
apologies for lagging behind (Closes: #635274).
* debian/rules:
- No longer pass --enable-tcl-threads as an extra flag, this is now handled
differently upstream.
-- Guilherme de Siqueira Pastore <gpastore@debian.org> Sun, 24 Jul 2011 13:46:59 -0300
eggdrop (1.6.19-1.2) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* Apply upstream patch to fix incomplete patch for CVE-2007-2807,
buffer can still overflow in case of strlen(ctcpbuf) returning
zero (Closes: #427157).
-- Nico Golde <nion@debian.org> Fri, 15 May 2009 13:43:17 +0200
eggdrop (1.6.19-1.1) unstable; urgency=low
* Non-maintainer upload.
* Use patch from Julian Mehnle <julian@mehnle.net> to enforce building
egggrop with Tcl thread support. Thanks for the patch. (Closes: #487541)
-- Marc 'HE' Brockschmidt <he@debian.org> Sat, 06 Sep 2008 21:19:08 +0200
eggdrop (1.6.19-1) unstable; urgency=low
* New upstream release.
* debian/control:
- bumped Standards-Version to 3.7.3;
- made "Homepage" a field in the source stanza;
- changed the capitalization of "Tcl" in the package description to make
lintian happy;
- bumped build-dependency on Tcl to 8.5, as per upstream recommendation
(Closes: #473035).
* debian/copyright:
- added appropriate copyright notices.
* debian/patches:
- 01version.patch: added; show the correct version number;
- 01_CVE-2007-2807_srvmsg.patch: applied upstream, dropped.
-- Guilherme de S. Pastore <gpastore@debian.org> Fri, 30 May 2008 16:20:00 -0300
eggdrop (1.6.18-1.1) unstable; urgency=high
* Non-maintainer upload by secure testing team.
* Fix for CVE-2007-2807 (01_CVE-2007-2807_srvmsg.patch) (Closes: #427157).
-- Nico Golde <nion@debian.org> Sun, 12 Aug 2007 16:42:31 +0200
eggdrop (1.6.18-1) unstable; urgency=low
* New upstream release (Closes: #369678).
- debian/patches/00conf_paths.patch: updated.
* debian/control:
- updated maintainer address.
- replace ${Source-Version} with ${source:Version}. Yay binNMUs!
* debian/copyright: updated FSF's address.
-- Guilherme de S. Pastore <gpastore@debian.org> Fri, 1 Sep 2006 18:21:45 -0300
eggdrop (1.6.17-3) unstable; urgency=medium
* Rewrote long description
* 00conf_paths.patch:
- Change file paths in example configuration file
Thanks to Gustavo Noronha Silva <kov@debian.org>
* Fixed mistake in README.Debian, once again due to the split up
Thanks to Martin Braure de Calignon (Closes: #273933)
-- Guilherme de S. Pastore <gpastore@colband.com.br> Tue, 19 Oct 2004 01:57:51 -0200
eggdrop (1.6.17-2) unstable; urgency=high
* Added versioned Replaces: for eggdrop (>= 1.6.16-2). In other words,
for versions earlier to the split up, in order to allow smooth
upgrades (Closes: #271079)
-- Guilherme de S. Pastore <gpastore@colband.com.br> Sun, 12 Sep 2004 10:04:02 -0300
eggdrop (1.6.17-1) unstable; urgency=low
* New upstream release
- debian/patches/eggdrop.1.diff incorporated upstream, removed.
-- Guilherme de S. Pastore <gpastore@colband.com.br> Wed, 25 Aug 2004 10:32:26 -0300
eggdrop (1.6.16-5) unstable; urgency=low
* debian/control:
- Updated to Standards-Version 3.6.1.1
* debian/copyright:
- Fixed lots of crazy alignment problems
* debian/rules:
- Included simple-patchsys.mk from CDBS
* debian/patches/eggdrop.1.diff:
- Fix error in manpage that prevented a line from being shown
-- Guilherme de S. Pastore <gpastore@colband.com.br> Tue, 27 Jul 2004 11:41:53 -0300
eggdrop (1.6.16-4) unstable; urgency=low
* Fixed location of some files after split up
* Fixed debian/rules so build doesn't fail if -B is passed
to dpkg-buildpackage (Closes: #258418)
-- Guilherme de S. Pastore <gpastore@colband.com.br> Fri, 9 Jul 2004 10:55:48 -0300
eggdrop (1.6.16-3) unstable; urgency=low
* Added Homepage to eggdrop's description
* Split eggdrop into eggdrop and eggdrop-data
* Changed paths on example configuration files
-- Guilherme de S. Pastore <gpastore@colband.com.br> Fri, 18 Jun 2004 09:30:35 -0300
eggdrop (1.6.16-2) unstable; urgency=high
* Fixed typo on README.Debian
* Fixed hyphens in manual page
* Converted debian/rules to CDBS
* Set path to binary on example config file
* Changed LANGDIR on src/eggdrop.h (Closes: #254824)
-- Guilherme de S. Pastore <gpastore@colband.com.br> Thu, 17 Jun 2004 09:15:28 -0300
eggdrop (1.6.16-1) unstable; urgency=low
* New upstream release
* Cleaned up debian/rules and debian/watch
* Compiled with HANDLEN 9 again (Closes: #241285)
-- Guilherme de S. Pastore <gpastore@colband.com.br> Thu, 3 Jun 2004 11:25:44 -0300
eggdrop (1.6.15-2) unstable; urgency=high
* Applied official patch to fix share.mod security bug
-- Guilherme de S. Pastore <gpastore@colband.com.br> Fri, 16 Apr 2004 17:23:37 -0300
eggdrop (1.6.15-1) unstable; urgency=low
* New maintainer
* Acknowledge NMU (Closes: #173371, #202199)
* debian/rules
- No longer exports DH_COMPAT (new policy)
- Changed destination of files (new policy)
- Cleaned up (unnecessary things ripped out)
- Changed binary filename from eggdrop-1.6.15 to eggdrop
- Now moves the files eggdrop's makefile misplaces to the correct
location (no more makefile patches)
* debian/copyright
- Extended copyright (GPL) information
- Updated "Upstream Authors" field, as requested by EggHeads
* debian/control
- Changed package's long description
- Updated Standards-Version to 3.6.1
- Specified version of build dependency on debhelper
* Compiled eggdrop with HANDLEN 30 (Closes: #213704)
* Removed unused patches
* Updated README.Debian file
* Removed empty directory doc/html/chat
* Upstream changelog is now included in the package
-- Guilherme de S. Pastore <gpastore@colband.com.br> Fri, 19 Mar 2004 10:11:20 -0300
eggdrop (1.6.15-0.1) unstable; urgency=medium
* NMU by Elrond <elrond+debian.org@samba-tng.org>, checked and uploaded
by Joshua Kwan
* okayed by maintainer, see Bug#173371
* New upstream release (Closes: #173371, #202199)
+ many security related fixes.
+ eggdrop.{simple,advanced,complete}.conf replaced by
one eggdrop.conf.
* Move eggdrop.conf.gz into doc/eggdrop/examples/.
Change README.Debian accordingly.
* Drop the whole Makefile patchery and move installed
files in debian/rules:install around.
Fixes: motd and banner should be in /usr/share/eggdrop/text/. (Even
configs from older versions expected those files there.)
* Move (unused) egp.patch into debian/patches/.
* Small other fixes.
* Bump Standards-Version to 3.5.6.0.
more complicated changes are warranted to bump the standards-version
any higher, hence they're not included in NMU
-- Joshua Kwan <joshk@triplehelix.org> Sat, 28 Feb 2004 22:49:28 -0800
eggdrop (1.6.10-1) unstable; urgency=low
* New upstream release (Closes: #142075)
-- Ian Eure <ieure@debian.org> Tue, 16 Apr 2002 13:51:01 -0700
eggdrop (1.6.8-2) unstable; urgency=low
* Don't use utf8 conversion routines, our tcl doesn't have
them. (Closes: #131342)
-- Ian Eure <ieure@debian.org> Mon, 28 Jan 2002 17:00:03 -0800
eggdrop (1.6.8-1) unstable; urgency=low
* New upstream release
* Apply patch from CVS to fix SIGBUS crashes on sparcs. (Closes: #103635)
* Fix speeling error in description. (Closes: #124595)
-- Ian Eure <ieure@debian.org> Mon, 28 Jan 2002 09:55:35 -0800
eggdrop (1.6.6-3) unstable; urgency=low
* don't force use of gcc 3.0, just use the default.
-- Ian Eure <ieure@debian.org> Sat, 15 Dec 2001 15:00:41 -0800
eggdrop (1.6.6-2) unstable; urgency=low
* compile eggdrop with gcc 3.0; 2.95.x seems to have problems on
sparc. (closes: #103635)
-- Ian Eure <ieure@debian.org> Wed, 12 Dec 2001 16:34:56 -0800
eggdrop (1.6.6-1) unstable; urgency=low
* new upstream release
* removed ugly hack from 1.6.4-1 in src/mod/dns.mod/configure.in to get
libresolv linked in, since it seems to work once more. strange.
-- Ian Eure <ieure@debian.org> Mon, 6 Aug 2001 20:25:35 -0700
eggdrop (1.6.4-2) unstable; urgency=low
* applied patch to fix crash with unicode channel names. (closes: #99638)
-- Ian Eure <ieure@debian.org> Sun, 1 Jul 2001 03:50:14 -0700
eggdrop (1.6.4-1) unstable; urgency=low
* New upstream release
* remove broken test for res_init, since it's part of glibc. (closes: #94330)
-- Ian Eure <ieure@debian.org> Sun, 29 Apr 2001 22:24:05 -0700
eggdrop (1.6.3-1) unstable; urgency=low
* New upstream release
* removed dh_suidregister from debian/rules
* `INSTALL' isn't installed with the rest of the upstream docs.
-- Ian Eure <ieure@debian.org> Fri, 9 Mar 2001 16:39:14 -0800
eggdrop (1.6.2-2) unstable; urgency=low
* compiled against tcl8.3. (closes: #81082)
* fixed broken build.
-- Ian Eure <ieure@debian.org> Wed, 14 Feb 2001 10:30:42 -0800
eggdrop (1.6.2-1) unstable; urgency=low
* New upstream release
-- Ian Eure <ieure@debian.org> Tue, 6 Feb 2001 13:38:42 -0800
eggdrop (1.6.1-4) unstable; urgency=low
* fixed botscript path in botchk & autobotchk (closes: #79160)
* fixed misleading error messages in autobotchk (closes: #79161)
-- Ian Eure <ieure@debian.org> Sun, 17 Dec 2000 22:07:44 -0800
eggdrop (1.6.1-3) unstable; urgency=low
* added debhelper to Build-Depends. (closes: #78747)
* updated source url in copyright
-- Ian Eure <ieure@debian.org> Mon, 4 Dec 2000 09:09:09 -0800
eggdrop (1.6.1-2) unstable; urgency=low
* removed versions from Build-Depends, since tcl-dev and libz-dev
are Provide:'d. (closes: #78095)
-- Ian Eure <ieure@debian.org> Mon, 27 Nov 2000 11:39:49 -0800
eggdrop (1.6.1-1) unstable; urgency=low
* New upstream release
* fixed another typo in README.Debian
-- Ian Eure <ieure@debian.org> Sat, 25 Nov 2000 12:23:06 -0800
eggdrop (1.6.0-2) unstable; urgency=low
* fixed README.Debian to point to the correct eggdrop.simple.conf.
(closes: #77919)
* autobotchk looks for /usr/share/eggdrop/help & /usr/bin/eggdrop
instead of $dir/help & $dir/eggdrop. (closes: #77931)
-- Ian Eure <ieure@debian.org> Fri, 24 Nov 2000 19:42:36 -0800
eggdrop (1.6.0-1) unstable; urgency=low
* new upstream version. (closes: #57452)
* added Build-Depends (closes: #70292)
* new maintainer (closes: #76182, #75075, #68067)
* FHS compliance; binary modules are in /usr/lib/eggdrop/modules,
machine-independent data is in /usr/share/eggdrop
-- Ian Eure <ieure@debian.org> Fri, 17 Nov 2000 11:43:49 -0800
eggdrop (1.3.28-2) unstable; urgency=low
* Erm, let's try that again .. should actually work this time.
(Closes: #47779).
* Remove *.rej and *.orig files on clean
* Don't use /usr/doc /and/ /usr/share/doc. (closes: #46562)
-- Edward Brocklesby <ejb@debian.org> Fri, 22 Oct 1999 19:24:11 +0100
eggdrop (1.3.28-1) unstable; urgency=low
* New Upstream Version.
-- Edward Brocklesby <ejb@debian.org> Mon, 27 Sep 1999 18:38:06 +0100
eggdrop (1.3.23-2) unstable; urgency=low
* Eggdrop binary is executable again, closes: #31694, #31781.
* Improved lintianability.
-- Johnie Ingram <johnie@debian.org> Mon, 1 Feb 1999 09:20:43 -0500
eggdrop (1.3.23-1) unstable; urgency=low
* New upstream version.
-- Johnie Ingram <johnie@debian.org> Mon, 4 Jan 1999 02:15:42 -0500
eggdrop (1.3.22-1) unstable; urgency=low
* New upstream version.
* Added patches from Darren (#22930) to eggdrop.conf, which is now a
conffile (#22951).
-- Johnie Ingram <johnie@debian.org> Sat, 14 Nov 1998 19:35:11 -0500
eggdrop (1.3.19-2) frozen unstable; urgency=low
* Linked with the tcl8 which uses libncurses4.
-- Johnie Ingram <johnie@debian.org> Sat, 14 Nov 1998 19:14:35 -0500
eggdrop (1.3.19-1) unstable; urgency=low
* New upstream version.
* Fixed lintian errors.
* Corrected address of FSF in copyright file.
-- Johnie Ingram <johnie@debian.org> Sun, 30 Aug 1998 01:47:39 -0400
eggdrop (1.3.18-1) unstable; urgency=low
* New upstream version.
-- Johnie Ingram <johnie@debian.org> Mon, 20 Jul 1998 13:50:37 -0400
eggdrop (1.3.14-2) unstable; urgency=low
* New upstream version.
-- Johnie Ingram <johnie@debian.org> Thu, 21 May 1998 14:06:10 -0400
eggdrop (1.3.13-1) unstable; urgency=low
* New upstream version.
* Converted from debmake to debhelper packaging technology.
* Updated to Standards-Version 2.4.1.0.
-- Johnie Ingram <johnie@debian.org> Sun, 19 Apr 1998 20:38:55 -0400
eggdrop (1.3.0-1) unstable; urgency=low
* New upstream version (almost released it, but didn't).
-- Johnie Ingram <johnie@debian.org> Wed, 12 Nov 1997 22:55:23 -0500
eggdrop (1.2.0-0) local; urgency=low
* New upstream version (pristine source).
-- Johnie Ingram <johnie@debian.org> Thu, 11 Sep 1997 12:47:44 -0400
eggdrop (1.1.5-1) local; urgency=low
* New package (never uploaded).
-- Johnie Ingram <johnie@debian.org> Wed, 9 Jul 1997 00:29:18 -0400
|