~ubuntu-branches/ubuntu/precise/clamav/precise-updates

« back to all changes in this revision

Viewing changes to libclamav/bytecode_api.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-01-30 09:01:52 UTC
  • mfrom: (118.1.5 precise-security)
  • Revision ID: package-import@ubuntu.com-20150130090152-es6oz6eg0wsa4r40
Tags: 0.98.6+dfsg-0ubuntu0.12.04.1
* Updated to 0.98.6 to fix security issues, including CVE-2014-9328.
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    FUNC_LEVEL_098_1     = 76, /**< LibClamAV release 0.98.2 */ /*last syncing to clamav*/
101
101
    FUNC_LEVEL_098_2     = 77, /**< LibClamAV release 0.98.2 */
102
102
    FUNC_LEVEL_098_3     = 77, /**< LibClamAV release 0.98.3 */
103
 
    FUNC_LEVEL_098_4     = 78, /**< LibClamAV release 0.98.4: JSON reading API requires this minimum level */
 
103
    FUNC_LEVEL_098_4     = 77, /**< LibClamAV release 0.98.4 */
 
104
    FUNC_LEVEL_098_5     = 79, /**< LibClamAV release 0.98.5: JSON reading API requires this minimum level */
 
105
    FUNC_LEVEL_098_6     = 79, /**< LibClamAV release 0.98.6 */
104
106
    FUNC_LEVEL_100       = 100 /*future release candidate*/
105
107
};
106
108