Your message dated Mon, 15 Jun 2009 23:17:12 +0000
with message-id <[email protected]>
and subject line Bug#523573: fixed in clamav 0.95.2+dfsg-1
has caused the Debian Bug report #523573,
regarding clamav: [debconf_rewrite] Debconf templates and debian/control review
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
523573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523573
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clamav
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Thursday, March 26, 2009, I notified you of the beginning of a review process
concerning debconf templates for clamav.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading clamav with these changes
right now.

The second phase of this process will begin on Tuesday, April 14, 2009, when I 
will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Tuesday, May 05, 2009. Please avoid uploading a package with fixed or 
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Wednesday, May 06, 2009, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- clamav.old/debian/clamav-milter.templates   2009-03-26 19:12:49.816449140 
+0100
+++ clamav/debian/clamav-milter.templates       2009-04-11 09:03:18.482051647 
+0200
@@ -1,26 +1,33 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [email protected] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: clamav-milter/debconf
 Type: boolean
 Default: true
 _Description: Handle the configuration file automatically?
  Some options must be configured for clamav-milter.
  .
- The ClamAV suite won't work if it isn't configured. If you do not
+ It won't work if it isn't configured. If you do not
  configure it automatically, you'll have to configure
- /etc/clamav/clamav-milter.conf manually or run 'dpkg-reconfigure 
clamav-milter'
+ /etc/clamav/clamav-milter.conf manually or run "dpkg-reconfigure 
clamav-milter"
  later. In any case, manual changes in /etc/clamav/clamav-milter.conf will
  be respected.
 
 Template: clamav-milter/MilterSocket
 Type: string
 Default: /var/run/clamav/milter.ctl
-_Description: Define the interface through to communicate with sendmail:
- Possible formats are:
- .
- Unix domain socket: [[unix|local]:]/path/to/file
- .
- IPv4 socket: inet:p...@[hostname|ip-address]
- .
- IPv6 socket: inet6:p...@[hostname|ip-address]
+_Description: Communication interface with Sendmail:
+ Please choose the method that should be used by clamav-milter to
+ communicate with Sendmail. The following formats can be used:
+  - Unix domain socket: [[unix|local]:]/path/to/file
+  - IPv4 socket       : inet:p...@[hostname|ip-address]
+  - IPv6 socket       : inet6:p...@[hostname|ip-address]
 
 Template: clamav-milter/FixStaleSocket
 Type: boolean
@@ -32,142 +39,168 @@
 Default: clamav
 _Description: User to run clamav-milter as:
  It is recommended to run the ClamAV programs as a non-privileged user.
- This will work with most MTAs with a little tweaking, but if you want to
- use clamd for filesystem scans, running as root is probably unavoidable.
+ This will work with most MTAs with a little tweaking.
+ .
  Please see README.Debian in the clamav-base package for details.
 
 Template: clamav-milter/AddGroups
 Type: string
 _Description: Groups for clamav-milter (space-separated):
  By default, clamav-milter runs as a non-privileged user. If you need
- clamav-milter to be able to access files owned by another user (e.g., in
- combination with an MTA), then you will need to add clamav to the group for
- that piece of software. Please see README.Debian in the clamav-base package 
for
+ clamav-milter to be able to access files owned by another user (for
+ instance when it is used in combination with an MTA), this user
+ need to be added to the relevant group(s).
+ .
+ Please see README.Debian in the clamav-base package for
  details.
 
 Template: clamav-milter/ReadTimeout
 Type: string
 Default: 120
-_Description: Waiting for data from clamd will timeout after this time 
(seconds):
- Set to a value of '0' to disable the timeout.
+_Description: Wait timeout for data coming from clamd:
+ Please enter the delay (in seconds) before clamav-milter times out when it is
+ waiting for incoming data from clamd.
+ .
+ Choosing "0" will disable this timeout.
 
 Template: clamav-milter/Foreground
 Type: boolean
 Default: false
