diff --git a/conf/app.src b/conf/app.src index bee909a..3255e6e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/phpmyadmin/phpmyadmin/archive/RELEASE_4_7_7.tar.gz -SOURCE_SUM=f8af08bb9e90c4c18b634626e6ab525d066d8e1a6fcf6a19cb0e14b29344adc8 +SOURCE_URL=https://github.com/phpmyadmin/phpmyadmin/archive/RELEASE_4_8_0_1.tar.gz +SOURCE_SUM=0014d662093e032916286bbd90bf587d112a3b13d6cb7d52b31b567c34474c01 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 29fcb4e..e815c5d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,9 @@ "en": "Manage MySQL databases over the web", "fr": "Application web de gestion des bases de données MySQL" }, - "version": "4.7.7", + "version": "4.8.0.1~ynh1", "url": "http://www.phpmyadmin.net", - "license": "GPL-2", + "license": "GPL-2.0-only", "maintainer": { "name": "julien", "email": "julien.malik@paraiso.me" diff --git a/scripts/install b/scripts/install index 9fda0c2..b99c3a3 100644 --- a/scripts/install +++ b/scripts/install @@ -135,6 +135,9 @@ chown -R root: $final_path # config.inc.php contains sensitive data, restrict its access chown root:$app $final_path/config.inc.php chmod 640 $final_path/config.inc.php +# Setup phpMyAdmin temporary folder +mkdir -p $final_path/tmp +chown $app: $final_path/tmp #================================================= # SETUP SSOWAT diff --git a/scripts/upgrade b/scripts/upgrade index 3bd8553..c02a29e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -151,6 +151,9 @@ chown -R root: $final_path # config.inc.php contains sensitive data, restrict its access chown root:$app $final_path/config.inc.php chmod 640 $final_path/config.inc.php +# Setup phpMyAdmin temporary folder +mkdir -p $final_path/tmp +chown $app: $final_path/tmp #================================================= # SETUP SSOWAT