[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5314f89b0e0aaaf6228951e1ee36de1e9d7faa95

Evergreen Git git at git.evergreen-ils.org
Sat Mar 4 18:33:42 EST 2017


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  5314f89b0e0aaaf6228951e1ee36de1e9d7faa95 (commit)
      from  797161f4511da49a3104c7d4ebafc9b5ae1a11df (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 5314f89b0e0aaaf6228951e1ee36de1e9d7faa95
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 12 14:03:10 2016 -0400

    LP#1579219: set up mod_perl as an Evergreen dependency
    
    This patch, in conjunction with another one for OpenSRF,
    set mod_perl up as a dependency installed when Evergreen is installed,
    not when OpenSRF is installed, as OpenSRF itself does not require
    mod_perl.
    
    Minor tweak to Galen's original patch to include mod_perl in the list
    for apache mods to be activated by default.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index e9bb7ff..945ba20 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -19,6 +19,7 @@ export DEBS = \
 	apache2-prefork-dev\
 	aspell\
 	aspell-en\
+	libapache2-mod-perl2\
 	libbusiness-creditcard-perl\
 	libbusiness-isbn-data-perl\
 	libbusiness-issn-perl\
@@ -80,7 +81,8 @@ export DEB_APACHE_MODS = \
     proxy\
     proxy_http\
     rewrite\
-    cgi
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate
diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index 37754a2..0a200d5 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -19,6 +19,7 @@ export DEBS = \
 	apache2-prefork-dev\
 	aspell\
 	aspell-en\
+	libapache2-mod-perl2\
 	libbusiness-creditcard-perl\
 	libbusiness-isbn-data-perl\
 	libbusiness-issn-perl\
@@ -74,7 +75,9 @@ export DEB_APACHE_MODS = \
     include\
     proxy\
     proxy_http\
-    rewrite
+    rewrite\
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate
diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora
index d338037..a0902fa 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -31,6 +31,7 @@ FEDORA_RPMS = \
 	libyaz \
 	libyaz-devel \
 	mingw32-nsiswrapper \
+	mod_perl \
 	mod_ssl \
 	ncurses-devel \
 	ncurses-libs \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
index 6a9b708..bcddd7e 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
@@ -19,6 +19,7 @@ export DEBS = \
 	apache2-prefork-dev\
 	aspell\
 	aspell-en\
+	libapache2-mod-perl2\
 	libbusiness-creditcard-perl\
 	libbusiness-edi-perl \
 	libbusiness-isbn-data-perl\
@@ -74,12 +75,13 @@ export DEBS = \
 	yaz
 
 export DEB_APACHE_MODS = \
-    cgi\
     expires\
     include\
     proxy\
     proxy_http\
-    rewrite
+    rewrite\
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial
index 224c91c..ead590f 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial
@@ -19,6 +19,7 @@ export DEBS = \
 	apache2-dev\
 	aspell\
 	aspell-en\
+	libapache2-mod-perl2\
 	libbusiness-creditcard-perl\
 	libbusiness-isbn-data-perl\
 	libbusiness-issn-perl\
@@ -79,7 +80,8 @@ export DEB_APACHE_MODS = \
     proxy\
     proxy_http\
     rewrite\
-    cgi
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-jessie |    4 +++-
 Open-ILS/src/extras/install/Makefile.debian-wheezy |    5 ++++-
 Open-ILS/src/extras/install/Makefile.fedora        |    1 +
 Open-ILS/src/extras/install/Makefile.ubuntu-trusty |    6 ++++--
 Open-ILS/src/extras/install/Makefile.ubuntu-xenial |    4 +++-
 5 files changed, 15 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list