-_Description: Stay in foreground (don't fork)?
+_Description: Should clamav-milter stay in foreground (not forking)?
 
 Template: clamav-milter/Chroot
 Type: string
 _Description: Chroot to directory:
- Chrooting is performed just after reading the config file and before dropping
- privileges. An empty value means don't chroot.
+ Clamav-milter can run in a chroot jail. It will enter it after reading
+ the configuration file and before dropping root privileges.
+ .
+ If this field is left empty, no chrooting will occur.
 
 Template: clamav-milter/PidFile
 Type: string
 Default: /var/run/clamav/clamav-milter.pid
 _Description: PID file:
- This option allows you to save a process identifier of the listening daemon
- (main thread).
+ Please specify the process identifier file location for clamav-milter's
+ listening daemon (main thread).
 
 Template: clamav-milter/TemporaryDirectory
 Type: string
 Default: /tmp
-_Description: Optional path to the global temporary directory:
-  If unset, $TMPDIR and $TEMP will be honored.
+_Description: Global temporary directory path:
+ Please specify the directory for clamav-milter's temporary files.
+ If unset, $TMPDIR and $TEMP will be honored.
 
 Template: clamav-milter/ClamdSocket
 Type: string
 Default: unix:/var/run/clamav/clamd.ctl
-_Description: Define the clamd socket to connect to for scanning:
- To refer to a local unix socket using a absolute path, use unix:path (e.g.,
- unix:/var/run/clamd/clamd.socket). A local or remote TCP socket is specified
- using the tcp:host:port syntax. The host can be a hostname or an ip address;
- the ":port" field is only required for IPv6 addresses, otherwise it defaults 
to
- 3310 (e.g., tcp:192.168.0.1).
- .
- This option can be repeated several times (separated by whitespace) with
- different sockets or even with the same socket: clamd servers will be selected
- in a round-robin fashion.
+_Description: Clamd socket to connect to for scanning:
+ Please specify the socket to use to connect to the ClamAV daemon for
+ scanning purposes. Possible choices are:
+  - a local unix socket using an absolute path, in "unix:path" format
+    (for example: unix:/var/run/clamd/clamd.socket);
+  - a local or remote TCP socket in "tcp:host:port" format (for example:
+    tcp:192.168.0.1). The "host" value can be either a hostname or an IP
+    address, and the "port" is only required for IPv6 addresses,
+    defaulting to 3310 otherwise.
+ .
+ You may specify multiple choices, separated by spaces. In such cases, the
+ clamd servers will be selected in a round-robin fashion.
 
 Template: clamav-milter/LocalNet
 Type: string
-_Description: Exclusions - IP ranges:
- Messages originating from these hosts/networks will not be scanned.  This
- option takes a host(name)/mask pair in CIRD notation and can be repeated
- several times (separated by whitespace). If "/mask" is omitted, a host is
- assumed.  To specify a locally originated, non-smtp, email use the keyword
- "local".
+_Description: Hosts excluded from scanning:
+ Please specify, in CIDR notation (host(name)/mask), the hosts for
+ which no scanning should be performed on incoming mail. Multiple entries
+ should be separated by spaces. The "local" shortcut can be used to
+ specify locally-originated (non-SMTP) email.
  .
- If unset, everything regardless of the origin is scanned.
+ If this field is left empty, all incoming mail will be scanned.
 
 Template: clamav-milter/Whitelist
 Type: string
-_Description: Exclusions - Regular expressions:
- This option specifies a file which contains a list of POSIX regular
- expressions. Addresses (sent to or from) matching these regexes will not be
- scanned.  Optionally each line can start with the string "From:" or "To:"
- (note: no whitespace after the colon) indicating if it is, respectively, the
- sender or recipient that is to be whitelisted.  If the field is missing, "To:"
- is assumed.
- .
- Lines in this file starting with #, : or ! are ignored.
+_Description: Mail addresses whitelist:
+ Please specify the path to a whitelist file, listing email addresses
+ that should cause scanning to be bypassed.
+ .
+ Each line in this file should be a POSIX regular expression; lines
+ starting with "#", ":" or "!" will be ignored as comments.
+ .
+ Lines may start with "From:" (with no space after the colon) to make
+ the whitelisting apply to matching sender addresses; otherwise, or
+ with a "To:" prefix, it affects recipient addresses.
 
 Template: clamav-milter/OnClean
 Type: select
-Choices: Accept, Reject, Defer, Blackhole, Quarantine
+__Choices: Accept, Reject, Defer, Blackhole, Quarantine
 Default: Accept
-_Description: Action to be performed on clean messages (mostly useful for 
testing):
- The following actions are available:
- .
- - Accept: The message is accepted for delievery
- .
- - Reject: Immediately refuse delievery (a 5xx error is returned to the peer)
+_Description: Action to perform on clean messages:
+ Please choose the action to perform on "clean" messages:
  .
- - Defer: Return a temporary failure message (4xx) to the peer
+  - Accept    : accept the message for delivery;
+  - Reject    : immediately refuse delivery (with a 5xx error);
+  - Defer     : return a temporary failure message (4xx);
+  - Blackhole : accept the message then drop it;
+  - Quarantine: accept the message then quarantine it. With
+                Sendmail, the quarantine queue can be examined
+                with "mailq -qQ". With Postfix, such mails are placed
+                on hold.
  .
- - Blackhole (not available for OnFail): Like accept but the message is sent to
-   oblivion
- .
- - Quarantine (not available for OnFail): Like accept but message is 
quarantined
-   instead of being delivered In sendmail the quarantine queue can be examined
-   via mailq -qQ For Postfix this causes the message to be accepted but placed
-   on hold
+ This setting is meant for testing purposes only.
 
 Template: clamav-milter/OnInfected
 Type: select
-Choices: Accept, Reject, Defer, Blackhole, Quarantine
+__Choices: Accept, Reject, Defer, Blackhole, Quarantine
 Default: Quarantine
-_Description: Action to be performed on infected messages:
+_Description: Action to perform on infected messages:
+ Please choose the action to perform on "infected" messages:
+ .
+  - Accept    : accept the message for delivery;
+  - Reject    : immediately refuse delivery (with a 5xx error);
+  - Defer     : return a temporary failure message (4xx);
+  - Blackhole : accept the message then drop it;
+  - Quarantine: accept the message then quarantine it. With
+                Sendmail, the quarantine queue can be examined
+                with "mailq -qQ". With Postfix, such mails are placed
+                on hold.
 
 Template: clamav-milter/OnFail
 Type: select
-Choices: Accept, Reject, Defer, Blackhole, Quarantine
+__Choices: Accept, Reject, Defer
 Default: Defer
-_Description: Action to be performed on error conditions:
- This includes failure to allocate data structures, no scanners available,
- network timeouts, unknown scanner replies and the like)
+_Description: Action to perform on error conditions:
+ Please choose the action to perform on errors such as failure to
+ allocate data structures, no scanners available,
+ network timeouts, unknown scanner replies...:
+ .
+  - Accept: accept the message for delivery;
+  - Reject: immediately refuse delivery (with a 5xx error);
+  - Defer : return a temporary failure message (4xx).
 
 Template: clamav-milter/RejectMsg
 Type: string
 _Description: Specific rejection reason for infected messages:
