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 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883
|
sarg (2.4.0-3) unstable; urgency=medium
* debian/control: changed Rules-Requires-Root field from 'no' to
'binary-targets'.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Wed, 28 Sep 2022 16:02:16 -0300
sarg (2.4.0-2) unstable; urgency=medium
[ Fabio Augusto De Muzio Tobich ]
* New maintainer.
Many thanks to Luigi Gangitano, first of all for his excellent work with
sarg over the years and also for his trust in allowing me to continue the
work from now on.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control:
- Changed from 'debhelper' to 'debhelper-compat' in Build-Depends
field and bumped level to 13.
- Dropped unnecessary dependencies in Build-Depends field.
* debian/control:
- Added Homepage field.
- Added Rules-Requires-Root: no.
- Bumped Standards-Version to 4.6.1.
* debian/copyright:
- Migrated to 1.0 format.
- Updated all data.
* debian/dirs: removed empty directory.
* debian/patches/:
- 0004-fix-format-security.patch: added to fix format truncation error.
Thanks to Matthias Klose. (Closes: #966848)
- 0005-fix-multiple-include-conf.patch: added to fix FTBFS with GCC 10.3.
Thanks to Sergio Durigan Junior.
* debian/rules: removed unnecessary lines.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
* debian/upstream/metadata: created.
* debian/watch: bumped version to 4.
[ Olivier Tilloy ]
* Update runtime dependency on the transitional dummy ttf-dejavu-core (which
was dropped from unstable) to fonts-dejavu-core. (Closes: #962200)
Consequently:
- debian/control: replaced ttf-dejavu-core to fonts-dejavu-core in
Depends field.
- debian/rules: replaced path in --enable-fontdir on
override_dh_auto_configure from '.../ttf-dejavu' to '.../dejavu'.
- debian/sarg.conf: updated graph_font field path from '.../ttf-dejavu'
to '.../dejavu'.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Wed, 28 Sep 2022 14:40:49 -0300
sarg (2.4.0-1) unstable; urgency=medium
* New upstream version 2.4.0
- Fixes local privilege escalation vulnerability (Closes: #951390)
(Ref: CVE-2019-18932)
- Fixes FTBFS with gcc-8 (Closes: #897855)
* debian/control
- Remove Xs-Vcs-Git field
- Bumped Standards-Version to 4.5.0 (no change needed)
* debian/patches/0003-Fix-FTCBFS.patch
- Fix FTCBFS, thanks to Helmut Grohne (Closes: #940124)
-- Luigi Gangitano <luigi@debian.org> Mon, 24 Feb 2020 00:27:10 +0100
sarg (2.3.11-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
* d/control: Remove trailing whitespaces
* d/control: Add Vcs-* field
* d/watch: Use https protocol
-- Luigi Gangitano <luigi@debian.org> Thu, 20 Feb 2020 00:31:31 +0100
sarg (2.3.11-1) unstable; urgency=medium
* New upstream version
- Fixes FTBFS with GCC 7 (Closes: #853651)
- Removed gettext patch integrated upstream
* debian/control
- Fix man directory (Closes: #850624, thanks to Michael Stapelberg)
* debian/sarg-reports{,.1,.conf}
- Added EXCLUDELOG3 filter (Closes: #872425, thanks to Matus UHLAR)
- Added documentation (Closes: #845455, thanks to rbs1@chardmore.net)
- Added lastlog options (Closes: #845546, thanks to rbs1@chardmore.net)
* debian/patches/0002-fix-build-errors.patch
- Fix more build errors
* debian/rules
- Removed autotools-dev debhelper calls
-- Luigi Gangitano <luigi@debian.org> Tue, 13 Feb 2018 17:12:57 +0100
sarg (2.3.10-3) unstable; urgency=medium
* debian/control
- Change dependency to libgd-dev (Closes: #880782)
-- Luigi Gangitano <luigi@debian.org> Mon, 06 Nov 2017 00:07:31 +0100
sarg (2.3.10-2) unstable; urgency=medium
* Use Autoreconf in build.
Thanks to Edmund Grimley Evans for the patch (Closes: #798038)
* Make sarg-reports support multiple input log files.
Thanks to J G Miller <miller@yoyo.org> for the patch (Closes: #818429)
* Updated debian/watch version
* Bumped Standards-Version to 3.9.7, no change needed
-- Luigi Gangitano <luigi@debian.org> Mon, 28 Mar 2016 00:25:49 +0200
sarg (2.3.10-1) unstable; urgency=medium
* New upstream release
- Includes updated configure generated by autconf 2.69
(Closes: #744505, #727959)
* debian/control
- Replaced dependency on ttf-freefonts with fonts-freefont-ttf
(Closes: #738247)
- Bumped Standards-Version to 3.9.6 (no change needed)
- Added Xs-Vcs-Git tag pointing to collab-maint repository
* po/*
- Upgraded gettext help files to 0.19
-- Luigi Gangitano <luigi@debian.org> Mon, 10 Aug 2015 17:25:41 +0200
sarg (2.3.6-1) unstable; urgency=low
* New upstream release
* debian/{compat,control,rules}
- Move the debhelper 9 compatibility and enable hardening flags
* debian/control
- Added dependency on dpkg-dev (>= 1.16.1~)
- Bumped Standards-Version to 3.9.4 (no change needed)
* debian/rules
- Add executable bit to /etc/sarg/user_limit_block
* debian/sarg-reports.1
- Fixed configuration file reference (Closes: #674036)
-- Luigi Gangitano <luigi@debian.org> Mon, 06 May 2013 16:39:45 +0200
sarg (2.3.2-2) unstable; urgency=low
* debian/rules
- Fixed wrong auto detection of build system by dh (Closes: #654319)
-- Luigi Gangitano <luigi@debian.org> Fri, 06 Jan 2012 01:32:52 +0100
sarg (2.3.2-1) unstable; urgency=low
* New upstream release
- Fixes FTBFS with latest GCC (Closes: #626228)
* debian/{control,rules,install,manpages,source/format,patches/*}
- Switch to source format 3.0 (quilt)
* debian/control
- Bumped Standards-Version to 3.9.2 (no change needed)
-- Luigi Gangitano <luigi@debian.org> Mon, 26 Dec 2011 18:21:40 +0100
sarg (2.3.1-2) unstable; urgency=low
* debian/{patches/03_build-with-gcc44,rules}
- Removed configure.in patch, replaced with LDFLAG in debian/rules,
thanks to Andrea Gasparini
-- Luigi Gangitano <luigi@debian.org> Sat, 19 Feb 2011 17:48:24 +0100
sarg (2.3.1-1) unstable; urgency=low
* New upstream release
* debian/sarg-reports
- Fix date interval for daily/weekly/monthly (Closes: #592705)
* debian/preinst
- Remove old language files (Closes: #606778)
- Fix moving output files on upgrade
* debian/patches/03_build-with-gcc44
- Added libm check to configure.in to comply with gcc-4.4 linker chages
* debian/control
- Bumped Standards-Version to 3.9.1 (no change needed)
-- Luigi Gangitano <luigi@debian.org> Fri, 18 Feb 2011 19:59:33 +0100
sarg (2.3-1) unstable; urgency=low
* New upstream release
* debian/rules
- Removed references to now non existent language dir
* debian/control
- Added build dependency on libldap2-dev
- Bumped Standards-Version to 3.8.4 (no change needed)
* debian/sarg.conf
- Updated to match new upstream config file
* debian/preinst
- Fix moving old data files
-- Luigi Gangitano <luigi@debian.org> Sat, 26 Jun 2010 00:49:09 +0200
sarg (2.2.7.1-2) unstable; urgency=low
* debian/{preinst,postinst}
- Move configuration files preserving user changes (Closes: #566402)
- Do not move duplicate fonts
- Remove fonts marked as configuration files
-- Luigi Gangitano <luigi@debian.org> Sun, 28 Mar 2010 01:33:48 +0100
sarg (2.2.7.1-1) unstable; urgency=low
* New upstream release
* debian/sarg.conf
- Updated default configuration file to match upstream changes.
- Removed invalid config directive (Closes: #568009)
* debian/README.source
- Added simple dpatch-referring REAMDE.source
* debian/{rules,control}
- Remove duplicate font files and depend on ttf-dejavu-core | ttf-freefont
(Closes: #567329)
-- Luigi Gangitano <luigi@debian.org> Tue, 16 Feb 2010 11:07:18 +0100
sarg (2.2.7-1) UNRELEASED; urgency=low
* New upstream release
- Fixes sarg.hosts exclusion for subdomains (Closes: #408577)
* debian/patches/01_makefile-install-path
- Removed patch integrated upstream
* debian/rules
- Use --enable-sargphp instead of --enable-htmldir
-- Luigi Gangitano <luigi@debian.org> Mon, 08 Feb 2010 08:00:10 +0100
sarg (2.2.6-1) unstable; urgency=low
* New upstream release
- Fixes issues in getword loop detection (Closes: #522284)
- Removed patches integrated upstream
- Fixes usertab parsing for IPv6 address (Closes: #504749)
- Fixes typo in dansguardian_log.c (Closes: #540438)
- Fixes error parsing squidGuard logs (Closes: #486895)
* debian/sarg-reports.conf
- Fixed typo (Closes: #517356)
* debian/control
- Added Build-Dep options on libgd2-xpm-dev (Closes: #540121)
- Added Dependency on ${misc:Depends}
- Added dependency on dpatch
- Bumped Standards-Version to 3.8.3
* debian/compat
- Upgraded debhelper compatibility to level 6
* debian/rules
- Removed unnecessary upgrade of autoconf files
- Added dpatch rules
- Fixed configuration options and paths
* debian/patches/01_makefile-install-path
- Fixed build-time installation paths
* debian/patches/02_config-file-references
- Fixed references to configuration files
* debian/squid.conf
- Sinced with upstream changes
* debian/{postrm,preinst,sarg.conf,sarg-reports,rules,dirs,sarg-reports.conf}
- Moved configuration files to /etc/sarg and data directory to /var/lib/sarg
(Closes: #553554, #502273)
-- Luigi Gangitano <luigi@debian.org> Mon, 11 Jan 2010 15:07:10 +0100
sarg (2.2.5-2) unstable; urgency=low
* debian/watch
- Use SF redirector and make lintian happy
* debian/{rules,compat}
- Move DH_COMPAT to debian/compat and make lintian happy
* debian/rules
- Change make clean invocation and make lintian happier
- Added support for DEB_BUILD_OPTIONS
- Move documentation files from sarg-php to doc directory
- Remove hidden file from /etc/squid/languages
* debian/control
- Removed dependency on bash, now essential
- Bumped Standards-Version to 3.8.0
* debian/postinst
- Make postint fail on error
* debian/copyright
- Added copyright notice
- Updated maintainer reference
* debian/sarg-reports.1
- Added man page, thanks to Juan Angulo Moreno (Closes: #481889)
* debian/patches/show_read_statistics.patch
- Added patch from Vladimir Lettiev fixing segfault with
show_read_statistics set to no. (Closes: #444845, # 370811)
* debian/patches/totger_patches.patch
- Added patch from Thomas Bliesener fixing several buffer overflows
(Closes: #470791)
* debian/patches/opensuse_1_getword_boundary_limit.patch
- Added patch from OpenSUSE to avoid segfaults in getword() calls
* debian/patches/opensuse_2_enlarge_report_buffers.patch
- Added patch from OpenSUSE to avoid overflow in report buffers
* debian/patches/opensuse_3_too_small_font_buffer.patch
- Added patch from OpenSUSE to avoid overflow in font buffer
* debian/patches/opensuse_4_enlarge_log_buffer.patch
- Added patch from OpenSUSE to avoid overflow in log buffer
* debian/patches/opensuse_5_limit_sprintf.patch
- Added patch from OpenSUSE to avoid segfaults in sprintf() calls
* debian/patches/opensuse_6_limit_useragent_sprintf.patch
- Added patch from OpenSUSE to avoid segfaults in sprintf() calls
* debian/patches/opensuse_7_year_assertion.patch
- Added patch from OpenSUSE to avoid assertion in year parsing
-- Luigi Gangitano <luigi@debian.org> Sat, 10 Jan 2009 18:14:18 +0100
sarg (2.2.5-1) unstable; urgency=high
* Urgency high due to security fixes
* New upstream release
- Fixes script insertion in user-agent report
* debian/{sarg-reports,control}
- Make sarg-reports a bash script and depend on bash. This works
around bashishms in sarg-reports. (Closes: #465353)
-- Luigi Gangitano <luigi@debian.org> Wed, 05 Mar 2008 00:34:29 +0100
sarg (2.2.4-1) UNRELEASED; urgency=low
* New upstream release
- Fixes security issue when parsing useragent.log
-- Luigi Gangitano <luigi@debian.org> Mon, 03 Mar 2008 12:39:26 +0100
sarg (2.2.3.1-3) UNRELEASED; urgency=low
* debian/control
- Upgraded dependecies to apache2 and libapache2-mod-php5
-- Luigi Gangitano <luigi@debian.org> Fri, 4 Sep 2007 21:17:51 +0200
sarg (2.2.3.1-2) unstable; urgency=low
* debian/sarg-reports.conf
- Changed default image to sarg.png (Closes: #365664)
* debian/sarg-reports
- Fixed bashism (Closes: #423497)
* debian/{sarg-reports,README.Debian}
- Fixed typos (Closes: #430356)
* user_limit_block
- Fixed wrong references to configuration files (Closes: #401520)
-- Luigi Gangitano <luigi@debian.org> Mon, 29 Jun 2007 20:50:16 +0200
sarg (2.2.3.1-1) unstable; urgency=low
* New upstream release
-- Luigi Gangitano <luigi@debian.org> Mon, 09 Apr 2007 11:15:09 +0200
sarg (2.2.2-1) unstable; urgency=low
* New upstream release
-- Luigi Gangitano <luigi@debian.org> Thu, 31 Aug 2006 18:03:25 +0200
sarg (2.2.1-2) unstable; urgency=low
* debian/rules
- removed bashish (Closes: #373244)
* debian/control
- Bumped Standards-Version to 3.7.2 (no change required)
-- Luigi Gangitano <luigi@debian.org> Wed, 14 Jun 2006 14:30:16 +0200
sarg (2.2.1-1) unstable; urgency=low
* New upstream release
- Fixes various segfaults (Closes: #362310)
* debian/sarg-reports.cron.{weekly,monthly}
- Fixed typo (Closes: #365336)
-- Luigi Gangitano <luigi@debian.org> Fri, 9 Jun 2006 17:10:26 +0200
sarg (2.1-4) unstable; urgency=low
* debian/control
- Removed parentheses from Suggests: line (Closes: #356404)
-- Luigi Gangitano <luigi@debian.org> Sun, 19 Mar 2006 00:51:24 +0100
sarg (2.1-3) unstable; urgency=low
* debian/sarg-reports
- Switched to Ugo Viti's script for crontab execution (daily, weekly,
montly) (Closes: #332391, #162974)
- Removed old sarg-maint.sh from /etc (Closes: #326214)
- Updated NEWS.Debian accordingly
-- Luigi Gangitano <luigi@debian.org> Tue, 20 Dec 2005 20:19:29 +0100
sarg (2.1-2) unstable; urgency=low
* debian/control
- Changed build-depends to libgd2-noxpm-dev, since libgd2-dev is not in
debian anymore. (Closes: #343919, #307999)
-- Luigi Gangitano <luigi@debian.org> Tue, 20 Dec 2005 16:25:09 +0100
sarg (2.1-1) unstable; urgency=low
* New upstream release
* debian/postinst
- Added token for debhelper
* debian/copyright
- Updated FSF address
* debian/control
- Bumped Standards-Version to 3.6.1. No change needed.
* debian/rules
- Bumped DH_COMPAT to 4
-- Luigi Gangitano <luigi@debian.org> Thu, 1 Dec 2005 20:29:54 +0100
sarg (2.0.9-1) unstable; urgency=low
* New upstream release
- Fixes call to sort without quotes (Closes: #317901)
* debian/rules
- Moved license and README files for the attache font to
/usr/share/doc/sarg
* debian/postinst
- Check for presence of /etc/squid/fonts/{license,README} and remove
-- Luigi Gangitano <luigi@debian.org> Tue, 9 Aug 2005 16:18:36 +0200
sarg (2.0.8-2) unstable; urgency=low
* sarg.1
- Fixed reference to configuration and log files
(Closes: #319058)
-- Luigi Gangitano <luigi@debian.org> Wed, 20 Jul 2005 00:47:24 +0200
sarg (2.0.8-1) unstable; urgency=low
* New upstream release
* debian/postinst
- Added postinst file
- Check for presence of /etc/squid/fonts/Verdana.TTF and remove
The font file is non-free
-- Luigi Gangitano <luigi@debian.org> Thu, 9 Jun 2005 18:16:02 +0200
sarg (2.0.7-1) unstable; urgency=medium
* New upstream release
* Urgency medium because segfault fixes in this (and previous) version
should go in Sarge
* debian/squid.conf
- Sinced with upstream changes (addition of dansguardian configuration
and ntlm username format)
-- Luigi Gangitano <luigi@debian.org> Tue, 3 May 2005 09:14:44 +0200
sarg (2.0.6-2) unstable; urgency=low
* language/Turkish
- applied sarg-turkish.patch fixing syntax errors
(Closes: #279636)
-- Luigi Gangitano <luigi@debian.org> Tue, 26 Apr 2005 12:24:23 +0200
sarg (2.0.6-1) unstable; urgency=low
* New upstream release
* languages/French
- removed sarg-french.patch that have been superceeded upstream
-- Luigi Gangitano <luigi@debian.org> Sun, 24 Apr 2005 01:52:18 +0200
sarg (2.0.5-2) unstable; urgency=low
* debian/watch
- Added watch file
-- Luigi Gangitano <luigi@debian.org> Wed, 23 Mar 2005 15:33:35 +0100
sarg (2.0.5-1) unstable; urgency=low
* New upstream release
- Should fix some random segfaults
-- Luigi Gangitano <luigi@debian.org> Wed, 23 Mar 2005 14:55:05 +0100
sarg (2.0.4-1) unstable; urgency=low
* New upstream release
-- Luigi Gangitano <luigi@debian.org> Thu, 24 Feb 2005 17:36:51 +0100
sarg (2.0.3-1) unstable; urgency=low
* New upstream release
* debian/patches/sarg-2.0.2-version.patch
- Removed upstream patch that has been integrated
* debian/control
- converted description synopsis to lower case
-- Luigi Gangitano <luigi@debian.org> Thu, 3 Feb 2005 22:53:56 +0100
sarg (2.0.2-1) unstable; urgency=low
* New upstream release
* debian/patches/sarg-2.0.2-version.patch
- Added upstream patch to fix wrong result in -v option
-- Luigi Gangitano <luigi@debian.org> Wed, 24 Nov 2004 00:06:53 +0100
sarg (2.0.1-1) unstable; urgency=low
* New upstream release
* debian/rules
- Moved autoconf update in build to shrink diff file
* debian/control
- Added libgd2-dev dependency
- Added suggestion to squidguard and libapache-mod-php4
-- Luigi Gangitano <luigi@debian.org> Tue, 5 Oct 2004 10:30:28 +0200
sarg (1.4.r1-3) unstable; urgency=low
* sarg.1
- Fixed duplicated manpage (Closes: #246745)
* debian/control
- Bumped Standards-Version to 3.6.1 (no change needed)
- Fixed depends on virtual package httpd (suggested apache)
-- Luigi Gangitano <luigi@debian.org> Sat, 1 May 2004 23:13:51 +0200
sarg (1.4.r1-2) unstable; urgency=low
* index.c
- Applied sarg-index-patch from upstream
* debian/control
- Bumped Standards-Version to 3.5.10 (no change needed)
-- Luigi Gangitano <luigi@debian.org> Wed, 9 Jul 2003 20:14:39 +0200
sarg (1.4.r1-1) unstable; urgency=low
* New upstream release
* README
- updated from upstream site
- removed duplicate text (closes: #192269)
* languages/French
- applied sarg-french.patch (closes: #189125)
* languages/Polish
- applied sarg-polish.patch (closes: #189178)
-- Luigi Gangitano <luigi@debian.org> Mon, 12 May 2003 17:06:45 +0200
sarg (1.4.patch3-1) unstable; urgency=low
* New upstream release
-- Luigi Gangitano <luigi@debian.org> Sun, 13 Apr 2003 21:01:00 +0200
sarg (1.4.patch1-1) unstable; urgency=low
* New upstream release
* Bumped Standards-Version to 3.5.9
-- Luigi Gangitano <luigi@debian.org> Sun, 20 Mar 2003 19:11:00 +0100
sarg (1.3-PRE1-2) unstable; urgency=low
* Copy config.guess/config.sub from autotools-dev (closes: #168577)
* Debian Policy updated to 3.5.7.1
-- Luigi Gangitano <luigi@debian.org> Sun, 10 Nov 2002 22:57:54 +0100
sarg (1.3-PRE1-1) unstable; urgency=low
* New upstream release
-- Luigi Gangitano <luigi@debian.org> Thu, 17 Oct 2002 20:31:02 +0200
sarg (1.2.2-1) unstable; urgency=low
* New upstream release
-- Luigi Gangitano <gangitano@lugroma3.org> Wed, 5 Jun 2002 01:50:52 +0200
sarg (1.2.1-6) unstable; urgency=low
* Fixed missing reference to the author
* Deleted empty file in /etc/squid/languages
* Added manpage for SARG(1)
-- Luigi Gangitano <gangitano@lugroma3.org> Sun, 28 Apr 2002 22:46:54 +0200
sarg (1.2.1-5) unstable; urgency=low
* Brought back from the morgue. (new maintainer)
* debian/sarg.conf: applied patch from 133903 (closes: #133903)
* Bug 110610 was fixed but not closed (closes: #110610)
-- Frederic Peters <fpeters@debian.org> Thu, 25 Apr 2002 10:19:11 +0200
sarg (1.2.1-4) unstable; urgency=low
* Change maintainer
-- Ivan E. Moore II <rkrusty@debian.org> Wed, 06 Mar 2001 18:12:00 -0700
sarg (1.2.1-3) unstable; urgency=low
* Fix sarg-maint (Closes: #136445)
-- Ivan E. Moore II <rkrusty@debian.org> Sat, 02 Mar 2001 09:01:00 -0700
sarg (1.2.1-2) unstable; urgency=low
* Fix sarg-maint (Closes: #128706)
* Fix sarg.conf as well
* Nobody ITA'd it so I'll just close that and keep the package (Closes: #127703)
-- Ivan E. Moore II <rkrusty@debian.org> Sun, 17 Feb 2001 18:13:00 -0700
sarg (1.2.1-1) unstable; urgency=low
* New upstream version (Closes: #122497)
-- Ivan E. Moore II <rkrusty@debian.org> Wed, 05 Dec 2001 09:58:00 -0700
sarg (1.2.0-0beta2-4) unstable; urgency=low
* Build cleanup
* Lintian cleanup
-- Ivan E. Moore II <rkrusty@debian.org> Sun, 02 Nov 2001 22:43:00 -0700
sarg (1.2.0-0beta2-3) unstable; urgency=low
* Fix spelling errors (Closes: #108991)
-- Ivan E. Moore II <rkrusty@debian.org> Fri, 07 Sep 2001 16:36:00 -0700
sarg (1.2.0-0beta2-2) unstable; urgency=low
* Provide undocumented manpage link (Closes: #110081)
* Lintian cleanup
-- Ivan E. Moore II <rkrusty@debian.org> Sun, 26 Aug 2001 00:28:00 -0700
sarg (1.2.0-0beta2-1) unstable; urgency=low
* New upstream beta
-- Ivan E. Moore II <rkrusty@debian.org> Thu, 05 Jul 2001 09:22:00 -0700
sarg (1.2.0-0beta1-1) unstable; urgency=low
* New upstream beta
-- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Jun 2001 00:43:00 -0700
sarg (1.1.1-4) unstable; urgency=low
* Fix link (Closes: #98690)
-- Ivan E. Moore II <rkrusty@debian.org> Fri, 25 May 2001 08:32:00 -0700
sarg (1.1.1-3) unstable; urgency=low
* Update Standards version
* Update Build-Depends
* Remove old hacks which debhelper now handles
* Change Recommends to Suggests (Closes: #97468)
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 14 May 2001 12:09:00 -0700
sarg (1.1.1-2) unstable; urgency=low
* Removing cron bits and creating a maint script that logrotate can call
-- Ivan E. Moore II <rkrusty@debian.org> Sun, 08 Apr 2001 22:00:00 -0700
sarg (1.1.1-1) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 02 Apr 2001 18:07:00 -0700
sarg (1.1-3) unstable; urgency=low
* Fix config setting for exclude_codes (Closes: #91833)
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 26 Mar 2001 17:15:00 -0700
sarg (1.1-2.0.1) unstable; urgency=low
* Build against older glibc
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 26 Mar 2001 13:42:00 -0700
sarg (1.1-2) unstable; urgency=low
* Fix config file loading (Closes: #91511)
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 26 Mar 2001 09:11:00 -0700
sarg (1.1-1) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Fri, 23 Mar 2001 05:25:00 -0700
sarg (1.0-1) unstable; urgency=low
* New upstream version and name...grrr
-- Ivan E. Moore II <rkrusty@debian.org> Sat, 10 Mar 2001 13:54:00 -0700
sqmgrlog (3.0.1-1) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 05 Mar 2001 23:32:00 -0700
sqmgrlog (3.0-1) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Fri, 09 Feb 2001 02:12:00 -0700
sqmgrlog (2.12-2) unstable; urgency=low
* Fixing cron scripts for proper environments
-- Ivan E. Moore II <rkrusty@debian.org> Sat, 27 Jan 2001 21:44:00 -0700
sqmgrlog (2.12-1) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Thu, 09 Nov 2000 13:22:00 -0700
sqmgrlog (2.11-2) unstable; urgency=low
* More build-depends work
* Build on new libc6
-- Ivan E. Moore II <rkrusty@debian.org> Tue, 26 Sep 2000 22:00:00 -0700
sqmgrlog (2.11-1.0) unstable; urgency=low
* Changing depends for httpd and squid to recommends
-- Ivan E. Moore II <rkrusty@debian.org> Sat, 12 Aug 2000 05:30:00 -0700
sqmgrlog (2.11-0) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Sun, 16 Jul 2000 05:00:00 -0700
sqmgrlog (2.10-0) unstable; urgency=low
* New upstream version
* Fixing problem with cron scripts (Closes: #65623)
-- Ivan E. Moore II <rkrusty@debian.org> Wed, 21 Jun 2000 18:00:00 -0700
sqmgrlog (2.9.9-2.0) unstable; urgency=low
* Fixing conf file problems (Closes: #60190)
* Fixing stderr output errors and cron jobs (Closes: #60239)
-- Ivan E. Moore II <rkrusty@debian.org> Sat, 20 May 2000 14:15:00 -0700
sqmgrlog (2.9.9-1.2) unstable; urgency=low
* More build cleanup
* Adding in build-depends
-- Ivan E. Moore II <rkrusty@debian.org> Mon, 15 May 2000 02:45:00 -0700
sqmgrlog (2.9.9-1.1) unstable; urgency=low
* Added a pointer to /usr/share/common-licenses in the copyright file
-- Ivan E. Moore II <rkrusty@debian.org> Tue, 25 Apr 2000 20:30:00 -0700
sqmgrlog (2.9.9-1) unstable; urgency=low
* New upstream version
-- Ivan E. Moore II <rkrusty@debian.org> Wed, 15 Mar 2000 02:00:00 -0700
sqmgrlog (2.9.8-3) unstable; urgency=low
* Applying topsites patch
-- Ivan E. Moore II <rkrusty@debian.org> Fri, 10 Mar 2000 18:30:00 -0700
sqmgrlog (2.9.8-2) unstable; urgency=low
* Fixing daily cron to pull yesterdays report and not the same day
* Same as above for the weekly reports
-- Ivan E. Moore II <rkrusty@debian.org> Fri, 10 Mar 2000 00:10:00 -0700
sqmgrlog (2.9.8-1) unstable; urgency=low
* Initial Release.
-- Ivan E. Moore II <rkrusty@debian.org> Tue, 7 Mar 2000 21:37:57 -0700
|