~ubuntu-branches/ubuntu/lucid/clamav/lucid-updates

« back to all changes in this revision

Viewing changes to libclamav/events.c

  • Committer: Package Import Robot
  • Author(s): Chris, Marc Deslauriers, Chris Pollock
  • Date: 2015-02-08 07:54:07 UTC
  • mfrom: (81.1.10 lucid-security)
  • Revision ID: package-import@ubuntu.com-20150208075407-sjpyx5pb5emtexcl
Tags: 0.98.6+dfsg-0ubuntu0.10.04.1
[ Marc Deslauriers ]
* Updated to 0.98.6 to fix security issues, including CVE-2014-9328.
  (LP: #1420819)
* Removed upstreamed patches:
  - d/p/0002-Add-an-additional-n-after-the-number-in-the-pidfile.patch
  - d/p/0017-Bump-.so-version-number.patch

[ Chris Pollock ]
* Drop dh_autoreconf from build-depends
* Remove use of dh_autoreconf from debian/rules
* Adjust list of no LLVM architectures in debian/rules to include powerpc
  to avoid FTBFS on lucid

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
20
 *  MA 02110-1301, USA.
21
21
 */
 
22
 
 
23
#ifndef _WIN32
 
24
#include <sys/time.h>
 
25
#endif
 
26
 
 
27
#include "clamav.h"
22
28
#include "events.h"
23
29
#include "others.h"
24
30
#include "7z/7zCrc.h"
25
31
#include "str.h"
26
32
#include <string.h>
27
 
#ifndef _WIN32
28
 
#include <sys/time.h>
29
 
#endif
30
33
 
31
34
struct cli_event {
32
35
    const char *name;