- It is only useful together with "OnInfected Reject".  The string "%v", if
- present, will be replaced with the virus name.
+ Please specify the rejection reason that will be included in reject mails.
+ .
+ This option is only useful together with "OnInfected Reject".
+ .
+ The "%v" string may be used to include the virus name.
 
 Template: clamav-milter/AddHeader
 Type: boolean
 Default: false
 _Description: Add headers to processed messages?
- If adding headers is enabled, "X-Virus-Scanned" and "X-Virus-Status" headers
+ If you choose this option, "X-Virus-Scanned" and "X-Virus-Status" headers
  will be attached to each processed message, possibly replacing existing
- headers. 
+ similar headers. 
 
 Template: clamav-milter/LogFile
 Type: string
 Default: none
-_Description: Log to file:
- LogFile must be writable for the user running daemon.  A full path is 
required.
+_Description: Log file for clamav-milter:
+ Specify the full path to the clamav-milter log file, which must be
+ writable for the clamav daemon.
  .
- Logging via syslog is configured independently of this entry.
+ Logging via syslog is configured independently of this setting.
 
 Template: clamav-milter/LogFileUnlock
 Type: boolean
@@ -179,8 +212,9 @@
 Template: clamav-milter/LogFileMaxSize
 Type: string
 Default: 1M
