Wrong version of clamav in configure file

Bug #389587 reported by Nicola Ferralis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
clamav (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: clamav

The diff file in karmic (clamav_0.95.2+dfsg-1ubuntu1.diff.gz) incorrectly changes the configure file in the main folder to revert every instance where the version number is listed as 0.95.2 to the older 0.95.1. The binary that results, appears to have the wrong version (0.95.1), although it is actually the newer one (0.95.2).

This bug was originally in the Debian package. It should be fixed, as other packages that depends on it (clamtk) will assume that the new version with the old version number is outdated.

Below you can find a representative (but not comprehensive) example of the questionable parts of the config file:

--- clamav-0.95.2+dfsg.orig/configure.in
+++ clamav-0.95.2+dfsg/configure.in
@@ -20,7 +20,7 @@
 AC_PREREQ([2.59])
 dnl For a release change [devel] to the real version [0.xy]
 dnl also change VERSION below
-AC_INIT([clamav], [0.95.2], [http://bugs.clamav.net/])
+AC_INIT([clamav], [0.95.1], [http://bugs.clamav.net/])

 dnl put configure auxiliary into config
 AC_CONFIG_AUX_DIR([config])
@@ -38,7 +38,7 @@
 dnl the date in the version
 AC_DEFINE([PACKAGE], PACKAGE_NAME, [Name of package])

-VERSION="0.95.2"
+VERSION="0.95.1"
 AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])

Related branches

Revision history for this message
Scott Kitterman (kitterman) wrote : Re: [Bug 389587] [NEW] Wrong version of clamav in configure file

Thanks. I'll have it fixed soon.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package clamav - 0.95.2+dfsg-1ubuntu2

---------------
clamav (0.95.2+dfsg-1ubuntu2) karmic; urgency=low

  * Correct upstream version change in configure/configure.in invadertently
    introduced in previous upload (LP: #389587)

 -- Scott Kitterman <email address hidden> Fri, 19 Jun 2009 16:10:50 -0400

Changed in clamav (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.