[omd-commits] OMD Git: omd: thruk: update 1.72
git version control
git at mathias-kettner.de
Wed Jun 5 11:04:27 CEST 2013
Module: omd
Branch: master
Commit: d7238164ec36d0e0cc96c7de083c481cd18adfb7
URL: http://omdistro.org/projects/omd/repository/revisions/d7238164ec36d0e0cc96c7de083c481cd18adfb7
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Tue Jun 4 23:33:29 2013 +0200
Commiter: Sven Nierlein <sven at consol.de>
Date: Wed Jun 5 11:04:00 2013 +0200
thruk: update 1.72
---
Changelog | 2 +-
packages/perl-modules/Makefile | 2 +-
packages/perl-modules/src/MongoDB-0.45.tar.gz | Bin 1421684 -> 0 bytes
packages/perl-modules/src/MongoDB-0.700.0.tar.gz | Bin 0 -> 1462813 bytes
packages/thruk/Makefile | 2 +-
packages/thruk/Thruk-1.70.tar.gz | Bin 7374411 -> 0 bytes
packages/thruk/Thruk-1.72.tar.gz | Bin 0 -> 7362883 bytes
packages/thruk/patches/0004-path_thrukfcgi.patch | 6 +++---
8 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Changelog b/Changelog
index 927c0fc..5ef5c5e 100644
--- a/Changelog
+++ b/Changelog
@@ -3,7 +3,7 @@ This file documents the revision history for the Open Monitoring Distribution
0.58:
- Nagios: Update to 3.5.0
- Icinga: Update to 1.9.1
- - Thruk: Update to 1.70-4
+ - Thruk: Update to 1.72
- added cookie based login
- Apache: Enabling mod_status (if available) for 127.0.0.1 in own mode
- Check_MK/MK Livestatus:
diff --git a/packages/perl-modules/Makefile b/packages/perl-modules/Makefile
index ae56c0f..3a03bf6 100644
--- a/packages/perl-modules/Makefile
+++ b/packages/perl-modules/Makefile
@@ -330,7 +330,7 @@ MODULES = \
boolean-0.28.tar.gz \
Any-Moose-0.20.tar.gz \
Tie-IxHash-1.22.tar.gz \
- MongoDB-0.45.tar.gz \
+ MongoDB-0.700.0.tar.gz \
Sub-Exporter-Progressive-0.001001.tar.gz \
Safe-Isa-1.000002.tar.gz \
ExtUtils-PkgConfig-1.14.tar.gz \
diff --git a/packages/perl-modules/src/MongoDB-0.45.tar.gz b/packages/perl-modules/src/MongoDB-0.45.tar.gz
deleted file mode 100644
index bd5b231..0000000
Binary files a/packages/perl-modules/src/MongoDB-0.45.tar.gz and /dev/null differ
diff --git a/packages/perl-modules/src/MongoDB-0.700.0.tar.gz b/packages/perl-modules/src/MongoDB-0.700.0.tar.gz
new file mode 100644
index 0000000..a472a14
Binary files /dev/null and b/packages/perl-modules/src/MongoDB-0.700.0.tar.gz differ
diff --git a/packages/thruk/Makefile b/packages/thruk/Makefile
index 5eebad9..a979822 100644
--- a/packages/thruk/Makefile
+++ b/packages/thruk/Makefile
@@ -1,7 +1,7 @@
include ../../Makefile.omd
NAME = Thruk
-VERSION = 1.70
+VERSION = 1.72
DIR = $(NAME)-$(VERSION)
PERLARCH = $(shell $(PERL) -e 'use Config; print $$Config{archname}')
diff --git a/packages/thruk/Thruk-1.70.tar.gz b/packages/thruk/Thruk-1.70.tar.gz
deleted file mode 100644
index a33a38a..0000000
Binary files a/packages/thruk/Thruk-1.70.tar.gz and /dev/null differ
diff --git a/packages/thruk/Thruk-1.72.tar.gz b/packages/thruk/Thruk-1.72.tar.gz
new file mode 100644
index 0000000..a6d2be2
Binary files /dev/null and b/packages/thruk/Thruk-1.72.tar.gz differ
diff --git a/packages/thruk/patches/0004-path_thrukfcgi.patch b/packages/thruk/patches/0004-path_thrukfcgi.patch
index ef0dd51..52d4c8a 100644
--- a/packages/thruk/patches/0004-path_thrukfcgi.patch
+++ b/packages/thruk/patches/0004-path_thrukfcgi.patch
@@ -8,6 +8,6 @@
+ use lib $ENV{'OMD_ROOT'}.'/share/thruk/lib';
+};
+
- use Catalyst::ScriptRunner;
- $ENV{'THRUK_SRC'} = 'FastCGI';
- Catalyst::ScriptRunner->run('Thruk', 'FastCGI');
+ ###################################################
+ # create connection pool
+ # has to be done really early to save memory
More information about the omd-commits
mailing list