fix harfbuzz package
This commit is contained in:
parent
3b62ecde25
commit
11845b4d55
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "apache">
|
<!ENTITY name "apache">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.10.24">
|
<!ENTITY version "2016.10.26">
|
||||||
<!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">
|
||||||
|
@ -22,6 +22,8 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
##&name;
|
##&name;
|
||||||
###&version;
|
###&version;
|
||||||
|
- fix: harfbuzz package for 6.2
|
||||||
|
###2016.10.24
|
||||||
- fix: docroot permissions on service start
|
- fix: docroot permissions on service start
|
||||||
- add: browser based config editor for conf files and php.ini
|
- add: browser based config editor for conf files and php.ini
|
||||||
- add: search functions to editor
|
- add: search functions to editor
|
||||||
|
@ -97,7 +99,7 @@ This Plugin installs and controls The Apache HTTP Server ("httpd") for unRaid 6.
|
||||||
<MD5>60eb82ef3458130fc48f07e6f5035876</MD5>
|
<MD5>60eb82ef3458130fc48f07e6f5035876</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgPATH;/harfbuzz-1.3.0-x86_64-1.txz" Max="6.2" Run="upgradepkg --install-new">
|
<FILE Name="&plgPATH;/harfbuzz-1.3.0-x86_64-1.txz" Max="6.2.99" Run="upgradepkg --install-new">
|
||||||
<URL>&pkgURL;/harfbuzz-1.3.0-x86_64-1.txz</URL>
|
<URL>&pkgURL;/harfbuzz-1.3.0-x86_64-1.txz</URL>
|
||||||
<MD5>348c80202ce746b41557708bddf9c35b</MD5>
|
<MD5>348c80202ce746b41557708bddf9c35b</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
|
@ -13,6 +13,8 @@ The Apache HTTP Server Project is an effort to develop and maintain an open-sour
|
||||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.png</Icon>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/apache.png</Icon>
|
||||||
<Date>2016-10-24</Date>
|
<Date>2016-10-24</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.10.26
|
||||||
|
- fix: harfbuzz package for 6.2
|
||||||
###2016.10.24
|
###2016.10.24
|
||||||
- fix: docroot permissions on service start
|
- fix: docroot permissions on service start
|
||||||
- add: browser based config editor for conf files and php.ini
|
- add: browser based config editor for conf files and php.ini
|
||||||
|
|
Loading…
Reference in New Issue
Block a user