~ubuntu-branches/ubuntu/wily/clamav/wily-proposed

« back to all changes in this revision

Viewing changes to libclamav/others.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-05-05 14:14:58 UTC
  • mfrom: (0.47.16)
  • Revision ID: package-import@ubuntu.com-20150505141458-mbkr5jjfu3j9gdvd
Tags: 0.98.7+dfsg-0ubuntu1
* Updated to 0.98.7 to fix multiple issues
  - CVE-2015-2170
  - CVE-2015-2221
  - CVE-2015-2222
  - CVE-2015-2305
  - CVE-2015-2668
* Refreshed patches for 0.98.7:
  - d/p/0005-libclamav-use-libmspack.patch
  - d/p/0007-fix-ssize_t-size_t-off_t-printf-modifier.patch
  - d/p/0008-hardcode-LLVM-linker-flag-because-llvm-config-return.patch
  - d/p/0015-llvm-don-t-use-system-libs.patch
* Removed upstreamed patches:
  - d/p/0012-remove-AC_CONFIG_SRCDIR-llvm-configure-from-libclama.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 * in re-enabling affected modules.
68
68
 */
69
69
 
70
 
#define CL_FLEVEL 79
 
70
#define CL_FLEVEL 80
71
71
#define CL_FLEVEL_DCONF CL_FLEVEL
72
72
#define CL_FLEVEL_SIGTOOL CL_FLEVEL
73
73
 
315
315
    clcb_hash cb_hash;
316
316
    clcb_meta cb_meta;
317
317
    clcb_file_props cb_file_props;
318
 
    void *cb_file_props_data;
319
318
 
320
319
    /* Used for bytecode */
321
320
    struct cli_all_bc bcs;
386
385
    clcb_hash cb_hash;
387
386
    clcb_meta cb_meta;
388
387
    clcb_file_props cb_file_props;
389
 
    void *cb_file_props_data;
390
388
 
391
389
    /* Engine max settings */
392
390
    uint64_t maxembeddedpe;  /* max size to scan MSEXE for PE */