Compare commits

...

4 Commits

Author SHA1 Message Date
LinuxServer-CI
9b39eaea1f Bot Updating Package Versions 2020-09-22 10:05:57 +00:00
LinuxServer-CI
e7ee9431b5 Bot Updating Package Versions 2020-09-14 03:55:13 +01:00
Eric Nemchik
68206cda11 Merge pull request #9 from linuxserver/xsl
Add php7-xsl
2020-09-13 21:44:32 -05:00
aptalca
1b58f469a3 Add php7-xsl 2020-09-08 08:15:34 -04:00
6 changed files with 10 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
py3-cryptography \
py3-future \

View File

@@ -79,6 +79,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
py3-cryptography \
py3-future \

View File

@@ -79,6 +79,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
py3-cryptography \
py3-future \

View File

@@ -315,5 +315,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.09.20:** - Add php7-xsl.
* **01.09.20:** - Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets.
* **03.08.20:** - Initial release.

View File

@@ -12,7 +12,7 @@ c-client-2007f-r11
ca-certificates-20191127-r4
ca-certificates-bundle-20191127-r4
coreutils-8.32-r0
curl-7.69.1-r0
curl-7.69.1-r1
db-5.3.28-r1
expat-2.2.9-r1
fail2ban-0.11.1-r3
@@ -22,7 +22,7 @@ git-2.26.2-r0
git-perl-2.26.2-r0
glib-2.64.5-r0
gmp-6.2.0-r0
gnupg-2.2.20-r0
gnupg-2.2.23-r0
gnutls-3.6.15-r0
icu-libs-67.1-r0
ip6tables-1.8.4-r2
@@ -36,7 +36,7 @@ libbz2-1.0.8-r1
libc-utils-0.7.2-r3
libcap-2.27-r0
libcrypto1.1-1.1.1g-r0
libcurl-7.69.1-r0
libcurl-7.69.1-r1
libedit-20191231.3.1-r0
libevent-2.1.11-r1
libffi-3.3-r2
@@ -79,7 +79,7 @@ libxau-1.0.9-r0
libxcb-1.14-r1
libxdmcp-1.1.3-r0
libxext-1.3.4-r0
libxml2-2.9.10-r4
libxml2-2.9.10-r5
libxpm-3.5.13-r0
libxslt-1.1.34-r0
libxt-1.2.0-r0
@@ -170,6 +170,7 @@ php7-xml-7.3.22-r0
php7-xmlreader-7.3.22-r0
php7-xmlrpc-7.3.22-r0
php7-xmlwriter-7.3.22-r0
php7-xsl-7.3.22-r0
php7-zip-7.3.22-r0
pinentry-1.1.0-r2
popt-1.16-r7

View File

@@ -148,5 +148,6 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "08.09.20:", desc: "Add php7-xsl." }
- { date: "01.09.20:", desc: "Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets." }
- { date: "03.08.20:", desc: "Initial release." }