Title: [opsview-perl] [740] Include Socket6 because SLES11 ships with old version
Revision
740
Author
tvoon
Date
2012-09-28 08:52:07 +0100 (Fri, 28 Sep 2012)

Log Message

Include Socket6 because SLES11 ships with old version

Modified Paths


Added Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2012-09-27 16:07:12 UTC (rev 739)
+++ trunk/CHANGES	2012-09-28 07:52:07 UTC (rev 740)
@@ -4,7 +4,7 @@
         DBIx::Class::DynamicDefault
         DBIx::Class::TimeStamp
         DBICx::TestDatabase
-    Possible fix for SSL hanging problem on SLES11
+    Possible fix for SSL hanging problem on SLES11, including Socket and Socket6
 
 4.1.0
     Updated all modules to July 2012

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-09-27 16:07:12 UTC (rev 739)
+++ trunk/Makefile	2012-09-28 07:52:07 UTC (rev 740)
@@ -356,6 +356,8 @@
 PERL_MODULES += Email::Date::Format
 PERL_MODULES += Statistics::Lite
 PERL_MODULES += Socket
+# Think below is required because SLES11 ships with an old version of Socket6
+PERL_MODULES += Socket6
 PERL_MODULES += Net::SSLeay
 PERL_MODULES += IO::Socket::SSL
 PERL_MODULES += Convert::ASN1

Added: trunk/cpanm/sources/Socket6-0.23.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/cpanm/sources/Socket6-0.23.tar.gz
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to