-_Description: Maximum size of the log file (unit Mb):
- Set to a value of '0' to disable the timeout.
+_Description: Maximum size of the log file (MB):
+ Please specify the maximum size for the log file. Using "0" will
+ allow that file to grow indefinitely.
 
 Template: clamav-milter/LogTime
 Type: boolean
@@ -190,13 +224,16 @@
 Template: clamav-milter/LogSyslog
 Type: boolean
 Default: false
-_Description: Use system logger (can work together with LogFile)?
+_Description: Use system logger?
+ Please choose whether you want to use the system logger (syslog). This
+ option can be used along with logging in a dedicated file.
 
 Template: clamav-milter/LogFacility
 Type: string
 Default: LOG_LOCAL6
-_Description: Specify the type of syslog messages:
- Please refer to 'man syslog' for facility names.
+_Description: Type of syslog messages:
+ Please choose the type of syslog messages as detailed in the system
+ logger's documentation.
 
 Template: clamav-milter/LogVerbose
 Type: boolean
@@ -205,15 +242,21 @@
 
 Template: clamav-milter/LogInfected
 Type: select
-Choices: Off, Basic, Full
+__Choices: Off, Basic, Full
 Default: Off
-_Description: What should be logged when a message is infected:
- Possible values are Off (the default - nothing is logged), Basic (minimal info
- logged), Full (verbose info logged)
+_Description: Information to log on infected messages:
+ Please choose the level of information that will be logged when infected
+ messages are found:
+  - Off  : no logging;
+  - Basic: minimal information;
+  - Full : verbose information.
 
 Template: clamav-milter/MaxFileSize
 Type: string
 Default: 25M
