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

« back to all changes in this revision

Viewing changes to debian/patches/0017-Bump-.so-version-number.patch

  • 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:
1
 
From f772ae0e4a230f56e061ecc7a687b1d421fe626e Mon Sep 17 00:00:00 2001
2
 
From: Shawn Webb <swebb@sourcefire.com>
3
 
Date: Wed, 19 Nov 2014 11:51:22 -0500
4
 
Subject: Bump .so version number
5
 
 
6
 
---
7
 
 m4/reorganization/version.m4 | 2 +-
8
 
 1 file changed, 1 insertion(+), 1 deletion(-)
9
 
 
10
 
diff --git a/m4/reorganization/version.m4 b/m4/reorganization/version.m4
11
 
index ea263b28e647..f4fe8b1e150e 100644
12
 
--- a/m4/reorganization/version.m4
13
 
+++ b/m4/reorganization/version.m4
14
 
@@ -3,7 +3,7 @@ dnl VERSION="devel-`date +%Y%m%d`"
15
 
 VERSION="0.98.5"
16
 
 
17
 
 LC_CURRENT=7
18
 
-LC_REVISION=22
19
 
+LC_REVISION=24
20
 
 LC_AGE=1
21
 
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
22
 
 AC_SUBST([LIBCLAMAV_VERSION])