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 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
|
cacti-spine (0.8.8h-3) unstable; urgency=medium
* Alternative Depends on dbconfig-no-thanks
* Drop Mahyuddin Susanto from uploaders, thanks for the fish
* Build-Depends on libssl-dev
-- Paul Gevers <elbrus@debian.org> Wed, 25 Jan 2017 06:06:40 +0100
cacti-spine (0.8.8h-2) unstable; urgency=medium
* Link against libmysqlclient instead of libmysqlclient_r (Closes:
#825076, #841312)
* Also use upstream LDFLAGS to prevent FTBFS on kfreebsd (Closes:
#834057)
* Add fix_typos.patch to fix a typo found by Lintian
* Raise compat level to 10
* Build depend on default-libmysqlclient-dev iso libmysqlclient-dev
* Add lintian-overrides for no-debconf-templates as we use cactis
templates
-- Paul Gevers <elbrus@debian.org> Fri, 21 Oct 2016 09:31:26 +0200
cacti-spine (0.8.8h-1) unstable; urgency=medium
* New upstream release (Closes: #780347)
* Remove obsolete patch 04-snmp-libdir.patch
* Refresh patches
* Update d/spine.conf.dbconfig; remove obsolete DB_PreG info
* Remove Sean from the list of uploaders. Thanks for all the fish
(Closes: #773437)
* Update dates in d/copyright
* Update standards (no changes needed)
* Add make_spine_sql_mode-strict_compatible.patch to enable cacti-spine
to work with the default settings of MySQL 5.7 (LP: #1578144)
* Changed VCS-* fields to https
-- Paul Gevers <elbrus@debian.org> Mon, 16 May 2016 20:49:42 +0200
cacti-spine (0.8.8b-1) unstable; urgency=low
* New upstream release
* Update d/copyright with my e-mail address and new years
* Minor update of the package description
* Add _DBC_DBPORT_ to spine.conf.dbconfig
* Drop spine.conf.sample (it is well described in the spine.conf file).
* Build man page during package build with help2man and patched
Makefile.am and configure.ac file (build_man_from_help.patch)
* Revisited README.Debian (removal of old warning and minor style updates)
-- Paul Gevers <elbrus@debian.org> Sun, 11 Aug 2013 14:33:25 +0200
cacti-spine (0.8.8a-3) unstable; urgency=low
* Change location of spine.conf.* files as Policy 12.3 allows doc to be
removed (Closes: #710728)
* Update standards (no changes needed) and update vcs-browser to be canonical
(thanks lintian)
* Drop override_dh_installchangelogs as dh DTRT without it
* Let manpage be installed by cacti-spine.manpages file instead of override in
rules
* Remove unnecessary dependencies by linking with --as-needed
* Remove build dependency on libsnmp9-dev which has not been seen since etch
-- Paul Gevers <elbrus@debian.org> Sun, 02 Jun 2013 19:13:43 +0200
cacti-spine (0.8.8a-2) unstable; urgency=low
* Add 04-snmp-libdir.patch to not add -L option for SNMP_LIBDIR if it's empty.
Thanks Colin Watson (Closes: #709015)
-- Paul Gevers <elbrus@debian.org> Mon, 20 May 2013 16:30:28 +0200
cacti-spine (0.8.8a-1) unstable; urgency=low
[ Mahyuddin Susanto ]
* debian/control: Add libmysqlclient-dev to Build-Depend to pick up latest
libmysqlclient.
[ Paul Gevers ]
* Import Upstream version 0.8.8a (Closes: #675463)
* Removed patches 01/02, now upstream
* Change patch 03 remove config_DATA to prevent installation of
spine.conf.dist
* d/rules:
- Remove obsolete logic now handled by short-style dh
- Configure with bindir=/usr/sbin to install binary there
- Configure with dpkg-buildflags to get hardening (release target)
- Remove dh_fixperms override, which comes from cacti package
* Improve white space in d/postinst
* d/postrm now also unregisters with ufcr (lines generated by dh_ucf; dh_ucf
can not be used because of postinst logic)
* Update spine.conf.* templates
* d/changelog: Repair old entries where non-ascii characters got mangled
* d/control:
- Bump Standard-Version to 3.9.3 (no changes needed)
- Add myself to uploaders
- Change Vcs-Browser to the proper browsable interface
* d/copyright: update, new years and better coverage of files
* d/s/local-options removed as they are for, well, local options
* d/dirs: removed unneeded /usr/sbin, generated automatically anyway
* d/compat: was not updated when spine changed (undocumented) to debhelper
>= 8 (in commit c5d6a09)
-- Paul Gevers <paul@climbing.nl> Mon, 25 Jun 2012 19:03:57 +0200
cacti-spine (0.8.7i-1) unstable; urgency=low
* New Upstream Release.
- Fix open ICMP socket when SUID is root. (Closes: #583264)
* debian/control:
- Bump Standard-Version to 3.9.2, no source changes.
- Change Maintainer to pkg-cacti. (Closes: #613984)
- Add Sean and myself as uploaders.
- Change Vcs-* to pkg-cacti.
- Remove quilt as BD.
- Add Homepage field.
* debian/copyright: Rewriting as per dep5 format.
* debian/source: Added to mentioning quilt patch system.
- local-options: Do not apply patches in source code.
- options: Ignore cruft files changes.
* debian/README.source: Deleted, not needed anymore.
* debian/watch: added for uscan.
* debian/rules: Removing quilt.
* debian/patches/01-spelling-in-binary.patch: Fix spelling absense -> absence
* debian/patches/02-configure-ac-fix-mysql-libs.patch: Fix FTBFS in
multiarch. Patch from Ubuntu, thanks to Clint Byrum <clint@ubuntu.com>.
(Closes: #650358)
* debian/patches/03-donfig-dir.patch: change confdir to /etc/ rather than
/usr/etc
* debian/patches/official/unified_issues.patch: removed, apllied upstream.
* Suggest to snmp-mibs-downloader to running properly while querying non-free
mibs. (Closes: #614997)
- debian/control
- debian/README.Debian: Mention about this change.
-- Mahyuddin Susanto <udienz@ubuntu.com> Sat, 31 Dec 2011 01:13:01 +0700
cacti-spine (0.8.7g-1) unstable; urgency=low
* Imported Upstream version 0.8.7g
* Add pristine-tar configuration hint to debian/gbp.conf
* Remove 3 obsolete patches incorporated into latest upstream release
* Include "official" patch unified_issues.patch
* Refresh autofoo and upstream "cruft" lists for new release's files
* Lintian:
- Add a README.source
- Bump Build-Depends on debhelper to >= 5 (what it should have been)
- Bump Standards-Version to 3.9.1 (no changes necessary)
-- Sean Finney <seanius@debian.org> Sun, 13 Feb 2011 22:05:45 +0000
cacti-spine (0.8.7e-2) unstable; urgency=low
* Remove obsolete and unused debconf/gettext files
(Closes: #529653, #535637, #543184, #552462, #559380)
-- Sean Finney <seanius@debian.org> Sun, 24 Jan 2010 14:44:32 +0100
cacti-spine (0.8.7e-1) unstable; urgency=low
* new upstream release
* instruct dbconfig-generate-include to use ucf (Closes: #519048)
* register config file with ucfr
* remove 01_cactid.conf.patch, the conffile path is now included upstream
* updates to (sv) debconf translations (Closes: #522971).
* updates to (cs,eu,ru) debconf translations
* import "official" patches from upstream
* add autom4te.cache to the dh_clean exceptions
-- Sean Finney <seanius@debian.org> Tue, 15 Sep 2009 00:20:14 +0200
cacti-spine (0.8.7c-1) unstable; urgency=low
* Imported Upstream version 0.8.7c
* update local cactid.conf patch
* remove "cacti must be configured" debconf prompt (Closes: #474433)
* add gbp.conf for git-buildpackage and friends
* remove cacti-spine transitional metapackage
* add --force --install to autoreconf in debian/rules (Closes: #506505)
- thanks to James Westby <jw+debian@jameswestby.net>
* Lintian fixes:
- add a manpage for spine (formerly cactid) (Closes: #416511)
- update debhelper compatibility to v5
- update Standards-Version to 3.8.1
-- Sean Finney <seanius@debian.org> Sun, 29 Mar 2009 20:27:54 +0200
cacti-spine (0.8.7a-2) unstable; urgency=high
* Make Conflicts versioned, which was an accidental omission and breaks
upgrades from etch -> lenny (closes: #476511).
* This would probably be considered RC, so high urgency.
* New debconf translations:
- French, thanks to Christian Perrier (closes: #474432).
- German, thanks to Helge Kreutzmann (closes: #474263).
* Lintian updates:
- fix for debian-rules-ignores-make-clean-error
- update to Standards-Version 3.7.3
- update copyright info to include a (c) statement/date as well
as to reflect the upstream shift from GPL to LGPL.
* Throw in some Vcs-foo fields in debian/control while we're there.
-- Sean Finney <seanius@debian.org> Fri, 18 Apr 2008 19:10:32 +0200
cacti-spine (0.8.7a-1) unstable; urgency=low
* New upstream release (closes: #453286).
* Add build-depends on autoconf/automake, and regenerate the autofoo
files during the build process. At least until the default autostuff
builds out of the box again.
* Avoid unnecessary noise from the build/clean cycle by preserving
the "cruft" files
* Long overdue inclusion of Dutch nl.po debconf translations from
Bart Cornelis (closes: #423071).
-- Sean Finney <seanius@debian.org> Wed, 26 Mar 2008 00:27:34 +0100
cacti-spine (0.8.7-1) unstable; urgency=low
* New upstream release
* now known as "cacti-spine".
-- sean finney <seanius@debian.org> Wed, 24 Oct 2007 20:57:50 +0200
spine (0.8.7~beta4-1~pre) experimental; urgency=low
* New upstream (beta) release.
* switch from dpatch to quilt for add-on patch management.
* Add build-dependency on libtool.
* New Dutch debconf translations, from Bart Cornelis (closes: #423071).
-- sean finney <seanius@debian.org> Tue, 09 Oct 2007 21:32:52 +0200
cacti-cactid (0.8.6i-2) unstable; urgency=low
* New German debconf translations from Helge Kreutzmann (closes: #412377).
-- sean finney <seanius@debian.org> Tue, 06 Mar 2007 19:31:13 +0100
cacti-cactid (0.8.6i-1) unstable; urgency=low
* new upstream release.
* update FSF address
* update standards-version
* oh yes, cactid correctly reports its version now (closes: #377550).
-- sean finney <seanius@debian.org> Mon, 30 Oct 2006 23:22:18 +0100
cacti-cactid (0.8.6g-4) unstable; urgency=low
* check for ucf's existance before unconditionally executing
it in the postinst.
-- sean finney <seanius@debian.org> Fri, 22 Sep 2006 23:13:50 +0200
cacti-cactid (0.8.6g-3) unstable; urgency=low
* added note to README.Debian about what to do if you're not getting
any polling and all you see are mysterious "Partial Result"
errors in the logs (closes: #356493).
-- sean finney <seanius@debian.org> Tue, 30 May 2006 22:52:51 +0200
cacti-cactid (0.8.6g-2) unstable; urgency=high
* previous version was uninstallable after cacti was converted to
dbconfig-common. as this makes cactid uninstallable in both
unstable and testing, this is an RC bug and thus urgency
is bumped (closes: #352185).
-- sean finney <seanius@debian.org> Sat, 18 Feb 2006 18:43:37 +0100
cacti-cactid (0.8.6g-1) unstable; urgency=low
* new upstream release.
* updated to build against libmysqlclient15-dev (closes: #343766).
* removed obsolete 02_warnings_to_stderr.dpatch which has been
incorporated upstream.
-- sean finney <seanius@debian.org> Mon, 16 Jan 2006 17:09:40 +0100
cacti-cactid (0.8.6f-1-3) unstable; urgency=low
* fix to searchpath for cactid.conf (closes: #337112). thanks to
Michael Bussman for finding this.
* while we're at it, make the relevant error from the above bug
go to stderr instead of stdout.
-- sean finney <seanius@debian.org> Thu, 03 Nov 2005 09:53:17 +0100
cacti-cactid (0.8.6f-1-2) unstable; urgency=low
* new spanish debconf translations from César Gómez Martín and
the debian-l10n-spanish mailing list (closes: #334385).
* new portuguese translations from Luís Ferreira (closes: #336790).
-- sean finney <seanius@debian.org> Wed, 02 Nov 2005 10:24:37 +0100
cacti-cactid (0.8.6f-1-1) unstable; urgency=medium
* new upstream release
* leaving priority set at medium, as the last upload hasn't made it
through, but will only go as fast as net-snmp and openssl anyway,
so reason to rush.
-- sean finney <seanius@debian.org> Sun, 16 Oct 2005 18:25:21 +0200
cacti-cactid (0.8.6e-3) unstable; urgency=high
* new swedish debconf translations from Daniel Nylander (closes: #331303).
* rc bugfix: update build-dependencies for libsnmp9-dev | libsnmp-dev.
thanks to luk cleas for pointing this out (closes: 333940).
-- sean finney <seanius@debian.org> Sat, 15 Oct 2005 16:26:52 +0200
cacti-cactid (0.8.6e-2) unstable; urgency=low
* fixed to properly depend on debconf.
* updated Standards-Version to 3.6.2.
-- sean finney <seanius@debian.org> Mon, 08 Aug 2005 13:28:12 -0400
cacti-cactid (0.8.6e-1) unstable; urgency=low
* new upstream release
* license changed to LGPL to address OpenSSL and potentially other
GPL-incompatible licenses. thanks to the upstream authors for
working to clarify this (closes: #312657).
* new vietnamese debconf translation from Clytie Siddall (closes: #313192).
* the last upload didn't actually contain Martin's czech translation.
whoops. should be included in this upload.
-- sean finney <seanius@debian.org> Sat, 18 Jun 2005 02:08:48 -0400
cacti-cactid (0.8.6d-7) unstable; urgency=low
* updated pt_BR debconf translations from Gustavo Noronha Silva
(closes: #310886).
* initial czech translation from Martin sin (closes: #311094).
-- sean finney <seanius@debian.org> Sat, 28 May 2005 19:18:34 -0400
cacti-cactid (0.8.6d-6) unstable; urgency=low
* updated brazillian portuguese translations from Rodrigo (closes: #302288).
-- sean finney <seanius@debian.org> Wed, 27 Apr 2005 01:31:31 -0400
cacti-cactid (0.8.6d-5) unstable; urgency=low
* brazillian portuguese debconf translations, thanks to
Rodrigo Tadeu Claro <rlinux@cipsga.org.br> (closes: #302078).
* french debconf translations, thanks to Eric <eric-m@wanadoo.fr>
(closes: #299249).
-- sean finney <seanius@debian.org> Tue, 29 Mar 2005 20:39:33 -0500
cacti-cactid (0.8.6d-4) unstable; urgency=medium
* cactid was looking for a default conf file in /etc/cacticactid.conf,
i inserted the missing '/'. thanks to Rafael D'Halleweyn <list@noduck.net>
(closes: #298344).
* cactid.conf now includes an SNMP_Ver parameter.
* build-depend on libmysqlclient12-dev, not just the generic virtual dev
package. this should hopefully prevent a future pbuilder problem.
-- sean finney <seanius@debian.org> Mon, 07 Mar 2005 00:56:10 -0500
cacti-cactid (0.8.6d-3) unstable; urgency=high
* FTBFS? d'oh! now build-depends on dpatch. thanks to the hppa
autobuilders for finding that one (closes: #297996).
-- sean finney <seanius@debian.org> Thu, 03 Mar 2005 17:02:12 -0500
cacti-cactid (0.8.6d-2) unstable; urgency=high
* no changes from previous version, but this is the upload
to unstable needed to fix the rc bug in cacti.
-- sean finney <seanius@debian.org> Thu, 03 Mar 2005 12:06:14 -0500
cacti-cactid (0.8.6d-1) experimental; urgency=low
* new upstream release.
* new maintainer.
* cactid is now generated by a seperate source package, as that's what
upstream has been doing all along.
* this upload is "experimental" to make sure the source package split
works okay with the NEW queue being frozen. if it works the
next upload will be priority high, as the combined cacti/cactid
uploads will fix an rc bug.
-- sean finney <seanius@debian.org> Wed, 02 Mar 2005 22:15:48 -0500
cacti (0.8.5a-8) unstable; urgency=high
* Update pt_BR, nl debconf translations. (Closes: #270277, #270787)
-- Thorsten Sauter <tsauter@debian.org> Sat, 11 Sep 2004 00:18:12 +0200
cacti (0.8.5a-7) unstable; urgency=low
* Update french translation. (Closes: #268801)
* Checking for short tags in cacti/debian.php and fix them if needed. (Closes: #269480)
* debian/README.Debian: add a new section about php short tags
-- Thorsten Sauter <tsauter@debian.org> Thu, 2 Sep 2004 23:27:27 +0200
cacti (0.8.5a-6) unstable; urgency=high
* Don't know why it was last: change priority from extra to optional
* debian/README.Debian: spell checking, add docu for php4-cli
* ship a new script which check for php4-mysql support and print a
error message to the poller logfile. With the modification of the
readme file I think the bug can be closed. (Closes: #267009)
-- Thorsten Sauter <tsauter@debian.org> Thu, 26 Aug 2004 22:52:38 +0200
cacti (0.8.5a-5) unstable; urgency=high
* debian/control: change priority from extra to optional
* replace Brazilian Portuguese translation. (Closes: #264090)
* debian/cacti.templates: Add new choice "None" to the webserver question.
This gives the user a chance to use his own webserver. (Closes: #255971)
* If we search for a local installed mysql-server check for packages
which are installed or on hold. (Closes: #263262)
* Fix some errors while removing include line from httpd.conf file. Also,
print an error message if this doesn't work. New installations should
use apache/conf.d anyway. (Closes: #253202)
* SECURITY-UPDATE: Fix SQL Injection in CACTI. (Closes: #267758)
Original upstream patch:
http://cvs.raxnet.net/cgi-bin/viewcvs.cgi/cacti/auth_login.php.diff?r1=1.48&r2=1.49
Full-Disclosure:
http://archives.neohapsis.com/archives/fulldisclosure/2004-08/0717.html
* cacti.apache.conf: Change some php4 settings to make cacti more robust/secure.
* /etc/cacti/debian.php: create long php4 tags '<?php' per default.
* running debconf2po-update
-- Thorsten Sauter <tsauter@debian.org> Wed, 23 Jun 2004 08:46:37 +0200
cacti (0.8.5a-4) unstable; urgency=low
* Change package priority to extra.
* Change cronjob. The output of the poller job is now appended to the
logfile
* Update french debconf translation: fr.po. (Closes: #253585)
* Add debconf translation: pt_BR.po. Don't know, which language
this is :-) (Closes: #252021, #252017)
* Backport cacti cvs fix (#0000176) into debian version. This will fix
compatiblity problem with the output of the df command and long device
names. (Closes: #254856)
-- Thorsten Sauter <tsauter@debian.org> Tue, 22 Jun 2004 23:26:17 +0200
cacti (0.8.5a-3) unstable; urgency=low
* Fix type in package description. (Closes: #249590)
* Update dutch debconf translation. (Closes: #250652)
-- Thorsten Sauter <tsauter@debian.org> Wed, 26 May 2004 11:49:27 +0200
cacti (0.8.5a-2) unstable; urgency=low
* Fix error in the cron script
- poll.sh isn't in the default path, we need ./poll.sh here
- make sure the cacti directory exists, otherwise we will get
a lot of error messages from cron. (Closes: #246982)
* Depend also on apache2. Still depend on php4-cgi, we need both
packages: php4 and php4-cgi. (Closes: #227295)
* Make the package apache2 "safe". Depend on php4 or libapache2-mod-php4
* Include apache2 howto into debian/README.Debian.
* Update templates, maintainer scripts to install config files for apache2
too. Update german translation
* cactid: remove upstream installation docu
-- Thorsten Sauter <tsauter@debian.org> Mon, 17 May 2004 11:12:05 +0200
cacti (0.8.5a-1) unstable; urgency=low
* New upstream version.
* Include new dutch debconf translation: nl.po. (Closes: #245916)
* Insert new dependency on php4-snmp which removes a lot of extra cpu usage.
Thanks Rafael D'Halleweyn. (Closes: #228948)
* Update debconf template and german/french translations.
Thanks Christian Perrier. (Closes: #225890)
* Including the new multi-threading poller (cactid). This binary can collect
multiple datasources at the same time. (Closes: #186013, #237055)
The program is not in the core release and not marked as stable, that's
why I include it in an extra debian package.
* The MySQL admin password is now removed from debconf database, if the user
decide to not store it. (Closes: #224214)
* The new poll.sh script report the output from the poller into a logfile.
Maybe not the best solution, but so we don't loose any output. (Closes: #234726)
* The new package containts the install/ directory also. This is useful,
if we're not upgrading from 0.8.4 but from an other version. (Closes: #227737)
* Insert an upgrade path from 0.8.4 and 0.8.5, this is done via sql scripts
in updscripts/
* A new poll.sh script is used for cronjobs. This script use either cacti
or the new cactid poller (depends on the default-poller file).
* During upgrade the databases are dumped/backuped.
* Update build system. Change to cdbs system.
* Update README.Debian file.
* Update Build-Depends/Depends
-- Thorsten Sauter <tsauter@debian.org> Mon, 26 Apr 2004 10:48:58 +0200
cacti (0.8.4-2) unstable; urgency=low
* Print a warning message, if cacti is upgraded from an old version
* extend debian/README.Debian with upgrade database instructions
-- Thorsten Sauter <tsauter@debian.org> Tue, 30 Dec 2003 13:44:55 +0100
cacti (0.8.4-1) unstable; urgency=low
* New maintainer. (Closes: #196199)
* New upstream version. (Closes: #198777)
* debian/changelog:
- convert to UTF-8
* debian/control:
- update standards version
- update build dependencies
- insert new logrotate dependency
- depend on libphp-adodb, which is also in the archive
- add apache-perl to apache dependency list. (Closes: #204290)
* debian/rules: rewrite the way to install the files into the package
* debian/cacti.cron.d:
- make the script a little bit more robust. (Closes: #211249)
* debian/README.Debian:
- replace most parts of the text.
* debian/cacti.apache.conf:
- reformat the file a little bit
- remove unused phtml extension
* debian/cacti.logrotate:
- reformat the file
-- Thorsten Sauter <tsauter@debian.org> Tue, 2 Dec 2003 11:24:49 +0100
cacti (0.6.8a-13.1) unstable; urgency=low
* NMU
* Rewrote debconf templates to more standard english with the help of
debian-l10n-english. Former templates have been left for future reference
Closes: #189401
* French debconf templates update. Closes: #197119
* More secure temp file handling in postrm. Thanks lintian.
-- Christian Perrier <bubulle@debian.org> Mon, 16 Jun 2003 22:54:11 +0200
cacti (0.6.8a-13) unstable; urgency=low
* Orphan this package
-- Igor Genibel <igenibel@debian.org> Thu, 5 Jun 2003 11:58:50 +0200
cacti (0.6.8a-12) unstable; urgency=low
* Missed to close bug #183287 (Closes: #183287)
-- Igor Genibel <igenibel@debian.org> Wed, 19 Mar 2003 09:32:25 +0100
cacti (0.6.8a-11) unstable; urgency=low
* remove quote in cron.php in order to be run in safe_mode
and /var/log/httpd/access_log -> /var/log/apache/access_log in
scripts/webhits (Closes: #177791)
* fix non installation when no mysql server is present when localhost
installation (Closes: #183288, #184324)
* fix non removal when no mysql server found (in localhost installation)
(Closes: #183288)
* fix loop when upgrading and mysql-server != localhost (Closes: #179561)
* use po-debconf
-- Igor Genibel <igenibel@debian.org> Mon, 17 Mar 2003 15:00:55 +0100
cacti (0.6.8a-10) unstable; urgency=low
* Fix various packaging mistakes
- Mention that mysql is not installed on local systems (complement to the
#172414)
- Provide a good cacti.sql (Closes: #166296)
- config.php is only store in /etc/cacti (Closes: #172410)
- Provide somes explanations for scripts provided in the package
(see the README.Debian file) (Closes: #167814)
* Standards-Version: 3.5.8
-- Igor Genibel <igenibel@debian.org> Sun, 5 Jan 2003 21:15:49 +0100
cacti (0.6.8a-9) unstable; urgency=low
* Fix extra OID in parameter. Thanks to Roberto Moreda
<moreda@alfa21.com> (Closes: #162873)
-- Igor Genibel <igenibel@debian.org> Mon, 30 Sep 2002 16:51:36 +0200
cacti (0.6.8a-8) unstable; urgency=low
* Fix typo in postinst file (Closes: #162574)
-- Igor Genibel <igenibel@debian.org> Fri, 27 Sep 2002 12:20:28 +0200
cacti (0.6.8a-7) unstable; urgency=low
* fix broken regexp in include/snmp_functions.php
* force the use of external snmp functions
-- Igor Genibel <igenibel@debian.org> Thu, 26 Sep 2002 17:39:03 +0200
cacti (0.6.8a-6) unstable; urgency=low
* apply a patch provided by Blaine Kahle <blaine@binary.net> in order to
cleanly use net-snmp5
-- Igor Genibel <igenibel@debian.org> Thu, 26 Sep 2002 16:50:24 +0200
cacti (0.6.8a-5) unstable; urgency=low
* re-add lost patch provided by Adam Conrad in order to bypass the php4-cgi
installation bug (related bugs: #147385, #147261, #129883 and #145465)
(Closes: #154822)
-- Igor Genibel <igenibel@debian.org> Thu, 26 Sep 2002 16:10:05 +0200
cacti (0.6.8a-4) unstable; urgency=low
* New recommends on iputils-ping (because of the "-w" ping option)
(Closes: #161278, #161279)
* New Standards (3.5.7.0)
* DH_COMPAT 4
-- Igor Genibel <igenibel@debian.org> Thu, 26 Sep 2002 12:35:46 +0200
cacti (0.6.8a-3) unstable; urgency=low
* Fix type in postinst file (Closes: #160694)
* Add missing ; in include/rrd_functions.php file (Closes: #160703)
-- Igor Genibel <igenibel@debian.org> Tue, 17 Sep 2002 17:51:09 +0200
cacti (0.6.8a-2) unstable; urgency=high
* Security upload:
really fix the arbitrary program code execution.
-- Igor Genibel <igenibel@debian.org> Tue, 10 Sep 2002 09:57:00 +0200
cacti (0.6.8a-1) unstable; urgency=high
* Security Upload:
prevent executing arbitrary program code under the user id of the web
server.
-- Igor Genibel <igenibel@debian.org> Mon, 9 Sep 2002 14:39:37 +0200
cacti (0.6.8-10) unstable; urgency=high
* fix the wrong setcookie() call (Closes: #157740)
* force the use of net-snmp tool instead of using native broken php-snmp
functions (Closes: #157383,#157381)
* urgency=high because cacti is not usable with the php-snmp functions
-- Igor Genibel <igor@genibel.org> Thu, 22 Aug 2002 17:20:32 +0200
cacti (0.6.8-9) unstable; urgency=low
* The «I'm too lame and stupid» version
* really add the «if exists» statement
-- Igor Genibel <igenibel@debian.org> Mon, 19 Aug 2002 16:03:44 +0200
cacti (0.6.8-8) unstable; urgency=low
* add a «if exists» when dropping the database (for partial installation)
-- Igor Genibel <igenibel@debian.org> Mon, 19 Aug 2002 15:46:58 +0200
cacti (0.6.8-7) unstable; urgency=low
* Fix uninstallable package with calling mysql differently (Closes: #156951)
-- Igor Genibel <igenibel@debian.org> Mon, 19 Aug 2002 14:41:08 +0200
cacti (0.6.8-6) unstable; urgency=low
* move php-cgi bug workaround from include/database.php to
include/config.php in order to fix the html export bug
* put strict dependency on mysql-client (because of SQL query)
(Closes: #149787)
-- Igor Genibel <igenibel@debian.org> Wed, 12 Jun 2002 19:40:29 +0200
cacti (0.6.8-5) unstable; urgency=low
* ask for password confirmation.
* Test if provided password for mysql is Ok. (Closes: #148862)
* add two scripts
-- Igor Genibel <igenibel@debian.org> Mon, 3 Jun 2002 14:11:28 +0200
cacti (0.6.8-4) unstable; urgency=low
* put php_flag short_open_tag On in apache.conf file (Closes: #147283)
* fix SQL entry for webhits script
-- Igor Genibel <igenibel@debian.org> Fri, 17 May 2002 18:45:17 +0200
cacti (0.6.8-3) unstable; urgency=low
* provide the get_stat_for_interface.pl script (I'm too lame)
-- Igor Genibel <igenibel@debian.org> Fri, 17 May 2002 18:36:44 +0200
cacti (0.6.8-2) unstable; urgency=low
* Suppress and fix wrong SQL inserts. (Closes: #147259,#147262)
Thanks to Guillaume <mail@stereo.lu>
* Applied a patch provided by Adam Conrad in order to bypass php4-cgi
installation bug
-- Igor Genibel <igenibel@debian.org> Fri, 17 May 2002 16:19:14 +0200
cacti (0.6.8-1) unstable; urgency=low
* New upstream version (Closes: #146799)
* add new script that fetches informations directly from /proc (Luc
Saillard)
* patch auth_login.php in order to move php4 dependency from Depends to
Recommends. Now only php4-cgi package is mandatory. (Luc Saillard)
* Standards-Version: 3.5.6.0
-- Igor Genibel <igenibel@debian.org> Mon, 13 May 2002 16:03:13 +0200
cacti (0.6.7-2) unstable; urgency=low
* add snmp to dependencies
* fix logrotate broken file
* add a note in README.Debian concerning php4-cgi installation
-- Igor Genibel <igor@genibel.org> Fri, 5 Apr 2002 12:59:51 +0200
cacti (0.6.7-1) unstable; urgency=low
* Initial Release. (Closes: #140461)
-- Igor Genibel <igor@genibel.org> Wed, 3 Apr 2002 15:04:11 +0200
|