From 385ba29ab56e4073739794446b2a6a9beedcfdba Mon Sep 17 00:00:00 2001 From: anmol Date: Mon, 31 Dec 2018 19:53:42 +0530 Subject: [PATCH] Updated to version 1.7.12 --- README.md | 2 +- conf/app.src | 6 +++--- conf/php-fpm.ini | 10 ---------- manifest.json | 2 +- scripts/backup | 1 - scripts/restore | 1 - 6 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 conf/php-fpm.ini diff --git a/README.md b/README.md index 3c312be..46b7550 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **VERY IMPORTANT: There is a security fix in nginx. Please update as soon as posible regarless of any version you are on.** Leading on-line collaborative genealogy application https://www.webtrees.net
-version: **1.7.11**,released **11 Sept 2018**
,
+version: **1.7.12**,released **8 Dec 2018**
,
**Note:** Its better to upgrade from the Webtrees admin pannel when new version arrives.

diff --git a/conf/app.src b/conf/app.src index 83ad95b..2b4c7fd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/1.7.11/webtrees-1.7.11.zip -SOURCE_SUM=a15becaee56d550d10771d8ca54a21ef -SOURCE_SUM_PRG=md5sum +SOURCE_URL=https://github.com/fisharebest/webtrees/releases/download/1.7.12/webtrees-1.7.12.zip +SOURCE_SUM=570412bfb0af85356835497245b4abf5a4d21442e4ee9d885420476c7237fab2 +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/conf/php-fpm.ini b/conf/php-fpm.ini deleted file mode 100644 index 5c27d59..0000000 --- a/conf/php-fpm.ini +++ /dev/null @@ -1,10 +0,0 @@ -; Common values to change to increase file upload limit -; upload_max_filesize = 50M -; post_max_size = 50M -; mail.add_x_header = Off - -; Other common parameters -; max_execution_time = 600 -; max_input_time = 300 -; memory_limit = 256M -; short_open_tag = On diff --git a/manifest.json b/manifest.json index f81d629..ef804cd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Webtrees is a free open source web-based genealogy application.", "fr": "Webtrees est un logiciel libre de généalogie en ligne." }, - "version":"1.7.10", + "version":"1.7.12", "url": "https://www.webtrees.net", "license": "free", "maintainer": { diff --git a/scripts/backup b/scripts/backup index 6ff479b..fe6e2bc 100755 --- a/scripts/backup +++ b/scripts/backup @@ -50,7 +50,6 @@ ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= ynh_backup "/etc/php5/fpm/pool.d/$app.conf" -ynh_backup "/etc/php5/fpm/conf.d/20-$app.ini" #================================================= # BACKUP THE MYSQL DATABASE diff --git a/scripts/restore b/scripts/restore index 749be8f..2175248 100644 --- a/scripts/restore +++ b/scripts/restore @@ -87,7 +87,6 @@ ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql #================================================= ynh_restore_file "/etc/php5/fpm/pool.d/$app.conf" -ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini" #================================================= # GENERIC FINALIZATION