Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320633 - app-admin/tripwire-2.4.2 Portage Version Number is Greater Than Tripwire's Own Version Number
Summary: app-admin/tripwire-2.4.2 Portage Version Number is Greater Than Tripwire's O...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 19:56 UTC by Richard
Modified: 2010-09-02 00:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
tripwire-version.patch (tripwire-version.patch,3.72 KB, text/plain)
2010-05-29 01:14 UTC, David Abbott (RETIRED)
Details
tripwire-version.patch (tripwire-version.patch,3.72 KB, patch)
2010-05-29 01:19 UTC, David Abbott (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard 2010-05-19 19:56:36 UTC
The version number reported by '/usr/sbin/tripwire --help' is less than the version number reported by portage: (ex: 'equery belongs /usr/sbin/tripwire' or 'eix tripwire'.

 equery list tripwire
 * installed packages
[I--] [ ~] app-admin/tripwire-2.4.2 (0)
pts/4 12:52:53

/usr/sbin/tripwire --help
tripwire: File integrity assessment application.

Open Soure Tripwire(R) 2.4.1.2 built for x86_64-pc-linux-gnu
...


Reproducible: Always

Steps to Reproduce:
1.emerge tripwire
2.equery list tripwire
3./usr/sbin/tripwire --help

Actual Results:  
Version numbers differ between 'equery list tripwire' and '/usr/sbin/tripwire --help'

Expected Results:  
version numbers are the same

I also noticed the same behavior between the last version of tripwire.
Comment 1 David Abbott (RETIRED) gentoo-dev 2010-05-29 01:14:04 UTC
Created attachment 233349 [details]
tripwire-version.patch

Patch from centos;
http://ja.528p.com/linux/centos/txt/tripwire-version.patch.txt
tripwire --version
Open Source Tripwire(R) 2.4.2.0 built for x86_64-pc-linux-gnu
Comment 2 David Abbott (RETIRED) gentoo-dev 2010-05-29 01:19:04 UTC
Created attachment 233351 [details, diff]
tripwire-version.patch

Fixed a typo in the patch;
-#define TSS_PRODUCT_NAME _T("Open Soure Tripwire(R) 2.4.1.") 
+#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) 2.4.2.")
Comment 3 Michael Weber (RETIRED) gentoo-dev 2010-09-02 00:23:30 UTC
+*tripwire-2.4.2-r1 (02 Sep 2010)
+
+  02 Sep 2010; Michael Weber <xmw@gentoo.org> +tripwire-2.4.2-r1.ebuild,
+  +files/tripwire-2.4.2-version.patch:
+  Revbump to fix bug #320633, thanks to Richard <richgentoo@pacbell.net> and
+  David Abbott <dabbott@gentoo.org>.