Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 372f157870af
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 22c675d8221e
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 15, 2017

  1. clamav: don't bundle freshclam config with package

    Building clamav is expensive due to the bundled llvm.
    
    Closes #20304.
    
    (cherry picked from commit 02e9c88)
    fpletz authored and bjornfor committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    3daf9cf View commit details
    Browse the repository at this point in the history
  2. clamav service: refactor

    * Sync systemd units with upstream. Upstream uses SIGUSR2 instead of SIGHUP
      to reload the clamd service.
    
    * Convert freshclam service to a oneshot service activated by a systemd timer.
      This way we can make clamd wait for freshclam to finish fetching the virus
      database before failing to start if the database doesn't exist yet.
    
    * Fixes console tools to work as expected as they require hardcoded config
      file locations.
    
    (cherry picked from commit 9e1e3b2)
    fpletz authored and bjornfor committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    b8e0018 View commit details
    Browse the repository at this point in the history
  3. clamav: fixup build after updating zlib

    (cherry picked from commit 81c51b1)
    vcunat authored and bjornfor committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    22c675d View commit details
    Browse the repository at this point in the history