-_Description: Messages larger than this value won't be scanned (unit Mb):
- Make sure this value is lower than StreamMaxLength in clamd.conf
-
+_Description: Size limit for scanned messages (MB):
+ Please specify the maximum size for scanned messages. Messages bigger than
+ this limit will not be scanned.
+ .
+ You should check that this value is lower than the value of "StreamMaxLength"
+ in the clamd.conf file.
--- clamav.old/debian/control   2009-03-26 19:12:49.816449140 +0100
+++ clamav/debian/control       1970-01-01 01:00:00.000000000 +0100
@@ -1,90 +0,0 @@
-Source: clamav
-Section: misc
-Priority: optional
-Maintainer: Bernd Zeimetz <[email protected]>
-Build-Depends: debhelper (>= 5.0.61), po-debconf, dpkg-dev (>= 1.14.8),
- quilt, autotools-dev, 
- python-all-dev, python-support (>= 0.4),
- xsltproc, docbook-xsl, docbook-xml,
- libxt-dev, lesstif2-dev, libxaw7-dev, libncurses-dev,
- libdbus-1-dev, libglib2.0-dev, libdbus-glib-1-dev, makedev
-Standards-Version: 3.8.0
-Homepage: http://gpsd.berlios.de/
-XS-Python-Version: all
-
-Package: clamav
-Architecture: any
-Depends: python, netbase, lsb-base (>= 3.0-6), ${shlibs:Depends}, 
${misc:Depends}
-Recommends: gpsd-clients
-Suggests: udev
-Description: GPS (Global Positioning System) daemon
- gpsd is a service daemon that monitors one or more GPSes attached to a host
- computer through serial or USB ports, making all data on the location/course/
- velocity of the sensors available to be queried on TCP port 2947 of the host
- computer.
- .
- With gpsd, multiple GPS client applications can share access to GPSes without
- contention or loss of data. Also, gpsd responds to queries with a format that
- is substantially easier to parse than the NMEA 0183 emitted by most GPSes.
-
-Package: gpsd-clients
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-gps, gpsd
-Description: Clients for the GPS daemon
- gpsd is a service daemon that monitors one or more GPSes attached to a host
- computer through serial or USB ports, making all data on the location/course/
- velocity of the sensors available to be queried on TCP port 2947 of the host
- computer.
- .
- This package contains auxiliary tools and example clients for monitoring and
- testing gpsd.
-
-Package: python-gps
-Architecture: any
-Section: python
-Replaces: gpsd-clients (<< 2.34.dfsg-1)
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Recommends: gpsd
-Provides: ${python:Provides}
-Description: Python interface to gpsd and testing environment
- gpsd is a service daemon that monitors one or more GPSes attached to a host
- computer through serial or USB ports, making all data on the location/course/
- velocity of the sensors available to be queried on TCP port 2947 of the host
- computer.
- .
- This package contains a Python interface to conntect to gpsd, together with
- a module providing a controlled testing environment. It also ships two tools
- which utilize the interface: gpsprof for latency-profiling and gpsfake to
- simulate a GPS by playing back a logfile.
-
-Package: libgps17
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: C library for communicating with GPS devices
- libgps is a service library for querying GPS devices. There are two
- interfaces supported by it:
-   * A high-level interface that goes through gpsd, a service daemon that
-     monitors one or more GPS devices. It is intended for concurrent use by
-     several applications.
-   * A low-level interface that speaks directly with the serial or USB
-     device to which the GPS is attached.
-
-Package: libgps-dev
-Architecture: any
-Section: libdevel
-Depends: libgps17 (= ${binary:Version}), ${misc:Depends}
-Conflicts: gpsd (<< 2.34.dfsg-1)
-Description: C library for communicating with GPS devices (development files)
- libgps is a service library for querying GPS devices. There are two
- interfaces supported by it:
-   * A high-level interface that goes through gpsd, a service daemon that
-     monitors one or more GPS devices. It is intended for concurrent use by
-     several applications.
-   * A low-level interface that speaks directly with the serial or USB
-     device to which the GPS is attached.
- .
- This package contains the header and development files needed to build
- programs and packages using libgps.
-

--- End Message ---
--- Begin Message ---
Source: clamav
Source-Version: 0.95.2+dfsg-1

We believe that the bug you reported is fixed in the latest version of
clamav, which is due to be installed in the Debian FTP archive:

clamav-base_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-base_0.95.2+dfsg-1_all.deb
clamav-daemon_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-daemon_0.95.2+dfsg-1_amd64.deb
clamav-dbg_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-dbg_0.95.2+dfsg-1_amd64.deb
clamav-docs_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-docs_0.95.2+dfsg-1_all.deb
clamav-freshclam_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-freshclam_0.95.2+dfsg-1_amd64.deb
clamav-milter_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-milter_0.95.2+dfsg-1_amd64.deb
clamav-testfiles_0.95.2+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.95.2+dfsg-1_all.deb
clamav_0.95.2+dfsg-1.diff.gz
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1.diff.gz
clamav_0.95.2+dfsg-1.dsc
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1.dsc
clamav_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav_0.95.2+dfsg-1_amd64.deb
clamav_0.95.2+dfsg.orig.tar.gz
  to pool/main/c/clamav/clamav_0.95.2+dfsg.orig.tar.gz
