]> git.hoellein.online Git - homeserver/commitdiff
committing changes in /etc after apt run
authormhoellein <mhoellein@freenet.de>
Thu, 2 Sep 2021 08:41:48 +0000 (10:41 +0200)
committermhoellein <mhoellein@freenet.de>
Thu, 2 Sep 2021 08:41:48 +0000 (10:41 +0200)
Package changes:
-icinga-php-thirdparty 0.10.0-1.bionic all
+icinga-php-thirdparty 0.10.0-2.bionic all
+php-soap 1:7.2+60ubuntu1 all
+php7.2-soap 7.2.24-0ubuntu0.18.04.8 amd64

.etckeeper
letsencrypt/.certbot.lock [new file with mode: 0644]
php/7.2/apache2/conf.d/20-soap.ini [new symlink]
php/7.2/cli/conf.d/20-soap.ini [new symlink]
php/7.2/fpm/conf.d/20-soap.ini [new symlink]
php/7.2/mods-available/soap.ini [new file with mode: 0644]

index 69f0a3447308b1caf7d51d0c524afaa8446af3b1..f047da40589e4bf3bd010c58fbbfc58cdd4d8803 100755 (executable)
@@ -3273,6 +3273,7 @@ maybe chmod 0755 'ldap/schema'
 maybe chmod 0644 'ldap/schema/amavis.schema'
 maybe chmod 0644 'legal'
 maybe chmod 0755 'letsencrypt'
+maybe chmod 0600 'letsencrypt/.certbot.lock'
 maybe chmod 0644 'letsencrypt/.updated-options-ssl-apache-conf-digest.txt'
 maybe chmod 0700 'letsencrypt/accounts'
 maybe chmod 0700 'letsencrypt/accounts/acme-v01.api.letsencrypt.org'
@@ -10222,6 +10223,7 @@ maybe chmod 0644 'php/7.2/mods-available/redis.ini'
 maybe chmod 0644 'php/7.2/mods-available/shmop.ini'
 maybe chmod 0644 'php/7.2/mods-available/simplexml.ini'
 maybe chmod 0644 'php/7.2/mods-available/smbclient.ini'
+maybe chmod 0644 'php/7.2/mods-available/soap.ini'
 maybe chmod 0644 'php/7.2/mods-available/sockets.ini'
 maybe chmod 0644 'php/7.2/mods-available/sqlite3.ini'
 maybe chmod 0644 'php/7.2/mods-available/sysvmsg.ini'
diff --git a/letsencrypt/.certbot.lock b/letsencrypt/.certbot.lock
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/php/7.2/apache2/conf.d/20-soap.ini b/php/7.2/apache2/conf.d/20-soap.ini
new file mode 120000 (symlink)
index 0000000..83951e6
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.2/mods-available/soap.ini
\ No newline at end of file
diff --git a/php/7.2/cli/conf.d/20-soap.ini b/php/7.2/cli/conf.d/20-soap.ini
new file mode 120000 (symlink)
index 0000000..83951e6
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.2/mods-available/soap.ini
\ No newline at end of file
diff --git a/php/7.2/fpm/conf.d/20-soap.ini b/php/7.2/fpm/conf.d/20-soap.ini
new file mode 120000 (symlink)
index 0000000..83951e6
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.2/mods-available/soap.ini
\ No newline at end of file
diff --git a/php/7.2/mods-available/soap.ini b/php/7.2/mods-available/soap.ini
new file mode 100644 (file)
index 0000000..d545dfb
--- /dev/null
@@ -0,0 +1,3 @@
+; configuration for php soap module
+; priority=20
+extension=soap.so