mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Updated to 3.4 and fixed the [nginx]HTTP-Splitting vulnerability
This commit is contained in:
parent
1657609a6a
commit
f8d432a35c
11 changed files with 14 additions and 21 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
Current snapshot in *sources*:
|
||||
|
||||
* https://github.com/redmatrix/hubzilla: 3.2.2 (commit 8e46b072684d85d25037d9366f2507b4d171e7e8)
|
||||
* https://github.com/redmatrix/hubzilla-addons: 3.2.2 (commit 6db8413d4209e6b56313b827632b6c132b82875a)
|
||||
* https://github.com/redmatrix/hubzilla: 3.4 (commit be4c9a9598350fb4333480f0c7b302acebcddfd4)
|
||||
* https://github.com/redmatrix/hubzilla-addons: 3.4 (commit 5ab387a5177adb2aa289b3b5eeba445703021d55)
|
||||
|
||||
## To-Do's
|
||||
- [X] Installation and remove script.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/redmatrix/hubzilla/archive/3.2.2.zip
|
||||
SOURCE_SUM=e1a87334579adbabf7e84ecd599bdfa9
|
||||
SOURCE_URL=https://github.com/redmatrix/hubzilla/archive/3.4.zip
|
||||
SOURCE_SUM=f9c9f15ca151b5ebdd36a9528788d800
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/redmatrix/hubzilla-addons/archive/3.2.2.zip
|
||||
SOURCE_SUM=05b4cbc853248fa855fb5941d9ea5ced
|
||||
SOURCE_URL=https://github.com/redmatrix/hubzilla-addons/archive/3.4.zip
|
||||
SOURCE_SUM=a4436a813c4f6f6d1e6c500953b961fe
|
||||
SOURCE_SUM_PRG=md5sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
root __FINALPATH__/ ;
|
||||
location __PATH__ {
|
||||
root __FINALPATH__/ ;
|
||||
location __PATH__ {
|
||||
|
||||
# Force https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
}
|
||||
|
||||
if ($is_args != "") {
|
||||
rewrite ^/(.*) /index.php?q=$uri&$args last;
|
||||
}
|
||||
rewrite ^/(.*) /index.php?q=$uri last;
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?q=$1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -58,6 +57,6 @@ location __PATH__ {
|
|||
|
||||
location ~ /store {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"url": "https://github.com/redmatrix/hubzilla",
|
||||
"license": "Free as-is",
|
||||
"version": "3.2.2",
|
||||
"version": "3.4",
|
||||
"maintainer": {
|
||||
"name": "Andrew Manning",
|
||||
"email": "andrew@reticu.li"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
hubzilla-addons-3.2.2
|
|
@ -1 +0,0 @@
|
|||
05b4cbc853248fa855fb5941d9ea5ced hubzilla-addons-3.2.2.zip
|
|
@ -1 +0,0 @@
|
|||
https://github.com/redmatrix/hubzilla-addons/archive/3.2.2.zip
|
|
@ -1 +0,0 @@
|
|||
hubzilla-3.2.2
|
|
@ -1 +0,0 @@
|
|||
e1a87334579adbabf7e84ecd599bdfa9 hubzilla-3.2.2.zip
|
|
@ -1 +0,0 @@
|
|||
https://github.com/redmatrix/hubzilla/archive/3.2.2.zip
|
Loading…
Add table
Reference in a new issue