[open-ils-commits] [GIT] Evergreen ILS branch rel_2_5 updated. cb39d6eeef313d9a68a4ffddbd255e05ecc01594

Evergreen Git git at git.evergreen-ils.org
Sun Jan 19 11:32:40 EST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_5 has been updated
       via  cb39d6eeef313d9a68a4ffddbd255e05ecc01594 (commit)
      from  ba84e2b86b28aac8d1c0d77a1fffe7500069747b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cb39d6eeef313d9a68a4ffddbd255e05ecc01594
Author: Dan Scott <dscott at laurentian.ca>
Date:   Sun Jan 19 11:30:57 2014 -0500

    Fedora: Net::SSLeay 1.55 is too new for Net::HTTPS::Any
    
    Although Net::HTTPS:Any wants Net:SSLeay 1.30 or later, 1.55 is apparently too
    late, or something. The alternative is Crypt::SSLeay, which seems to work, so
    let's go with that.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora
index 2a40209..bf3911b 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -28,6 +28,7 @@ FEDORA_RPMS = \
 	perl-Business-ISBN \
 	perl-Business-ISBN-Data \
 	perl-CPAN \
+	perl-Crypt-SSLeay \
 	perl-DBD-Pg \
 	perl-Email-Send \
 	perl-Email-Simple \

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/extras/install/Makefile.fedora |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list