libclamav-dev_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav-dev_0.95.2+dfsg-1_amd64.deb
libclamav6_0.95.2+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav6_0.95.2+dfsg-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Gran <[email protected]> (supplier of updated clamav package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 12 Jun 2009 21:42:59 +0100
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all amd64
Version: 0.95.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team <[email protected]>
Changed-By: Stephen Gran <[email protected]>
Description: 
 clamav     - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 522106 523573 524356 525044 525084 525483 526024 526123 526644 526727 
526730 526745 527320 527903
Changes: 
 clamav (0.95.2+dfsg-1) unstable; urgency=low
 .
   * New upstream version
   * Should fix crash on unofficial sigs (closes: #525483)
   * Get rid of ridiculous home rolled suid (closes: #522106)
   * Freshclam gets 0400 or 0444 config file (closes: #524356)
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project. Closes: #523573
   * [Debconf translation updates]
     - Swedish. Closes: #525044
     - Japanese. Closes: #525084
     - French. Closes: #526024
     - Portuguese. Closes: #526644
     - Russian. Closes: #526727
     - German. Closes: #526730
     - Dutch. Closes: #526745
     - Galician. Closes: #527320
   * Define status_of_proc in the event that it's not in lsb/init-functions
     (closes: #527903)
   * Stop referencing /etc/default/clamav-milter and drop command line
     arguments in milter init script (closes: #526123)
Checksums-Sha1: 
 99bf982dcc6db46ef316914f0dfe508e57c4d585 1435 clamav_0.95.2+dfsg-1.dsc
 996ef4f2417e3815bbda2322eb66affd59da7bfa 25146569 
clamav_0.95.2+dfsg.orig.tar.gz
 e4837d2c62ad9e0cb08b8ecef5237b6139949259 258088 clamav_0.95.2+dfsg-1.diff.gz
 0405a0f836da4e832a05e057358bf1bb280ca12c 22261918 
clamav-base_0.95.2+dfsg-1_all.deb
 51ffe8c4d13e36a91e3ec6ad7b74fc72143c1faf 226516 
clamav-testfiles_0.95.2+dfsg-1_all.deb
 d349a2fcb4967a80b6ec0870000a0daf4e3d430f 1122170 
clamav-docs_0.95.2+dfsg-1_all.deb
 7980c9bc928ea09ca10395fc93a9042bb7c36a52 568050 
libclamav6_0.95.2+dfsg-1_amd64.deb
 42a5e3634391568cffeb4b479f8e8a85a2ec4026 274076 clamav_0.95.2+dfsg-1_amd64.deb
 78321ed353d40ff99dc380436951929d72f42edf 373190 
clamav-daemon_0.95.2+dfsg-1_amd64.deb
 30ece16c1d3d8d4f6f721f7b22bea43d4b64ee3c 279480 
clamav-freshclam_0.95.2+dfsg-1_amd64.deb
 886b4ff91f66d7a25b194a8012222992fb5a16f7 289694 
clamav-milter_0.95.2+dfsg-1_amd64.deb
 95bdeb074c2964813daade82626207bc8e280441 602230 
libclamav-dev_0.95.2+dfsg-1_amd64.deb
 763ba4be0910947173ac78a36247f690654e60db 1093362 
clamav-dbg_0.95.2+dfsg-1_amd64.deb
Checksums-Sha256: 
 0095b00efaf4a8e54e846852117ee9e5b44b3fd0e077b441935f94391407b634 1435 
clamav_0.95.2+dfsg-1.dsc
 ae27349689d32ef9976aa2557ce21f4cc98294bfc5f1f02612aa9556e0ad0b20 25146569 
clamav_0.95.2+dfsg.orig.tar.gz
 e9e0ca63f9834fa6332a7a531514326eeaadc5b98aa230bc798eb2cb17e97b06 258088 
clamav_0.95.2+dfsg-1.diff.gz
 f36842301718a8cda917f811333d3cd0546cf50721e68ad110c8e04986f040b6 22261918 
clamav-base_0.95.2+dfsg-1_all.deb
 b63a842449931885f8c99492aedc2f4d931c533781f3435fc9a0f44157b91878 226516 
clamav-testfiles_0.95.2+dfsg-1_all.deb
 39fe5f1b0e62e399e551c1f6ae80ec8f7f6b973e770baad690a6e9669578829a 1122170 
clamav-docs_0.95.2+dfsg-1_all.deb
 e690c71a6657f683a1715919f8edc583fbafacb87c1e7ffd350726dcdadf2b42 568050 
libclamav6_0.95.2+dfsg-1_amd64.deb
 85f06b46c73dd145e537f200851e318c74fde32f6b34468f88a13073e3c9f079 274076 
clamav_0.95.2+dfsg-1_amd64.deb
 12c5ebad26c8f32b141f04c0d0de5f92351b87e2d4738ec7d68f4dfd0ae7efd8 373190 
clamav-daemon_0.95.2+dfsg-1_amd64.deb
 5686466fab10017d8938c1ce962f5f19b2d41d42b46cc59d152d4f9caa2575ed 279480 
clamav-freshclam_0.95.2+dfsg-1_amd64.deb
 fcd88f5cccf1af4f6f02fc1cedf26aafa2f65aa7e6c309afa580711cbb436604 289694 
clamav-milter_0.95.2+dfsg-1_amd64.deb
 b0276095cf07a20784d78a2f55fa0ea5de05e36b02d0b4438861d20cf6bc7ff4 602230 
libclamav-dev_0.95.2+dfsg-1_amd64.deb
 8402f4f2daa7d832a9f405206f922da617f0653146fdf5b9166cd477a6079a80 1093362 
clamav-dbg_0.95.2+dfsg-1_amd64.deb
Files: 
 dd69076dc1525331d1cdcd0e2a26ed53 1435 utils optional clamav_0.95.2+dfsg-1.dsc
 86328e1b3bb03dbdc4580bb5e72a7593 25146569 utils optional 
clamav_0.95.2+dfsg.orig.tar.gz
 1219b1692fcbb5bdeded8195110f58e2 258088 utils optional 
clamav_0.95.2+dfsg-1.diff.gz
 5157e366b052069894fb99ae9443f48c 22261918 utils optional 
clamav-base_0.95.2+dfsg-1_all.deb
 6e14dd8218180d6540a6d6d147e36508 226516 utils optional 
clamav-testfiles_0.95.2+dfsg-1_all.deb
 cbc49bee9e2111c3dd20272a1b99904c 1122170 doc optional 
clamav-docs_0.95.2+dfsg-1_all.deb
 9c43883759a859e91d6d74e22e5c16ca 568050 libs optional 
libclamav6_0.95.2+dfsg-1_amd64.deb
 f8013810ac2749457c7b389cacf6208a 274076 utils optional 
clamav_0.95.2+dfsg-1_amd64.deb
 609da760ce1cbf6acba6edf50678e6ea 373190 utils optional 
clamav-daemon_0.95.2+dfsg-1_amd64.deb
 3bbe3a1b70c64d4c2c1682b9e95d25f2 279480 utils optional 
clamav-freshclam_0.95.2+dfsg-1_amd64.deb
 a62079f30c9292ccec8b8ed94a39d585 289694 utils extra 
clamav-milter_0.95.2+dfsg-1_amd64.deb
 812c5c116fdc09105b2b877fab847212 602230 libdevel optional 
libclamav-dev_0.95.2+dfsg-1_amd64.deb
 1cd106d35ff77fab1354e2897c324a58 1093362 debug extra 
clamav-dbg_0.95.2+dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAko2zRAACgkQSYIMHOpZA47+4gCg3S3i06kJ7QyOxXKB1EDHmvGy
KHgAnR8NQz2rBjZqF0/U7Z8l8Nwrn7r9
=hUj4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to