update
This commit is contained in:
parent
725f600d5b
commit
ec1f37df8b
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "apache">
|
<!ENTITY name "apache">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.09.17">
|
<!ENTITY version "2016.09.17a">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
|
@ -20,6 +20,9 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.09.17a
|
||||||
|
- fix: php.ini not being used
|
||||||
|
- update php extensions to 5.6.24 match unRAID 6.2
|
||||||
###2016.09.17
|
###2016.09.17
|
||||||
- update plugin for 6.2 only
|
- update plugin for 6.2 only
|
||||||
###2015.09.07
|
###2015.09.07
|
||||||
|
@ -130,9 +133,9 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
|
||||||
<MD5>4e5e3b7b73388912e18205ab1f509629</MD5>
|
<MD5>4e5e3b7b73388912e18205ab1f509629</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgpath;/php-ext-5.6.25-x86_64-1.txz" Run="upgradepkg --install-new">
|
<FILE Name="&plgpath;/php-ext-5.6.24-x86_64-1.txz" Run="upgradepkg --install-new">
|
||||||
<URL>&pkgURL;/php-ext-5.6.25-x86_64-1.txz</URL>
|
<URL>&pkgURL;/php-ext-5.6.24-x86_64-1.txz</URL>
|
||||||
<MD5>df1e2d53ed33e6cac78d2a208a8f0142</MD5>
|
<MD5>b83aefdaa0904deec56e00fc6dc5def5</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgpath;/t1lib-5.1.2-x86_64-3.txz" Run="upgradepkg --install-new">
|
<FILE Name="&plgpath;/t1lib-5.1.2-x86_64-3.txz" Run="upgradepkg --install-new">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user