[Bug 389587] [NEW] Wrong version of clamav in configure file

feranick feranick at hotmail.com
Fri Jun 19 17:23:20 UTC 2009


Public bug reported:

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])

** Affects: clamav (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Wrong version of clamav in configure file
https://bugs.launchpad.net/bugs/389587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list