~ubuntu-branches/ubuntu/vivid/clamav/vivid-updates

« back to all changes in this revision

Viewing changes to m4/reorganization/code_checks/fanotify.m4

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-05-04 11:32:16 UTC
  • mfrom: (0.47.16) (154.1.2 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150504113216-3q2p3lp7gviir53h
Tags: 0.98.7+dfsg-0ubuntu0.15.04.1
* 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:
1
1
AC_ARG_ENABLE([fanotify],
2
 
[  --disable-fanotify     disable fanotify support (Linux only)],
 
2
[AS_HELP_STRING([--disable-fanotify], [do not add fanotify support (Linux only)])],
3
3
want_fanotify=$enableval, want_fanotify="yes")