From 0769cb22298f79c48cc4722fbbf8a14eaf4c2686 Mon Sep 17 00:00:00 2001 From: mjanez <96422458+mjanez@users.noreply.github.com> Date: Fri, 8 Nov 2024 22:20:09 +0100 Subject: [PATCH] Update ckanext-harvest to mjanez version to enhance privacy and security for remote harvesting --- ckan/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 59ad06d5..4faf320d 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -13,7 +13,7 @@ COPY req_fixes req_fixes # CKAN configuration & extensions ## XLoader - 1.0.1-stable (mjanez/Forked fixed version) ## -## Harvest - v1.5.6 (Worker with supervisor) ## +## Harvest - v1.5.6 (mjanez Enhanced Privacy and Security for Remote Harvesting) ## ## Geoview - v0.2.0 ## ## Spatial - v2.1.1 ## ## DCAT - v1.8.0 (Latest stable version of ckanext-dcat with minor fixes) ## @@ -37,7 +37,7 @@ RUN echo ${TZ} > /etc/timezone && \ pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-xloader/requirements.txt && \ pip3 install --no-cache-dir -U requests[security] && \ echo "ckan/ckanext-harvest" && \ - pip3 install --no-cache-dir -e git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest && \ + pip3 install --no-cache-dir -e git+https://github.com/mjanez/ckanext-harvest.git@v1.5.6#egg=ckanext-harvest && \ pip3 install --no-cache-dir -r ${APP_DIR}/src/ckanext-harvest/requirements.txt && \ echo "ckan/ckanext-geoview" && \ pip3 install --no-cache-dir -e git+https://github.com/ckan/ckanext-geoview.git@v0.2.0#egg=ckanext-geoview && \