[open-ils-commits] [GIT] Evergreen ILS branch master updated. 995636b2f378c714c2c08ef3c6bac948ab716740

Evergreen Git git at git.evergreen-ils.org
Sun Jan 19 11:32:12 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, master has been updated
       via  995636b2f378c714c2c08ef3c6bac948ab716740 (commit)
      from  7ba0852184f94580fccb06290928967860bbdb47 (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 995636b2f378c714c2c08ef3c6bac948ab716740
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 eb90773..d70e455 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