Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #12278] Ubuntu packages show the wrong version #2503

Closed
icinga-migration opened this issue Aug 2, 2016 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/12278

Created by tgelf on 2016-08-02 06:54:58 +00:00

Assignee: formorer
Status: Closed (closed on 2016-10-20 16:37:00 +00:00)
Target Version: (none)
Last Update: 2016-10-20 16:37:00 +00:00 (in Redmine)


library/Icinga from v2.3.4 is different from /usr/share/php/Icinga in the package:

diff -urN library/Icinga/Application/Version.php /usr/share/php/Icinga/Application/Version.php
--- library/Icinga/Application/Version.php  2016-08-02 06:52:42.497604130 +0000
+++ /usr/share/php/Icinga/Application/Version.php   2016-06-09 14:43:06.000000000 +0000
@@ -8,7 +8,7 @@
  */
 class Version
 {
-    const VERSION = '2.3.4';
+    const VERSION = '2.3.3';

     /**
      * Get the version of this instance of Icinga Web 2
@icinga-migration
Copy link
Author

Updated by tgelf on 2016-08-02 07:08:32 +00:00

Just for the sake of completeness, more differences:

diff -urN application/VERSION /usr/share/icingaweb2/application/VERSION
--- application/VERSION 2016-08-02 06:52:42.485604140 +0000
+++ /usr/share/icingaweb2/application/VERSION   1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-$Format:%H %ci$

Pretty weird, differing images (same size, different checksum):

Binary files doc/res/GraphExample#3.png and /usr/share/icingaweb2/doc/res/GraphExample#3.png differ

There are more of this, dedicated issue will follow.

Version differs also for modules:

diff -urN modules/doc/module.info /usr/share/icingaweb2/modules/doc/module.info
--- modules/doc/module.info 2016-08-02 06:52:42.653603995 +0000
+++ /usr/share/icingaweb2/modules/doc/module.info   2016-06-09 14:43:06.000000000 +0000
@@ -1,4 +1,4 @@
 Module: doc
-Version: 2.3.4
+Version: 2.3.3
 Description: Documentation module
  Extracts, shows and exports documentation for Icinga Web 2 and its modules.

diff -urN modules/monitoring/module.info /usr/share/icingaweb2/modules/monitoring/module.info
--- modules/monitoring/module.info  2016-08-02 06:52:42.665603984 +0000
+++ /usr/share/icingaweb2/modules/monitoring/module.info    2016-06-09 14:43:06.000000000 +0000
@@ -1,5 +1,5 @@
 Module: monitoring
-Version: 2.3.4
+Version: 2.3.3
 Description: Icinga monitoring module
  This is the core module for most Icingaweb users. It provides an
  abstraction layer for various Icinga data backends.

diff -urN modules/setup/module.info /usr/share/icingaweb2/modules/setup/module.info
--- modules/setup/module.info   2016-08-02 06:52:42.669603981 +0000
+++ /usr/share/icingaweb2/modules/setup/module.info 2016-06-09 14:43:06.000000000 +0000
@@ -1,5 +1,5 @@
 Module: setup
-Version: 2.3.4
+Version: 2.3.3
 Description: Setup module
  Web based wizard for setting up Icinga Web 2 and its modules.
  This includes the data backends (e.g. relational database, LDAP),

diff -urN modules/translation/module.info /usr/share/icingaweb2/modules/translation/module.info
--- modules/translation/module.info 2016-08-02 06:52:42.669603981 +0000
+++ /usr/share/icingaweb2/modules/translation/module.info   2016-06-09 14:43:06.000000000 +0000
@@ -1,5 +1,5 @@
 Module: translation
-Version: 2.3.4
+Version: 2.3.3
 Description: Translation module
  This module allows developers and translators to translate Icinga Web 2 and
  its modules for multiple languages. You do not need this module to run an

The test module is not even there, I'll open a dedicated issue for this.

@icinga-migration
Copy link
Author

Updated by aklimov on 2016-10-20 16:09:29 +00:00

  • Status changed from New to Assigned
  • Assigned to set to formorer

@icinga-migration
Copy link
Author

Updated by formorer on 2016-10-20 16:37:00 +00:00

  • Status changed from Assigned to Closed
  • Done % changed from 0 to 100

This was fixed in 2.3.4+fix-1

@icinga-migration icinga-migration added the bug Something isn't working label Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant