Bug 195764 - [MAINTAINER UPDATE] security/clamav-unofficial-sigs - patch for FreeBSD 10
Summary: [MAINTAINER UPDATE] security/clamav-unofficial-sigs - patch for FreeBSD 10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-06 23:37 UTC by Marko Njezic
Modified: 2014-12-20 16:43 UTC (History)
1 user (show)

See Also:


Attachments
Patch for current version of the port (3.14 KB, text/plain)
2014-12-06 23:37 UTC, Bugzilla Automation
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Njezic 2014-12-06 23:37:03 UTC
Created attachment 150291 [details]
Patch for current version of the port

Attached is a patch for security/clamav-unofficial-sigs port that does the following:

1. Patches the script so it does not depend on BIND tools and work with FreeBSD 10 (patch provided by Marcin Gryszkalis)
2. Reverts unauthorized change by "adamw", which made config file always installed automatically. The script should only install sample configuration file. Users must configure it themselves so that they are aware of what additional databases are being downloaded and only way to make sure that they read everything is to force them to manually copy the sample configuration file.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-12-20 13:01:49 UTC
A commit references this bug:

Author: riggs
Date: Sat Dec 20 13:01:01 UTC 2014
New revision: 375001
URL: https://svnweb.freebsd.org/changeset/ports/375001

Log:
  - Make port work on recent 10.x (does no longer assume BIND is present)
  - Revert previous change that installs a default configuration file.
    Maintainer explains the rationale behind this:
    "Users must configure it themselves so that they are aware of what
     additional databases are being downloaded and only way to make sure that
     they read everything is to force them to manually copy the sample
     configuration file."

  PR:		195764
  Submitted by:	sf@maxempire.com (maintainer)

Changes:
  head/security/clamav-unofficial-sigs/Makefile
  head/security/clamav-unofficial-sigs/files/patch-clamav-unofficial-sigs.sh
  head/security/clamav-unofficial-sigs/files/pkg-message.in
  head/security/clamav-unofficial-sigs/pkg-plist
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2014-12-20 16:43:38 UTC
Committed. Thanks!