Package squidmill: Information

    Source package: squidmill
    Version: 2.7.0-alt2
    Latest version according to Repology
    Build time:  Aug 30, 2025, 06:52 PM in the task #392847
    Report package bug
    License: GPLv3+
    Summary: Squid proxy server access log collector with rounding support
    Description: 
    Squidmill daemon acquires and integrates information from the
    Squid proxy server access log files. Rounding is supported to
    save space and reporting time.

    List of RPM packages built from this SRPM:
    squidmill (x86_64, i586, aarch64)
    squidmill-debuginfo (x86_64, i586, aarch64)

    Maintainer: Paul Wolneykien

    List of contributors:
    Paul Wolneykien
    Hihin Ruslan

    ACL:
    Paul Wolneykien
    @everybody

      1. gambit-devel
      2. gambit-dsock-devel >= 1.2.2-alt1
      3. gambit-signal-devel >= 1.2.2-alt1
      4. gambit-sqlite3-devel >= 1.3.3-alt1
      5. gawk
      6. sqlite3

    Last changed


    Aug. 30, 2025 Paul Wolneykien 2.7.0-alt2
    - Build without RPATH.
    Aug. 28, 2025 Paul Wolneykien 2.7.0-alt1
    - Added a special test with no debug messages in daemon log (closes: 30142).
    - Make SysV-init script to remove the socket file on stop (closes: 29894).
    - Also, add support to print the test main log on success (PRINT_LOG_OK).
    - Repeat all tests 10 times when building.
    - Fixed/improved C-interface functions with Gambit 4.9.7.
    - Allow to select tests (RUN_TESTS) and to repeat them (TEST_COUNT).
    - Reworked tests + more tests.
    - Reworked top-level exception handling.
    - Rewrote the file-follow machinery (in the hope it's more stable now).
    Aug. 22, 2025 Paul Wolneykien 2.6.4-alt1
    - Version 2.6.4.
    - Replace SRFI-1 named getters with list-ref to avoid call
      to undefined symbols with some versions of Gambit (Fixes:
      OVE-20250822-0001).
    - Run gsc with -warnings and check for undefined symbols.
    - Fixed the extra log title in test output.
    - Try to improve backtrace on error.