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 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702
|
mrtg (2.17.7-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/changelog: Remove trailing whitespaces
* d/rules: Remove trailing whitespaces
* d/control: Set Vcs-* to salsa.debian.org
[ Sandro Tosi ]
* New upstream release
* Acknowledge NMU; Closes: #880776
* debian/copyright
- extend packaging copyright years
* debian/control
- bump Standards-Version to 4.3.0 (no changes needed)
- remove Adam Majer from Uploaders, thanks for your contributions!
* debian/patches/*
- refresh, remove patch merged upstream
* debian/watch
- use HTTPS
-- Sandro Tosi <morph@debian.org> Sun, 03 Feb 2019 15:14:12 -0500
mrtg (2.17.4-4.1) unstable; urgency=medium
* NMU to remove Net_SNMP_util module (which is now to be found in
libsnmp-session-perl).
* Build-Depend on libgd-dev instead of libgd-dev (Closes: #880776).
-- Roland Rosenfeld <roland@debian.org> Tue, 05 Dec 2017 17:41:10 +0100
mrtg (2.17.4-4) unstable; urgency=medium
* debian/control
- b-d only on the unversioned libpng-dev; Closes: #810194
- bump Standards-Version to 3.9.7 (no changes needed)
- point Vcs-* to HTTPS
* debian/po/pt_BR.po
- udpate Brazilian Portuguese debconf translation; Closes: #799420
-- Sandro Tosi <morph@debian.org> Sun, 10 Apr 2016 23:45:07 +0100
mrtg (2.17.4-3) unstable; urgency=medium
[ Adam Majer ]
* Added DCN (Digital China Networks) identity patch provided by Paweł
Gołaszewski. Thank you. Closes: #771894
[ Sandro Tosi ]
* remove explicit b-d on perl-modules; thanks to Dominic Hargreaves for the
report and to Damyan Ivanov for pushing for a fix; Closes: #788153
-- Sandro Tosi <morph@debian.org> Sun, 26 Jul 2015 18:34:41 +0100
mrtg (2.17.4-2) unstable; urgency=low
* debian/po/sv.po
- updated debconf PO Swedish translation; thanks to Martin Bagge for the
report and patch; Closes: #681497
-- Sandro Tosi <morph@debian.org> Tue, 14 Aug 2012 13:57:30 +0200
mrtg (2.17.4-1) unstable; urgency=low
* New upstream release
* debian/po/id.po
- added debconf PO Indonesian translation; thanks to Mahyuddin Susanto for
the report and patch; Closes: #660313
* debian/copyright
- reformatted to DEP-5 format, bumping packaging copyright years
* debian/control
- bump Standards-Version to 3.9.3 (no changes needed)
- switching Maintainer and Uploaders fields, to reflect reality
-- Sandro Tosi <morph@debian.org> Sat, 19 May 2012 19:11:55 +0200
mrtg (2.17.3-2) unstable; urgency=low
* debian/copyright
- updated packaging copyright info
* debian/cron.d
- fix grep syntax in cronjob; Closes: #653363
-- Sandro Tosi <morph@debian.org> Wed, 28 Dec 2011 23:23:53 +0100
mrtg (2.17.3-1) unstable; urgency=low
* New upstream release
- add the process id tmp file extensions, to guard against multiple rateup
instances messing things up for each other; Closes: #600798
- cfgmaker skip using ifalias (only supported on routers where mrtg knows
that ifalias exists) if it is undefined and switch to the next item in
line for ifdesc; Closes: #630725
- add missing closing brace in HTML template; Closes: #641163
* debian/cron.d
- exclude commented lines when checking WorkDir; thanks to Celelibi for the
report; Closes: #641157
* debian/po/nl.po
- updated debconf PO Dutch translation; thanks to Joe Dalton for the report
and patch; Closes: #652956
* debian/patches/fix_typos_doc_manpages.patch
- removed, merged upstream
* debian/{mrtg.docs, rules}
- don't install CHANGES directly, it's detected by dh_installchangelogs
-- Sandro Tosi <morph@debian.org> Mon, 26 Dec 2011 11:41:35 +0100
mrtg (2.17.2-1) unstable; urgency=low
* New upstream release
- updated mrtg-squid doc; thanks to Chris Chiappa; Closes: #317813
- support for glob patterns for include files; thanks to Jamin W. Collins;
Closes: #245355
- remove a race-condition when writing new trafic graph files with rateup by
writing to a temp file and moving it later; thanks to herbert@debian.org;
Closes: #20641
- do not load Net_SNMP_util unless snmpv3 is requested; thanks to Martín
Ferrari; Closes: #404168
- explicitly import Socket6 routines in SNMP_Session; thanks to Matija
Grabnar; Closes: #629331
- adjustment for perl new taint mode (since 5.10); thanks to Julien Savoie
for the report; Closes: #612550
* Acknowledge NMU; Closes: #625695
* debian/README.Debian
- removed notice about snmpd configuration; thanks to Harald Dunkel for the
report; Closes: #599802
* debian/source/format
- converted to 3.0 (quilt) format
* debian/patches/bts113894_use_gawk.patch
- convert [f3f7427] to a proper patch
* debian/patches/bts457032_fix_doc_location.patch
- convert [9d8bd7a] to a proper patch
* debian/patches/fix_for_ipacc.patch
- convert [75f1393] to a proper patch
* debian/patches/fix_typos_doc_manpages.patch
- convert [2867bb3] to a proper patch
* debian/patches/bts113814_mrtgindx.cgi
- convert [759fe33] to a proper patch
* debian/patches/bts167107_nodefaultglobal.patch
- convert [ef33ad5] to a proper patch
* debian/patches/dont_create_varlockmrtg.patch
- convert [369821e] to a proper patch
* debian/patches/{mrtg_lock_temp_cache_files_fixups.patch,
cfgmaker_debian_workdir.patch,
iptables-accounting_linewrap.patch}
- convert part of [02d0030] to a proper patch
* debian/rules
- don't remove *.rej and *.orig, they are in the upstream tarball
- fix build, build-arch, build-indep targets as lintian suggests
* debian/control
- bump Standards-Version to 3.9.2 (no changes needed)
* debian/cron.d
- don't run if Workdir is not a directory; thanks to Adrian Bridgett for the
report; Closes: #527315
-- Sandro Tosi <morph@debian.org> Mon, 15 Aug 2011 16:30:14 +0200
mrtg (2.16.3-3.1) unstable; urgency=low
* Non-maintainer upload.
* Include patch from upstream (r285) fixing fatal errors when running
with perl 5.12; Closes: #625695
-- Dominic Hargreaves <dom@earth.li> Fri, 06 May 2011 19:51:19 +0100
mrtg (2.16.3-3) unstable; urgency=low
* debian/po/vi.po
- updated debconf PO Vietnamese translation; thanks to Clytie Siddall for
the report and patch; Closes: #601565
-- Sandro Tosi <morph@debian.org> Sun, 26 Dec 2010 09:16:41 +0100
mrtg (2.16.3-2) unstable; urgency=low
* debian/po/da.po
- updated debconf PO Danish translation; thanks to Joe Dalton for the report
and patch; Closes: #585573
* debian/po/pt.po
- updated debconf PO Portuguese translation; thanks to Américo Monteiro for
the report and patch; Closes: #589411
* debian/po/cs.po
- updated debconf PO Czech translation; thanks to Michal Simunek for the
report and patch; Closes: #589531
-- Sandro Tosi <morph@debian.org> Fri, 13 Aug 2010 18:37:04 +0200
mrtg (2.16.3-1) unstable; urgency=low
* New upstream release
* debian/po/sv.po
- updated debconf PO Swedish translation; thanks to Martin Bagge for the
report and patch; Closes: #562926
* debian/po/fr.po
- updated debconf PO French translation; thanks to Christian Perrier for the
report and patch; Closes: #562941
* debian/po/ru.po
- updated debconf PO Russian translation; thanks to Yuri Kozlov for the
report and patch; Closes: #563080
* debian/po/es.po
- updated debconf PO Spanish translation; thanks to Francisco Javier
Cuadrado for the report and patch; Closes: #565717
* debian/po/de.po
- updated debconf PO German translation; thanks to Thomas Mueller for the
report and patch; Closes: #567894
* bin/mrtg, contrib/mrtg-startup-script/mrtg, debian/mrtg.dirs
- don't create /var/lock/mrtg at install time, but try it at each invocation
* debian/control
- bump Standards-Version to 3.8.4 (no changes needed)
* doc/*
- fixed some typos in manpages and documentation
* debian/mrtg.config
- use 'set -e' instead of 'sh -e' in the shebang
* debian/copyright
- split Copyright and License information
- link to the correct local license file, GPL-2
- added packaging copyright notice for my contributions
-- Sandro Tosi <morph@debian.org> Thu, 18 Mar 2010 23:09:25 +0100
mrtg (2.16.2-5) unstable; urgency=low
* contrib/{mrtgrq/make-mrtg.cfg.awk, net-hosts/{make-mrtg.cfg.awk,net-hosts}},
debian/control
- uses gawk (suggesting it in mrtg-contrib) because mawk doesn't have
strftime (+ small typo fix); thanks to Theodore Alexandrov for the report
and patch (that needs to be adapter); Closes: #113894
* debian/control
- bump versioned depends on 'libsnmp-session-perl' to '>= 1.12'; thanks to
Jason Hall for the initial report, to Sumit Madan and Simon A. Boggis for
following this up, and Niko Tyni for perl analysis; Closes: #411903
- bump Standards-Version to 3.8.3 (no changes needed)
* debian/mrtg.templates
- updated to indicate it's 'root' the user MRTG runs with; thanks to
Jonathan Wiltshire for the report; Closes: #521411
* debian/mrtg.{config, template}, debian/postinst
- removed 'own_user' debconf template, since not used
* debian/po/*
- run debconf-updatepo after debconf template update
* bin/cfgmaker
- added 'nodefaultglobal' option, to not include global options by default;
thanks to Hilko Bengen for the report and patch; Closes: #167107
* debian/po/fr.po
- updated debconf PO French translation; thanks to Christian Perrier for the
report and patch; Closes: #553674
* debian/po/it.po
- updated debconf PO Italian translation; thanks to Luca Monducci for the
report and patch; Closes: #555115
* debian/po/fi.po
- updated debconf PO Finnish translation; thanks to Tommi Vainikainen for
the report and patch; Closes: #554916
* debian/po/ja.po
- updated debconf PO Japanese translation; thanks to Hideki Yamane for the
report and patch; Closes: #554833
-- Sandro Tosi <morph@debian.org> Thu, 12 Nov 2009 19:11:11 +0100
mrtg (2.16.2-4) unstable; urgency=low
* debian/control
- updated my email address
- removed DM-Upload-Allowed flag
- added ${misc:Depends} to binary packages
- bump Standards-Version to 3.8.2 (no changes needed)
* debian/cron.d
- created log dir in case it's missing; thanks to Martin Ferrari for the
report and patch; Closes: #521436
* debian/{compat, control, rules}
- switch to debhelper 7 (dh_clean -k replaced by dh_prep)
-- Sandro Tosi <morph@debian.org> Thu, 02 Jul 2009 08:05:19 +0200
mrtg (2.16.2-3) unstable; urgency=low
* Added Polish translation of debconf templates (closes: #498820)
-- Adam Majer <adamm@zombino.com> Tue, 16 Sep 2008 14:35:05 -0500
mrtg (2.16.2-2) unstable; urgency=low
* debian/po/it.po
- added Italian debconf translation; thanks to Luca Monducci for the patch;
Closes: #492576
-- Sandro Tosi <matrixhasu@gmail.com> Thu, 21 Aug 2008 15:14:10 +0200
mrtg (2.16.2-1) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
- added me to Uploaders
- added "DM-Upload-Allowed: yes" to allow me to upload the package
- added a Suggests on cricket for mrtg-contrib; thanks to Marco d'Itri
<md@Linux.IT> for the report; Closes: #145636
- bump Standards-Version to 3.8.0 (no changes needed)
* lib/mrtg2/MRTG_lib.pm
- fixed location of mrtg-reference.txt for a Debian system; thanks to
Dario Minnucci <debian@midworld.net> for the report; Closes: #457032
* contrib/mrtgindex.cgi/mrtgindx.cgi
- applied patch from Ryan Murray <rmurray@cyberhqz.com>; Closes: #113814
* debian/rules
- added installation of debian/exim-stats (now it was only in source
package); thanks to Jari Aalto for the report; Closes: #309433
* debian/cron.d
- updated to send messages also on stdout (so cron will send an email)
instead of only writing them in the log file; thanks to Mario Holbe for
the report; Closes: #195409
[ Adam Majer ]
* New upstream version 2.16.2
+ globally disable __DIE__ handler in eval
+ updated to SNMP_Session 1.12
-- Adam Majer <adamm@zombino.com> Sat, 05 Jul 2008 00:25:43 -0500
mrtg (2.16.1-2) unstable; urgency=low
* "The Purge Begins" release
* No longer remove stuff from /var/www on purge. This was dangerous.
(closes: #466849)
* Install support images to /usr/share/mrtg instead of dumping it in
var/www/mrtg. Administrators should symlink these images to the mrtg's
output directory.
* No longer ship the .pod files as documentation.
* Added l10n format changes from Christian Perrier.
* Galician debconf templates translation thanks to Jacobo Tarrio
(closes: #412643)
-- Adam Majer <adamm@zombino.com> Wed, 07 May 2008 01:35:56 -0500
mrtg (2.16.1-1) unstable; urgency=low
* New upstream release (closes: #471550)
* Updated watch file and copyright to reflect new website for mrtg
* Update doc-base section to Network/Monitoring
-- Adam Majer <adamm@zombino.com> Wed, 26 Mar 2008 01:35:17 -0500
mrtg (2.14.7-2) unstable; urgency=high
* Build depend on libgd2-noxpm-dev only as not to pull in xpm
dependencies, and, fix documentation symlinks (closes: #389687)
* Urgency high to fix the dependency in Etch before freeze
-- Adam Majer <adamm@zombino.com> Sun, 15 Oct 2006 22:16:02 -0500
mrtg (2.14.7-1) unstable; urgency=low
* New upstream release
* Updated links, including the watch file, to the new website
http://oss.oetiker.ch/mrtg
* Updated Standards to 2.7.2 - no changes
* Updated Portuguese and Swedish translations (closes: #330552, #385059)
* Build-depend on po-debconf to include all translations as per
* dh_installdebconf manpage
* Loosened dependency of mrtg-contrib on mrtg so it is binNMU-able
-- Adam Majer <adamm@zombino.com> Mon, 25 Sep 2006 22:41:52 -0500
mrtg (2.14.3-1) unstable; urgency=low
* New upstream release
-- Adam Majer <adamm@zombino.com> Sun, 14 May 2006 11:31:07 -0500
mrtg (2.13.2-1) unstable; urgency=low
* New upstream release
* Fixed doc-base file (closes: #285657)
* Removed xlsummary since it doesn't run on Debian anyway
(closes: #293641)
-- Adam Majer <adamm@zombino.com> Sat, 11 Feb 2006 18:19:20 -0600
mrtg (2.12.2-1) unstable; urgency=low
* New upstream release
* Fixed the NMU list in the last changelog.
* Links /usr/bin/rateup dynamically, not statically.
* Fixed German translation (closes: #313967)
* Added Vietnamese translation for debconf thanks to David Schmitt. (closes: #312972)
* Depend on debconf-2.0 as well as debconf to facilitate the debconf
transition (closes: #332034)
* Simplied the cron entry thanks to Jari Aalto (closes: #282454) but kept
the 'if' statement.
* Updated to debhelper compat 4
-- Adam Majer <adamm@zombino.com> Wed, 19 Oct 2005 13:19:11 -0500
mrtg (2.12.1-1) unstable; urgency=low
* New upstream release
* New maintainer. Old maintainer MIA as discussed on debian-devel.
* Acknowledge NMUs (closes: #289320, #261286, #243637, #299899, #285514,
#279060, #228238, #246801, #256412)
-- Adam Majer <adamm@zombino.com> Thu, 26 May 2005 20:56:39 -0500
mrtg (2.11.1-1.1) unstable; urgency=low
* Non-maintainer upload
* Update to latest upstream version
* update debconf files to reference /etc/mrtg.cfg (was: /etc/mrtg.conf)
* added debian/watch file
-- tony mancill <tmancill@debian.org> Sat, 23 Apr 2005 23:51:58 -0700
mrtg (2.10.13-1.2) unstable; urgency=low
* Non-maintainer upload for fixing longstanding l10n issues
* Typo correction in templates : s/ouput/output
Translations unfuzzied
* Translations:
- French added. Closes: #243637
- Japanese added. Closes: 256412
- Czech added. Closes: #261286
- Finnish added. Thanks to Tommi Vainikainen
- Danish added. Thanks to Claus Hindsgaul
- Basque added. Thanks to Piarres Beobide Egana
- Dutch added. Thanks to Luk Claes
* Set LANG=C in the cron.d entry so that mrtg does not silently break
with UTF-8 locales. Closes: #279060, #228238
* Lintian fixes:
- debian/control:
Description synopsis do not start with a capital letter
- debian/changelog:
Converted to UTF-8
- debian/menu:
Remove this now obsolete "needs=dwww" entry
- debian/prerm.ex debian/preinst.ex debian/ex.doc-base.package:
Example files removed
- debian/rules:
Remove the extra COPYING files installed by some contrib software in
the examples directory
-- Christian Perrier <bubulle@debian.org> Sat, 22 Jan 2005 11:58:17 +0100
mrtg (2.10.13-1.1) unstable; urgency=low
* NMU
* debian/control: Depend on libsnmp-session-perl >= 0.97. (Closes: #246801)
-- Marc 'HE' Brockschmidt <he@debian.org> Sun, 9 Jan 2005 13:10:42 +0100
mrtg (2.10.13-1) unstable; urgency=low
* New upstream release. (Closes: #209165)
* Don't let postinst to fail if /etc/mrtg.conf is not present. (Closes:
#204044)
* Added hint in README.Debian to disable snmp paranoia. (Closes: #217158)
* Changed /var/log/mrtg dir permission to 750 (Closes: #194253)
* Fixed indexmaker bug (Closes: #181950)
* Fixed --lock-file option problem. (Closes: #155934, #206073)
* Switched to gettext-based debconf templates. Thanks to Martin Quinson.
(Closes: #235814)
-- Shiju p. Nair <shiju@infovillage.net> Fri, 13 Feb 2004 18:23:59 +0300
mrtg (2.9.29-1) unstable; urgency=low
* New maintainer.
-- Shiju p. Nair <shiju@infovillage.net> Sat, 16 Aug 2003 21:40:24 +0300
mrtg (2.9.29-0.1) unstable; urgency=low
* NMU
* New upstream version.
- closes:#157769,#183500 (which simply want the new upstream version :-)
- closes:#175256,#168218,#131136 (new upstream no longer exports the
version number).
- closes:#189532 (updated URL for 14all script).
* Could not use the original tar.gz, as that contains the file
mrtg-2.9.29/install-sh twice which causes dpkg-source -b to fail (as it
calls tar with the -k flag).
* Updated versioned depends on libsnmp-session-perl to 0.93 as required by
upstream.
* Make /var/log/mrtg/ group adm and mode 640, as the logs there may contain
confidential information. closes:#185824
* Build with libgd2 instead of libgd1. closes:#134791,#165208,#151238
* Don't do chmod silently, if failure will cause postinst also to fail which
will confuse the user as he has no clue what the matter is. closes:#109474
* Added 'missingok' directive to logrotate.d entry, as perhaps mrtg isn't
running (yet) or is only installed for the documentation. closes:#182294
* forecd isn't included anymore, so don't try to remove its dir in rules.
* Don't use dh_testversion, the versioned build-dep on debhelper is enough.
* Install perl stuff into /usr/share/perl5 instead of /usr/lib/perl5 .
* Updated Dutch translation to fix irritating errors. Also forwarded
upstream.
-- Paul Slootman <paul@debian.org> Fri, 16 May 2003 09:26:31 +0200
mrtg (2.9.17-4.1) unstable; urgency=low
* NMU, rebuild to fix libpng incompatability. Closes: #157223
-- Joey Hess <joeyh@debian.org> Wed, 21 Aug 2002 01:06:06 -0400
mrtg (2.9.17-4) unstable; urgency=low
* Made /etc/logrotate.d/mrtg a conffile (Closes: #132121).
* Added Russian translations for debconf questions from
Ilgiz Kalmetev <i.kalmetev@bis.bashtelecom.ru> (Closes: #114388).
* Fixed typo in description (Closes: #125158).
* Fixed iptables-accounting in -contrib (Closes: #129333).
* Fixed permissions on config file cache in postinst.
-- Michael-John Turner <mj@debian.org> Sat, 9 Feb 2002 09:27:04 +0200
mrtg (2.9.17-3) unstable; urgency=low
* Move MRTG config file cache into /var/lib/mrtg (Closes: #67327).
-- Michael-John Turner <mj@debian.org> Sat, 8 Sep 2001 15:29:59 +0200
mrtg (2.9.17-2) unstable; urgency=low
* Fixed missing locking code (Closes: #106415). Argh, second time
I've broken it ;(
* Added debconf translations for Brazilian Portuguese (thanks to
Andre Luis Lopes <andrelop@ig.com.br>) (Closes: #106241).
-- Michael-John Turner <mj@debian.org> Sat, 28 Jul 2001 10:26:01 +0200
mrtg (2.9.17-1) unstable; urgency=low
* New upstream (Closes: #104088).
* Fixed rateup(1) (Closes: #94232, #101639).
* Applied indexmaker patch from Peter Gervai <grin@Yikes.Tolna.net>
(Closes: #94302).
* Added German translations for debconf questions from Sebastian Feltel
<sebastian@feltel.de> (Closes: #100068).
* Added Spanish translations for debconf questions from Carlos
Valdivia Yagüe <valyag@teleline.es> (Closes: #102157).
* Redirect stderr to /var/log/mrtg/mrtg.log (in addition to stdout).
-- Michael-John Turner <mj@debian.org> Sat, 9 Jun 2001 19:58:17 +0200
mrtg (2.9.10-1) unstable; urgency=low
* New upstream version.
* Updated Build-Depends (Closes: #89273, #89533, #92740). Not entirely
convinced about adding libpng2-dev and zlib1g-dev, but they're there
now.
-- Michael-John Turner <mj@debian.org> Sun, 8 Apr 2001 15:02:29 +0200
mrtg (2.9.8-4) unstable; urgency=low
* Further postinst/postrm cleanups (Closes: #88828).
* Some additions to README.Debian regarding using MRTG with net-snmp/
ucd-snmpd. (Closes: #39655, #67587).
-- Michael-John Turner <mj@debian.org> Sat, 10 Mar 2001 22:59:12 +0200
mrtg (2.9.8-3) unstable; urgency=low
* Cleaned up logrotate script (Closes: #88167).
* Removed -k from dh_clean call in debian/rules to remove
debian/files from diff (Closes: #88626).
-- Michael-John Turner <mj@debian.org> Mon, 5 Mar 2001 21:09:33 +0200
mrtg (2.9.8-2) unstable; urgency=low
* Re-apply locking patch (Closes: #87950, #87941, #87936).
-- Michael-John Turner <mj@debian.org> Wed, 28 Feb 2001 19:51:12 +0200
mrtg (2.9.8-1) unstable; urgency=low
* New upstream version (Closes: #70860).
* Split into two packages (mrtg and mrtg-contrib) and build and inst/rm
scripts rewritten.
* Cleaned up Build-Depends.
* Updated cron script now also makes sure /etc/mrtg.cfg exists before
trying to run mrtg and logs to /var/log/mrtg/mrtg.log.
* Added perl-modules dependancy (for Pod::Parser).
* More secure permissions on /etc/mrtg.conf (Closes: #75398).
* Use debconf.
* Upgraded standards-version to 3.2.0.
-- Michael-John Turner <mj@debian.org> Fri, 20 Oct 2000 23:03:45 +0200
mrtg (2.8.12-2) unstable; urgency=low
* Built with new libgd (Closes: #68511).
-- Michael-John Turner <mj@debian.org> Sun, 6 Aug 2000 15:01:19 +0200
mrtg (2.8.12-1) unstable; urgency=low
* New upstream version (Closes: #62676,#53602).
* Standard images are now PNG instead of GIF.
* httpd is now "Suggested" instead of "Recommended" (Closes: #61057)
(also suggest a web browser).
* Updated copyright and package description.
-- Michael-John Turner <mj@debian.org> Fri, 21 Apr 2000 16:16:44 +0200
mrtg (2.8.9-1) unstable; urgency=low
* New maintainer.
* New upstream version.
* Upgraded standards-version to 3.1.0.
-- Michael-John Turner <mj@debian.org> Mon, 10 Jan 2000 12:53:53 +0200
mrtg (2.8.8-0.1) unstable; urgency=low
* NMU to remove SNMP_Session modules (which are now to be found in
libsnmp-session-perl).
* New upstream version.
* Upgraded standards-version to 3.0.1.
* Added dependancy on libsnmp-session-perl.
* Modified cron script. Closes: #44496.
* Added contrib/mrtg-ipacc patch from David Bristel <targon@targonia.com>.
* Examples are no longer compressed.
* Documentation registered with doc-base.
* Include more detailed sample configuration file (sample-mrtg.cfg).
-- Michael-John Turner <mj@debian.org> Sun, 10 Oct 1999 15:55:43 +0200
mrtg (2.8.6-1) unstable; urgency=low
* New upstream version.
* Moved the mrtg lock files from /etc to /var/lock/mrtg. Closes #41806.
* Ensure that Makefile, config.log, config.cache, and config.status are
deleted when a clean is done.
* Bugs fixed by previous NMU update: #16130, #32460, #36909, #32998,
#39460, #41471, #41640.
-- Dermot Bradley <bradley@debian.org> Mon, 26 Jul 1999 18:47:22 +0100
mrtg (2.8.3-0.1) unstable; urgency=low
* NMU for the perl upgrade. Closes: #41471
* New upstream version. Closes: #16130, #41640, #39460
* Upgraded standards-version to 2.5.1.
* Add /etc/cron.d/mrtg to conffiles. Closes: #36909
* There's no need to depend on snmp. Everything is done in pure perl.
Closes: #31998
* Added the files for exim stats in examples. Closes: #32460
-- Raphael Hertzog <rhertzog@hrnet.fr> Fri, 23 Jul 1999 12:31:10 +0200
mrtg (2.5.4c-1) frozen unstable; urgency=high
* New upstream release (closes bugs #24446 and #27172).
* Upgraded to Standards Version 2.4.1.0.
* Built against libgd-1.3 which no longer uses LZW compression
so mrtg is moved from contrib into main distribution.
* Updated copyright notice.
* readme.txt is now installed as /usr/doc/mrtg/README.
* Fixed bug #20748 - full URL is now used.
* Closed bug #20754 - no changes required.
* Closed bug #21137 - mrtg uses the Perl inet_aton (from Socket.pm) to
resolve a hostname into an IP address so the problem would seem to lie
with the Perl function.
* Changed installed /etc/cron.d/mrtg to remove the path to the mrtg script
(Fixes bug #23032).
* Closed bug #23390 - not a mrtg problem.
-- Dermot Bradley <bradley@debian.org> Wed, 28 Oct 1998 23:32:37 +0000
mrtg (2.5.2-1) unstable; urgency=low
* New upstream release.
* Upgraded to Standards Version 2.4.0.0.
* Checked with lintian.
* Now uses /etc/cron.d/mrtg rather than modifying /etc/crontab
(Fixes bug #13514)
* Original maintainer back.
-- Dermot Bradley <bradley@debian.org> Tue, 24 Feb 1998 00:26:18 +0000
mrtg (2.5.1-1) unstable; urgency=low
* The icons are now installed in /usr/doc/mrtg (they are also used by
readme.html), and the pages generated by mrtg and indexmaker now use
/doc/mrtg/*.gif as the url to the icons. Any old pages made with
indexmaker will need to be updated.
* New upstream release, with pristine source. (#14348, #13649)
* Libc6.
* Use debhelper.
* New maintainer.
* Fixes for FSSTND complience - don't put all the programs in /var !
* Modified readme.html to not have a bogus server side include in it.
* Added a debian documentation menu item for readme.html.
* Added postrm to remove /var/lib/mrtg, /var/www/mrtg on purge.
* Fixed file in tmp security hole in postrm.
* Still modifies /etc/crontab directly, I'm waiting on word from the
debian-policy list on alternatives..
-- Joey Hess <joeyh@master.debian.org> Wed, 3 Dec 1997 14:48:01 -0500
mrtg (2.2-1) contrib; urgency=low
* Initial Release.
-- Dermot Bradley <bradley@debian.org> Sun, 4 May 1997 01:03:58 +0100
|